BZ#17496: Fix gnu/lib-names.h dependency.
[platform/upstream/glibc.git] / ChangeLog
1 2014-10-31  Roland McGrath  <roland@hack.frob.com>
2
3         [BZ #17496]
4         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
5         gen-as-const-headers chunk.  Add a big scare comment after the last
6         safe place to touch before-compile.
7
8 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
9
10         * manual/install.texi (Tools for Compilation): Update autoconf
11         version requirements.
12         * INSTALL: Regenerated.
13
14         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
15         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
16         (__libc_pselect): Likewise.
17
18         [BZ #14138]
19         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
20         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
21         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
22         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
23
24 2014-10-31  Torvald Riegel  <triegel@redhat.com>
25
26         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
27         correct barrier instruction.
28         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
29         Likewise.
30         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
31         Likewise.
32
33 2014-10-30  Roland McGrath  <roland@hack.frob.com>
34
35         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
36         after defining inlines.  Instead, just use parens to defeat macro
37         expansion of __isctype in its declaration.
38
39 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
40
41         * include/sys/uio.h (__libc_readv): Remove declaration.
42         (__libc_writev): Likewise.
43         * misc/readv.c (__libc_readv): Rename to __readv.
44         (__readv): Do not define as alias.
45         (readv): Define as alias of __readv.
46         * misc/writev.c (__libc_writev): Rename to __writev.
47         (__writev): Do not define as alias.
48         (writev): Define as alias of __writev.
49         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
50         (__readv): Do not define as alias.
51         (readv): Define unconditionally as alias of __readv.
52         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
53         (__writev): Do not define as alias.
54         (writev): Define unconditionally as alias of __writev.
55         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
56         name.
57         (writev): Do not define __libc_writev name.
58
59 2014-10-30  Roland McGrath  <roland@hack.frob.com>
60
61         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
62         (convert_charseq): New function, broken out of ...
63         (use_from_charmap): ... here.  Call it.
64         (use_to_charmap): Use convert_charseq and free instead of duplicating
65         its code with a variable-length stack struct.
66
67 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
68
69         * include/fcntl.h (__libc_creat): Remove declaration.
70         * io/creat.c (__libc_creat): Rename to creat.
71         (creat): Do not define as alias.
72         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
73         of creat instead of __libc_creat.
74         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
75         to creat.
76         (creat): Do not define as alias.
77         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
78         __libc_creat.
79         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
80         __libc_creat name.
81         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
82         Likewise.
83
84 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
85
86         * manual/llio.texi: Add comments discussing why write() may be
87         considered MT-unsafe on Linux.
88
89 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
90
91         * dl-load.c (local_strdup): Remove.
92         (expand_dynamic_string_token): Use __strdup.
93         (decompose_rpath): Likewise.
94         (_dl_map_object): Likewise.
95
96 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
97
98         [BZ #14132]
99         * sysdeps/generic/unwind-dw2-fde.c
100         (__register_frame_info_bases_internal): Do not declare.
101         (__register_frame_info_table_bases_internal): Likewise.
102         (__deregister_frame_info_bases_internal): Likewise.
103         (__register_frame_info_bases): Declare and use hidden_proto before
104         definition.  Use hidden_def instead of INTDEF.
105         (__register_frame_info_table_bases): Likewise.
106         (__deregister_frame_info_bases): Likewise.
107         (__register_frame_info): Do not use INTUSE.
108         (__register_frame): Likewise.
109         (__register_frame_info_table): Likewise.
110         (__register_frame_table): Likewise.
111         (__deregister_frame_info): Likewise.
112         (__deregister_frame): Likewise.
113
114 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
115
116         * sysdeps/unix/sysv/linux/arm/kernel-features.h
117         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
118         not undefine.
119         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
120         Likewise.
121         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
122         Likewise.
123
124 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
125
126         [BZ #14138]
127         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
128         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
129         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
130         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
131         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
132         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
133         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
134         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
135         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
136         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
137         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
138         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
139         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
140         syscall.
141         (setfsuid): Likewise.
142         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
143         (setfsuid): Likewise.
144         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
145         (setfsuid): Likewise.
146         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
147         Likewise.
148         (setfsuid): Likewise.
149         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
150         (setfsuid): Likewise.
151         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
152         Likewise.
153         (setfsuid): Likewise.
154
155 2014-10-27  Andreas Schwab  <schwab@suse.de>
156
157         [BZ #17501]
158         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
159         check for Slow_SSE4_2 feature bit.
160         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
161         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
162         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
163         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
164
165 2014-10-24  Roland McGrath  <roland@hack.frob.com>
166
167         * configure.ac: Validate compiler version with a empirical test of
168         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
169         $CC -v output.
170         * configure: Regenerated.
171
172         * inet/htons.c (htons): Prototypify.
173         * inet/htonl.c (htonl): Likewise.
174
175 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
176
177         * string/strncat.c (strncat): Improve performance by using strlen.
178
179 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
180
181         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
182
183 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
184
185         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
186         Call libc_fetestexcept_aarch64.
187
188 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
189
190         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
191         Call libc_feholdexcept_aarch64.
192
193 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
194
195         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
196         Call get_rounding_mode.
197
198 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
199
200         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
201         Simplify logic.
202
203 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
204
205         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
206         Simplify logic.
207
208 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
209
210         [BZ #14138]
211         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
212         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
213         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
214         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
215         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
216         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
217         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
218         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
219         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
220         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
221         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
222         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
223         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
224         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
225         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
226         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
227         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
228         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
229         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
230         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
231         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
232         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
233         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
234         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
235         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
236         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
237         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
238         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
239         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
240         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
241         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
242         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
243         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
244         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
245         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
246         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
247         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
248         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
249         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
250         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
251         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
252         syscall.
253         (geteuid): Likewise.
254         (getgid): Likewise.
255         (getuid): Likewise.
256         (getresgid): Likewise.
257         (getresuid): Likewise.
258         (getgroups): Likewise.
259         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
260         (geteuid): Likewise.
261         (getgid): Likewise.
262         (getuid): Likewise.
263         (getresgid): Likewise.
264         (getresuid): Likewise.
265         (getgroups): Likewise.
266         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
267         (geteuid): Likewise.
268         (getgid): Likewise.
269         (getuid): Likewise.
270         (getresgid): Likewise.
271         (getresuid): Likewise.
272         (getgroups): Likewise.
273         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
274         Likewise.
275         (geteuid): Likewise.
276         (getgid): Likewise.
277         (getuid): Likewise.
278         (getresgid): Likewise.
279         (getresuid): Likewise.
280         (getgroups): Likewise.
281         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
282         (geteuid): Likewise.
283         (getgid): Likewise.
284         (getuid): Likewise.
285         (getresgid): Likewise.
286         (getresuid): Likewise.
287         (getgroups): Likewise.
288         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
289         Likewise.
290         (geteuid): Likewise.
291         (getgid): Likewise.
292         (getuid): Likewise.
293         (getgroups): Likewise.
294
295         [BZ #14138]
296         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
297         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
298         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
299         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
300         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
301         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
302         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
303         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
304         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
305         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
306         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
307         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
308         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
309         __chown.
310         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
311         (lchown): Likewise.
312         (fchown): Likewise.
313         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
314         Likewise.
315         (lchown): Likewise.
316         (fchown): Likewise.
317         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
318         (lchown): Likewise.
319         (fchown): Likewise.
320         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
321         Likewise.
322         (lchown): Likewise.
323         (fchown): Likewise.
324
325 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
326
327         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
328         Simplify logic.
329
330 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
331
332         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
333         Cleanup logic.
334
335 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
336
337         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
338         Remove unused include.
339
340 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
341
342         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
343         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
344         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
345         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
346
347 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
348             Helge Deller <deller@gmx.de>
349
350         [BZ #17508]
351         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
352         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
353         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
354
355 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
356
357         [BZ #14132]
358         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
359         Remove macro definition.
360         (__ashrdi3_v_glibc20): Likewise.
361         (__lshrdi3_v_glibc20): Likewise.
362         (__cmpdi2_v_glibc20): Likewise.
363         (__ucmpdi2_v_glibc20): Likewise.
364         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
365         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
366         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
367         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
368         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
369         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
370
371 2014-10-22  Roland McGrath  <roland@hack.frob.com>
372
373         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
374         old GNU extension [0] syntax.
375         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
376         alloca rather than an array member with variable length.
377         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
378         * nscd/nscd.c (invalidate_db): New function, broken out of ...
379         (parse_opt): ... here.  Likewise use alloca there.
380         Validate the -i argument before checking for rootness.
381         (send_shutdown): New function, broken out of ...
382         (parse_opt): ... here.
383
384 2014-10-22  Roland McGrath  <roland@hack.frob.com>
385
386         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
387         macro to get at the _rt_local_ro field.
388         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
389         ([PIC] case) or _dl_hwcap ([!PIC] case).
390         * sysdeps/arm/setjmp.S: Likewise.
391
392         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
393         * sysdeps/arm/configure.ac: New check to define it.
394         * sysdeps/arm/configure: Regenerated.
395         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
396         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
397         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
398         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
399         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
400         Use move/movt pair instead of a load.
401         (LDST_GLOBAL): Macro removed.
402         (LDR_GLOBAL): New macro replaces it.
403         (LDR_HIDDEN): New macro.
404         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
405         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
406
407         * setjmp/tst-setjmp-static.c: New file.
408         * setjmp/Makefile (tests): Add it.
409         (tests-static): New variable.
410
411 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
412
413         [BZ #17485]
414         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
415
416 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
417
418         [BZ #14132]
419         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
420
421 2014-10-21  Roland McGrath  <roland@hack.frob.com>
422
423         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
424
425 2014-10-20  Roland McGrath  <roland@hack.frob.com>
426
427         * io/fts.c (dirent_not_directory): New function.
428         (fts_build): Call it.
429
430 2014-10-20  Roland McGrath  <roland@hack.frob.com>
431
432         * nptl/version.c (__nptl_main): Use normal __write rather than
433         INTERNAL_SYSCALL.
434         (banner): Update copyright years.
435
436         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
437         gettimeofday.
438         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
439         * nptl/pthread_cond_timedwait.c: Likewise.
440         * nptl/pthread_mutex_timedlock.c: Likewise.
441         * nptl/sem_timedwait.c: Likewise.
442
443         * sysdeps/nptl/bits/libc-lock.h
444         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
445         (__libc_lock_init_recursive): Return void, not 0.
446         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
447         (__libc_rwlock_init): Likewise.
448         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
449
450 2014-10-20  Torvald Riegel  <triegel@redhat.com>
451
452         [BZ #15215]
453         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
454         (__pthread_once_slow): ... here.
455         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
456         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
457
458 2014-10-20  Torvald Riegel  <triegel@redhat.com>
459
460         [BZ #15215]
461         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
462         __PTHREAD_ONCE_FORK_GEN_INCR): New.
463         * sysdeps/nptl/fork.c (__libc_fork): Use them.
464         * nptl/pthread_once.c (__pthread_once): Likewise.
465         Update comments.
466
467 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
468
469         [BZ #14138]
470         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
471         name.
472         (writev): Use __libc_writev as strong name.
473         * sysdeps/unix/sysv/linux/readv.c: Remove file.
474         * sysdeps/unix/sysv/linux/writev.c: Likewise.
475
476 2014-10-17  Roland McGrath  <roland@hack.frob.com>
477
478         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
479
480         * sysdeps/i386/nptl/tls.h
481         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
482         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
483         New macros.
484         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
485         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
486         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
487         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
488         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
489         Call CHECK_THREAD_SYSINFO instead of doing an assert.
490
491         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
492         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
493         on [__NR_futex].
494         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
495         broken out of ...
496         (__pthread_mutex_init): ... here.  Call it.
497         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
498         Conditionalize PI cases on [__NR_futex].
499         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
500         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
501         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
502
503         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
504         conditional on [SIGSETXID].
505         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
506         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
507         is defined.  Likewise for SIGSETXID.
508         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
509         Conditionalize definitions on [SIGSETXID].
510         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
511         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
512         unblocking on [SIGCANCEL].
513
514         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
515         [__NR_set_robust_list].
516
517 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
518
519         * string/strcoll_l.c (get_next_seq): Fix up formatting.
520         (do_compare): Likewise.
521
522 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
523
524         [BZ #15884]
525         * string/strcoll_l.c: Don't include stdio.h.
526         (coll_seq): Remove members idxarr and rulearr.
527         (get_next_seq_cached): Remove function.
528         (get_next_seq): Likewise.
529         (get_next_seq_nocache): Rename to get_next_seq.
530         (do_compare): Remove function.
531         (do_compare_nocache): Rename to do_compare.
532         (STRCOLL): Remove weight and rules cache.
533
534 2014-10-16  Roland McGrath  <roland@hack.frob.com>
535
536         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
537         * sysdeps/arm/sfp-machine.h: ... to here.
538         * sysdeps/arm/Implies: Remove arm/soft-fp.
539
540 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
541
542         * conform/data/sys/utsname.h-data (*_t): Allow.
543         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
544         [POSIX] (WEXITED): Do not expect constant.
545         [POSIX] (WSTOPPED): Likewise.
546         [POSIX] (WNOHANG): Likewise.
547         [POSIX] (WNOWAIT): Likewise.
548         [POSIX] (siginfo_t): Do not expect type or elements.
549         [POSIX] (pid_t): Do not expect type.
550         [POSIX] (signal.h): Do not allow header.
551         [POSIX] (sys/resource.h): Likewise.
552         [POSIX] (si_*): Do not allow pattern.
553         [POSIX] (W*): Likewise.
554         [POSIX] (P_*): Likewise.
555         [POSIX] (BUS_*): Likewise.
556         [POSIX] (CLD_*): Likewise.
557         [POSIX] (FPE_*): Likewise.
558         [POSIX] (ILL_*): Likewise.
559         [POSIX] (POLL_*): Likewise.
560         [POSIX] (SEGV_*): Likewise.
561         [POSIX] (SI_*): Likewise.
562         [POSIX] (TRAP_*): Likewise.
563         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
564         variable.
565
566 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
567
568         [BZ #12926]
569         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
570         infinite loop when __recvmsg returns 0.
571
572 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
573
574         * CANCEL-FCT-WAIVE: Remove file.
575         * CANCEL-FILE-WAIVE: Likewise.
576
577         [BZ #14132]
578         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
579         instead of INTVARDEF.
580         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
581         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
582         rtld_hidden_data_def instead of INTVARDEF.
583         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
584         * elf/dl-deps.c (expand_dst): Likewise.
585         * elf/dl-load.c (_dl_dst_count): Likewise.
586         (_dl_dst_substitute): Likewise.
587         (decompose_rpath): Likewise.
588         (_dl_init_paths): Likewise.
589         (open_path): Likewise.
590         (_dl_map_object): Likewise.
591         * elf/rtld.c (dl_main): Likewise.
592         (process_dl_audit): Likewise.
593         (process_envvars): Likewise.
594         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
595         Remove declaration.
596         (__libc_enable_secure): Use rtld_hidden_proto.
597
598 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
599
600         * elf/dl-load.c
601         (add_path): New function broken out of _dl_rtld_di_serinfo.
602         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
603
604 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
605
606         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
607         parentheses around macro arguments.
608         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
609         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
610         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
611         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
612         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
613         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
614         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
615         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
616         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
617         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
618         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
619         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
620         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
621         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
622         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
623         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
624         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
625         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
626         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
627         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
628         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
629         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
630         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
631         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
632         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
633         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
634         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
635         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
636         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
637         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
638         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
639         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
640         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
641         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
642         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
643         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
644         Likewise.
645         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
646         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
647         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
648         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
649         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
650         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
651         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
652         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
653         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
654         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
655         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
656         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
657         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
658         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
659         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
660         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
661         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
662         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
663         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
664         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
665         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
666         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
667         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
668         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
669         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
670         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
671         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
672         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
673         (_FP_FRAC_SRS_1): Likewise.
674         (_FP_FRAC_CLZ_1): Likewise.
675         (_FP_MUL_MEAT_1_imm): Likewise.
676         (_FP_MUL_MEAT_1_wide): Likewise.
677         (_FP_MUL_MEAT_1_hard): Likewise.
678         (_FP_SQRT_MEAT_1): Likewise.
679         (_FP_FRAC_ASSEMBLE_1): Likewise.
680         (_FP_FRAC_DISASSEMBLE_1): Likewise.
681         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
682         (__FP_CLZ_2): Likewise.
683         (_FP_MUL_MEAT_2_wide): Likewise.
684         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
685         (_FP_MUL_MEAT_2_gmp): Likewise.
686         (_FP_MUL_MEAT_2_120_240_double): Likewise.
687         (_FP_SQRT_MEAT_2): Likewise.
688         (_FP_FRAC_ASSEMBLE_2): Likewise.
689         (_FP_FRAC_DISASSEMBLE_2): Likewise.
690         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
691         (_FP_FRAC_CLZ_4): Likewise.
692         (_FP_MUL_MEAT_4_wide): Likewise.
693         (_FP_MUL_MEAT_4_gmp): Likewise.
694         (_FP_SQRT_MEAT_4): Likewise.
695         (_FP_FRAC_ASSEMBLE_4): Likewise.
696         (_FP_FRAC_DISASSEMBLE_4): Likewise.
697         * soft-fp/op-common.h (_FP_CMP): Likewise.
698         (_FP_CMP_EQ): Likewise.
699         (_FP_CMP_UNORD): Likewise.
700         (_FP_TO_INT): Likewise.
701         (_FP_FROM_INT): Likewise.
702         [!__FP_CLZ] (__FP_CLZ): Likewise.
703         (_FP_DIV_HELP_imm): Likewise.
704         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
705         Likewise.
706         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
707         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
708         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
709         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
710         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
711         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
712         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
713         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
714         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
715         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
716         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
717         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
718         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
719         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
720         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
721         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
722         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
723         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
724         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
725         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
726         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
727         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
728         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
729         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
730         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
731         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
732         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
733         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
734         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
735         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
736         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
737         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
738         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
739         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
740         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
741         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
742         (FP_UNPACK_RAW_SP): Likewise.
743         (FP_PACK_RAW_S): Likewise.
744         (FP_PACK_RAW_SP): Likewise.
745         (FP_UNPACK_S): Likewise.
746         (FP_UNPACK_SP): Likewise.
747         (FP_UNPACK_SEMIRAW_S): Likewise.
748         (FP_UNPACK_SEMIRAW_SP): Likewise.
749         (FP_PACK_S): Likewise.
750         (FP_PACK_SP): Likewise.
751         (FP_PACK_SEMIRAW_S): Likewise.
752         (FP_PACK_SEMIRAW_SP): Likewise.
753         (_FP_SQRT_MEAT_S): Likewise.
754         (FP_CMP_S): Likewise.
755         (FP_CMP_EQ_S): Likewise.
756         (FP_CMP_UNORD_S): Likewise.
757         (FP_TO_INT_S): Likewise.
758         (FP_FROM_INT_S): Likewise.
759
760         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
761
762         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
763         (FP_EX_INVALID_IMZ): Likewise.
764         (FP_EX_INVALID_IMZ_FMA): Likewise.
765         (FP_EX_INVALID_ISI): Likewise.
766         (FP_EX_INVALID_ZDZ): Likewise.
767         (FP_EX_INVALID_IDI): Likewise.
768         (FP_EX_INVALID_SQRT): Likewise.
769         (FP_EX_INVALID_CVI): Likewise.
770         (FP_EX_INVALID_VC): Likewise.
771         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
772         "invalid" exceptions.
773         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
774         (_FP_ADD_INTERNAL): Likewise.
775         (_FP_MUL): Likewise.
776         (_FP_FMA): Likewise.
777         (_FP_DIV): Likewise.
778         (_FP_CMP_CHECK_NAN): Likewise.
779         (_FP_SQRT): Likewise.
780         (_FP_TO_INT): Likewise.
781         (FP_EXTEND): Likewise.
782
783 2014-10-09  Allan McRae  <allan@archlinux.org>
784
785         * po/fr.po: Update French translation from translation project.
786
787 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
788
789         [BZ #14132]
790         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
791         of INTDEF.
792         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
793         (__cxa_atexit): Use libc_hidden_proto.
794         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
795
796         [BZ #14132]
797         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
798         declaration.
799         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
800         [!_ISOMAC] (__iswspace_l_internal): Likewise.
801         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
802         [!_ISOMAC] (__iswctype_internal): Likewise.
803         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
804         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
805         alias.
806         (fcntl): Remove __fcntl_internal alias.
807         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
808         __connect_internal alias.
809         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
810         Likewise.
811
812         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
813         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
814         FP_DENORM_ZERO.
815         (_FP_CHECK_FLUSH_ZERO): New macro.
816         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
817         (_FP_CMP): Likewise.
818         (_FP_CMP_EQ): Likewise.
819         (_FP_TO_INT): Do not set inexact for subnormal arguments if
820         FP_DENORM_ZERO.
821         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
822         (FP_TRUNC): Likewise.
823
824         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
825         treated as invalid conversion, not as normal exponent.
826
827         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
828         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
829         (_FP_CMP_EQ): Likewise.
830         (_FP_CMP_UNORD): Likewise.
831         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
832         (FP_CMP_EQ_D): Likewise.
833         (FP_CMP_UNORD_D): Likewise.
834         * soft-fp/extended.h (FP_CMP_E): Likewise.
835         (FP_CMP_EQ_E): Likewise.
836         (FP_CMP_UNORD_E): Likewise.
837         * soft-fp/quad.h (FP_CMP_Q): Likewise.
838         (FP_CMP_EQ_Q): Likewise.
839         (FP_CMP_UNORD_Q): Likewise.
840         * soft-fp/single.h (FP_CMP_S): Likewise.
841         (FP_CMP_EQ_S): Likewise.
842         (FP_CMP_UNORD_S): Likewise.
843         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
844         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
845         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
846         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
847         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
848         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
849         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
850         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
851         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
852         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
853         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
854         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
855         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
856         to FP_CMP_Q.
857         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
858         FP_CMP_Q.
859         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
860         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
861         FP_CMP_EQ_Q.
862         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
863         FP_CMP_Q.
864         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
865         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
866         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
867         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
868         FP_CMP_EQ_Q.
869         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
870         FP_CMP_Q.
871         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
872         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
873         FP_CMP_EQ_Q.
874         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
875         FP_CMP_Q.
876         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
877         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
878         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
879         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
880         FP_CMP_EQ_Q.
881
882         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
883         a subnormal result, set the underflow exception if trapping on
884         underflow is enabled.
885         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
886         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
887         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
888         redefine to 0.
889         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
890         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
891         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
892         * soft-fp/extendxftf2.c (__extendxftf2): Use
893         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
894
895         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
896         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
897         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
898         FP_HANDLE_EXCEPTIONS.
899         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
900         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
901         FP_HANDLE_EXCEPTIONS.
902         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
903         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
904         FP_HANDLE_EXCEPTIONS.
905         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
906         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
907         FP_HANDLE_EXCEPTIONS.
908
909 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
910
911         [BZ #14132]
912         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
913         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
914         use INTUSE.
915         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
916         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
917         Remove alias.
918         (__adjtimex): Define using libc_hidden_ver.
919         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
920         Remove declaration.
921         (ntp_gettime): Call __adjtimex directly.
922         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
923         Remove declaration.
924         (ntp_gettimex): Call __adjtimex directly.
925         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
926         __adjtimex_internal alias.
927
928 2014-10-08  Roland McGrath  <roland@hack.frob.com>
929
930         [BZ #17460]
931         * nscd/nscd.c (more_help): Rewrite list of tables collection
932         using xstrdup and asprintf.
933
934         * nscd/nscd_conf.c: Remove local xstrdup declaration.
935
936 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
937             Roland McGrath  <roland@hack.frob.com>
938
939         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
940         (do_lookup_unique): ... local function 'enter' here; update callers.
941
942 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
943
944         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
945         compat_symbol calls on [SHARED].
946         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
947         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
948         Remove.
949         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
950         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
951         (oldsetrlimit): Remove.
952         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
953         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
954         (lchown): New syscall entry.
955         (oldsetrlimit): Remove.
956         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
957         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
958         (oldsetrlimit): Remove.
959         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
960
961         [BZ #14138]
962         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
963         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
964         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
965         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
966         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
967         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
968         (fchown): Likewise.
969         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
970         (fchown): Likewise.
971         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
972         Likewise.
973
974 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
975
976         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
977         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
978         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
979         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
980         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
981         Likewise.
982         (__old_sem_post): Likewise.
983
984 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
985
986         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
987         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
988         HAVE_CLOCK_GETTIME_VSYSCALL macros.
989         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
990         Use INLINE_VSYSCALL macro.
991         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
992         __vdso_clock_gettime.
993         * sysdeps/unix/sysv/linux/tile/init-first.c
994         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
995         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
996         __vdso_clock_gettime.
997
998         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
999         to set up frame more cleanly.
1000
1001         * sysdeps/tile/memcmp.c: New file.
1002
1003         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
1004
1005         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
1006         * sysdeps/tile/tilegx/strcasestr.c: New file.
1007         * sysdeps/tile/tilegx/strnlen.c: New file.
1008         * sysdeps/tile/tilegx/strstr.c: New file.
1009
1010         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
1011
1012 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
1013
1014         * nptl/tst-setuid3.c: Write errors to stdout.
1015
1016 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
1017
1018         * elf/dl-deps.c
1019         (preload): New functions broken out of _dl_map_object_deps.
1020         (_dl_map_object_deps):  Remove a nested function. Update call sites.
1021
1022 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
1023
1024         [BZ #14138]
1025         * sysdeps/unix/sysv/linux/execve.c: Remove file.
1026         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
1027
1028 2014-10-01  Steve Ellcey  <sellcey@mips.com>
1029
1030         * sysdeps/mips/strcmp.S: New.
1031
1032 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
1033
1034         [BZ #14138]
1035         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
1036         (linkat): Likewise.
1037         (mkdirat): Likewise.
1038         (readlinkat): Likewise.
1039         (renameat): Likewise.
1040         (symlinkat): Likewise.
1041         (unlinkat): Likewise.
1042         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
1043         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
1044         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
1045         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
1046         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
1047         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
1048         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
1049
1050 2014-09-30  Will Newton  <will.newton@linaro.org>
1051
1052         * math/math.h: Define long double math functions if
1053         _LIBC_TEST is defined.
1054         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
1055
1056         * localedata/Makefile: Move assignment to tests-special
1057         into an ifdef testing run-built-tests.
1058         * timezone/Makefile: Likewise.
1059
1060 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
1061
1062         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
1063         with $(BASH) not $(SHELL).
1064
1065 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
1066             Matthew LeGendre  <legendre1@llnl.gov>
1067
1068         [BZ #17411]
1069         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
1070         l_reloc_result.
1071
1072 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
1073
1074         * stdio-common/printf_fp.c
1075         (hack_digit): New function, broken out of ...
1076         (__printf_fp): ... local function here.  Update call sites.
1077         hack_digit now takes an additional parameter that is a pointer
1078         to a struct of the referenced locals.  Those locals moved inside
1079         the struct and references updated.
1080
1081 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
1082
1083         * aclocal.m4: Require autoconf 2.69.
1084         * configure: Regenerated.
1085         * sysdeps/aarch64/configure: Likewise.
1086         * sysdeps/alpha/configure: Likewise.
1087         * sysdeps/arm/armv7/configure: Likewise.
1088         * sysdeps/arm/configure: Likewise.
1089         * sysdeps/ia64/configure: Likewise.
1090         * sysdeps/mach/configure: Likewise.
1091         * sysdeps/mips/configure: Likewise.
1092         * sysdeps/s390/configure: Likewise.
1093         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
1094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
1095
1096         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
1097         file.
1098         * sysdeps/ia64/configure.ac: Likewise.
1099
1100 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
1101
1102         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
1103         specify symbol version for ld.so.  Do not include entry for
1104         libpthread.
1105         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
1106         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
1107         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
1108
1109         [BZ #14171]
1110         * Makeconfig [$(build-shared) = yes]
1111         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
1112         makefiles.
1113         [$(build-shared) = yes && $(soversions.mk-done) = t]
1114         ($(common-objpfx)gnu/lib-names.h): Remove rule.
1115         [$(build-shared) = yes && $(soversions.mk-done) = t]
1116         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
1117         to Makerules.
1118         [$(build-shared) = yes && $(soversions.mk-done) = t]
1119         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
1120         here.
1121         [$(build-shared) = yes && $(soversions.mk-done) = t]
1122         (common-generated): Don't append gnu/lib-names.h and
1123         gnu/lib-names.stmp here.
1124         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
1125         (lib-names-h-abi): New variable.
1126         [$(build-shared) = yes && $(soversions.mk-done) = t]
1127         (lib-names-stmp-abi): Likewise.
1128         [$(build-shared) = yes && $(soversions.mk-done) = t &&
1129         abi-variants] (before-compile): Append
1130         $(common-objpfx)$(lib-names-h-abi).
1131         [$(build-shared) = yes && $(soversions.mk-done) = t &&
1132         abi-variants] (common-generated): Append gnu/lib-names.h.
1133         [$(build-shared) = yes && $(soversions.mk-done) = t &&
1134         abi-variants] (install-others-nosubdir): Depend on
1135         $(inst_includedir)/$(lib-names-h-abi).
1136         [$(build-shared) = yes && $(soversions.mk-done) = t &&
1137         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
1138         [$(build-shared) = yes && $(soversions.mk-done) = t]
1139         ($(common-objpfx)$(lib-names-h-abi)): New rule.
1140         [$(build-shared) = yes && $(soversions.mk-done) = t]
1141         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
1142         [$(build-shared) = yes && $(soversions.mk-done) = t]
1143         (common-generated): Append $(lib-names-h-abi) and
1144         $(lib-names-stmp-abi).
1145         * scripts/lib-names.awk: Do not handle multi being set.
1146         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
1147         Remove variable.
1148         (abi-lp64_be-ld-soname): Likewise.
1149         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
1150         Likewise.
1151         (abi-hard-ld-soname): Likewise.
1152         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
1153         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
1154         Remove variable.
1155         (abi-o32_hard-ld-soname): Likewise.
1156         (abi-o32_soft_2008-ld-soname): Likewise.
1157         (abi-o32_hard_2008-ld-soname): Likewise.
1158         (abi-n32_soft-ld-soname): Likewise.
1159         (abi-n32_hard-ld-soname): Likewise.
1160         (abi-n32_soft_2008-ld-soname): Likewise.
1161         (abi-n32_hard_2008-ld-soname): Likewise.
1162         (abi-n64_soft-ld-soname): Likewise.
1163         (abi-n64_hard-ld-soname): Likewise.
1164         (abi-n64_soft_2008-ld-soname): Likewise.
1165         (abi-n64_hard_2008-ld-soname): Likewise.
1166         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
1167         Likewise.
1168         (abi-64-v2-ld-soname): Likewise.
1169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
1170         ld.so entries.
1171         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
1172         variable.
1173         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
1174         entry.
1175         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
1176         variable.
1177         (abi-64-ld-soname): Likewise.
1178         (abi-x32-ld-soname): Likewise.
1179         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
1180         entry.
1181         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
1182
1183 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
1184
1185         [BZ #14138]
1186         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
1187         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
1188         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
1189         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
1190         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
1191         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
1192         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
1193         syscall entry for GLIBC_2.2 symbol version.
1194         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
1195         Likewise.
1196         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
1197         (setrlimit): Likewise.
1198         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
1199         Likewise.
1200
1201 2014-09-23  Will Newton  <will.newton@linaro.org>
1202
1203         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
1204         _LINUX_ARM_SYSDEP_H include guard too.
1205         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
1206         define.
1207
1208 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
1209
1210         * sysdeps/unix/sysv/linux/eventfd.c:
1211         Make first argument unsigned.
1212         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
1213         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
1214
1215 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
1216
1217         * socket/recvmmsg.c (recvmmsg): Drop const argument.
1218         * socket/sys/socket.h: Likewise
1219         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
1220
1221 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1222
1223         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
1224
1225 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
1226
1227         * time/tst-ftime.c: New test.
1228         * time/Makefile (tests): Add tst-ftime.
1229
1230 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
1231
1232         * soft-fp/extended.h: Fix comment formatting.
1233         * soft-fp/op-1.h: Likewise.
1234         * soft-fp/op-2.h: Likewise.
1235         * soft-fp/op-4.h: Likewise.
1236         * soft-fp/op-8.h: Likewise.
1237         * soft-fp/op-common.h: Likewise.
1238         * soft-fp/soft-fp.h: Likewise.
1239
1240         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
1241
1242 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
1243
1244         [BZ #6652]
1245         * Makeconfig (soversions-default-setname): Remove variable.
1246         ($(common-objpfx)soversions.i): Don't pass default_setname to
1247         soversions.awk.
1248         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
1249         oldest_abi to abi-versions.awk.
1250         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
1251         * config.make.in (oldest-abi): Remove variable.
1252         * configure.ac (--enable-oldest-abi): Remove configure option.
1253         * configure: Regenerated.
1254         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
1255         text.
1256         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
1257         * scripts/soversions.awk: Do not handle default_setname variable.
1258         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
1259         variable.
1260         * sysdeps/mach/hurd/configure: Regenerated.
1261         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
1262         variable.
1263         * sysdeps/unix/sysv/linux/configure: Regenerated.
1264
1265 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
1266
1267         * elf/Makefile (CFLAGS-interp.c): Remove.
1268         ($(elf-objpfx)runtime-linker.h): Generate header with linker
1269         path string.
1270         * elf/interp.c: Include generated runtime-linker.h
1271
1272         * Makerules (lib%.so): Don't include $(+interp) in
1273         prerequisites.
1274         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
1275         * dlfcn/eval.c: Remove file.
1276
1277         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
1278         macros.
1279
1280         [BZ #17266]
1281         * misc/sys/cdefs.h: Define __extern_always_inline for clang
1282         4.2 and newer.
1283
1284         [BZ #17370]
1285         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
1286
1287 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
1288             Jakub Jelinek  <jakub@redhat.com>
1289
1290         [BZ #17266]
1291         * libio/stdio.h: Check definition of __fortify_function
1292         instead of __extern_always_inline to include bits/stdio2.h.
1293         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
1294         check if __extern_always_inline is defined.
1295         [__USE_MISC || __USE_XOPEN]: Likewise.
1296         [__USE_ISOC99] Likewise.
1297         * misc/sys/cdefs.h (__fortify_function): Define only if
1298         __extern_always_inline is defined.
1299         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
1300         __extern_always_inline and __extern_inline only for g++-4.3
1301         and newer or a compatible gcc.
1302
1303 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
1304
1305         [BZ #17371]
1306         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
1307         last change to handle zero prefix length.
1308
1309 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
1310
1311         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
1312         _SC_REGEX_VERSION.
1313
1314         * posix/getconf.c (vars): Add _POSIX_IPV6 and
1315         _POSIX_RAW_SOCKETS.
1316
1317 2014-09-13  Allan McRae  <allan@archlinux.org>
1318
1319         * po/ru.po: Update Russian translation from translation project.
1320
1321 2014-09-12  Roland McGrath  <roland@hack.frob.com>
1322
1323         * locale/programs/locale.c (show_locale_vars): Inline local function
1324         into its sole call site.  Clean up some style nits.
1325         (print_item): New function, broken out of ...
1326         (show_info): ... local function here.  Clean up style nits.
1327
1328         * locale/programs/ld-ctype.c (set_one_default): New function, broken
1329         out of ...
1330         (set_class_defaults): ... local function set_default here.
1331         Define set_default as a macro locally to pass constant parameters.
1332         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
1333         rather than a shared local.
1334
1335         * stdlib/rpmatch.c (try): New function, broken out of ...
1336         (rpmatch): ... local function here.  Also, prototypify definition.
1337
1338 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
1339
1340         * scripts/soversions.awk: Do not handle configuration names.
1341         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
1342         vendor and os variables to soversions.awk.
1343         * configure.ac: Do not modify gnu-* host_os.
1344         * configure: Regenerated
1345         * shlib-versions: Remove first column with configuration names.
1346         * nptl/shlib-versions: Likewise.
1347         * nptl_db/shlib-versions: Likewise.
1348         * sysdeps/hppa/shlib-versions: Likewise.
1349         * sysdeps/m68k/shlib-versions: Likewise.
1350         * sysdeps/mach/hurd/shlib-versions: Likewise.
1351         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
1352         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
1353         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
1354         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
1355         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
1356         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
1357         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
1358         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
1359         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
1360         Likewise.
1361         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
1362         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
1363         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
1364         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
1365         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
1366         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
1367         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
1368         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
1369
1370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
1371         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
1372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
1373         Regenerated.
1374         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
1375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
1376         Condition symbol version definitions on [HAVE_ELFV2_ABI].
1377
1378         * shlib-versions: Remove OS-specific entries.  Moved to files in
1379         sysdeps.
1380         * sysdeps/mach/hurd/shlib-versions: New file.
1381         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
1382
1383         * nptl/shlib-versions: Remove architecture-specific entries.
1384         Moved to files in sysdeps.
1385         * shlib-versions: Likewise.
1386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
1387         file.
1388         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
1389         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
1390         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
1391         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
1392
1393         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
1394         (UDP_NO_CHECK6_RX): Likewise.
1395
1396 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
1397
1398         * sysdeps/posix/sysconf.c (__sysconf): Spell
1399         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
1400
1401 2014-08-12  Florian Weimer  <fweimer@redhat.com>
1402
1403         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
1404         loading.
1405         * iconv/Versions (__gconv_transliterate): Export for use from
1406         gconv modules.
1407         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
1408         (struct __gconv_trans_data, __gconv_trans_fct,
1409         __gconv_trans_context_fct, __gconv_trans_query_fct,
1410         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
1411         definitions.
1412         (struct __gconv_step_data): Remove __trans member.
1413         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
1414         longer hidden.  Remove unused trans_data argument.
1415         * iconv/gconv_int.h (struct trans_struct): Remove definition.
1416         (__gconv_translit_find): Remove declaration.
1417         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
1418         prototype.
1419         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
1420         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
1421         trans_data argument.  Add hidden definition.
1422         (__gconv_translit_find): Remove.
1423         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
1424         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
1425         * iconv/skeleton.c: Remove transliteration initialization.
1426         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
1427         __gconv_step_data initialization.
1428         * libio/iofwide.c (__libio_translit_): Remove.
1429         (_IO_fwide): Adjust struct __gconv_step_data initialization.
1430         * wcsmbs/btowc.c (__btowc): Likewise.
1431         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
1432         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
1433         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
1434         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
1435         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
1436         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
1437         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
1438         * wcsmbs/wctob.c (wctob): Likewise.
1439
1440 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
1441
1442         [BZ #16194]
1443         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
1444         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
1445         register usage.
1446         * sysdeps/x86/Makefile: Adjust.
1447
1448 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
1449             Roland McGrath  <roland@hack.frob.com>
1450
1451         * locale/weight.h: Add include guard.
1452         (findidx): Make static rather than auto; take new parameters
1453         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
1454         * locale/weightwc.h: Likewise.
1455         * posix/fnmatch_loop.c
1456         (FCT): Change type of EXTRA from int32_t to wint_t.
1457         Don't include either header inside the function.
1458         Call FINDIDX rather than findidx, and pass new arguments.
1459         #undef FINDIDX at the end of the file.
1460         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
1461         FINDIDX before including fnmatch_loop.c for the non-wide version.
1462         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
1463         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
1464         for the wide version.
1465         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
1466         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
1467         Pass new arguments to findidx.
1468         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
1469         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
1470         Don't #include it inside the function.  Pass new arguments to findidx.
1471         * posix/regex_internal.h
1472         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
1473         (re_string_elem_size_at): Don't #include it inside the function.
1474         Pass new arguments to findidx.
1475         * string/strcoll_l.c: #include WEIGHT_H at top level.
1476         (get_next_seq): Don't #include it inside the function.
1477         Pass new arguments to findidx.
1478         (get_next_seq_nocache): Likewise.
1479         * string/strxfrm_l.c: #include WEIGHT_H at top level.
1480         (STRXFRM): Don't #include it inside the function.
1481         Pass new arguments to findidx.
1482
1483 2014-09-11  Florian Weimer  <fweimer@redhat.com>
1484
1485         [BZ #17344]
1486         * malloc/malloc.c (unlink): Turn asserts into a call to
1487         malloc_printerr.
1488
1489 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
1490
1491         [BZ #17370]
1492         * libio/wfileops (do_ftell_wide): Free OUT.
1493
1494 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
1495
1496         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
1497
1498 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
1499
1500         [BZ #17363]
1501         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
1502         group if the current group is empty.
1503
1504 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1505
1506         * benchtests/bench-memset.c (test_main): Add more test from size
1507         from 32 to 512 bytes.
1508         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1509         Add POWER8 memset object.
1510         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1511         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
1512         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
1513         implementation.
1514         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
1515         Likewise.
1516         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
1517         multiarch POWER8 memset optimization.
1518         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
1519         POWER8 memset optimization.
1520
1521         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1522         Remove bzero multiarch objects.
1523         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
1524         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
1525         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
1526         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
1527         Remove define.
1528         [__bzero]: Redefine to specific name.
1529         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
1530         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
1531         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
1532         define.
1533         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
1534         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
1535
1536 2014-09-10  Florian Weimer  <fweimer@redhat.com>
1537
1538         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
1539         warnings into errors.
1540
1541         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
1542         __cxa_thread_atexit_impl prototype.
1543
1544 2014-09-09  Steve Ellcey  <sellcey@mips.com>
1545
1546         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
1547         Fix capitalization of error message.
1548
1549 2014-09-09  Steve Ellcey  <sellcey@mips.com>
1550
1551         * sysdeps/mips/preconfigure: Modify ABI tests.
1552
1553 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
1554
1555         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
1556
1557 2014-09-07  Roland McGrath  <roland@hack.frob.com>
1558             Carlos O'Donell  <carlos@systemhalted.org>
1559
1560         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
1561         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
1562         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
1563         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
1564         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
1565         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
1566         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
1567         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
1568         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
1569         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
1570         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
1571         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
1572         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
1573         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
1574         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
1575         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
1576         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
1577         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
1578         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
1579         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
1580         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
1581         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
1582         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
1583         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
1584         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
1585         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
1586         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
1587         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
1588         Deconditionalize the code that was previously under [RESET_PID].
1589         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
1590         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
1591         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
1592         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
1593         include sysdep.h.
1594
1595 2014-09-08  Allan McRae  <allan@archlinux.org>
1596
1597         * version.h (RELEASE): Set to "development".
1598         (VERSION): Set to "2.20.90"
1599
1600 2014-09-07  Allan McRae  <allan@archlinux.org
1601
1602         * version.h (RELEASE): Set to "stable".
1603         (VERSION): Set to "2.20"
1604         * include/features.h (__GLIBC_MINOR__): Set to 20.
1605
1606         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
1607         Liebler.
1608
1609         * po/ko.po: Update Korean translation from translation project.
1610
1611 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
1612
1613         [BZ #17354]
1614         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
1615         macro for handling signed relocations.
1616
1617 2014-09-03  Florian Weimer  <fweimer@redhat.com>
1618
1619         [BZ #17325]
1620         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
1621         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
1622         assert.
1623         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
1624         * iconvdata/ibm935.c (BODY): Likewise.
1625         * iconvdata/ibm937.c (BODY): Likewise.
1626         * iconvdata/ibm939.c (BODY): Likewise.
1627         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
1628         assert.
1629         * iconvdata/Makefile (iconv-test.out): Pass module list to test
1630         script.
1631         * iconvdata/run-iconv-test.sh: New test loop for checking for
1632         decoder crashers.
1633
1634 2014-09-02  Khem Raj  <raj.khem@gmail.com>
1635
1636         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
1637         libm_hidden_ver.
1638
1639 2014-09-01  Allan McRae  <allan@archlinux.org>
1640
1641         * po/eo.po: Update Esperanto translation from translation project.
1642
1643         * po/ca.po: Update Catalan translation from translation project.
1644
1645 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1646
1647         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
1648         __proc_dostop call.
1649
1650 2014-08-27  Mark Wielaard  <mjw@redhat.com>
1651
1652         [BZ #17319]
1653         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
1654         to call set_thread_area instead of hand written asm.
1655         (__NR_set_thread_area): Removed define.
1656         (TLS_FLAG_WRITABLE): Likewise.
1657         (__ASSUME_SET_THREAD_AREA): Remove check.
1658         (TLS_EBX_ARG): Remove define.
1659         (TLS_LOAD_EBX): Likewise.
1660
1661 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1662
1663         Simplify atomicity of socket creation in bind.
1664
1665         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
1666         looking up the name after linking the file.
1667
1668 2014-08-27  Allan McRae  <allan@archlinux.org>
1669
1670         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
1671
1672 2014-08-26  Florian Weimer  <fweimer@redhat.com>
1673
1674         [BZ #17187]
1675         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
1676         trans_compare, open_translit, __gconv_translit_find):
1677         Remove module loading code.
1678
1679 2014-08-26  Allan McRae  <allan@archlinux.org>
1680
1681         * po/vi.po: Update Vietnamese translation from translation project.
1682
1683         * po/uk.po: Update Ukrainian translation from translation project.
1684
1685         * po/fr.po: Update French translation from translation project.
1686
1687         * po/ru.po: Update Russian translation from translation project.
1688
1689         * po/pl.po: Update Polish translation from translation project.
1690
1691         * po/cs.po: Update Czech translation from translation project.
1692
1693         * po/de.po: Update German translation from translation project.
1694
1695         * po/bg.po: Update Bulgarian translation from translation project.
1696
1697         * po/sv.po: Update Sweedish translation from translation project.
1698
1699         * po/nl.po: Update Dutch translation from translation project.
1700
1701         * po/es.po: Update Spanish translation from translation project.
1702
1703 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
1704
1705         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
1706
1707         * catgets/Makefile (CPPFLAGS-gencat): Remove.
1708         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
1709         (CPPFLAGS-iconvconfig): Likewise.
1710         * timezone/Makefile (CPPFLAGS-zic): Likewise.
1711
1712         * include/libc-symbols.h: Remove unnecessary check for
1713         NOT_IN_libc.
1714         * nptl/pthreadP.h: Likewise.
1715         * sysdeps/aarch64/setjmp.S: Likewise.
1716         * sysdeps/alpha/setjmp.S: Likewise.
1717         * sysdeps/arm/sysdep.h: Likewise.
1718         * sysdeps/i386/setjmp.S: Likewise.
1719         * sysdeps/m68k/setjmp.c: Likewise.
1720         * sysdeps/posix/getcwd.c: Likewise.
1721         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1722         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1723         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1724         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1725         * sysdeps/sh/sh3/setjmp.S: Likewise.
1726         * sysdeps/sh/sh4/setjmp.S: Likewise.
1727         * sysdeps/unix/alpha/sysdep.h: Likewise.
1728         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1729         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1730         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1731         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1732         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1733         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1734         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1735         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1736         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1737         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1738         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1739         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1740         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1741         * sysdeps/x86_64/setjmp.S: Likewise.
1742
1743 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
1744
1745         [BZ #17263]
1746         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
1747         <stdint.h>.
1748         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
1749         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
1750
1751 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
1752
1753         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
1754
1755         [BZ #17262]
1756         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
1757         and __x86_64__ when disabling x87 inline functions.
1758
1759 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
1760
1761         [BZ #17259]
1762         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
1763         asm statement with __cpuid_count.
1764
1765 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
1766
1767         * configure.ac: Change __ehdr_start code to dereference the struct.
1768         Run readelf on the output to look for relocations.
1769         * configure: Regenerated.
1770
1771 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
1772
1773         [BZ #17261]
1774         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
1775         value to 0.
1776         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
1777
1778 2014-08-12  Roland McGrath  <roland@hack.frob.com>
1779
1780         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
1781
1782 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
1783
1784         [BZ #16892]
1785         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
1786         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
1787
1788 2014-08-12  Sean Anderson  <seanga2@gmail.com>
1789
1790         * malloc/malloc.c: Fix typo in comment.
1791
1792 2014-08-09  Allan McRae  <allan@archlinux.org>
1793
1794         * Regenerate libc.po.
1795
1796 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
1797
1798         * intl/tst-gettext2.sh: Check every lang file for creation.
1799
1800 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
1801
1802         * sysdeps/aarch64/fpu/math_private.h
1803         (libc_feholdsetround_noex_aarch64_ctx): New function.
1804
1805 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
1806
1807         * sysdeps/arm/armv6/strcpy.S (strcpy):
1808         Fix performance issue in misaligned cases.
1809
1810 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1811
1812         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
1813         Move definition from termios.h.
1814         (struct termio): Likewise.
1815         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
1816         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
1817         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
1818         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
1819         Likewise.
1820         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
1821         Move definition to ioctl-types.h
1822         (struct termio): Likewise.
1823         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
1824         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
1825         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
1826         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
1827         Likewise.
1828
1829 2014-08-05  Richard Henderson  <rth@redhat.com>
1830
1831         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
1832         exceptions.
1833         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
1834         Add fraiseexcpt.
1835         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
1836         Use __feraiseexcept.
1837         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
1838         Protect libm symbols with IS_IN_libm.
1839
1840         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
1841
1842 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
1843
1844         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
1845
1846 2014-08-04  Will Newton  <will.newton@linaro.org>
1847
1848         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
1849         file.
1850
1851 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
1852
1853         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
1854         variants for each function.
1855
1856 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1857
1858         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
1859         appended ...
1860         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
1861         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
1862         appended ...
1863         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
1864         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
1865         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
1866         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
1867         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
1868         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
1869         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
1870         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
1871         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
1872         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
1873         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
1874         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
1875         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
1876         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
1877         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
1878         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
1879         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
1880         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
1881         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
1882         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
1883         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
1884         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
1885         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
1886         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
1887         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
1888         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
1889         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
1890         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
1891         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
1892         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
1893         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
1894         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
1895         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
1896         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
1897         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
1898         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
1899         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
1900         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
1901         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
1902         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
1903         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
1904         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
1905         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
1906         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
1907         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
1908         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
1909         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
1910         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
1911         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
1912         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
1913         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
1914         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
1915         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
1916         Update #include.
1917         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
1918         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
1919
1920 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1921
1922         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
1923         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
1924         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
1925         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
1926         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
1927         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
1928
1929 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1930
1931         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
1932         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
1933         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
1934         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
1935
1936 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1937
1938         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
1939         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
1940         (__libc_vfork): Define function under this name.
1941         (__vfork): Define as an alias.
1942         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
1943         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
1944
1945 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1946
1947         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
1948         that was previously under [RESET_PID].
1949         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
1950
1951 2014-08-04  Andreas Schwab  <schwab@suse.de>
1952
1953         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
1954
1955 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
1956
1957         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
1958         (main): Likewise.
1959
1960 2014-08-01  Roland McGrath  <roland@hack.frob.com>
1961
1962         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
1963
1964 2014-08-01  Richard Henderon  <rth@redhat.com>
1965
1966         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
1967         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
1968         typo in exact zero test.
1969         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
1970         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
1971         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
1972
1973 2014-08-01  Roland McGrath  <roland@hack.frob.com>
1974
1975         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
1976         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
1977         * sysdeps/arm/sysdep.h: ... here.
1978         [!__ASSEMBLER__]: Include <stdint.h>.
1979
1980 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
1981
1982         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
1983         (HAVE_WCTYPE_H): Likewise.
1984         (HAVE_ISWCTYPE): Likewise.
1985         (ENABLE_NLS): Likewise.
1986         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
1987         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
1988
1989         * posix/regex_internal.c: Check if DEBUG is defined and is
1990         set.
1991
1992         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
1993         (HAVE_MBSRTOWCS): Likewise.
1994         * posix/fnmatch.c: Include string.h unconditionally.
1995
1996 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
1997
1998         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
1999         reversal.
2000
2001 2014-07-31  Roland McGrath  <roland@hack.frob.com>
2002
2003         * sysdeps/generic/safe-fatal.h: New file.
2004         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
2005         * nptl/forward.c: Include it.
2006         (__pthread_unwind): Use __safe_fatal as default action, rather
2007         than a bogus use of INTERNAL_SYSCALL that could never work.
2008
2009         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
2010         * configure.ac (libc_cv_builtin_trap): New test.
2011         * configure: Regenerated.
2012         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
2013         (ABORT_INSTRUCTION): Define using __builtin_trap.
2014
2015         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
2016         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
2017         * sysdeps/nptl/nptl-signals.h: New file.
2018         * nptl/pthreadP.h: Include <nptl-signals.h>.
2019
2020 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
2021
2022         * sysdeps/s390/s390-64/utf16-utf32-z9.c
2023         (ONE_DIRECTION): Define.
2024         * sysdeps/s390/s390-64/utf8-utf16-z9.c
2025         (ONE_DIRECTION): Define.
2026         * sysdeps/s390/s390-64/utf8-utf32-z9.c
2027         (ONE_DIRECTION): Define.
2028
2029 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
2030
2031         * sysdeps/s390/Makefile: Delete file.
2032         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
2033         * sysdeps/s390/__longjmp.c: Delete file.
2034         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
2035         Remove fields __flags and __reserved.
2036         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
2037         and add versioning.
2038         * sysdeps/s390/rtld-__longjmp.c: Delete file.
2039         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
2040         * sysdeps/s390/rtld-setjmp.S: Likewise.
2041         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
2042         * sysdeps/s390/s390-32/__longjmp.c: ... here.
2043         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
2044         * sysdeps/s390/s390-32/setjmp.S: ... here.
2045         Add versioning.
2046         (__sigsetjmp): Remove setting __flags field.
2047         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
2048         * sysdeps/s390/s390-64/__longjmp.c: ... here.
2049         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
2050         * sysdeps/s390/s390-64/setjmp.S: ... here.
2051         Add versioning.
2052         (__sigsetjmp): Remove setting __flags field.
2053         * sysdeps/s390/setjmp.S: Delete file.
2054         * sysdeps/s390/sigjmp.c: Likewise.
2055         * sysdeps/s390/v1-longjmp.c: Likewise.
2056         * sysdeps/s390/v1-setjmp.h: Likewise.
2057         * sysdeps/s390/v1-sigjmp.c: Likewise.
2058         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
2059         Remove v1-longjmp_chk.
2060         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
2061         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
2062         Include debug/longjmp_chk.c and add versioning.
2063         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
2064         Include nptl/pt-longjmp.c and add versioning.
2065         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
2066         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
2067         Include __longjmp.c.
2068         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
2069         Move to ...
2070         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
2071         (__getcontext): Remove setting __flags field.
2072         Add versioning.
2073         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
2074         Don't restore upper high grps.
2075         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
2076         Likewise.
2077         (__swapcontext): Remove setting uc_flags field.
2078         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
2079         Delete file.
2080         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
2081         Include __longjmp.c.
2082         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
2083         Move to ...
2084         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
2085         (__getcontext): Remove setting __flags field.
2086         Add versioning.
2087         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
2088         (__swapcontext): Remove setting uc_flags field.
2089         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
2090         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
2091         Remove fields uc_high_gprs and __reserved.
2092         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
2093         New file with reverted content.
2094         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
2095         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
2096         Regenerated.
2097         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
2098         Regenerated.
2099
2100 2014-07-31  Andreas Schwab  <schwab@suse.de>
2101
2102         * config.h.in (HAVE_IFUNC): Define to 0.
2103         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
2104         definedness.
2105
2106 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
2107
2108         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2109         memmove-avx-unaligned, memcpy-avx-unaligned and
2110         mempcpy-avx-unaligned.
2111         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
2112         Add tests for AVX memcpy functions.
2113         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
2114         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
2115         memcpy_chk.
2116         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
2117         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
2118         memmove_chk.
2119         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
2120         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
2121         mempcpy_chk.
2122         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
2123         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
2124         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
2125
2126 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2127
2128         [BZ #17213]
2129         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
2130         powerpc64le.
2131
2132 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
2133
2134         [BZ #16839]
2135         * manual/llio.texi: Add section about open file description locks.
2136         * manual/examples/ofdlocks.c: Example of open file description
2137         lock usage.
2138         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
2139         F_OFD_SETLK, and F_OFD_SETLKW.
2140
2141 2014-07-23  Allan McRae  <allan@archlinux.org>
2142
2143         * po/es.po: Update Spanish translation from translation project.
2144
2145 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
2146
2147         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
2148
2149 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
2150
2151         [BZ #17078]
2152         * sysdeps/arm/dl-machine.h (elf_machine_rela)
2153         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
2154         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
2155
2156 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
2157
2158         [BZ #17088]
2159         * math/fesetenv.c (__fesetenv)
2160         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
2161         * math/feupdateenv.c (__feupdateenv)
2162         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
2163
2164         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
2165         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
2166         (__ASSUME_SOCKETCALL): Do not define.
2167
2168         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
2169         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
2170         (__ASSUME_SOCKETCALL): Do not define.
2171         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
2172         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
2173         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
2174         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
2175         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
2176         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
2177         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
2178         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
2179
2180         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
2181         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
2182         (__ASSUME_SOCKETCALL): Do not define.
2183         (__ASSUME_IPC64): Define unconditionally.
2184         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
2185         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
2186         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
2187         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
2188         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
2189         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
2190         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
2191         Likewise.
2192
2193         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
2194         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
2195         (__ASSUME_SOCKETCALL): Do not define.
2196         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
2197         (__ASSUME_FUTEX_LOCK_PI): Likewise.
2198         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
2199         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
2200         (__ASSUME_REQUEUE_PI): Define unconditionally.
2201         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
2202         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
2203         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
2204         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
2205         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
2206         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
2207
2208         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
2209         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
2210         (__ASSUME_SOCKETCALL): Do not define.
2211         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
2212         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
2213         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
2214         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
2215         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
2216         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
2217
2218         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
2219         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
2220         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
2221         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
2222         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
2223         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
2224         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
2225         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
2226         (__ASSUME_GETCPU_SYSCALL): Likewise.
2227
2228         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
2229         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
2230         cases for individual architectures.
2231         * sysdeps/gnu/configure: Regenerated.
2232         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
2233         LIBC_SLIBDIR_RTLDDIR.
2234         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
2235         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
2236         LIBC_SLIBDIR_RTLDDIR.
2237         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
2238         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
2239         LIBC_SLIBDIR_RTLDDIR.
2240         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
2241         Regenerated.
2242         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
2243         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
2244         file.
2245         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
2246         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
2247         file.
2248         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
2249         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
2250         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
2251         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
2252
2253         * sysdeps/aarch64/shlib-versions: Move to ...
2254         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
2255         * sysdeps/alpha/shlib-versions: Move to ...
2256         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
2257         * sysdeps/arm/shlib-versions: Move to ...
2258         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
2259         * sysdeps/hppa/shlib-versions: Move all contents except for
2260         libgcc_s entry to ...
2261         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
2262         entry from ...
2263         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
2264         * sysdeps/ia64/shlib-versions: Move to ...
2265         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
2266         entry from ...
2267         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
2268         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
2269         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
2270         * sysdeps/microblaze/shlib-versions: Move to ...
2271         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
2272         * sysdeps/mips/shlib-versions: Move to ...
2273         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
2274         entry from ...
2275         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
2276         * sysdeps/tile/shlib-versions: Move to ...
2277         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
2278         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
2279         from ...
2280         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
2281         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
2282         entry from ...
2283         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
2284
2285 2014-07-17  Will Newton  <will.newton@linaro.org>
2286
2287         * sysdeps/arm/bits/atomic.h
2288         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
2289         (__arch_compare_and_exchange_bool_16_int): Likewise.
2290         (__arch_compare_and_exchange_bool_64_int): Likewise.
2291
2292         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
2293         into an #else block.
2294
2295 2014-07-16  Roland McGrath  <roland@hack.frob.com>
2296
2297         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
2298         just Linux configurations.  Test empirically that the compiler sets
2299         __ARM_EABI__, rather than using the tuple to decide.
2300         * sysdeps/arm/preconfigure: Regenerated.
2301         * sysdeps/unix/sysv/linux/arm/configure: File removed.
2302         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
2303         contents appended ...
2304         * sysdeps/arm/configure.ac: ... here.
2305         * sysdeps/arm/configure: Regenerated.
2306
2307 2014-07-15  Roland McGrath  <roland@hack.frob.com>
2308
2309         * nptl/pthread_kill.c: New file.
2310         * nptl/pthread_sigmask.c: New file.
2311         * nptl/pthread_sigqueue.c: New file.
2312
2313         * sysdeps/nptl/lowlevellock.h: New file.
2314         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
2315         * sysdeps/nptl/lowlevellock-futex.h: New file.
2316
2317         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
2318         Remove dead declarations.
2319
2320 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2321
2322         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
2323         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
2324         config-cflags-avx2.
2325         * sysdeps/x86_64/configure.ac: Likewise.
2326         * sysdeps/i386/configure: Regenerated.
2327         * sysdeps/x86_64/configure: Likewise.
2328         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2329         memset-avx2 only if config-cflags-avx2 is yes.
2330         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
2331         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
2332         defined.
2333         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
2334         only if HAVE_AVX2_SUPPORT is defined.
2335         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
2336
2337 2014-07-14  Alan Modra  <amodra@gmail.com>
2338
2339         [BZ #17153]
2340         * elf/elf.h (DT_PPC64_NUM): Correct value.
2341         * NEWS: Add to fixed bug list.
2342
2343 2014-07-13  Jim Meyering  <meyering@fb.com>
2344
2345         [BZ 17150]
2346         regex: don't deref NULL upon heap allocation failure
2347         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
2348         failure in one more place.
2349         To trigger the segfault, configure grep -with-included-regex,
2350         build it, and run these commands:
2351         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
2352
2353 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
2354
2355         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
2356
2357 2014-07-11  Richard Henderson  <rth@redhat.com>
2358
2359         * sysdeps/aarch64/libm-test-ulps: Update.
2360
2361 2014-07-10  Florian Weimer  <fweimer@redhat.com>
2362
2363         [BZ #17135]
2364         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
2365         * nptl/allocatestack.c (__nptl_setxid_error): New function.
2366         (__nptl_setxid): Initialize error member.  Call
2367         __nptl_setxid_error.
2368         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
2369         * nptl/descr.h (struct xid_command): Add error member.
2370         * nptl/tst-setuid3.c: New file.
2371         * nptl/Makefile (tests): Add it.
2372
2373 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2374
2375         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
2376         New define.
2377         (__lll_trylock): Use __lll_base_trylock.
2378         (__lll_cond_trylock): Likewise.
2379
2380 2014-07-10  Roland McGrath  <roland@hack.frob.com>
2381
2382         * nptl/pthread_create.c (start_thread): Use atomic_or and
2383         lll_futex_wake directly rather than lll_robust_dead.
2384         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
2385         (lll_robust_dead): Macro removed.
2386         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
2387         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
2388         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
2389         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
2390         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
2391         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
2392         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
2393         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
2394         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
2395         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
2396         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
2397         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2398         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
2399         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
2400         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
2401
2402         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
2403         Use atomic_compare_and_exchange_val_acq directly rather than
2404         lll_robust_trylock.
2405         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
2406         (__lll_robust_trylock, lll_robust_trylock): Removed.
2407         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
2408         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
2409         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
2410         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
2411         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
2412         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
2413         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
2414         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
2415         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
2416         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
2417         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2418         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
2419         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
2420         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
2421
2422 2014-07-02  Florian Weimer  <fweimer@redhat.com>
2423
2424         * manual/locale.texi (Locale Names): New section documenting
2425         locale name syntax.  Adjust menu and node chaining accordingly.
2426         (Choosing Locale): Reference Locale Names, Locale Categories.
2427         Mention setting LC_ALL=C.  Reflect that name syntax is now
2428         documented.
2429         (Locale Categories): New section title.  Reference Locale Names.
2430         LC_ALL is an environment variable, but not a category.
2431         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
2432         description, now in Locale Name.  Reference that section.  Locale
2433         name syntax is now documented.
2434
2435 2014-07-02  Florian Weimer  <fweimer@redhat.com>
2436
2437         [BZ #17137]
2438         * locale/findlocale.c (name_present, valid_locale_name): New
2439         functions.
2440         (_nl_find_locale): Use the loc_name variable to store name
2441         candidates.  Call name_present and valid_locale_name to check and
2442         validate locale names.  Return an error if the locale is invalid.
2443
2444 2014-07-02  Florian Weimer  <fweimer@redhat.com>
2445
2446         * locale/setlocale.c (setlocale): Use strdup for allocating
2447         composite name copy.
2448
2449 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
2450
2451         Sync up with gnulib.
2452         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
2453         [!_LIBC && ENABLE_NLS]: Include gettext.h.
2454         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
2455         and _GL_ARG_NONNULL.
2456         [USE_UNLOCKED_IO]: Include unlocked-io.h.
2457         [!_LIBC]: Include code for Windows and Cygwin.
2458         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
2459         Include prototype for int strerror_r.
2460         [!_LIBC] (is_open): New function.
2461         (flush_stdout): New function.
2462         (print_errno_message): Use it.
2463         (error): Likewise.
2464         (error_at_line): Likewise.
2465         (error_tail) Add function attribute macros.  Use
2466         __builtin_expect.
2467
2468         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
2469
2470         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
2471
2472         * io/ftw.c: Include sys/param.h unconditionally.
2473
2474         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
2475
2476         [BZ #17125]
2477         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
2478         libc_freeres_ptr.
2479         (freecache): New function to free CACHE on exit.
2480
2481         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
2482         initialization.
2483
2484 2014-07-09  David S. Miller  <davem@davemloft.net>
2485
2486         * sysdeps/sparc/fpu/libm-test-ulps: Update.
2487
2488         * sysdeps/sparc/nptl/internaltypes.h: Delete.
2489         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
2490         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
2491         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
2492         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
2493         * sysdeps/sparc/nptl/sem_init.c: Likewise.
2494         * sysdeps/sparc/nptl/sem_post.c: Likewise.
2495         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
2496         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
2497         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
2498         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
2499         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
2500         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
2501
2502 2014-07-09  Andreas Schwab  <schwab@suse.de>
2503
2504         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
2505         output.
2506         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
2507         (do_test): Likewise.
2508
2509         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
2510
2511 2014-07-09  Will Newton  <will.newton@linaro.org>
2512
2513         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
2514         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
2515         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
2516         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
2517         * sysdeps/hppa/start.S (_start): Likewise.
2518
2519 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
2520
2521         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
2522
2523         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
2524         defined.
2525
2526 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
2527
2528         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
2529         after checking that it is non-NULL.
2530
2531         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
2532
2533 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2534
2535         * sysdeps/powerpc/memmove.c: Remove file.
2536         * sysdeps/powerpc/powerpc32/power4/memcopy.h
2537         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
2538         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
2539         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
2540         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
2541         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
2542         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
2543         string memmove instead of removed powerpc one.
2544
2545         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
2546         [weak_alias]: Fix compiler warning due trailing data.
2547         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
2548         [weak_alias]: Likewise.
2549         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
2550         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
2551
2552         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
2553         (__libc_ifunc_impl_list): Add memmove functions.
2554
2555 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
2556
2557         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
2558         Remove code.
2559         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
2560         Likewise
2561         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
2562         Likewise
2563         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
2564         Likewise
2565         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
2566         Likewise
2567         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
2568         Likewise
2569         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
2570         Likewise
2571         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
2572         Likewise
2573         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
2574         Likewise
2575         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
2576         Likewise
2577         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
2578         Likewise
2579         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
2580         Likewise
2581         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
2582         Likewise
2583         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
2584         Likewise
2585         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
2586         Likewise
2587         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
2588         Likewise
2589         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
2590         Likewise
2591
2592 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2593
2594         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
2595         to avoid alignment traps in non-cacheable memory.
2596         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
2597
2598         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
2599         multiarch objects.
2600         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
2601         file: multiarch power7 memmove.
2602         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
2603         multiarch default memmove.
2604         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
2605         multiarch memove for powerpc32/power4.
2606
2607         * string/bcopy.c: Use full path to include memmove.c.
2608         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
2609         multiarch objects.
2610         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
2611         bcopy for powerpc64.
2612         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
2613         bcopy for powerpc64.
2614         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
2615         and memmove implementations.
2616         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
2617         optimized multiarch memmove for POWER7/powerpc64.
2618         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
2619         default multiarch memmove for powerpc64.
2620         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
2621         multiarch for powerpc64.
2622         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
2623         for POWER7/powerpc64.
2624         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
2625         memmove for POWER7/powerpc64.
2626
2627         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
2628         glibc default one.
2629
2630         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
2631         __ELF_NATIVE_CLASS equal to 64.
2632
2633 2014-07-07  Roland McGrath  <roland@hack.frob.com>
2634
2635         * sysdeps/nptl/lowlevellock.h: File removed.
2636
2637         * NEWS: NPTL is no longer an add-on!
2638         * nptl/internaltypes.h: Moved ...
2639         * sysdeps/nptl/internaltypes.h: ... here.
2640         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
2641         * sysdeps/nptl/fork.c: Likewise.
2642         * sysdeps/nptl/gai_misc.h: Likewise.
2643         * sysdeps/nptl/librt-cancellation.c: Likewise.
2644         * sysdeps/nptl/jmp-unwind.c: Likewise.
2645         * sysdeps/nptl/setxid.h: Likewise.
2646         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
2647         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
2648         * sysdeps/unix/sysv/linux/arm/Implies: New file.
2649         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
2650         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
2651         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
2652         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
2653         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
2654         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
2655         * sysdeps/unix/sysv/linux/mips/Implies: New file.
2656         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
2657         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
2658         * sysdeps/unix/sysv/linux/sh/Implies: New file.
2659         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
2660         * sysdeps/unix/sysv/linux/tile/Implies: New file.
2661         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
2662         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
2663         * nptl/Makeconfig: Moved ...
2664         * sysdeps/nptl/Makeconfig: ... here.
2665         * nptl/configure: File removed.
2666         * nptl/ANNOUNCE: File removed.
2667         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
2668         * sysdeps/unix/sysv/linux/configure: Regenerated.
2669
2670         * nptl/Makefile (routines): Add libc_pthread_init,
2671         libc_multiple_threads, register-atfork and unregister-atfork.
2672         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
2673         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
2674         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
2675         pthread-pi-defines.sym, structsem.sym.
2676         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
2677         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
2678         [$(subdir) = nptl] (tests): Add tst-setgetname.
2679         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
2680         * sysdeps/unix/sysv/linux/sigaction.c: Just include
2681         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
2682         [!LIBC_SIGACTION]: Remove aliases.
2683         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
2684         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
2685         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2686         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
2687         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
2688         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
2689         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
2690         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
2691         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2692         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
2693         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
2694         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
2695         __libc_allocate_rtsig_private.
2696         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
2697         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
2698         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
2699         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
2700         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
2701         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
2702         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
2703         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
2704         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
2705         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
2706         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
2707         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
2708         * nptl/internaltypes.h: ... here.
2709         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
2710         * sysdeps/nptl/jmp-unwind.c: ... here.
2711         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
2712         * nptl/libc-lowlevellock.c: ... here.
2713         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
2714         * nptl/libc_multiple_threads.c: ... here.
2715         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
2716         * nptl/libc_pthread_init.c: ... here.
2717         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
2718         * nptl/lowlevelbarrier.sym: ... here.
2719         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
2720         * nptl/lowlevelcond.sym: ... here.
2721         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
2722         * nptl/lowlevellock.c: ... here.
2723         * nptl/lowlevellock.h: Moved ...
2724         * sysdeps/nptl/lowlevellock.h: ... here.
2725         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
2726         * nptl/lowlevelrobustlock.c: ... here.
2727         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
2728         * nptl/lowlevelrobustlock.sym: ... here.
2729         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
2730         * nptl/lowlevelrwlock.sym: ... here.
2731         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
2732         * nptl/pt-fork.c: ... here.
2733         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
2734         * nptl/pthread-pi-defines.sym: ... here.
2735         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
2736         * nptl/pthread_attr_getaffinity.c: ... here.
2737         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
2738         * nptl/pthread_attr_setaffinity.c: ... here.
2739         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
2740         * nptl/pthread_mutex_cond_lock.c: ... here.
2741         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
2742         Update #include.
2743         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
2744         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
2745         * nptl/pthread_once.c: ... here, replacing old file.
2746         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
2747         * nptl/pthread_yield.c: ... here.
2748         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
2749         * nptl/register-atfork.c: ... here.
2750         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
2751         * nptl/sem_post.c: ... here.
2752         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
2753         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
2754         * nptl/sem_timedwait.c: ... here.
2755         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
2756         * nptl/sem_trywait.c: ... here.
2757         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
2758         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
2759         * nptl/sem_wait.c: ... here.
2760         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
2761         * nptl/structsem.sym: ... here.
2762         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
2763         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
2764         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
2765         * nptl/unregister-atfork.c: ... here.
2766         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
2767         * nptl/unwindbuf.sym: ... here.
2768         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
2769         * sysdeps/nptl/fork.c: ... here.
2770         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
2771         * sysdeps/nptl/fork.h: ... here.
2772         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
2773         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
2774         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
2775         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
2776         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
2777         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
2778         * sysdeps/unix/sysv/linux/getpid.c: ... here.
2779         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
2780         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
2781         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
2782         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
2783         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
2784         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
2785         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
2786         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
2787         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
2788         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
2789         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
2790         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
2791         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
2792         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
2793         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
2794         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
2795         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
2796         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
2797         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
2798         * sysdeps/unix/sysv/linux/raise.c: ... here.
2799         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
2800         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
2801         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
2802         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
2803         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
2804         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
2805         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
2806         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
2807         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
2808         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
2809         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
2810         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
2811         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
2812         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
2813         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
2814
2815 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
2816
2817         * sysdeps/generic/memcopy.h: Add comment for
2818         MEMCPY_OK_FOR_FWD_MEMMOVE.
2819
2820 2014-07-04  Will Newton  <will.newton@linaro.org>
2821
2822         * string/memchr.c: Merge from gnulib.
2823         [_LIBC]: Remove conditionals.
2824         (__ptr_t): Remove define.
2825         (LONG_MAX_32_BITS): Likewise.
2826         (LONG_MAX): Likewise.
2827         (MEMCHR): Use ANSI prototype and optimize algorithm.
2828
2829         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
2830
2831 2014-07-03  Roland McGrath  <roland@hack.frob.com>
2832
2833         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
2834         (lll_futex_timed_wait_bitset): Fix syscall argument count.
2835
2836         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
2837         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
2838         in a bare environment with no <stdlib.h> installed.
2839         * sysdeps/nptl/configure: Regenerated.
2840
2841         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
2842
2843         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
2844         AC_EGREP_CPP for kernel header checks, so they only succeed if
2845         including <linux/version.h> actually works right.
2846         * sysdeps/unix/sysv/linux/configure: Regenerated.
2847
2848         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
2849         value so it's not diagnosed as unused.
2850
2851         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
2852         thing) with "ifeq ($(subdir),rt)".
2853
2854 2014-07-03  Richard Henderson  <rth@redhat.com>
2855
2856         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
2857         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
2858         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
2859
2860         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
2861         (math_force_eval): New.
2862
2863         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
2864         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
2865
2866         * sysdeps/alpha/fpu/s_round.c: Remove file.
2867         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
2868
2869         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
2870         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
2871         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
2872         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
2873         (_dl_start, print_statistics): Likewise.
2874         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
2875         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
2876
2877         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2878         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2879         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2880         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2881         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2882         (HP_SMALL_TIMING_AVAIL): Define.
2883         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2884         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
2885         (HP_SMALL_TIMING_AVAIL): Define.
2886         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2887         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2888
2889         * sysdeps/aarch64/hp-timing.h: New file.
2890
2891         * sysdeps/generic/hp-timing.h: Remove dead comment.
2892         * sysdeps/generic/hp-timing-common.h: New file.
2893         * sysdeps/alpha/hp-timing.h: Include it.
2894         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
2895         * sysdeps/i386/i686/hp-timing.h: Likewise.
2896         * sysdeps/ia64/hp-timing.h: Likewise.
2897         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
2898         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
2899         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
2900         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
2901         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
2902         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
2903         (hp_timing_t): New.
2904
2905         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
2906         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
2907         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
2908         * elf/rtld.c (_dl_start_final): Likewise.
2909         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
2910         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2911         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2912         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2913         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2914         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2915         (HP_TIMING_DIFF_INIT): Remove.
2916         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2917         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
2918         (HP_TIMING_DIFF_INIT): Remove.
2919         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2920         * sysdeps/i386/i686/hp-timing.c: Remove file.
2921         * sysdeps/x86_64/hp-timing.c: Remove file.
2922         * sysdeps/ia64/hp-timing.c: Remove file.
2923         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
2924         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
2925         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
2926         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
2927
2928         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
2929         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
2930         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
2931         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2932         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2933         (HP_TIMING_ACCUM): Remove.
2934         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2935         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
2936         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2937
2938         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
2939         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
2940         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
2941         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
2942         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
2943         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
2944         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
2945         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
2946
2947         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
2948
2949 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
2950
2951         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
2952
2953 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2954
2955         Sync up with gettext.
2956         * intl/loadmsgcat.c: Define O_BINARY if not defined.
2957         [_MSC_VER]: Include malloc.h
2958         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
2959         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
2960         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
2961         TEMP_FAILURE_RETRY.  Cast return of alloca.
2962         [!_LIBC] Call gl_rwlock_init.
2963         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
2964
2965 2014-07-02  Roland McGrath  <roland@hack.frob.com>
2966
2967         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
2968         before checking its value.
2969
2970 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2971
2972         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
2973
2974         * debug/memcpy_chk.c: Don't include pagecopy.h.
2975         * debug/mempcpy_chk.c: Likewise.
2976         * string/memcpy.c: Likewise.
2977         * string/memmove.c: Likewise.
2978         * sysdeps/powerpc/memmove.c: Likewise.
2979         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
2980         definition of PAGE_COPY_FWD_MAYBE here...
2981         * sysdeps/generic/pagecopy.h: ... from here.
2982         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
2983
2984 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
2985             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2986
2987         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
2988         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
2989         optimizations.
2990         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
2991         (__libc_ifunc_impl_list): Likewise.
2992         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
2993         multiarch strcat for PPC64.
2994         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
2995         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
2996
2997 2014-07-02  Roland McGrath  <roland@hack.frob.com>
2998
2999         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
3000
3001 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
3002
3003         * intl/loadmsgcat.c: Remove declaration of
3004         get_sysdep_segment_value.
3005         (get_sysdep_segment_value): Use ISO C style.
3006         (_nl_load_domain): Use ISO C style.  Get rid of redundant
3007         semicolon.  Fix typo and formatting in comment.
3008         (_nl_unload_domain): Use ISO C style.
3009
3010         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
3011
3012 2014-07-02  Will Newton  <will.newton@linaro.org>
3013
3014         * malloc/obstack.c: Merge from gnulib master.
3015         [HAVE_CONFIG_H]: Remove conditional code.
3016         [!_LIBC]: Include config.h.
3017         [!ELIDE_CODE]: Don't include inttypes.h, include
3018         stdint.h unconditionally.
3019         (print_and_abort): Mark as _Noreturn.
3020         (_obstack_allocated_p): Mark as __attribute_pure__.
3021         (obstack_free): Rename to __obstack_free.
3022         [!__attribute__]: Remove conditional code.
3023         * malloc/obstack.h: Merge from gnulib master.
3024         [__cplusplus]: Move conditional down.
3025         [!__attribute_pure__]: Define __attribute_pure__ here
3026         if it is not already defined.
3027         (_obstack_memory_used): Mark as __attribute_pure__.
3028         [!__obstack_free]: Define as obstack_free.
3029         [__GNUC__]: Remove check for ancient NeXT gcc.
3030
3031 2014-07-02  Will Newton  <will.newton@linaro.org>
3032             Paul Eggert  <eggert@cs.ucla.edu>
3033
3034         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
3035
3036 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
3037
3038         * resolv/gethnamaddr.c: Add comment warning that the file is
3039         not maintained.
3040
3041 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
3042
3043         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
3044         entries.
3045
3046         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
3047         entry for aio_cancel and aio_cancel64.
3048         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
3049         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
3050         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
3051         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
3052         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
3053         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
3054         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
3055         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
3056         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
3057         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
3058         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
3059         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
3060         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
3061
3062 2014-07-01  Roland McGrath  <roland@hack.frob.com>
3063
3064         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
3065         * nptl/pthread_mutex_lock.c: Likewise.
3066         * nptl/pthread_mutex_timedlock.c: Likewise.
3067         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
3068
3069 2014-07-01  Richard henderson  <rth@redhat.com>
3070
3071         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
3072         (__isnan, __isnanl): Remove.
3073         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
3074
3075         * sysdeps/alpha/fpu/libm-test-ulps: Update.
3076
3077 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
3078
3079         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
3080
3081 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
3082
3083         * resolv/nss_dns/dns-host.c (getanswer_r)
3084         [MULTI_PTRS_ARE_ALIASES]: Remove code.
3085
3086 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
3087
3088         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
3089         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
3090         undefine.
3091         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
3092         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
3093
3094 2014-07-01  Roland McGrath <roland@hack.frob.com>
3095
3096         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
3097         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
3098
3099         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
3100         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
3101
3102         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
3103         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
3104         ... here.
3105         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
3106         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
3107
3108         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
3109         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
3110         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
3111         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
3112
3113         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
3114         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
3115         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
3116         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
3117         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
3118         Moved ...
3119         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
3120         ... here.
3121         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
3122         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
3123         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
3124         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
3125         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
3126         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
3127         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
3128         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
3129         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
3130         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
3131         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
3132         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
3133         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
3134         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
3135         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
3136         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
3137         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
3138         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
3139         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
3140         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
3141         ... here.
3142         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
3143         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
3144         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
3145         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
3146         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
3147         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
3148         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
3149         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
3150
3151 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
3152
3153         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
3154         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
3155         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
3156         Add sysdep.
3157
3158 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3159
3160         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3161
3162 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
3163
3164         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
3165         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
3166
3167         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
3168
3169         * sysdeps/arm/libm-test-ulps: Regenerated.
3170
3171 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
3172             Roland McGrath <roland@hack.frob.com>
3173
3174         * test-skeleton.c (signal_handler): Kill the whole process group
3175         before killing the child individually.
3176         (main): Report any failure on `setpgid'.
3177
3178 2014-06-30  Roland McGrath  <roland@hack.frob.com>
3179
3180         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
3181         from _TLS_H to _ARM_NPTL_TLS_H.
3182         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
3183         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
3184
3185 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
3186
3187         [BZ #16539]
3188         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
3189         (__expm1l): Return argument unchanged when small but not
3190         subnormal.
3191
3192         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
3193         include macro name.
3194         (_FP_UNPACK_RAW_1_P): Likewise.
3195         (_FP_PACK_RAW_1): Likewise.
3196         (_FP_PACK_RAW_1_P): Likewise.
3197         (_FP_MUL_MEAT_1_wide): Likewise.
3198         (_FP_MUL_MEAT_DW_1_hard): Likewise.
3199         (_FP_MUL_MEAT_1_hard): Likewise.
3200         (_FP_DIV_MEAT_1_imm): Likewise.
3201         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
3202         (_FP_DIV_MEAT_1_udiv): Likewise.
3203         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
3204         (_FP_UNPACK_RAW_2): Likewise.
3205         (_FP_UNPACK_RAW_2_P): Likewise.
3206         (_FP_PACK_RAW_2): Likewise.
3207         (_FP_PACK_RAW_2_P): Likewise.
3208         (_FP_MUL_MEAT_DW_2_wide): Likewise.
3209         (_FP_MUL_MEAT_2_wide): Likewise.
3210         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
3211         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3212         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
3213         (_FP_MUL_MEAT_2_gmp): Likewise.
3214         (_FP_DIV_MEAT_2_udiv): Likewise.
3215         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
3216         (_FP_FRAC_SRL_4): Likewise.
3217         (_FP_FRAC_SRST_4): Likewise.
3218         (_FP_FRAC_SRS_4): Likewise.
3219         (_FP_UNPACK_RAW_4): Likewise.
3220         (_FP_UNPACK_RAW_4_P): Likewise.
3221         (_FP_PACK_RAW_4): Likewise.
3222         (_FP_PACK_RAW_4_P): Likewise.
3223         (_FP_MUL_MEAT_DW_4_wide): Likewise.
3224         (_FP_MUL_MEAT_4_wide): Likewise.
3225         (_FP_MUL_MEAT_4_gmp): Likewise.
3226         (umul_ppppmnnn): Likewise.
3227         (_FP_DIV_MEAT_4_udiv): Likewise.
3228         (__FP_FRAC_ADD_4): Likewise.
3229         (__FP_FRAC_SUB_3): Likewise.
3230         (__FP_FRAC_SUB_4): Likewise.
3231         (__FP_FRAC_DEC_3): Likewise.
3232         (__FP_FRAC_DEC_4): Likewise.
3233         (__FP_FRAC_ADDI_4): Likewise.
3234         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
3235         (_FP_FRAC_SRL_8): Likewise.
3236         (_FP_FRAC_SRS_8): Likewise.
3237
3238         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
3239         include macro name.
3240         (FP_UNPACK_RAW_EP): Likewise.
3241         (FP_PACK_RAW_E): Likewise.
3242         (FP_PACK_RAW_EP): Likewise.
3243         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
3244         (_FP_ISSIGNAN): Likewise.
3245         (_FP_ADD_INTERNAL): Likewise.
3246         (_FP_FMA): Likewise.
3247         (_FP_CMP): Likewise.
3248         (_FP_SQRT): Likewise.
3249         (_FP_TO_INT): Likewise.
3250         (_FP_FROM_INT): Likewise.
3251         (FP_EXTEND): Likewise.
3252         (_FP_DIV_MEAT_N_loop): Likewise.
3253
3254 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
3255
3256         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
3257         throughout.
3258
3259 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
3260
3261         [BZ #17097]
3262         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
3263         result with correct sign in case of exponents that produce
3264         overflow except for X very close to 1.
3265
3266 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
3267
3268         mktime: merge #if/#ifdef usage from glibc
3269         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
3270         as that works with both Glibc's and Gnulib's style.
3271         See thread starting at Siddhesh Poyarekar's bug report at:
3272         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
3273
3274 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
3275
3276         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
3277         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
3278         * sysdeps/tile/tilegx/memmove.c: Remove file.
3279
3280 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
3281
3282         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
3283         abi-name definition.
3284         * scripts/soversions.awk: Do not handle or generate ABI lines.
3285         * shlib-versions: Remove ABI entries.
3286         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
3287         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
3288
3289 2014-06-27  Roland McGrath  <roland@hack.frob.com>
3290
3291         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
3292         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
3293         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
3294         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
3295         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
3296         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
3297         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
3298         Moved ...
3299         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
3300         ... here.
3301         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
3302         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
3303         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
3304         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
3305         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
3306         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
3307         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
3308         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
3309         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
3310         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
3311         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
3312         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
3313         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
3314         Moved ...
3315         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
3316         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
3317         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
3318         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
3319         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
3320         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
3321         Moved ...
3322         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
3323         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
3324         Moved ...
3325         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
3326         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
3327         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
3328         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
3329         Moved ...
3330         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
3331         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
3332         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
3333         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
3334         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
3335         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
3336         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
3337         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
3338         Moved ...
3339         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
3340         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
3341         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
3342         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
3343         Moved ...
3344         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
3345         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
3346         Moved ...
3347         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
3348         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
3349         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
3350         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
3351         Moved ...
3352         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
3353         ... here.
3354         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
3355         Identical file removed.
3356         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
3357         Moved ...
3358         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
3359         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
3360         Identical file removed.
3361         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
3362         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
3363         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
3364         Moved ...
3365         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
3366         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
3367         Identical file removed.
3368         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
3369         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
3370         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
3371         Identical file removed.
3372         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
3373         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
3374         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
3375         Identical file removed.
3376         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
3377         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
3378         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
3379         Identical file removed.
3380         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
3381         Moved ...
3382         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
3383         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
3384         Identical file removed.
3385         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
3386         Moved ...
3387         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
3388         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
3389         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
3390         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
3391         Identical file removed.
3392         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
3393         Moved ...
3394         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
3395         ... here.
3396         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
3397         Identical file removed.
3398         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
3399         Moved ...
3400         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
3401         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
3402         Identical file removed.
3403         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
3404         Moved ...
3405         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
3406         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
3407         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
3408         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
3409         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
3410         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
3411         Moved ...
3412         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
3413         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
3414         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
3415
3416         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
3417         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
3418         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
3419         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
3420         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
3421
3422 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
3423
3424         [BZ #17092]
3425         * nscd/nscd.c (monitor_child): Return exit status of child
3426         instead of return value from wait syscall.
3427
3428 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
3429
3430         * configure.ac (libc_commonpagesize): Remove variable.
3431         (libc_relro_required): Likewise.
3432         (libc_cv_z_relro): Remove configure test.
3433         * configure: Regenerated.
3434         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
3435         variable.
3436         (libc_relro_required): Likewise.
3437         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
3438         (libc_relro_required): Likewise.
3439         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
3440         (libc_relro_required): Likewise.
3441         * sysdeps/arm/preconfigure: Regenerated.
3442         * sysdeps/ia64/preconfigure: Remove file.
3443         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
3444         variable.
3445         (libc_relro_required): Likewise.
3446
3447         [BZ #16561]
3448         [BZ #16562]
3449         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
3450         (__ieee754_yn): Set FE_TONEAREST mode internally and then
3451         recompute overflowing results in original rounding mode.
3452         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
3453         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
3454         recompute overflowing results in original rounding mode.
3455         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
3456         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3457         recompute overflowing results in original rounding mode.
3458         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
3459         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3460         recompute overflowing results in original rounding mode.
3461         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
3462         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3463         recompute overflowing results in original rounding mode.
3464         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
3465         (libc_feholdsetround_ctx): New macro.
3466         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
3467         * sysdeps/i386/fpu/libm-test-ulps: Update.
3468         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
3469
3470 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3471
3472         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
3473         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
3474         corresponding .cpsetup call.
3475
3476 2014-06-26  Roland McGrath  <roland@hack.frob.com>
3477
3478         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
3479         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
3480         * sysdeps/arm/Makefile [$(subdir) = csu]
3481         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
3482         (static-only-routines): Add aeabi_read_tp here.
3483         (shared-only-routines): Add libc-aeabi_read_tp here.
3484         (CFLAGS-libc-start.c): Add -fexceptions here.
3485         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
3486         (sysdep_routines, static-only-routines, shared-only-routines):
3487         Don't add to these here.
3488         (CFLAGS-libc-start.c): Likewise.
3489
3490         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
3491         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
3492         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
3493         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
3494         * sysdeps/arm/Makefile [$(subdir) = rt]
3495         (librt-sysdep_routines, librt-shared-only-routines):
3496         Append rt-aeabi_unwind_cpp_pr1 here.
3497         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
3498         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
3499         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
3500         (libpthread-sysdep_routines, libpthread-shared-only-routines):
3501         Append nptl-aeabi_unwind_cpp_pr1 here.
3502         (tests): Filter out tst-cleanupx4 here.
3503         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
3504         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
3505         Don't do those here.
3506
3507 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3508
3509         * scripts/list-sources.sh: Do not handle ports specially.
3510
3511 2014-06-26  Roland McGrath  <roland@hack.frob.com>
3512
3513         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
3514         * sysdeps/arm/feupdateenv.c: Likewise.
3515
3516         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
3517
3518 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3519
3520         * manual/texinfo.tex: Update to version 2014-05-05.10 with
3521         trailing whitespace removed.
3522         * scripts/config.guess: Update to version 2014-03-23.
3523         * scripts/config.sub: Update to version 2014-05-01
3524         * scripts/install-sh: Update to version 2013-12-25.23.
3525         * scripts/move-if-change: Update from gnulib.
3526
3527 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
3528
3529         * debug/memmove_chk.c: Remove pagecopy.h include.
3530
3531 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
3532
3533         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
3534         identical to gnulib mktime.
3535
3536 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3537
3538         * configure.ac: Do not test for machine being rs6000.  Do not test
3539         for powerpc*-*soft.
3540         * configure: Regenerated.
3541
3542         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
3543         test.
3544         * configure: Regenerated.
3545         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
3546         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
3547         Remove configure test.
3548         * sysdeps/arm/configure: Regenerated.
3549         * sysdeps/nptl/configure.ac: Do not check
3550         libc_cv_asm_cfi_directives.
3551         * sysdeps/nptl/configure: Regenerated.
3552         * sysdeps/x86_64/nptl/configure.ac: Remove file.
3553         * sysdeps/x86_64/nptl/configure: Remove generated file.
3554         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
3555         unconditional.
3556         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
3557
3558 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
3559
3560         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
3561         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
3562         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
3563         it is defined.
3564
3565         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
3566         instead of whether it is defined.
3567         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
3568         * sysdeps/hppa/dl-machine.h: Likewise.
3569         * sysdeps/ia64/dl-machine.h: Likewise.
3570         * sysdeps/m68k/dl-machine.h: Likewise.
3571         * sysdeps/microblaze/dl-machine.h: Likewise.
3572         * sysdeps/mips/dl-machine.: Likewise.
3573         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
3574         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
3575         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
3576         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
3577         * sysdeps/sh/dl-machine.h: Likewise.
3578         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
3579         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
3580         * sysdeps/tile/dl-machine.h: Likewise.
3581         * sysdeps/x86_64/dl-machine.h: Likewise.
3582
3583         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
3584         code.
3585         (verify_persistent_db): Likewise.
3586
3587 2014-06-26  Roland McGrath  <roland@hack.frob.com>
3588
3589         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
3590         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
3591         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
3592         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
3593         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
3594         Moved ...
3595         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
3596         ... here.
3597         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
3598         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
3599         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
3600         Identical file removed.
3601         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
3602         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
3603         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
3604         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
3605         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
3606         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
3607         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
3608         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
3609         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
3610         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
3611         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
3612         Moved ...
3613         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
3614         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
3615         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
3616         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
3617         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
3618         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
3619         Moved ...
3620         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
3621         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
3622         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
3623         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
3624         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
3625         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
3626         Identical file removed.
3627         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
3628         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
3629         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
3630         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
3631         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
3632         Moved ...
3633         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
3634         ... here.
3635         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
3636         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
3637         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
3638         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
3639         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
3640         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
3641         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
3642         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
3643         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
3644         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
3645         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
3646         Moved ...
3647         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
3648         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
3649         Moved ...
3650         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
3651         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
3652         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
3653         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
3654         Moved ...
3655         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
3656         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
3657         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
3658
3659         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
3660         folded into ...
3661         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
3662         * sysdeps/unix/sysv/linux/s390/Versions
3663         (libpthread: GLIBC_2.19): New version set.
3664         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
3665         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
3666         (librt: GLIBC_2.3.3): New version set.
3667         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
3668         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
3669         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
3670         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
3671         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
3672         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
3673         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
3674         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
3675         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
3676         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
3677         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
3678         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
3679         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
3680         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
3681         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
3682         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
3683         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
3684         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
3685         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
3686         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
3687         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
3688         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
3689         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
3690         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
3691         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
3692         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
3693         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
3694         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
3695         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
3696         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
3697         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
3698         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
3699         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
3700         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
3701         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
3702         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
3703         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
3704         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
3705         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
3706         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
3707         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
3708         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
3709         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
3710         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
3711         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
3712
3713         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
3714         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
3715         (__libc_vfork): Define the function under this name.
3716         [!NOT_IN_libc] (__vfork): Make this an alias.
3717         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
3718         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
3719         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
3720         (__libc_vfork): Define the function under this name.
3721         [!NOT_IN_libc] (__vfork): Make this an alias.
3722         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
3723         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
3724         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
3725         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
3726         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
3727         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3728
3729         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
3730         code that was previously under [RESET_PID].
3731         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
3732         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
3733         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
3734
3735         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
3736         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
3737         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
3738         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
3739         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
3740         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
3741         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
3742         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
3743         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
3744         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
3745         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
3746         Moved ...
3747         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
3748         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
3749         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
3750         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
3751         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
3752         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
3753         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
3754         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
3755         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
3756         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
3757         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
3758         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
3759         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
3760         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
3761         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
3762         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
3763         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
3764         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
3765         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
3766         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
3767         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
3768         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
3769         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
3770         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
3771         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
3772         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
3773         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
3774         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
3775         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
3776
3777 2014-06-25  Roland McGrath  <roland@hack.frob.com>
3778
3779         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
3780         that was previously under [RESET_PID].
3781         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
3782
3783 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3784
3785         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
3786         not undefine and redefine.
3787         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
3788         [O_CLOEXEC]: Make code unconditional.
3789         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
3790         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
3791         <kernel-features.h>.
3792         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
3793         conditional variable definition.
3794         (shm_open) [O_CLOEXEC]: Make code unconditional.
3795         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
3796         code.
3797
3798         * configure.ac (USE_REGPARMS): Don't define here.
3799         * configure: Regenerated.
3800         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
3801         * sysdeps/i386/configure: Regenerated.
3802
3803         * nptl/createthread.c: Don't include kernel-features.h.
3804         * nptl/pthread_cancel.c: Likewise.
3805         * nptl/pthread_condattr_setclock.c: Likewise.
3806         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
3807         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
3808         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
3809         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
3810         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
3811         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
3812         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
3813         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
3814         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
3815         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
3816         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
3817         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
3818         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
3819         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
3820         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
3821         * nscd/gai.c: Likewise.
3822         * nss/nss_db/db-open.c: Likewise.
3823         * sysdeps/generic/ldsodefs.h: Likewise.
3824         * sysdeps/sh/nptl/tls.h: Likewise.
3825         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
3826         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
3827         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
3828         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
3829         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
3830         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
3831         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
3832         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
3833         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
3834         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
3835         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
3836         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
3837         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
3838         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
3839         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
3840         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
3841         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
3842         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
3843         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
3844         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
3845         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
3846         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
3847         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
3848         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
3849         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
3850         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
3851         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
3852         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
3853         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
3854         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
3855         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
3856         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
3857         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
3858         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
3859         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
3860         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
3861         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
3862         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
3863         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
3864         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
3865         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
3866         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
3867         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
3868         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
3869         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
3870         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
3871         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
3872         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
3873         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
3874         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
3875         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
3876         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
3877         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
3878         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
3879         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
3880         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
3881         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3882         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
3883         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
3884         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
3885         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
3886         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
3887         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
3888         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
3889         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
3890         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
3891         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
3892         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
3893         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
3894         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
3895         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
3896         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
3897         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
3898         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
3899         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3900         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3901         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3902         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
3903         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
3904         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
3905         * sysdeps/unix/sysv/linux/pread.c: Likewise.
3906         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
3907         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
3908         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
3909         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
3910         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
3911         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
3912         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
3913         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
3914         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
3915         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
3916         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
3917         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
3918         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
3919         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
3920         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
3921         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
3922         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
3923         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
3924         * sysdeps/unix/sysv/linux/system.c: Likewise.
3925         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
3926         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
3927         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
3928         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
3929         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
3930         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
3931         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
3932
3933         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
3934         * configure: Regenerated.
3935         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
3936
3937         * configure.ac (base_machine): Do not set specially for particular
3938         machines here.
3939         * configure: Regenerated.
3940         * sysdeps/powerpc/preconfigure: Move machine and base_machine
3941         settings from configure.ac.
3942         * sysdeps/i386/preconfigure: New file.
3943         * sysdeps/s390/preconfigure: Likewise.
3944         * sysdeps/sh/preconfigure: Likewise.
3945         * sysdeps/sparc/preconfigure: Likewise.
3946
3947 2014-06-25  Roland McGrath  <roland@hack.frob.com>
3948
3949         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
3950         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
3951         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
3952         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
3953         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
3954         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
3955         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
3956         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
3957         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
3958         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
3959         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
3960         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
3961         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
3962         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
3963         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
3964         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
3965         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
3966         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
3967         * sysdeps/sparc/sparc64/Makefile: ... appended here.
3968
3969         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
3970         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
3971         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
3972         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
3973         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
3974         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
3975         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
3976         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
3977         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
3978         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
3979         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
3980         * sysdeps/sparc/sparc32/sem_post.c: ... here.
3981         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
3982         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
3983         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
3984         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
3985         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
3986         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
3987         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
3988         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
3989         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
3990         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
3991         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
3992         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
3993         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
3994         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
3995         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
3996         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
3997         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
3998         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
3999         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
4000         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
4001         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
4002         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
4003         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
4004         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
4005         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
4006         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
4007
4008         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
4009         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
4010         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
4011         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
4012         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
4013         Moved ...
4014         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
4015         ... here.
4016         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
4017         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
4018         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
4019         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
4020         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
4021         Moved ...
4022         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
4023         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
4024         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
4025         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
4026         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
4027         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
4028         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
4029         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
4030         Moved ...
4031         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
4032         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
4033         Moved ...
4034         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
4035         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
4036         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
4037         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
4038         Moved ...
4039         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
4040         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
4041         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
4042         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
4043         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
4044         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
4045         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
4046         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
4047         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
4048         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
4049         Moved ...
4050         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
4051         ... here.
4052         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
4053         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
4054         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
4055         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
4056         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
4057         Moved ...
4058         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
4059         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
4060         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
4061         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
4062         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
4063         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
4064         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
4065         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
4066         Moved ...
4067         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
4068         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
4069         Moved ...
4070         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
4071         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
4072         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
4073         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
4074         Moved ...
4075         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
4076         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
4077         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
4078         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
4079         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
4080
4081 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
4082
4083         * timezone/checktab.awk: Update from tzcode 2014e.
4084         * timezone/private.h: Likewise.
4085         * timezone/tzfile.h: Likewise.
4086         * timezone/zdump.c: Likewise.
4087         * timezone/zic.c: Likewise.
4088
4089         * sysdeps/unix/sysv/linux/kernel-features.h
4090         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
4091         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
4092         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
4093         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
4094         Remove conditional code.
4095
4096 2014-06-25  Will Newton  <will.newton@linaro.org>
4097
4098         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
4099         (_dl_arm_cap_flags): Add HWCAP2 values.
4100         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
4101         (_DL_HWCAP_COUNT): Increase to 37.
4102         (_DL_HWCAP_LAST): New define.
4103         (_DL_HWCAP2_LAST): New define.
4104         (_dl_procinfo): Add support for printing
4105         AT_HWCAP2 entries.
4106         (_dl_string_hwcap): Use _dl_hwcap_string.
4107
4108 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4109
4110         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4111
4112 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
4113
4114         * README: Do not mention ports directory.
4115
4116         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
4117         Remove macro.
4118         * sysdeps/unix/sysv/linux/futimes.c: Do not include
4119         <kernel-features.h>.
4120         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
4121         conditional variable definition.
4122         (__futimes): Update comment.
4123         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
4124         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
4125
4126         [BZ #16560]
4127         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
4128         arguments close to 0.
4129         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
4130         Likewise.
4131         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
4132         Likewise.
4133         * math/auto-libm-test-in: Add more tests of exp10.
4134         * math/auto-libm-test-out: Regenerated.
4135         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
4136
4137         * sysdeps/unix/sysv/linux/kernel-features.h
4138         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
4139         * sysdeps/unix/sysv/linux/readv.c: Do not include
4140         <kernel-features.h>.
4141         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
4142         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
4143         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
4144         unconditional.
4145         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
4146         conditional code.
4147         * sysdeps/unix/sysv/linux/writev.c: Do not include
4148         <kernel-features.h>.
4149         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
4150         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
4151         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
4152         unconditional.
4153         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
4154         conditional code.
4155
4156 2014-06-25  Will Newton  <will.newton@linaro.org>
4157
4158         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
4159         comment changes throughout the file.  Remove checks
4160         for HAVE_*_H definitions that are not required.
4161         (__gen_tempname): Call abort if an unknown kind value is
4162         passed.
4163
4164 2014-06-25  Andreas Schwab  <schwab@suse.de>
4165
4166         [BZ #17086]
4167         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
4168         scalbln, scalblnf, scalblnl in libc.
4169
4170 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
4171
4172         [BZ #17086]
4173         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
4174         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
4175         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
4176
4177 2014-06-24  Roland McGrath  <roland@hack.frob.com>
4178
4179         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
4180         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
4181         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
4182         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
4183         Update #include.
4184         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
4185         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
4186         Update #include.
4187         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
4188         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
4189         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
4190         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
4191         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
4192         * sysdeps/x86/bits/pthreadtypes.h: ... here.
4193         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
4194         * sysdeps/x86/bits/semaphore.h: ... here.
4195         * sysdeps/x86/nptl/elide.h: Moved ...
4196         * sysdeps/x86/elide.h: ... here.
4197         * sysdeps/x86_64/nptl/Implies: File removed.
4198         * sysdeps/i386/nptl/Implies: File removed.
4199
4200 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
4201
4202         [BZ #16539]
4203         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
4204         return the argument for normal arguments with exponent below -64.
4205         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
4206         Likewise.
4207         * math/auto-libm-test-in: Add another test of expm1.
4208         * math/auto-libm-test-out: Regenerated.
4209
4210         [BZ #16287]
4211         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
4212         calling __erfcl for arguments at least 16.
4213         * math/auto-libm-test-in: Add more tests of erf.
4214         * math/auto-libm-test-out: Regenerated.
4215
4216         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
4217         individual architectures.
4218         * sysdeps/unix/sysv/linux/configure: Regenerated.
4219         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
4220         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
4221         * sysdeps/unix/sysv/linux/powerpc/configure.ac
4222         (ldd_rewrite_script): Define variable.
4223         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
4224         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
4225         file.
4226         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
4227         generated file.
4228         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
4229         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
4230         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
4231         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
4232         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
4233         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
4234         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
4235         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
4236
4237 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
4238
4239         [BZ #17084]
4240         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
4241         Rename member __data.d to __data.__elision_data.
4242
4243 2014-06-24  Wilco  <wdijkstr@arm.com>
4244
4245         * NEWS: Add 16918 to fixed bug list.
4246
4247 2014-06-24  Wilco  <wdijkstr@arm.com>
4248
4249         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
4250
4251 2014-06-24  Wilco  <wdijkstr@arm.com>
4252
4253         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
4254         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
4255         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
4256         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
4257         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
4258         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
4259         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
4260         Use _FPU_MASK_RM.
4261
4262 2014-06-24  Wilco  <wdijkstr@arm.com>
4263
4264         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
4265
4266 2014-06-24  Wilco  <wdijkstr@arm.com>
4267
4268         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
4269         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
4270         * sysdeps/arm/fesetround.c (fesetround): Remove space.
4271         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
4272
4273 2014-06-24  Wilco  <wdijkstr@arm.com>
4274
4275         [BZ #16918]
4276         * sysdeps/arm/feupdateenv.c (feupdateenv):
4277         Rewrite to reduce FPSCR accesses and fix return value.
4278
4279 2014-06-24  Wilco  <wdijkstr@arm.com>
4280
4281         * sysdeps/arm/fclrexcpt.c (feclearexcept):
4282         Optimize to avoid unnecessary FPSCR writes.
4283         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
4284         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
4285         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
4286         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
4287
4288 2014-06-24  Wilco  <wdijkstr@arm.com>
4289
4290         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
4291         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
4292         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
4293         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
4294         Call libc_fetestexcept_vfp.
4295         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
4296         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
4297         __SOFTFP__ ifdef so that they can be built for softfp.
4298
4299 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
4300
4301         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
4302         argument type signed char.
4303
4304         * Makerules (check-abi): Dump diff of symlist if the test
4305         fails.
4306
4307 2014-06-23  Roland McGrath  <roland@hack.frob.com>
4308
4309         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
4310         using abort.
4311
4312         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
4313         Remove unused variable ST.
4314
4315 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
4316
4317         [BZ #16354]
4318         [BZ #17061]
4319         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
4320         small arguments before calling __expm1.
4321         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
4322         small arguments before calling __expm1f.
4323         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
4324         small arguments before calling __expm1l.
4325         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
4326         Likewise.
4327         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
4328         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
4329         spurious underflow for some cosh tests.
4330         * math/auto-libm-test-out: Regenerated.
4331         * sysdeps/i386/fpu/libm-test-ulps: Update.
4332
4333         [BZ #17050]
4334         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
4335         (__ieee754_y1): Set errno if return value overflows.
4336         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
4337         (__ieee754_y1f): Set errno if return value overflows.
4338         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
4339         (__ieee754_y1l): Set errno if return value overflows.
4340         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
4341         (__ieee754_y1l): Set errno if return value overflows.
4342         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
4343         * math/auto-libm-test-out: Regenerated.
4344
4345         * math/gen-auto-libm-tests.c: Document use of
4346         ignore-zero-inf-sign.
4347         (input_flag_type): Add value flag_ignore_zero_inf_sign.
4348         (input_flags): Add ignore-zero-inf-sign.
4349         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
4350         * math/gen-libm-test.pl (generate_testfile): Handle
4351         ignore-zero-inf-sign.
4352         * math/auto-libm-test-in: Mark some cpow tests with
4353         ignore-zero-inf-sign and some with xfail-rounding.
4354         * math/auto-libm-test-out: Regenerated.
4355         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
4356         * sysdeps/i386/fpu/libm-test-ulps: Update.
4357         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4358
4359         [BZ #16315]
4360         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
4361         overflowing or underflowing operations take place with sign of
4362         result.
4363         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
4364         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
4365         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
4366         (__ieee754_pow): Recompute overflowing and underflowing results in
4367         original rounding mode.
4368         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
4369         (__powl_helper): Allow negative argument X and scale negated value
4370         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
4371         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
4372         overflowing or underflowing operations take place with sign of
4373         result.
4374         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
4375         Include <math.h>.
4376         * math/auto-libm-test-in: Add more tests of pow.
4377         * math/auto-libm-test-out: Regenerated.
4378         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
4379         (pow_tonearest_test_data): Remove.
4380         (pow_test_tonearest): Likewise.
4381         (pow_towardzero_test_data): Likewise.
4382         (pow_test_towardzero): Likewise.
4383         (pow_downward_test_data): Likewise.
4384         (pow_test_downward): Likewise.
4385         (pow_upward_test_data): Likewise.
4386         (pow_test_upward): Likewise.
4387         (main): Don't call removed functions.
4388         * sysdeps/i386/fpu/libm-test-ulps: Update.
4389         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4390
4391 2014-06-23  Roland McGrath  <roland@hack.frob.com>
4392
4393         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
4394         Moved ...
4395         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
4396         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
4397         Moved ...
4398         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
4399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
4400         Moved ...
4401         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
4402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
4403         Moved ...
4404         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
4405         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
4406         File removed.
4407         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
4408         File removed.
4409         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
4410         File removed.
4411         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
4412         File removed.
4413         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
4414         File removed.
4415         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
4416         File removed.
4417         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
4418         File removed.
4419         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
4420         File removed.
4421         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
4422         File removed.
4423         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
4424         File removed.
4425         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
4426         File removed.
4427         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
4428         File removed.
4429         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
4430         Moved ...
4431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
4432         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
4433         Moved ...
4434         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
4435         ... here.
4436         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
4437         Moved ...
4438         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
4439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
4440         Moved ...
4441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
4442         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
4443         Moved ...
4444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
4445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
4446         Moved ...
4447         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
4448         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
4449         Moved ...
4450         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
4451         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
4452         Moved ...
4453         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
4454         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
4455         Moved ...
4456         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
4457         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
4458         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
4459         ... here.
4460         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
4461         Moved ...
4462         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
4463         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
4464         Moved ...
4465         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
4466         ... here.
4467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
4468         Moved ...
4469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
4470         ... here.
4471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
4472         Moved ...
4473         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
4474         ... here.
4475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
4476         Moved ...
4477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
4478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
4479         Moved ...
4480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
4481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
4482         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
4483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
4484         Moved ...
4485         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
4486         ... here.
4487         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
4488         Moved ...
4489         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
4490         ... here.
4491         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
4492         Moved ...
4493         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
4494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
4495         Moved ...
4496         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
4497         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
4498         Moved ...
4499         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
4500         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
4501         Moved ...
4502         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
4503         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
4504         Moved ...
4505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
4506         ... here.
4507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
4508         Moved ...
4509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
4510         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
4511         Moved ...
4512         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
4513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
4514         Moved ...
4515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
4516         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
4517         Moved ...
4518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
4519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
4520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
4521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
4522         Moved ...
4523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
4524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
4525         Moved ...
4526         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
4527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
4528         Moved ...
4529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
4530         ... here.
4531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
4532         Moved ...
4533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
4534         ... here.
4535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
4536         Moved ...
4537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
4538         ... here.
4539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
4540         Moved ...
4541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
4542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
4543         Moved ...
4544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
4545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
4546         Moved ...
4547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
4548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
4549         Moved ...
4550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
4551         ... here.
4552         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
4553         Moved ...
4554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
4555         ... here.
4556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
4557         Moved ...
4558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
4559         ... here.
4560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
4561         Moved ...
4562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
4563         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
4564         Moved ...
4565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
4566
4567 2014-06-23  Will Newton  <will.newton@linaro.org>
4568             Wilco  <wdijkstr@arm.com>
4569
4570         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
4571         implementation.  Include get-rounding-mode.h.
4572         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
4573         [!libc_feholdsetround_noex_ctx]: Define
4574         libc_feholdsetround_noex_ctx.
4575         [!libc_feholdsetround_noexf_ctx]: Define
4576         libc_feholdsetround_noexf_ctx.
4577         [!libc_feholdsetround_noexl_ctx]: Define
4578         libc_feholdsetround_noexl_ctx.
4579         (libc_feholdsetround_ctx): New function.
4580         (libc_feresetround_ctx): New function.
4581         (libc_feholdsetround_noex_ctx): New function.
4582         (libc_feresetround_noex_ctx): New function.
4583
4584 2014-06-23  Roland McGrath  <roland@hack.frob.com>
4585
4586         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
4587         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
4588         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
4589         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
4590         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
4591         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
4592
4593         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
4594         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
4595         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
4596         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
4597         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
4598         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
4599         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
4600         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
4601         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
4602         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
4603         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
4604         Moved ...
4605         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
4606         ... here.
4607         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
4608         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
4609         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
4610         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
4611         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
4612         Moved ...
4613         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
4614         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
4615         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
4616         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
4617         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
4618         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
4619         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
4620         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
4621         Moved ...
4622         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
4623         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
4624         Moved ...
4625         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
4626         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
4627         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
4628         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
4629         Moved ...
4630         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
4631         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
4632         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
4633         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
4634         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
4635         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
4636         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
4637         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
4638         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
4639         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
4640         Moved ...
4641         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
4642         ... here.
4643         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
4644         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
4645         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
4646         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
4647         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
4648         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
4649         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
4650         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
4651         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
4652         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
4653         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
4654         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
4655         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
4656         Moved ...
4657         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
4658         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
4659         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
4660         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
4661         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
4662         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
4663         Moved ...
4664         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
4665         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
4666         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
4667         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
4668         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
4669
4670         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
4671         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
4672         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
4673         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
4674         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
4675         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
4676         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
4677         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
4678         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
4679         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
4680         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
4681         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
4682         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
4683         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
4684         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
4685         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
4686         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
4687         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
4688         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
4689         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
4690         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
4691         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
4692         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
4693         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
4694         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
4695         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
4696         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
4697         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
4698
4699 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
4700
4701         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
4702         (FALLOC_FL_COLLAPSE_RANGE): New macro.
4703         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
4704         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
4705         (IPV6_PMTUDISC_INTERFACE): Likewise.
4706         (IPV6_PMTUDISC_OMIT): Likewise.
4707
4708 2014-06-23  Andreas Schwab  <schwab@suse.de>
4709
4710         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
4711         Remove unused errout label.
4712
4713 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4714
4715         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
4716         macro: hardware supports Vector Crypto instructions.
4717
4718 2014-06-23  Will Newton  <will.newton@linaro.org>
4719
4720         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
4721         rather than __builtin_expect.
4722
4723         * elf/dl-lookup.c (undefined_msg): Remove variable.
4724         (_dl_lookup_symbol_x): Replace undefined_msg with string
4725         literal.
4726
4727         * elf/dl-lookup.c (do_lookup_unique): New function.
4728         (do_lookup_x): Move STB_GNU_UNIQUE handling code
4729         to a separate function.
4730
4731 2014-06-23  Andreas Schwab  <schwab@suse.de>
4732
4733         [BZ #17079]
4734         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
4735         before reading the next line.
4736
4737 2014-06-23  Will Newton  <will.newton@linaro.org>
4738
4739         * test-skeleton.c (signal_handler): Use printf and %m
4740         rather than perror.  Use printf rather than fprintf to
4741         stderr.  Use puts rather than fputs to stderr.
4742         (main): Likewise.
4743
4744 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
4745
4746         * nscd/nscd.c (thread_info_t): Remove typedef.
4747         (thread_info): Remove variable.
4748
4749 2014-06-21  Allan McRae  <allan@archlinux.org>
4750
4751         * NEWS: Mention CVE-2014-4043.
4752
4753 2014-06-20  Roland McGrath  <roland@hack.frob.com>
4754
4755         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
4756         * nptl/smp.h: ... here.
4757
4758         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
4759
4760         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
4761         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
4762         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
4763         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
4764
4765         * nptl/allocatestack.c: Include <stack-aliasing.h>.
4766         * nptl/stack-aliasing.h: New file.
4767         * sysdeps/i386/i686/stack-aliasing.h: New file.
4768         * sysdeps/i386/i686/nptl/Makefile: File removed.
4769         * sysdeps/x86_64/stack-aliasing.h: New file.
4770         * sysdeps/x86_64/nptl/Makefile
4771         (CFLAGS-pthread_create.c): Variable removed.
4772
4773         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
4774         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
4775         old file.
4776         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
4777         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
4778         old file.
4779
4780 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
4781
4782         * sysdeps/unix/sysv/linux/arm/kernel-features.h
4783         (__ASSUME_SIGFRAME_V2): Remove macro.
4784         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
4785         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
4786         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
4787         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
4788         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
4789         Declare as function.  Remove conditional macro definitions.
4790         (__default_rt_sa_restorer): Likewise.
4791         (__default_sa_restorer_v1): Remove declaration.
4792         (__default_sa_restorer_v2): Likewise.
4793         (__default_rt_sa_restorer_v1): Likewise.
4794         (__default_rt_sa_restorer_v2): Likewise.
4795         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
4796         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
4797         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
4798
4799 2014-06-20  Roland McGrath  <roland@hack.frob.com>
4800
4801         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
4802         (libpthread-routines): Add sysdep.
4803         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
4804         * sysdeps/unix/sysv/linux/sparc/Versions
4805         (libpthread: GLIBC_2.3.3): New version set.
4806         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
4807         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
4808         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
4809         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
4810         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
4811         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
4812         Moved ...
4813         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
4814         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
4815         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
4816         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
4817         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
4818         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
4819         * sysdeps/sparc/nptl/sem_init.c: ... here.
4820         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
4821         * sysdeps/sparc/nptl/sem_post.c: ... here.
4822         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
4823         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
4824         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
4825         * sysdeps/sparc/nptl/sem_wait.c: ... here.
4826         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
4827         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
4828         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
4829         (libpthread-routines): Add cpu_relax.
4830         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
4831         File removed.
4832         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
4833         (librt: GLIBC_2.3.3): New version set.
4834         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
4835         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
4836         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
4837         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
4838         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
4839         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
4840         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
4841         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
4842         Moved ...
4843         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
4844         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
4845         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
4846         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
4847         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
4848         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
4849         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
4850         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
4851         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
4852         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
4853         Moved ...
4854         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
4855         Update #include.
4856         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
4857         Moved ...
4858         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
4859         Update #include.
4860         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
4861         Moved ...
4862         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
4863         Update #include.
4864         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
4865         Moved ...
4866         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
4867         Update #include.
4868         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
4869         Moved ...
4870         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
4871         Update #include.
4872         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
4873         Moved ...
4874         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
4875         Update #include.
4876         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
4877         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
4878         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
4879         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
4880         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
4881         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
4882         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
4883         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
4884         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
4885         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
4886         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
4887         Moved ...
4888         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
4889         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
4890         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
4891         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
4892         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
4893
4894 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4895
4896         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
4897         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
4898         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
4899         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
4900         * nscd/nscd.c: Likewise.
4901         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
4902         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
4903         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
4904         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
4905
4906         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
4907         <kernel-features.h>.
4908         (init_mq_netlink): Remove conditional have_sock_cloexec
4909         definitions.  Remove code conditional on have_sock_cloexec < 0.
4910         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
4911         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
4912         * sysdeps/unix/sysv/linux/opensock.c: Do not include
4913         <kernel-features.h>.
4914         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
4915         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
4916
4917 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
4918
4919         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4920         Add tests for memset_chk and memset.
4921
4922         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
4923         with AVX2_Usable.
4924
4925 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
4926
4927         [BZ #16046]
4928         * elf/tst-dl-iter-static.c: New file.
4929         * elf/Makefile (tests-static): Add tst-dl-iter-static.
4930
4931         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
4932         error.
4933
4934 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4935
4936         * sysdeps/unix/sysv/linux/kernel-features.h
4937         (__ASSUME_F_GETOWN_EX): Remove macro.
4938         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
4939         <kernel-features.h>.
4940         (miss_F_GETOWN_EX): Remove variable or macro.
4941         (do_fcntl): Do not check miss_F_GETOWN_EX.
4942         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
4943
4944         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
4945         Remove macro.
4946         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
4947         [!__ASSUME_AT_RANDOM]: Remove conditional code.
4948         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
4949
4950         * sysdeps/unix/sysv/linux/kernel-features.h
4951         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
4952         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
4953         [ADJ_OFFSET_SS_READ]: Make code unconditional.
4954         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
4955
4956 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
4957
4958         [BZ #17075]
4959         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
4960         Fix calculation of the symbol's value.
4961         * sysdeps/arm/tst-armtlsdescloc.c: New file.
4962         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
4963         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
4964         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
4965         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
4966         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
4967         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
4968         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
4969         (modules-names): Add `tst-armtlsdescmod',
4970         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
4971         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
4972         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
4973         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
4974         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
4975         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
4976         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
4977         ($(objpfx)tst-armtlsdescloc): New dependency.
4978         ($(objpfx)tst-armtlsdescextnow): Likewise.
4979         ($(objpfx)tst-armtlsdescextlazy): Likewise.
4980         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
4981         TLS scheme support.
4982         * sysdeps/arm/configure: Regenerate.
4983
4984 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4985
4986         * include/fcntl.h (__atfct_seterrno): Remove prototype.
4987         (__atfct_seterrno_2): Likewise.
4988         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
4989         <kernel-features.h>.
4990         (__ASSUME_ATFCTS): Do not undefine and redefine.
4991         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
4992         (__have_atfcts): Remove conditional definition.
4993         (__fxstatat([__NR_fstatat64]: Make code unconditional.
4994         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
4995         unreachable if [__ASSUME_ATFCTS].
4996         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
4997         not undefine and redefine.
4998         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
4999         <kernel-features.h>.
5000         (faccessat) [__NR_faccessat]: Make code unconditional.
5001         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
5002         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
5003         <kernel-features.h>.
5004         (fchmodat) [__NR_fchmodat]: Make code unconditional.
5005         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
5006         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
5007         <kernel-features.h>.
5008         (fchownat) [__NR_fchownat]: Make code unconditional.
5009         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
5010         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
5011         <kernel-features.h>.
5012         (futimesat) [__NR_futimesat]: Make code unconditional.
5013         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
5014         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
5015         <kernel-features.h>.
5016         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
5017         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
5018         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
5019         <kernel-features.h>.
5020         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
5021         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
5022         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
5023         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
5024         <kernel-features.h>.
5025         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
5026         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
5027         * sysdeps/unix/sysv/linux/linkat.c: Do not include
5028         <kernel-features.h>.
5029         (linkat) [__NR_linkat]: Make code unconditional.
5030         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
5031         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
5032         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
5033         <kernel-features.h>.
5034         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
5035         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
5036         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
5037         <kernel-features.h>.
5038         (mkdirat) [__NR_mkdirat]: Make code unconditional.
5039         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
5040         * sysdeps/unix/sysv/linux/openat.c: Do not include
5041         <kernel-features.h>.
5042         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
5043         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
5044         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
5045         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
5046         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
5047         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
5048         <kernel-features.h>.
5049         (readlinkat) [__NR_readlinkat]: Make code unconditional.
5050         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
5051         result of INLINE_SYSCALL directly, not via int variable.
5052         * sysdeps/unix/sysv/linux/renameat.c: Do not include
5053         <kernel-features.h>.
5054         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
5055         (renameat) [__NR_renameat]: Make code unconditional.
5056         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
5057         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
5058         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
5059         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
5060         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
5061         (__ASSUME_ATFCTS): Do not undefine and redefine.
5062         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
5063         <kernel-features.h>.
5064         (symlinkat) [__NR_symlinkat]: Make code unconditional.
5065         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
5066         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
5067         <kernel-features.h>.
5068         (unlinkat) [__NR_unlinkat]: Make code unconditional.
5069         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
5070         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
5071         (__ASSUME_ATFCTS): Do not undefine and redefine.
5072         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
5073         <kernel-features.h>.
5074         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
5075         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
5076         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
5077         <kernel-features.h>.
5078         (__xmknodat) [__NR_mknodat]: Make code unconditional.
5079         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
5080
5081 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
5082
5083         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
5084
5085 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
5086
5087         [BZ #17069]
5088         * posix/regcomp.c (parse_reg_exp): Deallocate partially
5089         constructed tree before returning error.
5090         * posix/bug-regexp36.c: Expand test case.
5091
5092 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
5093
5094         [BZ #6803]
5095         * math/libm-test.inc (scalbln_test_date):
5096         Add errno expectations.
5097         * math/w_scalblnf.c: New File.
5098         Add wrapper which checks for setting errno to ERANGE.
5099         Add weak_alias for corresponding scalbln function.
5100         * math/w_scalbln.c: Likewise.
5101         * math/w_scalblnl.c: Likewise.
5102         * math/Makefile (libm-calls): Add w_scalbln.
5103         * sysdeps/ieee754/flt-32/s_scalblnf.c:
5104         Remove weak_alias for corresponding scalbln function.
5105         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
5106         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
5107         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
5108         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
5109         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
5110         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
5111         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
5112         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
5113         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
5114         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
5115         Remove long_double_symbol for scalblnl function in libm, libc.
5116         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
5117         Add wrapper which checks for setting errno to ERANGE.
5118         Add long_double_symbol for scalblnl function in libm, libc.
5119         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
5120         Remove long_double_symbol for scalblnl in libm.
5121         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
5122         Add wrapper which checks for setting errno to ERANGE.
5123         Add long_double_symbol for scalblnl function in libm.
5124         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
5125         Do not use wrapper because of own implementation.
5126
5127 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
5128
5129         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
5130         3 bytes for __pad1 for x32.
5131         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
5132
5133 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
5134             H.J. Lu  <hongjiu.lu@intel.com>
5135
5136         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
5137         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
5138         * sysdeps/x86_64/multiarch/memset.S: Likewise.
5139         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5140         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
5141
5142 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
5143
5144         [BZ #17069]
5145         * posix/regcomp.c (parse_expression): Deallocate partially
5146         constructed tree before returning error.
5147         * posix/Makefile.c (tests): Add bug-regex36.
5148         (generated): Add bug-regex36.mtrace.
5149         (tests-special): Add $(objpfx)bug-regex36-mem.out
5150         (bug-regex36-ENV): New variable.
5151         ($(objpfx)bug-regex36-mem.out): New rule.
5152         * posix/bug-regex36.c: New file.
5153
5154 2014-06-19  Will Newton  <will.newton@linaro.org>
5155
5156         * malloc/malloc.c (systrim): If extra is zero then return
5157         early.
5158
5159 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
5160
5161         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
5162
5163 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
5164
5165         * sysdeps/aarch64/strchr.S: New file.
5166
5167 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
5168
5169         [BZ #17022]
5170         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
5171         from arguments -2 or below.
5172         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
5173         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
5174
5175 2014-06-18  Andreas Schwab  <schwab@suse.de>
5176
5177         [BZ #17062]
5178         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
5179         of a bracket expr not to run off the end of the string.
5180         * posix/Makefile (tests): Add tst-fnmatch3.
5181         * posix/tst-fnmatch3.c: New file.
5182
5183 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
5184
5185         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
5186         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
5187         [$(cross-compiling) = no]: Likewise.
5188         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
5189         [$(cross-compiling) = no]: Likewise.
5190
5191 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
5192
5193         [BZ #17031]
5194         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
5195         double, adjusted for any remainder from the high double.
5196         * math/libm-test.inc (nearbyint): Add tests.
5197         (rint): Likewise.
5198
5199 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5200
5201         * nptl/sysdeps/powerpc/Makefile: Moved ...
5202         * sysdeps/powerpc/nptl/Makefile: ... here.
5203         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
5204         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
5205         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
5206         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
5207         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
5208         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
5209         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
5210         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
5211         * nptl/sysdeps/powerpc/tls.h: Moved ...
5212         * sysdeps/powerpc/nptl/tls.h: ... here.
5213
5214 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
5215
5216         [BZ #16681]
5217         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
5218         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
5219         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
5220         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
5221         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
5222         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
5223         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
5224         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
5225         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
5226
5227 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
5228
5229         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5230
5231 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
5232
5233         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
5234         defined operator.
5235
5236         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
5237         $TIMEOUTFACTOR.
5238
5239 2014-06-16  Florian Weimer  <fweimer@redhat.com>
5240
5241         [BZ #17058]
5242         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
5243         non-executed part of the test.
5244
5245 2014-06-16  Andreas Schwab  <schwab@suse.de>
5246
5247         * string/bits/string2.h (strdup, strndup): Update feature guard.
5248
5249 2014-06-14  David S. Miller  <davem@davemloft.net>
5250
5251         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5252
5253 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
5254
5255         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
5256         that was previously under [RESET_PID].
5257         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
5258
5259         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
5260         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
5261         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
5262         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5263         (__libc_vfork): New strong alias.
5264         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
5265
5266 2014-06-14 Andi Kleen  <ak@linux.intel.com>
5267
5268         * sysdeps/generic/elide.h: New file.
5269
5270 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5271
5272         * Makefile (installed-headers): Adjust path of pthread.h header.
5273
5274 2014-06-13  Roland McGrath  <roland@hack.frob.com>
5275
5276         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
5277         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
5278         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
5279         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
5280
5281         * nptl/sysdeps/s390/Makefile: Moved ...
5282         * sysdeps/s390/nptl/Makefile: ... here.
5283         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
5284         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
5285         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
5286         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
5287         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
5288         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
5289         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
5290         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
5291         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
5292         * sysdeps/s390/nptl/pthreaddef.h: ... here.
5293         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
5294         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
5295         * nptl/sysdeps/s390/tls.h: Moved ...
5296         * sysdeps/s390/nptl/tls.h: ... here.
5297
5298         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
5299         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
5300
5301 2014-06-13  David S. Miller  <davem@davemloft.net>
5302
5303         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
5304         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
5305         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
5306         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
5307         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
5308         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
5309         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
5310         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
5311         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
5312         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
5313         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
5314         Remove RESET_PID cpp guards.
5315         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
5316         Remove RESET_PID cpp guards.
5317         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
5318
5319 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
5320
5321         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
5322         __sp to uintptr_t.
5323
5324 2014-06-13  Andi Kleen  <ak@linux.intel.com>
5325
5326         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
5327         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
5328         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
5329         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
5330         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
5331         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
5332         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
5333         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
5334         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
5335         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
5336         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
5337         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
5338         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
5339         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
5340         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
5341         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
5342         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
5343         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
5344         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
5345         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
5346
5347         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
5348         (pthread_rwlock_rdlock): Add elision.
5349         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
5350         (pthread_rwlock_wrlock): Add elision.
5351         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
5352         (pthread_rwlock_trywrlock): Add elision.
5353         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
5354         (pthread_rwlock_tryrdlock): Add elision.
5355         * nptl/pthread_rwlock_unlock.c: Include elide.h.
5356         (pthread_rwlock_tryrdlock): Add elision unlock.
5357         * nptl/sysdeps/pthread/pthread.h:
5358         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
5359         (PTHREAD_RWLOCK_INITIALIZER,
5360         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
5361         Handle new elision field.
5362         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
5363         * sysdeps/arm/nptl/bits/pthreadtypes.h
5364         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5365         * sysdeps/sh/nptl/bits/pthreadtypes.h
5366         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5367         * sysdeps/tile/nptl/bits/pthreadtypes.h
5368         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5369         * sysdeps/a/nptl/bits/pthreadtypes.h
5370         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5371         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
5372         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5373         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
5374         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5375         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
5376         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5377         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
5378         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5379         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
5380         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5381         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
5382         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5383         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
5384         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5385         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
5386         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5387         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
5388         (elision_init): Set try_xbegin to zero when no RTM.
5389         * sysdeps/x86/nptl/bits/pthreadtypes.h
5390         (pthread_rwlock_t): Change __pad1 to __rwelision.
5391         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5392
5393 2014-06-13  Andi Kleen  <ak@linux.intel.com>
5394
5395         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
5396         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
5397         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
5398         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
5399
5400 2014-06-13  Meador Inge  <meadori@codesourcery.com>
5401
5402         [BZ #16996]
5403         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
5404         that the cached result has been set before returning it.
5405
5406 2014-06-12  Roland McGrath  <roland@hack.frob.com>
5407
5408         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
5409         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
5410         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
5411         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
5412         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
5413         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
5414
5415         * nptl/sysdeps/sparc/Makefile: Moved ...
5416         * sysdeps/sparc/nptl/Makefile: ... here.
5417         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
5418         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
5419         * nptl/sysdeps/sparc/tls.h: Moved ...
5420         * sysdeps/sparc/nptl/tls.h: ... here.
5421         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
5422         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
5423         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
5424         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
5425         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
5426         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
5427         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
5428         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
5429         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
5430         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
5431         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
5432         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
5433         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
5434         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
5435         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
5436         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
5437         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
5438         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
5439         Update #include.
5440         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
5441         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
5442         Update #include.
5443         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
5444         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
5445         Update #include.
5446         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
5447         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
5448         Update #include.
5449
5450         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
5451
5452         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
5453         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
5454
5455         * sysdeps/pthread/posix-timer.h: Include <list.h>.
5456         (struct list_links): Type removed.
5457         (struct thread_node, struct timer_node): Replace struct list_links
5458         with struct list_head.
5459         (list_unlink_ip): Likewise.
5460         * sysdeps/pthread/timer_routines.c
5461         (timer_free_list, thread_free_list, thread_active_list): Likewise.
5462         (list_append, list_insbefore): Likewise.
5463         (list_init): Function removed.
5464         (thread_init, init_module): Use INIT_LIST_HEAD instead.
5465         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
5466         * sysdeps/pthread/Makefile: ... here, new file.
5467
5468         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
5469         * sysdeps/nptl/Implies: ... here.
5470         * sysdeps/unix/sysv/linux/Implies: Add nptl.
5471         * nptl/sysdeps/pthread/list.h: Moved ...
5472         * include/list.h: ... here.
5473         * nptl/sysdeps/pthread/createthread.c: Moved ...
5474         * nptl/createthread.c: ... here.
5475         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
5476         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
5477         * nptl/pt-longjmp.c: ... here.
5478         * nptl/sysdeps/pthread/Makefile: Moved ...
5479         * sysdeps/nptl/Makefile: ... here.
5480         * nptl/sysdeps/pthread/Subdirs: Moved ...
5481         * sysdeps/nptl/Subdirs: ... here.
5482         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
5483         * sysdeps/nptl/aio_misc.h: ... here.
5484         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
5485         * sysdeps/nptl/bits/libc-lock.h: ... here.
5486         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
5487         * sysdeps/nptl/bits/libc-lockP.h: ... here.
5488         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
5489         * sysdeps/nptl/bits/stdio-lock.h: ... here.
5490         * nptl/sysdeps/pthread/configure: Moved ...
5491         * sysdeps/nptl/configure: ... here.
5492         * nptl/sysdeps/pthread/configure.ac: Moved ...
5493         * sysdeps/nptl/configure.ac: ... here.
5494         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
5495         * sysdeps/nptl/gai_misc.h: ... here.
5496         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
5497         * sysdeps/nptl/librt-cancellation.c: ... here.
5498         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
5499         * sysdeps/nptl/malloc-machine.h: ... here.
5500         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
5501         * sysdeps/nptl/pthread-functions.h: ... here.
5502         * nptl/sysdeps/pthread/pthread.h: Moved ...
5503         * sysdeps/nptl/pthread.h: ... here.
5504         * nptl/sysdeps/pthread/setxid.h: Moved ...
5505         * sysdeps/nptl/setxid.h: ... here.
5506         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
5507         * sysdeps/nptl/sigfillset.c: ... here.
5508         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
5509         * sysdeps/nptl/tcb-offsets.h: ... here.
5510         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
5511         * sysdeps/nptl/tst-mqueue8x.c: ... here.
5512         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
5513         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
5514         * nptl/sysdeps/pthread/allocalim.h: Moved ...
5515         * sysdeps/pthread/allocalim.h: ... here.
5516         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
5517         * sysdeps/pthread/bits/sigthread.h: ... here.
5518         * nptl/sysdeps/pthread/flockfile.c: Moved ...
5519         * sysdeps/pthread/flockfile.c: ... here.
5520         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
5521         * sysdeps/pthread/ftrylockfile.c: ... here.
5522         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
5523         * sysdeps/pthread/funlockfile.c: ... here.
5524         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
5525         * sysdeps/pthread/posix-timer.h: ... here.
5526         * nptl/sysdeps/pthread/timer_create.c: Moved ...
5527         * sysdeps/pthread/timer_create.c: ... here.
5528         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
5529         * sysdeps/pthread/timer_delete.c: ... here.
5530         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
5531         * sysdeps/pthread/timer_getoverr.c: ... here.
5532         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
5533         * sysdeps/pthread/timer_gettime.c: ... here.
5534         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
5535         * sysdeps/pthread/timer_routines.c: ... here.
5536         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
5537         * sysdeps/pthread/timer_settime.c: ... here.
5538         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
5539         * sysdeps/pthread/tst-timer.c: ... here.
5540         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
5541         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
5542
5543         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
5544         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
5545
5546         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
5547         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
5548         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
5549         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
5550         Update #include target.
5551         * nptl/sysdeps/i386/i686/Makefile: Moved ...
5552         * sysdeps/i386/i686/nptl/Makefile: ... here.
5553         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
5554         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
5555         Update #include target.
5556         * nptl/sysdeps/i386/i686/tls.h: Moved ...
5557         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
5558         * nptl/sysdeps/i386/Makefile: Moved ...
5559         * sysdeps/i386/nptl/Makefile: ... here.
5560         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
5561         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
5562         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
5563         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
5564         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
5565         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
5566         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
5567         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
5568         * sysdeps/i386/nptl/pthreaddef.h: ... here.
5569         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
5570         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
5571         * nptl/sysdeps/i386/tls.h: Moved ...
5572         * sysdeps/i386/nptl/tls.h: ... here.
5573
5574         * sysdeps/sh/Makefile [$(subdir) = csu]
5575         (gen-as-const-headers): Add tcb-offsets.sym.
5576         * nptl/sysdeps/sh/Makefile: File removed.
5577         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
5578         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
5579         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
5580         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
5581         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
5582         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
5583         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
5584         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
5585         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
5586         * sysdeps/sh/nptl/pthreaddef.h: ... here.
5587         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
5588         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
5589         * nptl/sysdeps/sh/tls.h: Moved ...
5590         * sysdeps/sh/nptl/tls.h: ... here.
5591         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
5592         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
5593         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
5594         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
5595         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
5596         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
5597         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
5598         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
5599         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
5600         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
5601         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
5602         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
5603         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
5604         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
5605         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
5606         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
5607         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
5608         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
5609         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
5610         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
5611         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
5612         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
5613         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
5614         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
5615         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
5616         Moved ...
5617         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
5618         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
5619         Moved ...
5620         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
5621         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
5622         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
5623         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
5624         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
5625         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
5626         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
5627         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
5628         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
5629         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
5630         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
5631         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
5632         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
5633         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
5634         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
5635         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
5636         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
5637         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
5638         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
5639
5640 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
5641
5642         * posix/spawn_faction_addopen.c: Include string.h.
5643
5644 2014-06-11  Roland McGrath  <roland@hack.frob.com>
5645
5646         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
5647         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
5648         * nptl/sysdeps/x86_64/Makefile: Moved ...
5649         * sysdeps/x86_64/nptl/Makefile: ... here.
5650         * nptl/sysdeps/x86_64/configure: Moved ...
5651         * sysdeps/x86_64/nptl/configure: ... here.
5652         * nptl/sysdeps/x86_64/configure.ac: Moved ...
5653         * sysdeps/x86_64/nptl/configure.ac: ... here.
5654         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
5655         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
5656         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
5657         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
5658         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
5659         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
5660         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
5661         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
5662         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
5663         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
5664         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
5665         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
5666         * nptl/sysdeps/x86_64/tls.h: Moved ...
5667         * sysdeps/x86_64/nptl/tls.h: ... here.
5668         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
5669         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
5670         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
5671         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
5672
5673         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
5674
5675 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5676
5677         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5678
5679 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
5680
5681         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
5682         type.
5683         [POSIX] (off_t): Likewise.
5684         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
5685         [POSIX] (S_ISBLK): Require macro.
5686         [POSIX] (S_ISCHR): Likewise.
5687         [POSIX] (S_ISDIR): Likewise.
5688         [POSIX] (S_ISFIFO): Likewise.
5689         [POSIX] (S_ISREG): Likewise.
5690         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
5691         optional-macro.
5692         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
5693         type.
5694         [POSIX] (time_t): Likewise.
5695         [POSIX] (timer_t): Likewise.
5696
5697 2014-06-11  Florian Weimer  <fweimer@redhat.com>
5698
5699         [BZ #17048]
5700         * posix/spawn_int.h (struct __spawn_action): Make the path string
5701         non-const to support deallocation.
5702         * posix/spawn_faction_addopen.c
5703         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
5704         * posix/spawn_faction_destroy.c
5705         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
5706         path in all spawn_do_open actions.
5707         * posix/tst-spawn.c (do_test): Exercise the copy operation in
5708         posix_spawn_file_actions_addopen.
5709
5710 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
5711
5712         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
5713         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
5714         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
5715         conditional code always true.
5716         (__libc_vfork): New alias.
5717
5718 2014-06-11  Roland McGrath  <roland@hack.frob.com>
5719
5720         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5721         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
5722
5723         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
5724
5725         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5726         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
5727
5728         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
5729         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
5730
5731         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5732         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
5733
5734 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5735
5736         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
5737         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
5738         multiarch strcmp for PPC64.
5739         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
5740         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
5741         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
5742         multiarch optimizations.
5743         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5744         (__libc_ifunc_impl_list): Likewise.
5745
5746 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
5747
5748         * benchtests/scripts/validate_benchout.py: New script.
5749         * benchtests/Makefile (bench-func): Call it.
5750         * benchtests/scripts/benchout.schema.json: New file.
5751
5752 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
5753
5754         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
5755         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
5756         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
5757         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
5758         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
5759         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
5760         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
5761         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
5762         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
5763         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
5764         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
5765         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
5766         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
5767         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
5768         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
5769         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
5770         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
5771         Moved ...
5772         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
5773         ... here.
5774         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
5775         Moved ...
5776         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
5777         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
5778         Moved ...
5779         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
5780         ... here.
5781         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
5782         Moved ...
5783         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
5784         ... here.
5785         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
5786         Moved ...
5787         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
5788         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
5789         Moved ...
5790         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
5791         ... here.
5792         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
5793         Moved ...
5794         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
5795         ... here.
5796         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
5797         Moved ...
5798         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
5799         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
5800         Moved ...
5801         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
5802         ... here.
5803         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
5804         Moved ...
5805         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
5806         ... here.
5807         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
5808         Moved ...
5809         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
5810         ... here.
5811         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
5812         Moved ...
5813         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
5814         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
5815         Moved ...
5816         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
5817         ... here.
5818         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
5819         Moved ...
5820         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
5821         ... here.
5822         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
5823         Moved ...
5824         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
5825         ... here.
5826         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
5827         Moved ...
5828         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
5829         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
5830         Moved ...
5831         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
5832         ... here.
5833         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
5834         Moved ...
5835         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
5836         ... here.
5837         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
5838         Moved ...
5839         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
5840         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
5841         Moved ...
5842         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
5843         ... here.
5844         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
5845         Moved ...
5846         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
5847         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
5848         Moved ...
5849         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
5850         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
5851         Moved ...
5852         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
5853         ... here.
5854         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
5855         Moved ...
5856         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
5857         ... here.
5858         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
5859         Moved ...
5860         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
5861         ... here.
5862         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
5863         Moved ...
5864         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
5865         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
5866         Moved ...
5867         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
5868         ... here.
5869         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
5870         Moved ...
5871         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
5872         ... here.
5873         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
5874         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
5875         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
5876         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
5877         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
5878         Moved ...
5879         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
5880         ... here.
5881         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
5882         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
5883         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
5884         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
5885         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
5886         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
5887         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
5888         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
5889         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
5890         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
5891         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
5892         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
5893         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
5894         Moved ...
5895         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
5896         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
5897         Moved ...
5898         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
5899         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
5900         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
5901         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
5902         Moved ...
5903         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
5904         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
5905         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
5906         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
5907         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
5908         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
5909         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
5910
5911 2014-06-10  Wilco  <wdijkstr@arm.com>
5912
5913         * math/test-fenv-return.c: New file.
5914         * math/Makefile: Add new test test-fenv-return.
5915
5916 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
5917
5918         [BZ #17042]
5919         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
5920         when x - 1 is zero.
5921         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
5922         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
5923         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
5924         0.0L for an argument of 1.0L.
5925         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
5926         Likewise.
5927         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
5928         value when x - 1 is zero.
5929         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
5930         * sysdeps/i386/fpu/libm-test-ulps: Update.
5931         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5932
5933 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
5934
5935         [BZ #15119]
5936         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
5937
5938 2014-06-09  Roland McGrath  <roland@hack.frob.com>
5939
5940         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
5941         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
5942
5943 2014-06-09  Roland McGrath  <roland@hack.frob.com>
5944
5945         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5946         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
5947
5948         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5949         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
5950
5951         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5952         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
5953
5954         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5955         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
5956
5957         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
5958         if not already defined.
5959         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
5960         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
5961         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
5962         (TLS_INIT_TP): Use it.
5963         (TLS_DEFINE_INIT_TP): New macro.
5964         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
5965
5966 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
5967
5968         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
5969         constant.
5970         [POSIX] (IXANY): Likewise.
5971         [POSIX] (OLCUC): Likewise.
5972         [POSIX || POSIX2008] (CBAUD): Do not allow.
5973         [POSIX || POSIX2008] (DEFECHO): Likewise.
5974         [POSIX || POSIX2008] (ECHOCTL): Likewise.
5975         [POSIX || POSIX2008] (ECHOKE): Likewise.
5976         [POSIX || POSIX2008] (ECHOPRT): Likewise.
5977         [POSIX || POSIX2008] (EXTA): Likewise.
5978         [POSIX || POSIX2008] (EXTB): Likewise.
5979         [POSIX || POSIX2008] (FLUSHO): Likewise.
5980         [POSIX || POSIX2008] (LOBLK): Likewise.
5981         [POSIX || POSIX2008] (PENDIN): Likewise.
5982         [POSIX || POSIX2008] (SWTCH): Likewise.
5983         [POSIX || POSIX2008] (VDISCARD): Likewise.
5984         [POSIX || POSIX2008] (VDSUSP): Likewise.
5985         [POSIX || POSIX2008] (VLNEXT): Likewise.
5986         [POSIX || POSIX2008] (VREPRINT): Likewise.
5987         [POSIX || POSIX2008] (VSTATUS): Likewise.
5988         [POSIX || POSIX2008] (VWERASE): Likewise.
5989         (B*): Change to B[0123456789]*.
5990         * conform/data/time.h-data [POSIX || UNIX98]
5991         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
5992         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
5993         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
5994         [POSIX] (tm_*): Do not allow.
5995
5996 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
5997
5998         * Makefile (install): Don't set LANGUAGE.
5999         * Makefile.in (install): Likewise.
6000         * assert/Makefile (test-assert-ENV): Remove variable.
6001         (test-assert-perr-ENV): Likewise.
6002         * elf/Makefile (neededtest4-ENV): Likewise.
6003         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
6004         [$(cross-compiling) = no]: Don't set LANGUAGE.
6005         * io/ftwtest-sh (LANG): Remove variable.
6006         * libio/Makefile (tst-widetext-ENV): Likewise.
6007         * manual/install.texi (Running make install): Don't refer to
6008         environment settings for make install.
6009         * INSTALL: Regenerated.
6010         * nptl/tst-tls6.sh: Don't set LANG.
6011         * posix/globtest.sh (LANG): Remove variable.
6012         * string/Makefile (tester-ENV): Likewise.
6013         (inl-tester-ENV): Likewise.
6014         (noinl-tester-ENV): Likewise.
6015         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
6016         [$(cross-compiling) = no]: Don't set LANGUAGE.
6017         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
6018         without explicit environment settings.
6019
6020 2014-06-06  Roland McGrath  <roland@hack.frob.com>
6021
6022         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
6023         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
6024         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
6025         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
6026
6027 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
6028
6029         * crypt/crypt-private.h [DOS]: Add some includes taken from the
6030         other files in the crypt directory.
6031         * crypt/crypt.c: Remove duplicate includes.
6032         * crypt/crypt-entry.c: Likewise.
6033         * crypt/crypt_util.c: Likewise.
6034
6035 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
6036
6037         * Makeconfig (run-program-env): New variable.
6038         (run-program-prefix-before-env): Likewise.
6039         (run-program-prefix-after-env): Likewise.
6040         (run-program-prefix): Define in terms of new variables.
6041         (built-program-cmd-before-env): New variable.
6042         (built-program-cmd-after-env): Likewise.
6043         (built-program-cmd): Define in terms of new variables.
6044         (test-program-prefix-before-env): New variable.
6045         (test-program-prefix-after-env): Likewise.
6046         (test-program-prefix): Define in terms of new variables.
6047         (test-program-cmd-before-env): New variable.
6048         (test-program-cmd-after-env): Likewise.
6049         (test-program-cmd): Define in terms of new variables.
6050         * Rules (make-test-out): Use $(run-program-env).
6051         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
6052         (help): Do not mention environment variables.  Mention
6053         --timeoutfactor option.
6054         (timeoutfactor): New variable.
6055         (blacklist_exports): Remove function.
6056         (exports): Remove variable.
6057         (command): Do not include ${exports}.
6058         * manual/install.texi (Configuring and compiling): Do not mention
6059         test wrappers preserving environment variables.  Mention that last
6060         assignment to a variable must take precedence.
6061         * INSTALL: Regenerated.
6062         * benchtests/Makefile (run-bench): Use $(run-program-env).
6063         * catgets/Makefile ($(objpfx)test1.cat): Use
6064         $(built-program-cmd-before-env), $(run-program-env) and
6065         $(built-program-cmd-after-env).
6066         ($(objpfx)test2.cat): Do not specify environment variables
6067         explicitly.
6068         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
6069         $(run-program-env) and $(built-program-cmd-after-env).
6070         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
6071         $(run-program-env) and $(test-program-cmd-after-env).
6072         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
6073         explicitly.
6074         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
6075         run_program_env and test_program_cmd_after_env arguments.
6076         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
6077         * elf/tst-pathopt.sh: Use run_program_env argument.
6078         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
6079         $(test-wrapper-env) and $(run-program-env).
6080         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
6081         run_program_env arguments.
6082         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
6083         * intl/Makefile ($(objpfx)tst-gettext.out): Use
6084         $(test-program-prefix-before-env), $(run-program-env) and
6085         $(test-program-prefix-after-env).
6086         ($(objpfx)tst-gettext2.out): Likewise.
6087         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
6088         run_program_env and test_program_prefix_after_env arguments.
6089         * intl/tst-gettext2.sh: Likewise.
6090         * intl/tst-gettext4.sh: Do not set environment variables
6091         explicitly.
6092         * intl/tst-gettext6.sh: Likewise.
6093         * intl/tst-translit.sh: Likewise.
6094         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
6095         $(test-program-prefix-before-env), $(run-program-env) and
6096         $(test-program-prefix-after-env).
6097         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
6098         run_program_env and test_program_prefix_after_env arguments.
6099         * math/Makefile (run-regen-ulps): Use $(run-program-env).
6100         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
6101         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
6102         explicitly with each use of ${test_wrapper_env}.
6103         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
6104         $(test-program-prefix-before-env), $(run-program-env) and
6105         $(test-program-prefix-after-env).
6106         * posix/tst-getconf.sh: Do not set environment variables
6107         explicitly.
6108         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
6109         run_program_env and test_program_prefix_after_env arguments.
6110         * stdio-common/tst-printf.sh: Do not set environment variables
6111         explicitly.
6112         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
6113         $(test-program-prefix-before-env), $(run-program-env) and
6114         $(test-program-prefix-after-env).
6115         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
6116         run_program_env and test_program_prefix_after_env arguments.
6117         Split $test calls into $test_pre and $test.
6118         * timezone/Makefile (build-testdata): Use
6119         $(built-program-cmd-before-env), $(run-program-env) and
6120         $(built-program-cmd-after-env).
6121
6122 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6123
6124         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
6125         strlen for non SHARED builds.
6126
6127 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
6128
6129         * nptl/allocatestack.c (check_list): Inlined function...
6130         (__reclaim_stacks): ... here.
6131
6132 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
6133
6134         [BZ #15698]
6135         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
6136         memory overrun.
6137
6138 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
6139
6140         * Rules (make-test-out): Include
6141         LOCPATH=$(common-objpfx)localedata in default environment.
6142         * debug/Makefile (tst-chk1-ENV): Remove variable.
6143         (tst-chk2-ENV): Likewise.
6144         (tst-chk3-ENV): Likewise.
6145         (tst-chk4-ENV): Likewise.
6146         (tst-chk5-ENV): Likewise.
6147         (tst-chk6-ENV): Likewise.
6148         (tst-lfschk1-ENV): Likewise.
6149         (tst-lfschk2-ENV): Likewise.
6150         (tst-lfschk3-ENV): Likewise.
6151         (tst-lfschk4-ENV): Likewise.
6152         (tst-lfschk5-ENV): Likewise.
6153         (tst-lfschk6-ENV): Likewise.
6154         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
6155         (tst-iconv7-ENV): Likewise.
6156         * intl/Makefile (LOCPATH-ENV): Likewise.
6157         (tst-codeset-ENV): Likewise.
6158         (tst-gettext3-ENV): Likewise.
6159         (tst-gettext5-ENV): Likewise.
6160         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
6161         (tst-fopenloc-ENV): Likewise.
6162         (tst-fgetws-ENV): Remove variable.
6163         (tst-ungetwc1-ENV): Likewise.
6164         (tst-ungetwc2-ENV): Likewise.
6165         (bug-ungetwc2-ENV): Likewise.
6166         (tst-swscanf-ENV): Likewise.
6167         (bug-ftell-ENV): Likewise.
6168         (tst-fgetwc-ENV): Likewise.
6169         (tst-fseek-ENV): Likewise.
6170         (tst-ftell-partial-wide-ENV): Likewise.
6171         (tst-ftell-active-handler-ENV): Likewise.
6172         (tst-ftell-append-ENV): Likewise.
6173         * posix/Makefile (tst-fnmatch-ENV): Likewise.
6174         (tst-regexloc-ENV): Likewise.
6175         (bug-regex1-ENV): Likewise.
6176         (tst-regex-ENV): Likewise.
6177         (tst-regex2-ENV): Likewise.
6178         (bug-regex5-ENV): Likewise.
6179         (bug-regex6-ENV): Likewise.
6180         (bug-regex17-ENV): Likewise.
6181         (bug-regex18-ENV): Likewise.
6182         (bug-regex19-ENV): Likewise.
6183         (bug-regex20-ENV): Likewise.
6184         (bug-regex22-ENV): Likewise.
6185         (bug-regex23-ENV): Likewise.
6186         (bug-regex25-ENV): Likewise.
6187         (bug-regex26-ENV): Likewise.
6188         (bug-regex30-ENV): Likewise.
6189         (bug-regex32-ENV): Likewise.
6190         (bug-regex33-ENV): Likewise.
6191         (bug-regex34-ENV): Likewise.
6192         (bug-regex35-ENV): Likewise.
6193         (tst-rxspencer-ENV): Likewise.
6194         (tst-rxspencer-no-utf8-ENV): Likewise.
6195         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
6196         (tst-sscanf-ENV): Likewise.
6197         (tst-swprintf-ENV): Likewise.
6198         (tst-swscanf-ENV): Likewise.
6199         (test-vfprintf-ENV): Likewise.
6200         (scanf13-ENV): Likewise.
6201         (bug14-ENV): Likewise.
6202         (tst-grouping-ENV): Likewise.
6203         * stdlib/Makefile (tst-strtod-ENV): Likewise.
6204         (tst-strtod3-ENV): Likewise.
6205         (tst-strtod4-ENV): Likewise.
6206         (tst-strtod5-ENV): Likewise.
6207         (testmb2-ENV): Likewise./
6208         * string/Makefile (tst-strxfrm-ENV): Likewise.
6209         (tst-strxfrm2-ENV): Likewise.
6210         (bug-strcoll1-ENV): Likewise.
6211         (test-strcasecmp-ENV): Likewise.
6212         (test-strncasecmp-ENV): Likewise.
6213         * time/Makefile (tst-strptime-ENV): Likewise.
6214         (tst-ftime_l-ENV): Likewise.
6215         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
6216         (tst-mbrtowc-ENV): Likewise.
6217         (tst-wcrtomb-ENV): Likewise.
6218         (tst-mbrtowc2-ENV): Likewise.
6219         (tst-c16c32-1-ENV): Likewise.
6220         (tst-mbsnrtowcs-ENV): Likewise.
6221
6222 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
6223
6224         * manual/resource.texi (How to get information about the memory
6225         subsystem?): Fix typo.
6226         Reported by Peon de la Parra Ivan <peon@keba.com>
6227
6228 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
6229
6230         [BZ #16882]
6231         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
6232         (pthread_spin_lock): Branch out of spin loop to proper location.
6233         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
6234         (pthread_spin_lock): Likewise.
6235
6236         * nptl/tst-spin4.c: New test.
6237         * nptl/Makefile (tests): Add tst-spin4.
6238
6239 2014-06-03  Andreas Schwab  <schwab@suse.de>
6240
6241         [BZ #15946]
6242         * resolv/res_send.c (send_dg): Reload file descriptor after
6243         calling reopen.
6244
6245 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
6246
6247         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6248
6249 2014-06-03  Richard Henderson  <rth@redhat.com>
6250
6251         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
6252         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
6253         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
6254         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
6255         in the SAVE_PID block.
6256         (__libc_vfork): New alias.
6257         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
6258
6259         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
6260         child in registers, not on the stack.  Remove RESET_PID conditionals.
6261         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
6262
6263 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6264
6265         * sysdeps/aarch64/libm-test-ulps: Regenerate.
6266
6267 2014-06-03  Wilco  <wdijkstr@arm.com>
6268
6269         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
6270         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
6271         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
6272         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
6273         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
6274         Likewise.
6275
6276 2014-06-03  Wilco  <wdijkstr@arm.com>
6277
6278         * sysdeps/aarch64/fpu/math_private.h
6279         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
6280         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
6281         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
6282         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
6283         Fix declarations.
6284
6285 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6286
6287         * crypt/crypt-private.h: Include ufc-crypt.h.
6288         (__b64_from_24bit): Declare extern.
6289         * crypt/crypt_util.c(__b64_from_24bit): New function.
6290         (b64t): New static const variable.
6291         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
6292         (b64t): Remove variable.
6293         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
6294         * crypt/sha256-crypt.c: Include crypt-private.h.
6295         (b64t): Remove variable.
6296         (__sha256_crypt_r): Remove b64_from_24bit and replace
6297         with __b64_from_24bit.
6298         * crypt/sha512-crypt.c: Likewise.
6299
6300 2014-06-02  Roland McGrath  <roland@hack.frob.com>
6301
6302         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
6303         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
6304         Label the code __libc_vfork rather than __vfork.
6305         [!NOT_IN_libc] (vfork): Define as weak alias.
6306         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
6307         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
6308         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
6309
6310 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6311
6312         * malloc/malloc.c (malloc_info): Fix format specifier for
6313         n_mmaps.
6314
6315 2014-06-02  Wilco  <wdijkstr@arm.com>
6316
6317         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
6318         FPCR write.
6319
6320 2014-06-02  Wilco  <wdijkstr@arm.com>
6321
6322         [BZ #17009]
6323         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
6324         Rewrite to reduce FPCR/FPSR accesses.
6325
6326 2014-06-01  David S. Miller  <davem@davemloft.net>
6327
6328         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6329
6330 2014-05-31  David S. Miller  <davem@davemloft.net>
6331
6332         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
6333         to occur in round to nearest mode when |x| >= 2.0
6334
6335 2014-05-30  Richard Henderson  <rth@twiddle.net>
6336
6337         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
6338         (PSEUDO_RET_NOERRNO): Remove.
6339         (ret): Don't redefine.
6340         (ret_NOERRNO): Define in terms of ret.
6341         (ret_ERRVAL): Likewise.
6342
6343         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
6344         use of PSEUDO_RET; perform the error check directly.
6345
6346 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
6347
6348         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
6349         with __int128_t.
6350
6351 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
6352
6353         * malloc/malloc (malloc_info): Fix formatting.
6354
6355 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
6356             Roland McGrath  <roland@hack.frob.com>
6357
6358         * malloc/malloc (malloc_info): Also print mmapped statistics.
6359
6360 2014-05-30  Roland McGrath  <roland@hack.frob.com>
6361
6362         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
6363         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
6364
6365 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
6366
6367         * malloc/malloc.c (malloc_info): Inline mi_arena.
6368
6369 2014-05-29  Richard Henderson  <rth@twiddle.net>
6370
6371         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
6372         Remove comma before expanding ASM_ARGS_##nr.
6373         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
6374         Make _x0 a strict output; make _x8 a strict input; adjust expansion
6375         of ASM_ARGS_##nr.
6376         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
6377         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
6378         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
6379         (ASM_ARGS_1): Add leading comma.
6380
6381         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
6382         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
6383         to __errno_location.
6384         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
6385         Remove the expected plt for __errno_location.
6386
6387         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6388         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
6389         call to __read_tp.
6390
6391         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6392         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
6393         it and break it down.
6394         (DOCARGS_0, DOCARGS_1): Do nothing.
6395         (DOCARGS_2): Update to store into the new stack frame.
6396         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
6397         (UNDOCARGS_1): Update to restore from the new stack frame.
6398         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
6399         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
6400
6401         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6402         (SINGLE_THREAD_P): New parameter for result regno.
6403         (PSEUDO): Update to match; use cbz instead of beq.
6404
6405         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6406         Use ENTRY to define the _nocancel entry point.  Share the syscall
6407         and syscall error check paths with the cancel path.
6408         (PSEUDO_END): New.
6409
6410         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
6411         whitespace; tabs before and after asm mnemonics.
6412
6413 2014-05-29  Eric Wong  <normalperson@yhbt.net>
6414
6415         [BZ #15132]
6416         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
6417         Call fstat64 or stat64 internally, depending on arguments passed.
6418         Replace stat buffer argument with file descriptor argument.
6419         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
6420         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
6421         Pass fd to __internal_statvfs instead of calling fstat64.
6422         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
6423         Pass fd to __internal_statvfs64 instead of calling fstat64.
6424         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
6425         Pass -1 to __internal_statvfs instead of calling stat64.
6426         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
6427         Pass -1 to __internal_statvfs64 instead of calling stat64.
6428
6429 2014-05-28  Roland McGrath  <roland@hack.frob.com>
6430
6431         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
6432         that was previously under [RESET_PID].
6433         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
6434
6435         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
6436         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
6437
6438 2014-05-27  Roland McGrath  <roland@hack.frob.com>
6439
6440         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
6441
6442         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
6443         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
6444
6445 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
6446
6447         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
6448
6449 2014-05-27  Andreas Schwab  <schwab@suse.de>
6450
6451         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
6452         TLS_INIT_TP macro.
6453         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
6454         * elf/rtld.c (init_tls, dl_main): Likewise.
6455         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
6456         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
6457         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
6458         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
6459         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
6460         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
6461         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
6462         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
6463         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
6464         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
6465         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
6466         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
6467         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
6468         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
6469         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
6470         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
6471         * sysdeps/generic/tls.h: Update description.
6472
6473 2014-05-27  Will Newton  <will.newton@linaro.org>
6474
6475         [BZ #16990]
6476         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
6477         and restore r2 rather than just restoring.
6478
6479 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
6480
6481         [BZ #16724]
6482         * libio/tst-ftell-append.c: New test case.
6483         * libio/Makefile (tests): Add test case.
6484         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
6485         append mode.
6486         * libio/wfileops.c (do_ftell_wide): Likewise.
6487
6488 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6489
6490         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6491
6492         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
6493         ...
6494         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
6495         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
6496         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
6497         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
6498         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
6499         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
6500         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
6501         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
6502         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
6503         Moved ...
6504         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
6505         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
6506         Moved ...
6507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
6508         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
6509         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
6510         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
6511         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
6512         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
6513         ...
6514         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
6515         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
6516         Moved ...
6517         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
6518         here.
6519         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
6520         ...
6521         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
6522         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
6523         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
6524
6525         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
6526         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
6527         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
6528         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
6529
6530         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
6531         merge into ...
6532         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
6533         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
6534         ...
6535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
6536         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
6537         ...
6538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
6539         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
6540         Moved ...
6541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
6542         here.
6543         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
6544         Moved ...
6545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
6546         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
6547         Moved ...
6548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
6549
6550         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
6551         conditional [RESET_PID].
6552         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
6553         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
6554         removed.
6555         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
6556         removed.
6557
6558         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
6559         <tcb-offsets.h>.
6560         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6561         (__libc_vfork): New strong alias.
6562         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
6563         removed.
6564         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
6565         Removed.
6566
6567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
6568         <tcb-offsets.h>.
6569         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
6570         (__libc_vfork): New strong alias.
6571         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
6572         removed.
6573         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
6574         removed.
6575
6576 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
6577
6578         * malloc/malloc.c (mi_arena): New function.
6579         (malloc_info): Remove nested function mi_arena. Call non-nosted
6580         function mi_arena.
6581
6582 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6583
6584         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
6585         by insrwi.
6586         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
6587         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
6588         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
6589         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
6590         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
6591         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
6592         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
6593
6594 2014-05-26  Andreas Schwab  <schwab@suse.de>
6595
6596         [BZ #16984]
6597         * locale/programs/repertoire.c (repertoire_read): Add slash
6598         between I18NPATH element and file name.
6599         * locale/programs/locfile.c (locfile_read): Likewise.
6600
6601 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
6602
6603         * nptl/pthread_mutexattr_settype.c
6604         (__pthread_mutexattr_settype):
6605         Disable lock elision for PTHREAD_MUTEX_NORMAL.
6606
6607 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
6608
6609         * nptl/tst-mutex5 (do_test):
6610         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
6611
6612 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6613
6614         * benchtests/README: Document 'init' directive.
6615         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
6616         BENCH_INIT.
6617         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
6618         (parse_file): Recognize 'init' directive.
6619
6620 2014-05-26  Kyle McMartin  <kyle@redhat.com>
6621
6622         [BZ #16796]
6623         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
6624         alignment of struct pthread.
6625
6626 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6627
6628         [BZ #16878]
6629         * nscd/netgroupcache.c (addgetnetgrentX): Look for
6630         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
6631         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
6632         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
6633
6634 2014-05-25  Richard Henderson  <rth@twiddle.net>
6635
6636         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6637         (SINGLE_THREAD_P_PIC): Remove.
6638         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
6639         (SINGLE_THREAD_P_PIC): Remove.
6640
6641         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
6642         branch to syscall error ...
6643         (PSEUDO): ... here.
6644         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
6645         from __local_syscall_error to .Lsyscall_error.
6646         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
6647         (SYSCALL_ERROR): Update label name.
6648
6649         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6650         Do not use DOARGS/UNDOARGS.
6651         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
6652         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
6653         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
6654         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
6655         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
6656
6657         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
6658         block comment.
6659
6660         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
6661         define if !NOT_IN_libc.
6662         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
6663         define with non-default symbol versions.
6664
6665 2014-05-23  Richard Henderson  <rth@twiddle.net>
6666
6667         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
6668         (vfork, __vfork): Define via compat_symbol.
6669
6670         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
6671         [!HAVE_IFUNC] (vfork_compat): Remove.
6672         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
6673
6674 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
6675
6676         [BZ #16978]
6677         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
6678         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
6679         variable.
6680
6681 2014-05-23  Richard Henderson  <rth@twiddle.net>
6682
6683         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
6684         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
6685         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
6686         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
6687
6688         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
6689         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
6690         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
6691         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
6692         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
6693         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
6694         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
6695         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
6696         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
6697         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
6698         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
6699         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
6700         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
6701         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
6702         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
6703         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
6704         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
6705         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
6706         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
6707         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
6708         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
6709         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
6710         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
6711         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
6712         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
6713         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
6714         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
6715         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
6716         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
6717         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
6718         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
6719         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
6720         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
6721         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
6722         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
6723         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
6724         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
6725         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
6726         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
6727         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
6728         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
6729         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
6730         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
6731         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
6732         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
6733         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
6734         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
6735         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
6736         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
6737         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
6738         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
6739         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
6740         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
6741         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
6742         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
6743         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
6744
6745         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
6746         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
6747         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
6748         before exiting on error.
6749         (__libc_vfork): New strong alias.
6750         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
6751         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
6752
6753         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
6754         that was previously under [RESET_PID].
6755         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
6756
6757         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
6758
6759 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
6760
6761         [BZ #16977]
6762         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
6763         value when x - 1 is zero.
6764         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
6765         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
6766         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
6767         0.0L for an argument of 1.0L.
6768         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
6769         Likewise.
6770         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
6771         value when x - 1 is zero.
6772         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
6773         * sysdeps/i386/fpu/libm-test-ulps: Update.
6774         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6775
6776 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
6777
6778         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
6779         alphasort and versionsort.
6780
6781 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6782
6783         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
6784         macro.
6785         [copysignf]: Likewise.
6786
6787 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
6788
6789         * crypt/md5-crypt.c: Fix formatting.
6790
6791 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6792
6793         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
6794         (b64_from_24bit): New function.
6795
6796 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6797
6798         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
6799         libc_hidden_builtin_def to ifunc.
6800         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
6801         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
6802
6803 2014-05-21  Roland McGrath  <roland@hack.frob.com>
6804
6805         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
6806         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
6807
6808 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
6809
6810         * nscd/Depend (linuxthreads): Remove.
6811         (nptl): Add.
6812         * resolv/Depend (linuxthreads): Remove.
6813         * rt/Depend (linuxthreads): Remove.
6814
6815         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
6816         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
6817         $(common-objpfx)elf/.
6818         (link-libc-before-gnulib): Likewise.
6819         (elfobjdir): Remove variable.
6820         * Makefile (install): Use $(elf-objpfx) instead of
6821         $(common-objpfx)elf/.
6822         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
6823         $(elfobjdir)/.
6824         (link-libc-deps): Likewise.
6825         ($(common-objpfx)libc.so): Likewise.
6826         ($(common-objpfx)linkobj/libc.so): Likewise.
6827         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
6828         instead of $(common-objpfx)elf/.
6829         (symbolic-link-list): Likewise.
6830         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
6831         [$(cross-compiling) = no]: Likewise.
6832         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
6833         $(elfobjdir)/.
6834         (static-gnulib-arch): Likewise.
6835         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
6836         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
6837         $(common-objpfx)elf/.
6838
6839 2014-05-21  Richard Henderson  <rth@redhat.com>
6840
6841         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6842         (SINGLE_THREAD_P): Use the correct width load.  Fold
6843         into the ldr offset.
6844
6845         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
6846         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
6847
6848 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
6849
6850         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
6851         (libgcc_s_resume): Use __attribute_used__.
6852         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
6853         Likewise.
6854
6855 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6856
6857         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
6858         optimization when used with float constants.
6859
6860         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6861
6862 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
6863
6864         [BZ #16915]
6865         * locale/nl_langinfo_l.c: Make direct reference to every
6866         _nl_current_CATEGORY symbol.
6867         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
6868         (tests-static): Add tst-langinfo-static.
6869         (tests-special): Add tst-langinfo-static.out.
6870         ($(objpfx)tst-langinfo.out): Redirect output.
6871         ($(objpfx)tst-langinfo-static.out): New.
6872         * localedata/tst-langinfo.sh: Send output to stdout.
6873         * localedata/tst-langinfo-static.c: New file.
6874
6875         [BZ #16965]
6876         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
6877         when the shift amount is modulo the limb size.
6878
6879 2014-05-20  Richard Henderson  <rth@redhat.com>
6880
6881         [BZ #16967]
6882         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
6883         Change type of sa_flags from unsigned int to int.
6884
6885         [BZ #16966]
6886         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
6887
6888         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
6889
6890 2014-05-20  Will Newton  <will.newton@linaro.org>
6891
6892         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6893         Test the return value of the system call in the nocancel case.
6894
6895 2014-05-20  Will Newton  <will.newton@linaro.org>
6896             Yvan Roux  <yvan.roux@linaro.org>
6897
6898         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
6899         #include of asm/ptrace.h.
6900         (PTRACE_GET_THREAD_AREA): Remove #undef.
6901         (PTRACE_GETHBPREGS): Likewise.
6902         (PTRACE_SETHBPREGS): Likewise.
6903         (struct user_regs_struct): New structure.
6904         (struct user_fpsimd_struct): New structure.
6905         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
6906         #include of asm/ptrace.h and second #include of sys/user.h.
6907         (PTRACE_GET_THREAD_AREA): Remove #undef.
6908         (PTRACE_GETHBPREGS): Likewise.
6909         (PTRACE_SETHBPREGS): Likewise.
6910         (ELF_NGREG): Use new struct user_regs_struct.
6911         (elf_fpregset_t): Use new struct user_fpsimd_struct.
6912
6913 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6914
6915         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
6916         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
6917
6918 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
6919
6920         [BZ #16958]
6921         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
6922         membar to avoid block loads/stores to overlap previous stores.
6923
6924 2014-05-17  Richard Henderson  <rth@redhat.com>
6925
6926         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
6927         Create the __##syscall_name##_nocancel entry point.
6928         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
6929         Remove; let the sysdep-cancel.h code create it.
6930
6931 2014-05-17  David S. Miller  <davem@davemloft.net>
6932
6933         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
6934         Protect with __USE_GNU.
6935         (TIOCSET_TEMPT): Likewise.
6936         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6937         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
6938         these are already provided in bits/ioctl-types.h
6939
6940 2014-05-16  Roland McGrath  <roland@hack.frob.com>
6941
6942         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
6943         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
6944
6945         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
6946         Use wait4 regardless of [__NR_waitpid].
6947
6948 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
6949
6950         PR libgcc/60166
6951         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
6952         (_FP_NANSIGN_Q): Set the quiet bit.
6953
6954 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
6955
6956         * benchtests/Makefile
6957         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
6958         not $(common-objpfx)math/libm.so.
6959         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
6960         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
6961         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
6962         $(common-objpfx)dlfcn/libdl.so.
6963         ($(objpfx)tst-audit8): Depend on $(libm), not
6964         $(common-objpfx)math/libm.so.
6965         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
6966         not $(common-objpfx)dlfcn/libdl.so.
6967         * math/Makefile
6968         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
6969         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
6970         [$(build-shared) = yes].
6971         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
6972         $(common-objpfx)nptl/libpthread.so.
6973         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
6974         $(common-objpfx)math/libm.so$(libm.so-version) or
6975         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
6976         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
6977         $(common-objpfx)dlfcn/libdl.so.
6978         * setjmp/Makefile (link-libm): Remove variable.
6979         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
6980         * stdio-common/Makefile (link-libm): Remove variable.
6981         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
6982         * stdlib/Makefile (link-libm): Remove variable.
6983         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
6984         ($(objpfx)tst-strtod-round): Likewise.
6985         ($(objpfx)tst-tininess): Likewise.
6986         ($(objpfx)tst-strtod-underflow): Likewise.
6987         ($(objpfx)tst-strtod6): Likewise.
6988         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
6989         $(libdl), not $(common-objpfx)nptl/libpthread.so and
6990         $(common-objpfx)dlfcn/libdl.so.
6991
6992 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6993
6994         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
6995         BSD terminal modes definitions.
6996
6997 2014-05-16  Roland McGrath  <roland@hack.frob.com>
6998
6999         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
7000         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
7001
7002         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
7003         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
7004         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
7005         Don't do #include_next.
7006         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
7007         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
7008         Don't do #include_next.
7009         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
7010         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
7011         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
7012         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
7013
7014 2014-05-16  Allan McRae  <allan@archlinux.org>
7015
7016         * po/sv.po: Update Swedish translation from translation project.
7017
7018         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
7019         in sed expression.
7020
7021 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
7022
7023         [BZ #16917]
7024         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
7025         errno if the TIOCGPTN ioctl fails with an error different than
7026         EINVAL.
7027         * login/tst-ptsname.c: New file.
7028         * login/Makefile (tests): Add tst-ptsname.
7029
7030         [BZ #16943]
7031         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
7032         and prlimit64.
7033
7034 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
7035
7036         [BZ #16849]
7037         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
7038         herrno to return EAI_AGAIN.
7039
7040 2014-05-14  Roland McGrath  <roland@hack.frob.com>
7041
7042         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
7043         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
7044         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
7045         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
7046         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
7047         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
7048         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
7049         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
7050         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
7051         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
7052         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
7053         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
7054         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
7055         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
7056         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
7057         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
7058         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
7059         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
7060         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
7061         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
7062         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
7063         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
7064         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
7065         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
7066         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
7067         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
7068         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
7069         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
7070         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
7071         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
7072         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
7073         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
7074         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
7075         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
7076         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
7077         Moved ...
7078         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
7079         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
7080         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
7081         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
7082         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
7083         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
7084         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
7085         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
7086         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
7087         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
7088         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
7089         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
7090         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
7091         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
7092         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
7093         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
7094         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
7095         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
7096         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
7097         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
7098         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
7099         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
7100         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
7101         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
7102         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
7103         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
7104         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
7105         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
7106         Moved ...
7107         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
7108         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
7109         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
7110         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
7111         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
7112         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
7113         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
7114         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
7115         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
7116         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
7117         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
7118         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
7119         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
7120         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
7121         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
7122         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
7123         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
7124         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
7125         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
7126         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
7127         Moved ...
7128         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
7129         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
7130         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
7131
7132         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
7133         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
7134         (libpthread-sysdep_routines): Add elision-related stuff here instead.
7135         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
7136         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
7137         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
7138         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
7139         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
7140         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
7141         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
7142         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
7143         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
7144         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
7145         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
7146         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
7147         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
7148         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
7149         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
7150         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
7151         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
7152         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
7153         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
7154         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
7155         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
7156         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
7157         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
7158         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
7159         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
7160         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
7161         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
7162         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
7163
7164         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
7165         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
7166
7167         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
7168         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
7169         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
7170         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
7171         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
7172         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
7173         Moved ...
7174         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
7175         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
7176         Moved ...
7177         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
7178         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
7179         Moved ...
7180         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
7181         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
7182         Moved ...
7183         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
7184         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
7185         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
7186         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
7187         Moved ...
7188         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
7189         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
7190         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
7191         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
7192         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
7193         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
7194         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
7195         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
7196         Moved ...
7197         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
7198         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
7199         Moved ...
7200         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
7201         ... here.
7202         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
7203         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
7204         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
7205         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
7206         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
7207         Moved ...
7208         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
7209         ... here.
7210         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
7211         Moved ...
7212         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
7213         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
7214         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
7215         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
7216         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
7217         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
7218         Moved ...
7219         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
7220         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
7221         Moved ...
7222         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
7223         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
7224         Moved ...
7225         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
7226         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
7227         Moved ...
7228         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
7229         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
7230         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
7231         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
7232         Moved ...
7233         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
7234         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
7235         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
7236         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
7237         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
7238         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
7239         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
7240         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
7241         Moved ...
7242         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
7243         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
7244         Moved ...
7245         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
7246         ... here.
7247         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
7248         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
7249         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
7250         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
7251         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
7252         Moved ...
7253         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
7254         ... here.
7255         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
7256         Moved ...
7257         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
7258         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
7259         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
7260         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
7261         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
7262         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
7263         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
7264         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
7265         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
7266         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
7267         Moved ...
7268         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
7269         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
7270         Moved ...
7271         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
7272         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
7273         Moved ...
7274         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
7275         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
7276         Moved ...
7277         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
7278         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
7279         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
7280         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
7281         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
7282         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
7283         Moved ...
7284         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
7285         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
7286         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
7287         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
7288         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
7289         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
7290         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
7291         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
7292         Moved ...
7293         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
7294         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
7295         Moved ...
7296         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
7297         ... here.
7298         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
7299         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
7300         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
7301         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
7302         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
7303         Moved ...
7304         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
7305         ... here.
7306         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
7307         Moved ...
7308         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
7309         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
7310         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
7311         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
7312         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
7313         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
7314         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
7315         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
7316         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
7317         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
7318         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
7319
7320         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
7321         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
7322
7323         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
7324         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
7325
7326         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
7327         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
7328         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
7329         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
7330         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
7331         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
7332         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
7333         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
7334         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
7335         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
7336         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
7337         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
7338         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
7339         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
7340         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
7341         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
7342         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
7343         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
7344         Moved ...
7345         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
7346         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
7347         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
7348         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
7349         Moved ...
7350         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
7351         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
7352         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
7353         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
7354         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
7355         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
7356         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
7357         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
7358         Moved ...
7359         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
7360         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
7361         Moved ...
7362         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
7363         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
7364         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
7365         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
7366         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
7367         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
7368         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
7369         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
7370         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
7371         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
7372         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
7373         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
7374         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
7375         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
7376         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
7377         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
7378         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
7379
7380         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
7381         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
7382         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
7383         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
7384         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
7385
7386         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
7387         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
7388         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
7389         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
7390         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
7391         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
7392         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
7393         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
7394         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
7395         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
7396
7397         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
7398         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
7399
7400         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
7401         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
7402         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
7403         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
7404         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
7405         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
7406         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
7407         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
7408         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
7409         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
7410         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
7411         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
7412         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
7413         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
7414         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
7415         Update #include.
7416         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
7417         Likewise.
7418         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
7419         Likewise.
7420         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
7421         Likewise.
7422         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
7423         Likewise.
7424         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
7425         Likewise.
7426         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
7427         Likewise.
7428         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7429         Likewise.
7430         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
7431         Likewise.
7432         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
7433         Likewise.
7434         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
7435         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
7436         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
7437         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
7438         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
7439         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
7440         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
7441         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
7442         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
7443         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
7444         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
7445         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
7446         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
7447         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
7448         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
7449
7450         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
7451         that was previously under [RESET_PID].
7452         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
7453         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
7454         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
7455
7456         * sysdeps/i386/nptl/Implies: New file.
7457         * sysdeps/x86_64/nptl/Implies: New file.
7458         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
7459         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
7460         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
7461         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
7462
7463         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
7464         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7465         (__libc_vfork): New strong alias.
7466         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
7467         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
7468
7469         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
7470         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7471         (__libc_vfork): New strong alias.
7472         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
7473         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
7474
7475         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
7476         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7477         (__libc_vfork): New strong alias.
7478         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
7479         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
7480         * nptl/pt-vfork.c: New file.
7481         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
7482         (libpthread: GLIBC_2.20): New version set (empty).
7483
7484 2014-05-14  Will Newton  <will.newton@linaro.org>
7485
7486         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
7487         rather than #if.
7488
7489 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
7490
7491         [BZ #16564]
7492         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
7493         arguments with exponent 65 or above.
7494         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
7495         arguments 0x1p113L or above.
7496         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
7497         to arguments 0x1p107L or above.
7498         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
7499         positive arguments with exponent 65 or above.
7500         * math/auto-libm-test-in: Add more tests of log1p.
7501         * math/auto-libm-test-out: Regenerated.
7502
7503         [BZ #16928]
7504         * math/s_cacos.c (__cacos): Ensure zero real part of result from
7505         non-finite arguments is +0.
7506         * math/s_cacosf.c (__cacosf): Likewise.
7507         * math/s_cacosl.c (__cacosl): Likewise.
7508         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
7509         * sysdeps/i386/fpu/libm-test-ulps: Update.
7510         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7511
7512         [BZ #16927]
7513         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
7514         value.
7515         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
7516         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
7517         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
7518         for explicit high bit of mantissa when testing for argument equal
7519         to 1.
7520         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
7521         * sysdeps/i386/fpu/libm-test-ulps: Update.
7522         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7523
7524         [BZ #16516]
7525         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
7526         (__erf): Scale by 16 instead of 8 in potentially underflowing
7527         case.  Ensure exception if result actually underflows.
7528         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
7529         (__erff): Scale by 16 instead of 8 in potentially underflowing
7530         case.  Ensure exception if result actually underflows.
7531         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
7532         (efx8): Remove variable.
7533         (__erfl): Scale by 16 instead of 8 in potentially underflowing
7534         case.  Ensure exception if result actually underflows.
7535         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
7536         (efx8): Remove variable.
7537         (__erfl): Scale by 16 instead of 8 in potentially underflowing
7538         case.  Ensure exception if result actually underflows.
7539         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
7540         (efx8): Remove variable.
7541         (__erfl): Scale by 16 instead of 8 in potentially underflowing
7542         case.  Ensure exception if result actually underflows.
7543         * math/auto-libm-test-in: Add more tests of erf.
7544         * math/auto-libm-test-out: Regenerated.
7545
7546 2014-05-14  Andreas Schwab  <schwab@suse.de>
7547
7548         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
7549         Remove code conditionalized on USE___THREAD.
7550
7551         * config.h.in (HAVE_PT_CHOWN): Define as 0.
7552         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
7553         not definedness.
7554
7555 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
7556
7557         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
7558         Define unconditionally.
7559         (__ASSUME_O_CLOEXEC): Likewise.
7560         (__ASSUME_SOCK_CLOEXEC): Likewise.
7561         (__ASSUME_IN_NONBLOCK): Likewise.
7562         (__ASSUME_PIPE2): Likewise.
7563         (__ASSUME_EVENTFD2): Likewise.
7564         (__ASSUME_SIGNALFD4): Likewise.
7565         (__ASSUME_DUP3): Likewise.
7566         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
7567         (__ASSUME_DUP3): Do not define.
7568         (__ASSUME_EVENTFD2): Likewise.
7569         (__ASSUME_IN_NONBLOCK): Likewise.
7570         (__ASSUME_O_CLOEXEC): Likewise.
7571         (__ASSUME_PIPE2): Likewise.
7572         (__ASSUME_SIGNALFD4): Likewise.
7573         (__ASSUME_SOCK_CLOEXEC): Likewise.
7574         (__ASSUME_UTIMES): Undefine.
7575         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7576         (__ASSUME_UTIMES): Do not define.
7577         (__ASSUME_O_CLOEXEC): Likewise.
7578         (__ASSUME_SOCK_CLOEXEC): Likewise.
7579         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
7580         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
7581         0x020621].
7582         (__ASSUME_PIPE2): Likewise.
7583         (__ASSUME_EVENTFD2): Likewise.
7584         (__ASSUME_SIGNALFD4): Likewise.
7585         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
7586         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
7587         Do not define.
7588         (__ASSUME_EVENTFD2): Likewise.
7589         (__ASSUME_SIGNALFD4): Likewise.
7590         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
7591         (__ASSUME_32BITUIDS): Likewise.
7592         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
7593         (__ASSUME_IPC64): Likewise.
7594         (__ASSUME_ST_INO_64_BIT): Likewise.
7595         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
7596         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
7597         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7598         (__ASSUME_UTIMES): Do not define.
7599         (__ASSUME_PSELECT): Likewise.
7600         (__ASSUME_PPOLL): Likewise.
7601         (__ASSUME_O_CLOEXEC): Likewise.
7602         (__ASSUME_SOCK_CLOEXEC): Likewise.
7603         (__ASSUME_IN_NONBLOCK): Likewise.
7604         (__ASSUME_PIPE2): Likewise.
7605         (__ASSUME_EVENTFD2): Likewise.
7606         (__ASSUME_SIGNALFD4): Likewise.
7607         (__ASSUME_DUP3): Likewise.
7608         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7609         (__ASSUME_UTIMES): Likewise.
7610         (__ASSUME_O_CLOEXEC): Likewise.
7611         (__ASSUME_SOCK_CLOEXEC): Likewise.
7612         (__ASSUME_IN_NONBLOCK): Likewise.
7613         (__ASSUME_PIPE2): Likewise.
7614         (__ASSUME_EVENTFD2): Likewise.
7615         (__ASSUME_SIGNALFD4): Likewise.
7616         (__ASSUME_DUP3): Likewise.
7617         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7618         (__ASSUME_UTIMES): Likewise.
7619         (__ASSUME_O_CLOEXEC): Likewise.
7620         (__ASSUME_SOCK_CLOEXEC): Likewise.
7621         (__ASSUME_IN_NONBLOCK): Likewise.
7622         (__ASSUME_PIPE2): Likewise.
7623         (__ASSUME_EVENTFD2): Likewise.
7624         (__ASSUME_SIGNALFD4): Likewise.
7625         (__ASSUME_DUP3): Likewise.
7626         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
7627         Likewise.
7628         (__ASSUME_UTIMES): Likewise.
7629         (__ASSUME_EVENTFD2): Likewise.
7630         (__ASSUME_SIGNALFD4): Likewise.
7631         * sysdeps/unix/sysv/linux/tile/kernel-features.h
7632         (__ASSUME_O_CLOEXEC): Likewise.
7633         (__ASSUME_SOCK_CLOEXEC): Likewise.
7634         (__ASSUME_IN_NONBLOCK): Likewise.
7635         (__ASSUME_PIPE2): Likewise.
7636         (__ASSUME_EVENTFD2): Likewise.
7637         (__ASSUME_SIGNALFD4): Likewise.
7638         (__ASSUME_DUP3): Likewise.
7639         (__ASSUME_UTIMES): Undefine.
7640
7641         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
7642         feclearexcept.  Remove symbol versioning code.
7643         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
7644         symbol versioning code.
7645         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
7646         symbol versioning code.
7647         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
7648         feupdateenv.  Remove symbol versioning code.
7649         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
7650         fegetexceptflag.  Remove symbol versioning code.
7651         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
7652         fesetexceptflag.  Remove symbol versioning code.
7653         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
7654         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
7655         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
7656         (__posix_fadvise64_l32): Remove prototype.
7657         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
7658         code.
7659
7660 2014-05-13  Roland McGrath  <roland@hack.frob.com>
7661
7662         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
7663         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
7664         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
7665         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
7666
7667 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
7668
7669         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
7670         current working directory
7671
7672 2014-05-13  Roland McGrath  <roland@hack.frob.com>
7673
7674         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
7675         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
7676         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
7677         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
7678         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
7679         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
7680         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
7681         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
7682         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
7683         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
7684         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
7685         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
7686         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
7687         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
7688         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
7689         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
7690         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
7691         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
7692         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
7693         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
7694         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
7695         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
7696         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
7697         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
7698         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
7699         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
7700         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
7701         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
7702         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
7703         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
7704         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
7705         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
7706         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
7707         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
7708         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
7709         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
7710         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
7711         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
7712         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
7713         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
7714         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
7715         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
7716
7717         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
7718         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
7719
7720         * sysdeps/unix/sysv/linux/arm/Makefile
7721         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
7722         Add rt-aeabi_unwind_cpp_pr1.
7723         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
7724         Add nptl-aeabi_unwind_cpp_pr1.
7725         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
7726         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
7727         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
7728         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
7729         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
7730         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
7731
7732         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
7733         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
7734         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
7735         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
7736
7737         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
7738         Deconditionalize the code that was previously under [RESET_PID].
7739         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
7740
7741         * sysdeps/generic/exit-thread.h: New file.
7742         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
7743         * include/unistd.h (__exit_thread): Remove declaration.
7744         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
7745         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
7746         * csu/libc-start.c: Include <exit-thread.h>.
7747         (LIBC_START_MAIN): Pass no argument to __exit_thread.
7748         * nptl/pthread_create.c: Include <exit-thread.h>.
7749         (start_thread): Call __exit_thread in place of __exit_thread_inline.
7750         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
7751         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
7752         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
7753         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
7754         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
7755         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
7756         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
7757         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
7758         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
7759         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
7760         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
7761         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
7762         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
7763         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
7764         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
7765         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
7766
7767 2014-05-13  Andreas Schwab  <schwab@suse.de>
7768
7769         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
7770
7771 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
7772
7773         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
7774         (__ASSUME_UTIMES): Do not condition on kernel version.
7775         (__ASSUME_PSELECT): Define unconditionally.
7776         (__ASSUME_PPOLL): Likewise.
7777         (__ASSUME_ATFCTS): Likewise.
7778         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
7779         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
7780         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
7781         (__ASSUME_UTIMENSAT): Define unconditionally.
7782         (__ASSUME_PRIVATE_FUTEX): Likewise.
7783         (__ASSUME_FALLOCATE): Likewise.
7784         (__ASSUME_O_CLOEXEC): Likewise.
7785         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
7786         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
7787         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
7788         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
7789         (__ASSUME_IN_NONBLOCK): Likewise.
7790         (__ASSUME_PIPE2): Likewise.
7791         (__ASSUME_EVENTFD2): Likewise.
7792         (__ASSUME_SIGNALFD4): Likewise.
7793         (__ASSUME_DUP3): Likewise.
7794         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
7795         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
7796         (__ASSUME_AT_RANDOM): Likewise.
7797         (__ASSUME_PREADV): Likewise.
7798         (__ASSUME_PWRITEV): Likewise.
7799         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
7800         (__ASSUME_F_GETOWN_EX): Define unconditionally.
7801         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
7802         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
7803         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
7804         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7805         (__ASSUME_O_CLOEXEC): Define unconditionally.
7806         (__ASSUME_PSELECT): Do not undefine conditionally.
7807         (__ASSUME_PPOLL): Likewise.
7808         (__ASSUME_ATFCTS): Likewise.
7809         (__ASSUME_SET_ROBUST_LIST): Likewise.
7810         (__ASSUME_UTIMENSAT): Likewise.
7811         (__ASSUME_FDATASYNC): Define unconditionally.
7812         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7813         (__ASSUME_SIGFRAME_V2): Likewise.
7814         )__ASSUME_EVENTFD2): Likewise.
7815         (__ASSUME_SIGNALFD4): Likewise.
7816         (__ASSUME_PSELECT): Do not undefine conditionally.
7817         (__ASSUME_PPOLL): Likewise.
7818         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7819         (__ASSUME_PSELECT): Define unconditionally.
7820         (__ASSUME_PPOLL): Likewise.
7821         (__ASSUME_O_CLOEXEC): Likewise.
7822         (__ASSUME_SOCK_CLOEXEC): Likewise.
7823         (__ASSUME_IN_NONBLOCK): Likewise.
7824         (__ASSUME_PIPE2): Likewise.
7825         (__ASSUME_EVENTFD2): Likewise.
7826         (__ASSUME_SIGNALFD4): Likewise.
7827         (__ASSUME_DUP3): Likewise.
7828         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7829         (__ASSUME_O_CLOEXEC): Likewise.
7830         (__ASSUME_SOCK_CLOEXEC): Likewise.
7831         (__ASSUME_IN_NONBLOCK): Likewise.
7832         (__ASSUME_PIPE2): Likewise.
7833         (__ASSUME_EVENTFD2): Likewise.
7834         (__ASSUME_SIGNALFD4): Likewise.
7835         (__ASSUME_DUP3): Likewise.
7836         * sysdeps/unix/sysv/linux/mips/kernel-features.h
7837         (__ASSUME_EVENTFD2): Likewise.
7838         (__ASSUME_SIGNALFD4): Likewise.
7839         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
7840
7841 2014-05-12  Andreas Schwab  <schwab@suse.de>
7842
7843         [BZ #16932]
7844         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
7845         (_nss_nis_gethostbyname4_r): Return error if item length is larger
7846         than maximum RPC packet size.
7847         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
7848         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
7849         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
7850         (_nss_nis_getservbyport_r): Likewise.
7851
7852 2014-05-12  Will Newton  <will.newton@linaro.org>
7853
7854         * malloc/Makefile (tests): Add tst-mallopt.
7855         * malloc/tst-mallopt.c: New file.
7856
7857 2014-05-09  Roland McGrath  <roland@hack.frob.com>
7858
7859         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
7860         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
7861
7862 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7863
7864         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
7865         (tst-tlsmod6.so): Likewise.
7866
7867 2014-05-09  Roland McGrath  <roland@hack.frob.com>
7868
7869         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
7870
7871 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
7872
7873         [BZ #16064]
7874         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
7875         and <dl-procinfo.h>.
7876         (__fegetenv): Save SSE state in envp->__eip if supported.
7877         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
7878         envp->__eip if supported.
7879         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
7880         and <dl-procinfo.h>.
7881         (__fesetenv): Always set __eip, __cs_selector, __opcode,
7882         __data_offset and __data_selector in environment to 0.  Set SSE
7883         state if supported.
7884         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
7885         test-fenv-sse.
7886         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
7887         -mfpmath=sse.
7888         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
7889
7890 2014-05-09  Will Newton  <will.newton@linaro.org>
7891
7892         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
7893         and libc_relro_required for ARM.
7894         * sysdeps/arm/preconfigure: Regenerate.
7895
7896 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
7897             Stefan Liebler  <stli@linux.vnet.ibm.com>
7898
7899         * config.make.in (enable-lock-elision): New Makefile variable.
7900         * configure.ac: Likewise.
7901         * configure: Regenerate.
7902         * sysdeps/s390/configure.ac:
7903         Add check for gcc transactions support.
7904         * sysdeps/s390/configure: Regenerate.
7905         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
7906         Build elision files if enabled.
7907         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
7908         Add lock elision support for s390.
7909         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
7910         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
7911         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
7912         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
7913         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
7914         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
7915         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
7916         Likewise.
7917         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
7918         Likewise.
7919         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
7920         Likewise.
7921         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
7922         Likewise.
7923         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
7924         (__lll_timedlock_elision, __lll_lock_elision)
7925         (__lll_unlock_elision, __lll_trylock_elision)
7926         (lll_timedlock_elision, lll_lock_elision)
7927         (lll_unlock_elision, lll_trylock_elision): Add.
7928         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7929         (pthread_mutex_t): Add lock elision support for s390.
7930
7931 2014-05-14  Wilco  <wdijkstr@arm.com>
7932
7933         * sysdeps/arm/fclrexcpt.c: Cleanup.
7934         * sysdeps/arm/fedisblxcpt.c: Cleanup.
7935         * sysdeps/arm/feenablxcpt.c: Cleanup.
7936         * sysdeps/arm/fegetenv.c: Cleanup.
7937         * sysdeps/arm/fegetexcept.c: Cleanup.
7938         * sysdeps/arm/fegetround.c: Cleanup.
7939         * sysdeps/arm/feholdexcpt.c: Cleanup.
7940         * sysdeps/arm/fesetenv.c: Cleanup.
7941         * sysdeps/arm/fesetround.c: Cleanup.
7942         * sysdeps/arm/feupdateenv.c: Cleanup.
7943         * sysdeps/arm/fgetexcptflg.c: Cleanup.
7944         * sysdeps/arm/fraiseexcpt.c: Cleanup.
7945         * sysdeps/arm/fsetexcptflg.c: Cleanup.
7946         * sysdeps/arm/ftestexcept.c: Cleanup.
7947         * sysdeps/arm/get-rounding-mode.h: Cleanup.
7948         * sysdeps/arm/setfpucw.c: Cleanup.
7949
7950 2014-05-09  Will Newton  <will.newton@linaro.org>
7951
7952         * sysdeps/arm/armv7/strcmp.S: New file.
7953         * NEWS: Mention addition of ARMv7 optimized strcmp.
7954
7955 2014-05-08  Roland McGrath  <roland@hack.frob.com>
7956
7957         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
7958         look for %.ac rather than %.in.
7959
7960         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
7961         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
7962         * sysdeps/mach/hurd/configure: Regenerated.
7963         * sysdeps/unix/sysv/linux/configure: Regenerated.
7964
7965         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
7966
7967 2014-05-07  Steve Ellcey  <sellcey@mips.com>
7968
7969         [BZ# 16922]
7970         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
7971         (LONG_SUB): Ditto.
7972         (PTR_SUB): Ditto.
7973
7974 2014-05-07  Andreas Schwab  <schwab@suse.de>
7975
7976         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
7977         when skipping over non-matching result from nscd.
7978
7979 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
7980
7981         [BZ #16876]
7982         * nptl/sockperf.c (client): Check socket return value.
7983
7984         [BZ #16877]
7985         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
7986         nscd security class.
7987
7988 2014-05-06  Roland McGrath  <roland@hack.frob.com>
7989
7990         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
7991         * sysdeps/arm/unwind.h: ... here.
7992
7993 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
7994
7995         [BZ# 16916]
7996         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
7997         Define.
7998
7999 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8000
8001         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
8002         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
8003         multiarch strncpy for PPC64.
8004         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
8005         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
8006         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
8007         multiarch optimizations.
8008         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8009         (__libc_ifunc_impl_list): Likewise.
8010         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
8011         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
8012         multiarch stpncpy for PPC64.
8013         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
8014         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
8015
8016 2014-05-06  Andreas Schwab  <schwab@suse.de>
8017
8018         [BZ #16912]
8019         * gmon/mcount.c (_MCOUNT_DECL): Use
8020         atomic_compare_and_exchange_bool_acq instead of
8021         catomic_compare_and_exchange_bool_acq.
8022
8023 2014-05-05  Roland McGrath  <roland@hack.frob.com>
8024
8025         * elf/Makefile (others, install-bin): Remove pldd.
8026         (pldd-modules): Variable removed.
8027         ($(objpfx)pldd): Target removed.
8028         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
8029         (others, install-bin): Append pldd here.
8030         ($(objpfx)pldd): New target.
8031
8032         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
8033         to 0, so the first #if test emitted later doesn't see it undefined.
8034         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
8035         * sysdeps/gnu/errlist.c: Regenerated.
8036
8037 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8038
8039         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
8040         [libc_hidden_builtin_def]: Define to empty value.
8041         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
8042         [libc_hidden_builtin_def]: Likewise.
8043         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
8044         [libc_hidden_builtin_def]: Likewise.
8045         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
8046         [libc_hidden_builtin_def]: Likewise.
8047         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
8048         __redirect_memcpy and define ifunc as default hidden symbol.
8049         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
8050         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
8051
8052 2014-05-04  Adam Conrad  <adconrad@0c3.net>
8053
8054         * locale/iso-4217.def: Reintroduce XDR currency.
8055
8056 2014-05-04  Allan McRae  <allan@archlinux.org>
8057
8058         * po/eo.po: Update Esperanto translation from translation project.
8059
8060 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
8061
8062         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
8063         and FEATURE_INDEX_MAX to 1.
8064         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
8065
8066 2014-05-01  Steve Ellcey  <sellcey@mips.com>
8067
8068         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
8069         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
8070         * iconvdata/big5.c (ONE_DIRECTION): Define.
8071         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
8072         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
8073         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
8074         * iconvdata/cp932.c (ONE_DIRECTION): Define.
8075         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
8076         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
8077         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
8078         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
8079         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
8080         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
8081         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
8082         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
8083         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
8084         * iconvdata/gbk.c (ONE_DIRECTION): Define.
8085         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
8086         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
8087         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
8088         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
8089         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
8090         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
8091         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
8092         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
8093         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
8094         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
8095         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
8096         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
8097         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
8098         * iconvdata/iso646.c (ONE_DIRECTION): Define.
8099         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
8100         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
8101         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
8102         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
8103         * iconvdata/johab.c (ONE_DIRECTION): Define.
8104         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
8105         * iconvdata/sjis.c (ONE_DIRECTION): Define.
8106         * iconvdata/t.61.c (ONE_DIRECTION): Define.
8107         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
8108         * iconvdata/tscii.c (ONE_DIRECTION): Define.
8109         * iconvdata/uhc.c (ONE_DIRECTION): Define.
8110         * iconvdata/unicode.c (ONE_DIRECTION): Define.
8111         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
8112         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
8113         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
8114
8115 2014-05-01  Roland McGrath  <roland@hack.frob.com>
8116
8117         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
8118         (_IO_JUMPS_OFFSET): Define to 0.
8119
8120         * nptl/sysdeps/pthread/bits/libc-lock.h
8121         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
8122         (__libc_lock_define_initialized_recursive): Always define using
8123         initializer.  Modern compilers treat uninitialized (implicit zero) and
8124         explicit zero initializers the same (i.e. put the datum in bss).
8125
8126 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
8127
8128         * nscd/nscd-client.h: Include <string.h>.
8129
8130 2014-05-01  David S. Miller  <davem@davemloft.net>
8131
8132         [BZ #16885]
8133         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
8134         multiple zero bytes exist at the end of a string.
8135         Reported by Aurelien Jarno <aurelien@aurel32.net>
8136
8137         * string/test-strcmp.c (check): Add explicit test for situations where
8138         there are multiple zero bytes after the first.
8139
8140 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
8141
8142         [BZ #16890]
8143         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
8144         when compiling wprintf.
8145         * stdio-common/tstdiomisc.c (t3): New function.
8146         (main): Call it.
8147
8148 2014-05-01  Steve Ellcey  <sellcey@mips.com>
8149
8150         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
8151         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
8152         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
8153         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
8154
8155 2014-05-01  Steve Ellcey  <sellcey@mips.com>
8156
8157         * stdlib/longlong.h: Updated from GCC.
8158
8159 2014-05-01  Will Newton  <will.newton@linaro.org>
8160             Bernard Ogden  <bernie.ogden@linaro.org>
8161
8162         * NEWS: Update fixed bug list.
8163
8164         [BZ #15119]
8165         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
8166
8167 2014-04-30  David S. Miller  <davem@davemloft.net>
8168
8169         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
8170         (libc_feholdexcept_setround_sparc_ctx): New function.
8171         (libc_fesetenv_sparc_ctx): Likewise.
8172         (libc_feupdateenv_sparc_ctx): Likewise.
8173         (libc_feholdsetround_sparc_ctx): Likewise.
8174         (libc_feholdexcept_setround_ctx): Define.
8175         (libc_feholdexcept_setroundf_ctx): Likewise.
8176         (libc_feholdexcept_setroundl_ctx): Likewise.
8177         (libc_fesetenv_ctx): Likewise.
8178         (libc_fesetenvf_ctx): Likewise.
8179         (libc_fesetenvl_ctx): Likewise.
8180         (libc_feupdateenv_ctx): Likewise.
8181         (libc_feupdateenvf_ctx): Likewise.
8182         (libc_feupdateenvl_ctx): Likewise.
8183         (libc_feresetround_ctx): Likewise.
8184         (libc_feresetroundf_ctx): Likewise.
8185         (libc_feresetroundl_ctx): Likewise.
8186         (libc_feholdsetround_ctx): Likewise.
8187         (libc_feholdsetroundf_ctx): Likewise.
8188         (libc_feholdsetroundl_ctx): Likewise.
8189
8190         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
8191         with __USE_GNU instead of XOPEN cpp guards.
8192
8193         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
8194         0.
8195
8196         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
8197         with XOPEN cpp guards.
8198
8199 2014-04-30  Julian Brown  <julian@codesourcery.com>
8200
8201         [BZ #16888]
8202         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
8203         handling.
8204
8205 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
8206
8207         [BZ #9894]
8208         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
8209         Change to 2.6.32.
8210         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
8211         * sysdeps/unix/sysv/linux/configure: Regenerated.
8212         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
8213         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
8214         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
8215         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
8216         * README: Update reference to required Linux kernel version.
8217         * manual/install.texi (Linux): Update reference to required Linux
8218         kernel headers version.
8219         * INSTALL: Regenerated.
8220
8221         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
8222         header inclusion.
8223         [POSIX] (limits.h): Likewise.
8224         [POSIX] (math.h): Likewise.
8225         [POSIX] (sys/wait.h): Likewise.
8226         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
8227         function.
8228         [POSIX] (stddef.h): Do not allow header inclusion.
8229
8230 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8231
8232         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
8233
8234 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
8235
8236         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
8237         Return immediately after lll_futex_wake.
8238
8239 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8240
8241         [BZ #16791]
8242         * nscd/nscd-client.h (datahead_init_common): Initialize entire
8243         structure.
8244         (datahead_init_pos): Call datahead_init_common early.
8245         (datahead_init_neg): Likewise.
8246
8247         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
8248         datahead_init_neg): New functions.
8249         * nscd/aicache.c (addhstaiX): Use them.
8250         * nscd/grpcache.c (cache_addgr): Likewise.
8251         * nscd/hstcache.c (cache_addhst): Likewise.
8252         * nscd/initgrcache.c (addinitgroupsX): Likewise.
8253         * nscd/netgroupcache.c (do_notfound): Likewise.
8254         (addgetnetgrentX): Likewise.
8255         (addinnetgrX): Likewise.
8256         * nscd/pwdcache.c (cache_addpw): Likewise.
8257         * nscd/servicescache.c (cache_addserv): Likewise.
8258
8259 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8260             Atsushi Onoe  <atsushi@onoe.org>
8261
8262         [BZ #14308]
8263         [BZ #12994]
8264         [BZ #13651]
8265         * resolv/res_query.c (__libc_res_nsearch): Return if at least
8266         one response is valid.
8267         * resolv/res_send.c (send_dg): Check for validity of other
8268         response if the current response is a referral.
8269
8270 2014-04-29  Steve Ellcey  <sellcey@mips.com>
8271
8272         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
8273
8274 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
8275
8276         [BZ #16823]
8277         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
8278         Always divide by positive zero when computing -Inf result.
8279         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
8280         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
8281
8282 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8283
8284         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
8285         FPSCR if value do not change.
8286         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
8287         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
8288         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
8289         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
8290         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
8291         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
8292         function.
8293
8294 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
8295
8296         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
8297         * sysdeps/unix/sysv/linux/hppa: Move directory from
8298         ports/systeps/unix/sysv/linux/hppa.
8299         * README: Update listing for hppa-*-linux-gnu.
8300
8301 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
8302
8303         [BZ #16754]
8304         * manual/stdio.texi (Hook functions): Fix types of stream hook
8305         functions.
8306         [BZ #16854]
8307         * socket/sys/socket.h: Fix typo in comment.
8308
8309 2014-04-28  Wilco  <wdijkstr@arm.com>
8310
8311         * sysdeps/arm/fenv_private.h: New file.
8312         * sysdeps/arm/math_private.h: New file.
8313         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
8314
8315 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
8316
8317         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
8318         with __int128_t.
8319         (La_x86_64_retval): Likewise.
8320
8321 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
8322
8323         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
8324         fpsr if value didn't change.
8325         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
8326         to fpcr if value didn't change.
8327         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
8328         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
8329         fpsr or fpcr if value didn't change.
8330         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
8331         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
8332         fpcr if value didn't change.
8333         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
8334         to fpsr if value didn't change.
8335
8336 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
8337
8338         * nptl/tst-sem3.c: Use test-skeleton.c
8339         (main): Rename to do_test.  Use return instead of
8340         exit.
8341         * nptl/tst-sem4.c: Use test-skeleton.c
8342         (main): Rename to do_test.
8343
8344 2014-04-22  David S. Miller  <davem@davemloft.net>
8345
8346         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
8347         (struct sigaction): New struct member __glibc_reserved0, change
8348         type of sa_flags to int.
8349
8350 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
8351
8352         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
8353         (COUNT_LEADING_ZEROS_0): Define for AArch64.
8354
8355 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
8356
8357         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
8358         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
8359
8360 2014-04-22  Will Newton  <will.newton@linaro.org>
8361             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
8362
8363         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
8364         (__longjmp): Add longjmp and longjmp_target SystemTap
8365         probes.
8366         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
8367         (__sigsetjmp): Add setjmp SystemTap probe.
8368
8369 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
8370
8371         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
8372         match manual order.
8373
8374 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8375
8376         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
8377
8378         * sysdeps/powerpc/fpu/fenv_private.h
8379         (libc_feholdexcept_setroundl_ctx): Define to
8380         libc_feholdexcept_setround_ppc_ctx.
8381         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
8382         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
8383         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
8384         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
8385
8386 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
8387
8388         * sysdeps/aarch64/math-tests.h: New file.
8389
8390 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
8391
8392         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
8393         New.
8394         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
8395         Check and set bit_AVX2_Usable.
8396         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
8397         macro.
8398         (bit_AVX2): Likewise.
8399         (index_AVX2_Usable): Likewise.
8400         (CPUID_AVX2): Likewise.
8401         (HAS_AVX2): Likewise.
8402
8403 2014-04-17  Will Newton  <will.newton@linaro.org>
8404
8405         * manual/setjmp.texi (System V contexts): Add note that
8406         calling setcontext on a context created by a call to a
8407         signal handler is undefined.  Update text to note that
8408         setcontext from a signal handler is possible but not
8409         recommended.
8410
8411         [BZ #16629]
8412         * stdlib/tst-setcontext.c: Include signal.h.
8413         (main): Check that the signal stack before and
8414         after swapcontext is the same.
8415
8416         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
8417         Re-implement to restore registers in user code and avoid
8418         rt_sigreturn system call.
8419
8420 2014-04-17  Wilco  <wdijkstr@arm.com>
8421
8422         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
8423         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
8424         * math/test-fenv.c: Skip exception trap tests on targets which only
8425         support non-stop mode.
8426
8427 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
8428             Wilco Dijkstra  <wilco.dijkstra@arm.com>
8429
8430         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
8431         (libc_feholdsetround_aarch64_ctx)
8432         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
8433         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
8434         (libc_feresetround_ctx, libc_feresetroundf_ctx)
8435         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
8436         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
8437         (libc_feresetround_noexl_ctx): Define.
8438
8439 2014-04-16  Richard Henderson  <rth@redhat.com>
8440
8441         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
8442
8443         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
8444         unwind tables.
8445
8446         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
8447         const from the non-libc, non-ldso copy.
8448
8449         * sysdeps/alpha/libm-test-ulps: Regenerate.
8450
8451 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
8452             Wilco Dijkstra  <wilco.dijkstra@arm.com>
8453
8454         * sysdeps/aarch64/fpu/math_private.h: New file.
8455
8456 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8457
8458         * sysdeps/aarch64/libm-test-ulps: Regenerate.
8459
8460 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
8461
8462         [BZ #16275]
8463         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
8464         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
8465         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
8466         Intel MPX bound registers before _dl_profile_fixup.
8467         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
8468         registers after _dl_profile_fixup.  Save and restore bound
8469         registers bnd0/bnd1 when calling _dl_call_pltexit.
8470         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
8471         (LR_BND_OFFSET): Likewise.
8472         (LRV_BND0_OFFSET): Likewise.
8473         (LRV_BND1_OFFSET): Likewise.
8474
8475 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8476
8477         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
8478         to...
8479         * sysdeps/mach/hurd/i386/tls.h: ... here.
8480         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
8481         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
8482         fields.
8483
8484 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8485
8486         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
8487
8488 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
8489
8490         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8491
8492 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
8493
8494         [BZ #14770]
8495         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
8496         * sysdeps/s390/configure: Regenerate.
8497
8498         [BZ #16824]
8499         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
8500         Set round-to-nearest internally to reduce error accumulation.
8501
8502 2014-04-16  Alan Modra  <amodra@gmail.com>
8503
8504         [BZ #16740]
8505         [BZ #16619]
8506         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
8507         * math/libm-test.inc (frexp_test_data): Add tests.
8508         * NEWS: Update fixed bug list.
8509
8510 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
8511
8512         * benchtests/Makefile: Depend on libraries in build directory.
8513         (bench-math): Separate out math tests.
8514         (bench-pthread): Separate out pthread tests.
8515         (bench): Include math and pthread tests.
8516
8517 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
8518
8519         [BZ #16831]
8520         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
8521         _dl_debug_initialize.
8522
8523         * configure.ac: Remove SELinux header check.
8524         * configure: Regenerate.
8525         * nscd/selinux.c (perms): Array of const char* to permission names.
8526         (nscd_request_avc_has_perm): Call security_deny_unknown to find
8527         default policy. Call string_to_security_class and string_to_av_perm to
8528         translate strings. Enforce default policy and call avs_has_perm with
8529         results of translated strings.
8530
8531 2014-04-13  David S. Miller  <davem@davemloft.net>
8532
8533         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8534
8535 2014-04-12  Allan McRae  <allan@archlinux.org>
8536
8537         [BZ #16838]
8538         * manual/string.texi (Collation Functions): Fix qsort argument
8539         order in example.
8540         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
8541
8542 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
8543
8544         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
8545         Make the test a no-op if there are no exceptions defined.
8546
8547 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
8548
8549         * elf/Makefile (tests): make tst-dlopen-aout conditional on
8550         enable-hardcoded-path-in-tests
8551
8552 2014-04-11  Will Newton  <will.newton@linaro.org>
8553
8554         * benchtests/Makefile (extra-objs): Add json-lib.o.
8555         (bench-func): Tidy up JSON output.
8556         * benchtests/bench-skeleton.c: Include json-lib.h.
8557         (main): Use JSON library functions to do output of
8558         benchmark results.
8559         * benchtests/bench-timing-type.c (main): Output the
8560         timing type simply, leaving formatting to the user.
8561         * benchtests/json-lib.c: New file.
8562         * benchtests/json-lib.h: Likewise.
8563
8564 2014-04-11  Torvald Riegel  <triegel@redhat.com>
8565
8566         [BZ #15215]
8567         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
8568         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
8569         memory barriers.  Add comments.
8570         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
8571         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
8572         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
8573         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
8574         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
8575         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
8576
8577 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
8578
8579         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
8580         * sysdeps/s390/s390-64/configure.ac: ... this ...
8581         * sysdeps/s390/configure.ac: ... to here.
8582         * sysdeps/s390/s390-32/configure: Delete file.
8583         * sysdeps/s390/s390-64/configure: Delete file.
8584         * sysdeps/s390/configure: Regenerate.
8585
8586 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
8587
8588         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
8589
8590 2014-04-11  Will Newton  <will.newton@linaro.org>
8591
8592         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
8593         to zero if it is not defined elsewhere.  (mtrim): Test
8594         the value of MALLOC_DEBUG with #if rather than #ifdef.
8595
8596 2014-04-10 Torvald Riegel  <triegel@redhat.com>
8597
8598         * benchtests/pthread_once-inputs: New file.
8599         * benchtests/pthread_once-source.c: New file.
8600         * benchtests/README: Update documentation.
8601
8602 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
8603             H.J. Lu  <hongjiu.lu@intel.com>
8604
8605         [BZ #16275]
8606         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
8607         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
8608         * sysdeps/x86_64/configure: Regenerated.
8609         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
8610         macro.
8611         (REGISTER_SAVE_RAX): Likewise.
8612         (REGISTER_SAVE_RCX): Likewise.
8613         (REGISTER_SAVE_RDX): Likewise.
8614         (REGISTER_SAVE_RSI): Likewise.
8615         (REGISTER_SAVE_RDI): Likewise.
8616         (REGISTER_SAVE_R8): Likewise.
8617         (REGISTER_SAVE_R9): Likewise.
8618         (REGISTER_SAVE_BND0): Likewise.
8619         (REGISTER_SAVE_BND1): Likewise.
8620         (REGISTER_SAVE_BND2): Likewise.
8621         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
8622         bound registers when calling _dl_fixup.
8623
8624 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8625
8626         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
8627         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
8628         of its definition.
8629         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
8630         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
8631         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
8632         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
8633         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
8634         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
8635         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
8636
8637 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
8638
8639         [BZ #15514]
8640         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
8641         pathconf(_PC_NAME_MAX).
8642
8643 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8644
8645         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
8646         Remove macro usage.
8647         (__PTHREAD_SPINS): Move definition to ...
8648         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
8649         (__PTHREAD_SPINS): ... here.
8650         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
8651         (__PTHREAD_SPIN): Likewise.
8652         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
8653         (__PTHREAD_SPIN): Likewise.
8654         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
8655         (__PTHREAD_SPIN): Likewise.
8656         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
8657         (__PTHREAD_SPIN): Likewise.
8658         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8659         (__PTHREAD_SPIN): Likewise.
8660         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8661         (__PTHREAD_SPIN): Likewise.
8662         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
8663         (__PTHREAD_SPIN): Likewise.
8664         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8665         (__PTHREAD_SPIN): Likewise.
8666         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8667         (__PTHREAD_SPIN): Likewise.
8668         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8669         (__PTHREAD_SPIN): Likewise.
8670         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8671         (__PTHREAD_SPIN): Likewise.
8672         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
8673         (__PTHREAD_SPIN): Likewise.
8674
8675         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
8676         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
8677         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
8678         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
8679         imply folder.
8680         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
8681         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
8682         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
8683         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
8684         correct imply path.
8685         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
8686         strlen symbol for non multi-arch builds.
8687         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
8688         missing hidden_def and weak_alias.
8689
8690 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
8691
8692         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
8693
8694 2014-04-07  Will Newton  <will.newton@linaro.org>
8695
8696         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
8697         and contents.  [!_LIBC] Remove #ifndef and contents.
8698         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
8699         * string/memccpy.c (__memccpy): Use ANSI prototype.
8700         * string/memfrob.c (memfrob): Likewise.
8701         * string/strcoll.c (STRCOLL): Likewise.
8702         * string/strlen.c (strlen): Likewise.
8703         * string/strtok.c (STRTOK): Likewise.
8704         * string/strcat.c: Remove unused #include of memcopy.h.
8705         (strcat): Use ANSI prototype.
8706         * string/strchr.c: Remove unused #include of memcopy.h.
8707         (strchr): Use ANSI prototype.
8708         * string/strcmp.c: Remove unused #include of memcopy.h.
8709         (strcmp): Use ANSI prototype.
8710         * string/strcpy.c: Remove unused #include of memcopy.h.
8711         (strcpy): Use ANSI prototype.
8712
8713 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8714
8715         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
8716         * config.make.in (config-extra-cppflags): Set it from
8717         libc_extra_cppflags.
8718         * configure.ac (libc_extra_cflags): Make it accumulate over
8719         configure fragments.
8720         (libc_extra_cppflags): New flag.
8721         * configure. Regenerate.
8722         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
8723         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
8724         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
8725         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
8726
8727         [BZ #16815]
8728         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
8729         result for FE_DOWNWARD rounding mode.
8730         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
8731         Likewise.
8732         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8733
8734 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
8735
8736         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
8737         in function argument name.
8738
8739 2014-04-03  David Svoboda  <svoboda@cert.org>
8740
8741         [BZ #5666]
8742         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
8743         explicitly.
8744
8745 2014-04-03  Roland McGrath  <roland@hack.frob.com>
8746
8747         * elf/dl-unmap-segments.h: New file.
8748         * sysdeps/generic/ldsodefs.h
8749         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
8750         * elf/dl-close.c: Include <dl-unmap-segments.h>.
8751         * elf/dl-fptr.c: Likewise.
8752         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
8753         * sysdeps/aarch64/tlsdesc.c: Likewise.
8754         * sysdeps/arm/tlsdesc.c: Likewise.
8755         * sysdeps/i386/tlsdesc.c: Likewise.
8756         * sysdeps/tile/dl-runtime.c: Likewise.
8757         * sysdeps/x86_64/tlsdesc.c: Likewise.
8758         * elf/dl-load.h: New file.
8759         * elf/dl-load.c: Include it.
8760         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
8761         Macros moved to dl-load.h.
8762         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
8763         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
8764         Use _dl_unmap_segments in place of __munmap.
8765         Break out segment-mapping loop into ...
8766         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
8767
8768 2014-04-03  Will Newton  <will.newton@linaro.org>
8769
8770         * elf/dl-lookup.c (do_lookup_x): Remove comment
8771         referring to nested function and move variable
8772         declarations down to before first use.
8773
8774 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
8775
8776         [BZ #16799]
8777         [BZ #16800]
8778         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
8779         with 0 numerator.
8780         * math/s_catanf.c (__catanf): Likewise.
8781         * math/s_catanh.c (__catanh): Likewise.
8782         * math/s_catanhf.c (__catanhf): Likewise.
8783         * math/s_catanhl.c (__catanhl): Likewise.
8784         * math/s_catanl.c (__catanl): Likewise.
8785         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
8786         by positive zero when computing -Inf result.
8787         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
8788         (catanh_test): Likewise.
8789         * sysdeps/i386/fpu/libm-test-ulps: Update.
8790         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8791
8792         [BZ #16789]
8793         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
8794         instead of using underflowing value in computing result.
8795         * math/s_clog10.c (__clog10): Likewise.
8796         * math/s_clog10f.c (__clog10f): Likewise.
8797         * math/s_clog10l.c (__clog10l): Likewise.
8798         * math/s_clogf.c (__clogf): Likewise.
8799         * math/s_clogl.c (__clogl): Likewise.
8800         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
8801         (clog10_test): Likewise.
8802         * sysdeps/i386/fpu/libm-test-ulps: Update.
8803         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8804
8805 2014-04-02  Alan Modra  <amodra@gmail.com>
8806
8807         [BZ #16739]
8808         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
8809         output when value is near a power of two.  Use int64_t for lx and
8810         remove casts.  Use decimal rather than hex exponent constants.
8811         Don't use long double multiplication when double will suffice.
8812         * math/libm-test.inc (nextafter_test_data): Add tests.
8813         * NEWS: Add 16739 and 16786 to bug list.
8814
8815         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
8816
8817         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
8818
8819 2014-04-01  Will Newton  <will.newton@linaro.org>
8820
8821         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
8822         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
8823
8824 2014-04-01  Florian Weimer  <fweimer@redhat.com>
8825
8826         [BZ #13347]
8827         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
8828         * nptl/tst-setuid2.c: New file.
8829         * nptl/Makefile (xtests): Add tst-setuid2.
8830
8831 2014-04-01  Alan Modra  <amodra@gmail.com>
8832
8833         [BZ #16786]
8834         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
8835
8836 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
8837
8838         [BZ #6803]
8839         [BZ #6804]
8840         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
8841         set errno as appropriate.
8842         * math/w_scalbf.c (__scalbf): Likewise.
8843         * math/w_scalbl.c (__scalbl): Likewise.
8844         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
8845         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
8846         * math/libm-test.inc (scalb_test_data): Add errno expectations.
8847         Add more NaN tests.
8848
8849         [BZ #16349]
8850         * math/w_atan2.c: Include <errno.h>.
8851         (__atan2): Set errno for result underflowing to zero.
8852         * math/w_atan2f.c: Include <errno.h>.
8853         (__atan2f): Set errno for result underflowing to zero.
8854         * math/w_atan2l.c: Include <errno.h>.
8855         (__atan2l): Set errno for result underflowing to zero.
8856         * math/auto-libm-test-in: Don't allow missing errno for some atan2
8857         tests.
8858         * math/auto-libm-test-out: Regenerated.
8859
8860 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8861
8862         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
8863         Encode instruction correctly in little endian.
8864         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
8865         Likewise.
8866         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
8867         Likewise.
8868         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
8869         Likewise.
8870         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
8871         Likewise.
8872
8873 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
8874
8875         [BZ #9894]
8876         * sysdeps/unix/sysv/linux/kernel-features.h
8877         [__sparc__ && !__arch64__ && !__sparc_v9__]
8878         (__ASSUME_SET_ROBUST_LIST): Do not define.
8879         [__sparc__ && !__arch64__ && !__sparc_v9__]
8880         (__ASSUME_FUTEX_LOCK_PI): Likewise.
8881         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
8882         Likewise.
8883         * sysdeps/unix/sysv/linux/arm/kernel-features.h
8884         (__ASSUME_FUTEX_LOCK_PI): Undefine.
8885         (__ASSUME_REQUEUE_PI): Likewise.
8886         (__ASSUME_SET_ROBUST_LIST): Likewise.
8887         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
8888         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
8889         Undefine.
8890         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8891         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
8892         Likewise.
8893         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
8894         Likewise.
8895         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
8896         Likewise.
8897         * sysdeps/unix/sysv/linux/mips/kernel-features.h
8898         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
8899         Undefine.
8900         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
8901         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
8902         Likewise.
8903
8904         [BZ #16648]
8905         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8906         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
8907         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
8908
8909 2014-03-31  Will Newton  <will.newton@linaro.org>
8910
8911         * benchtests/Makefile (bench): Add ffs and ffsll to list
8912         of tests.
8913         * benchtests/ffs-inputs: New file.
8914         * benchtests/ffsll-inputs: Likewise.
8915
8916 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
8917
8918         [BZ #16770]
8919         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
8920         too large before casting to int.
8921         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
8922         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
8923         * math/libm-test.inc (scalb_test_data): Add more tests.
8924
8925 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
8926
8927         * benchtests/Makefile (DETAILED_OPT): New make option.
8928         (bench-func): Run benchmark program with -d if DETAILED_OPT is
8929         set.
8930         * benchtests/bench-skeleton.c: Include stdbool.h.
8931         (main): Store and print timings per input.
8932         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
8933         member to each argument value.
8934         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
8935         (_print_arg_data): Initialize per-input timing to 0.
8936
8937         * benchtests/Makefile (timing-type): New binary.
8938         (bench-clean): Also remove bench-timing-type.
8939         (bench): New target for timing-type.
8940         (bench-func): Print output in JSON format.
8941         * benchtests/bench-skeleton.c (main): Print output in JSON
8942         format.
8943         * benchtests/bench-timing-type.c: New file.
8944         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
8945         (TIMING_PRINT_STATS): Remove.
8946         * benchtests/scripts/bench.py (_print_arg_data): Store variant
8947         name separately.
8948
8949         * benchtests/bench-modf.c: Remove.
8950         * benchtests/modf-inputs: New inputs file.
8951
8952 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
8953
8954         [BZ #16362]
8955         * math/s_clog10.c (M_PI_LOG10E): New macro.
8956         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
8957         imaginary parts are 0.
8958         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
8959         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
8960         imaginary parts are 0.
8961         * math/s_clog10l.c (M_PI_LOG10El): New macro.
8962         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
8963         imaginary parts are 0.
8964         * math/libm-test.inc (clog10_test_data): Update expected results
8965         for when real and imaginary parts are 0.
8966
8967 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
8968
8969         * elf/dl-load.c: Finish conversion of __builtin_expect into
8970         __glibc_{un}likely.
8971
8972 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
8973
8974         [BZ #16348]
8975         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
8976         1+x for argument with exponent below -67.
8977         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
8978         Likewise.
8979         * math/auto-libm-test-in: Add more tests of exp.
8980         * math/auto-libm-test-out: Regenerated.
8981
8982 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8983
8984         [BZ #16759]
8985         * inet/getnetgrent_r.c (get_nonempty_val): New function.
8986         (nscd_getnetgrent): Use it.
8987
8988         [BZ #16760]
8989         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
8990         of stpcpy.
8991
8992 2014-03-27  Andi Kleen  <ak@linux.intel.com>
8993
8994         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
8995         (lll_robust_lock, lll_cond_lock, lll_timedlock)
8996         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
8997         (lll_robust_unlock): Remove out of line section. Use cfi
8998         intrinsics.
8999         (LLL_STUB_UNWIND_INFO*): Remove.
9000         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
9001         (lll_robust_lock, lll_cond_lock, lll_timedlock)
9002         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
9003         (lll_robust_unlock): Remove out of line section. Use cfi
9004         intrinsics.
9005         (LLL_STUB_UNWIND_INFO*): Remove.
9006
9007 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9008
9009         [BZ #16758]
9010         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
9011         blank values.
9012
9013 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
9014
9015         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
9016
9017 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
9018
9019         [BZ #16198]
9020         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
9021         fnstenv.
9022         * math/test-fenv-preserve.c: New file.
9023         * math/Makefile (tests): Add test-fenv-preserve.
9024
9025 2014-03-26  Will Newton <will.newton@linaro.org>
9026
9027         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
9028
9029 2014-03-25  Roland McGrath  <roland@hack.frob.com>
9030
9031         * scripts/versionlist.awk: Partition the version sets and emit all
9032         GLIBC_* (sorted) before all others (sorted).
9033
9034 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
9035
9036         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
9037         GLIBC_2.2.5 version.
9038
9039 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9040
9041         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
9042         calls.
9043
9044         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
9045         previous change.
9046
9047         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9048
9049 2014-03-25  Andreas Schwab  <schwab@suse.de>
9050
9051         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
9052         label to be used after in6ailist is initialized.
9053
9054 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9055
9056         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
9057         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
9058
9059 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
9060
9061         [BZ #16357]
9062         [BZ #16599]
9063         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
9064         min_plus_half.
9065         (fp_formats): Update initializers.
9066         (init_fp_formats): Initialize new field.
9067         (output_for_one_input_case): Allow underflow for results up to
9068         min_plus_half.
9069         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
9070         * math/auto-libm-test-in: Don't mark some underflows from asin and
9071         atanh as spurious.
9072         * math/auto-libm-test-out: Regenerated.
9073         * sysdeps/i386/fpu/libm-test-ulps: Update.
9074         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9075
9076 2014-03-25  Andreas Schwab  <schwab@suse.de>
9077
9078         * libio/Makefile (tst-ftell-partial-wide-ENV)
9079         (tst-ftell-active-handler-ENV): Define.
9080
9081 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
9082
9083         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
9084
9085 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
9086
9087         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
9088
9089 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
9090
9091         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
9092         * sysdeps/x86_64/fpu/multiarch/e_exp.c
9093         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
9094
9095 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
9096
9097         [BZ #16634]
9098         * elf/dl-load.c (open_verify): Add mode parameter.
9099         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
9100         (open_path): Change from boolean 'secure' to complete flag 'mode'
9101         (_dl_map_object): Adjust.
9102         * elf/Makefile (tests): Add tst-dlopen-aout.
9103         * elf/tst-dlopen-aout.c: New test.
9104
9105 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
9106
9107         [BZ #16714]
9108         * sysdeps/unix/sysv/linux/s390/bits/stat.h
9109         (struct stat): Rename member pad0 to __glibc_reserved0.
9110
9111         [BZ #16712]
9112         * sysdeps/s390/s390-32/bits/wordsize.h
9113         (__WORDSIZE32_SIZE_ULONG): New define.
9114         * sysdeps/s390/s390-64/bits/wordsize.h
9115         (__WORDSIZE32_SIZE_ULONG): Likewise.
9116         * sysdeps/generic/stdint.h (SIZE_MAX):
9117         Define as UL if __WORDSIZE32_SIZE_ULONG.
9118
9119         [BZ #16713]
9120         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
9121         (__glibc_reserved0): New variable.
9122         (sa_flags): Change type to int.
9123
9124         * posix/Makefile (before-compile): Use += before-compile instead
9125         of a :=.
9126
9127         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
9128         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
9129
9130 2014-03-20  Andreas Schwab  <schwab@suse.de>
9131
9132         [BZ #16743]
9133         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
9134         non-matching result from nscd.
9135
9136 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
9137
9138         * scripts/bench.py: Moved to ...
9139         * benchtests/scripts/bench.py: ... here.
9140         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
9141
9142 2014-03-24  Andreas Schwab  <schwab@suse.de>
9143
9144         [BZ #16002]
9145         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
9146         alloca_account and account alloca use for struct in6ailist.
9147
9148 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
9149
9150         [BZ #16284]
9151         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
9152         rounding mode to recompute results that overflow to infinity or
9153         underflow to zero.
9154         * math/auto-libm-test-in: Don't mark tests as expected to fail for
9155         bug 16284.
9156         * math/auto-libm-test-out: Regenerated.
9157         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
9158         (ccosh_test): Likewise.
9159         (csin_test_data): Use plus_oflow.
9160         (csin_test): Use ALL_RM_TEST.
9161         (csinh_test_data): Use plus_oflow.
9162         (csinh_test): Use ALL_RM_TEST.
9163         * sysdeps/i386/fpu/libm-test-ulps: Update.
9164         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9165
9166 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
9167
9168         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
9169         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
9170         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
9171
9172         [BZ #16731]
9173         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
9174         when x - 1 is zero.
9175         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
9176         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
9177         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
9178         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
9179         argument is 1.
9180         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
9181         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
9182         zero.
9183         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
9184         * sysdeps/i386/fpu/libm-test-ulps: Update.
9185         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9186
9187 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
9188
9189         * scripts/bench.pl: Remove file.
9190         * scripts/bench.py: New benchmark script.
9191         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
9192         * benchtests/README: Mention python dependency.
9193         * scripts/pylintrc: New file.
9194         * scripts/pylint: New file.
9195
9196         * bits/mathdef.h: Use #ifdef instead of #if.
9197         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
9198         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
9199         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
9200         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
9201         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
9202         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
9203
9204 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9205             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9206
9207         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
9208         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
9209         and strpbrk-ppc64 objects.
9210         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
9211         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
9212         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
9213         multiarch strpbrk for POWER7.
9214         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
9215         multiarch strpbrk for PPC64.
9216         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
9217         ifunc selector.
9218         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
9219         strpbrk for POWER7.
9220
9221 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
9222
9223         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
9224         (atan_test): Likewise.
9225         (atanh_test_data): Use NO_TEST_INLINE for two tests.
9226         (atanh_test): Use ALL_RM_TEST.
9227         (atan2_test_data): Likewise.
9228         (cabs_test): Likewise.
9229         (cacosh_test): Likewise.
9230         (carg_test): Likewise.
9231         (casin_test): Likewise.
9232         (casinh_test): Likewise.
9233         (cbrt_test): Likewise.
9234         (csqrt_test): Likewise.
9235         (erf_test): Likewise.
9236         (erfc_test): Likewise.
9237         (pow10_test): Likewise.
9238         (exp2_test): Likewise.
9239         (hypot_test): Likewise.
9240         (j0_test): Likewise.
9241         (j1_test): Likewise.
9242         (lgamma_test): Likewise.
9243         (gamma_test): Likewise.
9244         (sincos_test): Likewise.
9245         (tanh_test): Likewise.
9246         (y0_test): Likewise.
9247         (y1_test): Likewise.
9248         * sysdeps/i386/fpu/libm-test-ulps: Update.
9249         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9250
9251 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9252
9253         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
9254         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
9255         and strcspn-ppc64 objects.
9256         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
9257         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
9258         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
9259         multiarch strcspn for POWER7.
9260         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
9261         multiarch strcspn for PPC64.
9262         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
9263         ifunc selector.
9264         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
9265         strcspn for POWER7.
9266
9267 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
9268
9269         * math/gen-libm-test.pl (generate_testfile): Expect only function
9270         name as argument to AUTO_TESTS_* and pass results for all rounding
9271         modes to parse_args.
9272         (parse_auto_input): Separate inputs of automatic tests from
9273         outputs before storing in %auto_tests.
9274         * math/libm-test.inc (acos_test_data): Update call to
9275         AUTO_TESTS_f_f.
9276         (acos_test): Use ALL_RM_TEST.
9277         (acos_tonearest_test_data): Remove.
9278         (acos_test_tonearest): Likewise.
9279         (acos_towardzero_test_data): Likewise.
9280         (acos_test_towardzero): Likewise.
9281         (acos_downward_test_data): Likewise.
9282         (acos_test_downward): Likewise.
9283         (acos_upward_test_data): Likewise.
9284         (acos_test_upward): Likewise.
9285         (acosh_test_data): Update call to AUTO_TESTS_f_f.
9286         (asin_test_data): Likewise.
9287         (asin_test): Use ALL_RM_TEST.
9288         (asin_tonearest_test_data): Remove.
9289         (asin_test_tonearest): Likewise.
9290         (asin_towardzero_test_data): Likewise.
9291         (asin_test_towardzero): Likewise.
9292         (asin_downward_test_data): Likewise.
9293         (asin_test_downward): Likewise.
9294         (asin_upward_test_data): Likewise.
9295         (asin_test_upward): Likewise.
9296         (asinh_test_data): Update call to AUTO_TESTS_f_f.
9297         (atan_test_data): Likewise.
9298         (atanh_test_data): Likewise.
9299         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
9300         (cabs_test_data): Update call to AUTO_TESTS_c_f.
9301         (carg_test_data): Likewise.
9302         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
9303         (ccos_test_data): Update call to AUTO_TESTS_c_c.
9304         (ccosh_test_data): Likewise.
9305         (cexp_test_data): Likewise.
9306         (clog_test_data): Likewise.
9307         (clog10_test_data): Likewise.
9308         (cos_test_data): Update call to AUTO_TESTS_f_f.
9309         (cos_test): Use ALL_RM_TEST.
9310         (cos_tonearest_test_data): Remove.
9311         (cos_test_tonearest): Likewise.
9312         (cos_towardzero_test_data): Likewise.
9313         (cos_test_towardzero): Likewise.
9314         (cos_downward_test_data): Likewise.
9315         (cos_test_downward): Likewise.
9316         (cos_upward_test_data): Likewise.
9317         (cos_test_upward): Likewise.
9318         (cosh_test_data): Update call to AUTO_TESTS_f_f.
9319         (cosh_test): Use ALL_RM_TEST.
9320         (cosh_tonearest_test_data): Remove.
9321         (cosh_test_tonearest): Likewise.
9322         (cosh_towardzero_test_data): Likewise.
9323         (cosh_test_towardzero): Likewise.
9324         (cosh_downward_test_data): Likewise.
9325         (cosh_test_downward): Likewise.
9326         (cosh_upward_test_data): Likewise.
9327         (cosh_test_upward): Likewise.
9328         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
9329         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
9330         (ctan_test_data): Likewise.
9331         (ctan_test): Use ALL_RM_TEST.
9332         (ctan_tonearest_test_data): Remove.
9333         (ctan_test_tonearest): Likewise.
9334         (ctan_towardzero_test_data): Likewise.
9335         (ctan_test_towardzero): Likewise.
9336         (ctan_downward_test_data): Likewise.
9337         (ctan_test_downward): Likewise.
9338         (ctan_upward_test_data): Likewise.
9339         (ctan_test_upward): Likewise.
9340         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
9341         (ctanh_test): Use ALL_RM_TEST.
9342         (ctanh_tonearest_test_data): Remove.
9343         (ctanh_test_tonearest): Likewise.
9344         (ctanh_towardzero_test_data): Likewise.
9345         (ctanh_test_towardzero): Likewise.
9346         (ctanh_downward_test_data): Likewise.
9347         (ctanh_test_downward): Likewise.
9348         (ctanh_upward_test_data): Likewise.
9349         (ctanh_test_upward): Likewise.
9350         (erf_test_data): Update call to AUTO_TESTS_f_f.
9351         (erfc_test_data): Likewise.
9352         (exp_test_data): Likewise.
9353         (exp_test): Use ALL_RM_TEST.
9354         (exp_tonearest_test_data): Remove.
9355         (exp_test_tonearest): Likewise.
9356         (exp_towardzero_test_data): Likewise.
9357         (exp_test_towardzero): Likewise.
9358         (exp_downward_test_data): Likewise.
9359         (exp_test_downward): Likewise.
9360         (exp_upward_test_data): Likewise.
9361         (exp_test_upward): Likewise.
9362         (exp10_test_data): Update call to AUTO_TESTS_f_f.
9363         (exp10_test): Use ALL_RM_TEST.
9364         (exp10_tonearest_test_data): Remove.
9365         (exp10_test_tonearest): Likewise.
9366         (exp10_towardzero_test_data): Likewise.
9367         (exp10_test_towardzero): Likewise.
9368         (exp10_downward_test_data): Likewise.
9369         (exp10_test_downward): Likewise.
9370         (exp10_upward_test_data): Likewise.
9371         (exp10_test_upward): Likewise.
9372         (exp2_test_data): Update call to AUTO_TESTS_f_f.
9373         (expm1_test_data): Likewise.
9374         (expm1_test): Use ALL_RM_TEST.
9375         (expm1_tonearest_test_data): Remove.
9376         (expm1_test_tonearest): Likewise.
9377         (expm1_towardzero_test_data): Likewise.
9378         (expm1_test_towardzero): Likewise.
9379         (expm1_downward_test_data): Likewise.
9380         (expm1_test_downward): Likewise.
9381         (expm1_upward_test_data): Likewise.
9382         (expm1_test_upward): Likewise.
9383         (fma_test_data): Update call to AUTO_TESTS_fff_f.
9384         (fma_test): Use ALL_RM_TEST.
9385         (fma_towardzero_test_data): Remove.
9386         (fma_test_towardzero): Likewise.
9387         (fma_downward_test_data): Likewise.
9388         (fma_test_downward): Likewise.
9389         (fma_upward_test_data): Likewise.
9390         (fma_test_upward): Likewise.
9391         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
9392         (j0_test_data): Update call to AUTO_TESTS_f_f.
9393         (j1_test_data): Likewise.
9394         (jn_test_data): Update call to AUTO_TESTS_if_f.
9395         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
9396         (log_test_data): Update call to AUTO_TESTS_f_f.
9397         (log10_test_data): Likewise.
9398         (log1p_test_data): Likewise.
9399         (log2_test_data): Likewise.
9400         (pow_test_data): Update call to AUTO_TESTS_ff_f.
9401         (pow_tonearest_test_data): Likewise.
9402         (sin_test_data): Update call to AUTO_TESTS_f_f.
9403         (sin_test): Use ALL_RM_TEST.
9404         (sin_tonearest_test_data): Remove.
9405         (sin_test_tonearest): Likewise.
9406         (sin_towardzero_test_data): Likewise.
9407         (sin_test_towardzero): Likewise.
9408         (sin_downward_test_data): Likewise.
9409         (sin_test_downward): Likewise.
9410         (sin_upward_test_data): Likewise.
9411         (sin_test_upward): Likewise.
9412         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
9413         (sinh_test_data): Update call to AUTO_TESTS_f_f.
9414         (sinh_test): Use ALL_RM_TEST.
9415         (sinh_tonearest_test_data): Remove.
9416         (sinh_test_tonearest): Likewise.
9417         (sinh_towardzero_test_data): Likewise.
9418         (sinh_test_towardzero): Likewise.
9419         (sinh_downward_test_data): Likewise.
9420         (sinh_test_downward): Likewise.
9421         (sinh_upward_test_data): Likewise.
9422         (sinh_test_upward): Likewise.
9423         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
9424         (sqrt_test): Use ALL_RM_TEST.
9425         (sqrt_tonearest_test_data): Remove.
9426         (sqrt_test_tonearest): Likewise.
9427         (sqrt_towardzero_test_data): Likewise.
9428         (sqrt_test_towardzero): Likewise.
9429         (sqrt_downward_test_data): Likewise.
9430         (sqrt_test_downward): Likewise.
9431         (sqrt_upward_test_data): Likewise.
9432         (sqrt_test_upward): Likewise.
9433         (tan_test_data): Update call to AUTO_TESTS_f_f.
9434         (tan_test): Use ALL_RM_TEST.
9435         (tan_tonearest_test_data): Remove.
9436         (tan_test_tonearest): Likewise.
9437         (tan_towardzero_test_data): Likewise.
9438         (tan_test_towardzero): Likewise.
9439         (tan_downward_test_data): Likewise.
9440         (tan_test_downward): Likewise.
9441         (tan_upward_test_data): Likewise.
9442         (tan_test_upward): Likewise.
9443         (tanh_test_data): Update call to AUTO_TESTS_f_f.
9444         (tgamma_test_data): Likewise.
9445         (y0_test_data): Likewise.
9446         (y1_test_data): Likewise.
9447         (yn_test_data): Update call to AUTO_TESTS_if_f.
9448         (main): Do not call removed functions.
9449
9450 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
9451
9452         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
9453         (ldexp_test_data): Remove.
9454         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
9455         scalbn_test_data.
9456         (scalb_test): Use ALL_RM_TEST.
9457
9458 2014-03-19  Andreas Schwab  <schwab@suse.de>
9459
9460         * nscd/nscd.service: Also invalidate netgroup cache on reload.
9461
9462 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
9463
9464         [BZ #16649]
9465         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9466         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
9467         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
9468         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9469         (__ASSUME_PREADV): Undefine.
9470         (__ASSUME_PWRITEV): Likewise.
9471
9472 2014-03-18  Roland McGrath  <roland@hack.frob.com>
9473
9474         * bits/mman-linux.h: Add comment about non-Linux use.
9475         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
9476         bits/mman-linux.h resting place.
9477
9478         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
9479         * bits/mman-linux.h: ... here.
9480
9481 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9482
9483         * conform/conformtest.pl: Add standard definition when calling C
9484         preprocessor on data files.
9485         (checknamespace): Remove unused variable.
9486
9487 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
9488
9489         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
9490         minus_oflow, plus_uflow and minus_uflow in expected results.
9491         * math/libm-test.inc (scalbn_test_data): Add more tests of
9492         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
9493         minus_uflow.
9494         (scalbn_test): Use ALL_RM_TEST.
9495         (scalbln_test_data): Add more tests of negative arguments.  Use
9496         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
9497         (scalbln_test): Use ALL_RM_TEST.
9498
9499 2014-03-18  Roland McGrath  <roland@hack.frob.com>
9500
9501         * scripts/abilist.awk: Ignore symbols marked with .hidden.
9502
9503 2014-03-18  Will Newton  <will.newton@linaro.org>
9504
9505         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
9506         inaccurate comment.
9507
9508 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
9509
9510         * Makerules [!subdir] (check-abi): Exit with error status if a
9511         test failed.
9512
9513 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
9514
9515         * math/libm-test.inc (nearbyint_test_data): Include all tests used
9516         for rint.  Include results for all rounding modes.
9517         (nearbyint_test): Use ALL_RM_TEST.
9518         (rint_test_data): Include all tests used for nearbyint.
9519
9520 2014-03-17  Will Newton  <will.newton@linaro.org>
9521
9522         * nptl/sysdeps/pthread/pthread.h: Revert previous
9523         change.
9524
9525         * sysdeps/generic/ldsodefs.h: Revert previous
9526         change.
9527
9528         * libio/genops.c: Revert previous change.
9529         * libio/libioP.h: Likewise.
9530         * stdio-common/vfprintf.c: Likewise.
9531
9532         * sysdeps/generic/math_private.h: Revert previous
9533         change.
9534
9535         * sysdeps/generic/math_private.h: Check whether
9536         HAVE_RM_CTX is defined with #ifdef rather
9537         than #if.
9538
9539         * argp/argp-fmtstream.h: Check whether
9540         __STRICT_ANSI__ is defined with #ifdef rather
9541         than #if.
9542         * argp/argp.h: Likewise.
9543
9544         * libio/genops.c: Check whether
9545         _IO_JUMPS_OFFSET is defined with #ifdef rather
9546         than #if.
9547         * libio/libioP.h: Likewise.
9548         * stdio-common/vfprintf.c: Likewise.
9549
9550         * sysdeps/generic/ldsodefs.h: Check whether
9551         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
9552         than #if.
9553
9554         * nptl/sysdeps/pthread/pthread.h: Check
9555         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
9556         its value.
9557
9558 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
9559
9560         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
9561         setting O_APPEND.
9562         * libio/tst-ftell-active-handler.c (do_append_test): Add a
9563         test case.
9564
9565         [BZ #16680]
9566         * libio/fileops.c (_IO_file_open): Seek to end of file but
9567         don't cache the offset.
9568         (get_file_offset): Remove function.
9569         (do_ftell): Use cached offset when available.
9570         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
9571         don't cache the offset.
9572         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
9573         case.
9574         (do_one_test): Call it.
9575         (do_ftell_test): Fix up expected old offset for a+ mode.
9576         * libio/wfileops.c (do_ftell_wide): Used cached offset when
9577         available.
9578
9579         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
9580         up test status with function return status.
9581         (do_write_test): Likewise.
9582         (do_append_test): Likewise.
9583
9584         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
9585         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
9586         Remove.
9587
9588 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
9589
9590         * math/gen-libm-test.pl (parse_args): Handle results specified for
9591         each rounding mode separately.
9592         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
9593         tests and results from lrint_tonearest_test_data,
9594         lrint_towardzero_test_data, lrint_downward_test_data and
9595         lrint_upward_test_data.
9596         (lrint_test): Use ALL_RM_TEST.
9597         (lrint_tonearest_test_data): Remove.
9598         (lrint_test_tonearest): Likewise.
9599         (lrint_towardzero_test_data): Likewise.
9600         (lrint_test_towardzero): Likewise.
9601         (lrint_downward_test_data): Likewise.
9602         (lrint_test_downward): Likewise.
9603         (lrint_upward_test_data): Likewise.
9604         (lrint_test_upward): Likewise.
9605         (llrint_test_data): Merge in per-rounding-mode tests and results
9606         from llrint_tonearest_test_data, llrint_towardzero_test_data,
9607         llrint_downward_test_data and llrint_upward_test_data.
9608         (llrint_test): Use ALL_RM_TEST.
9609         (llrint_tonearest_test_data): Remove.
9610         (llrint_test_tonearest): Likewise.
9611         (llrint_towardzero_test_data): Likewise.
9612         (llrint_test_towardzero): Likewise.
9613         (llrint_downward_test_data): Likewise.
9614         (llrint_test_downward): Likewise.
9615         (llrint_upward_test_data): Likewise.
9616         (llrint_test_upward): Likewise.
9617         (rint_test_data): Merge in per-rounding-mode tests and results
9618         from rint_tonearest_test_data, rint_towardzero_test_data,
9619         rint_downward_test_data and rint_upward_test_data.  Add
9620         per-rounding-mode results for tests not in those arrays.
9621         (rint_test): Use ALL_RM_TEST.
9622         (rint_tonearest_test_data): Remove.
9623         (rint_test_tonearest): Likewise.
9624         (rint_towardzero_test_data): Likewise.
9625         (rint_test_towardzero): Likewise.
9626         (rint_downward_test_data): Likewise.
9627         (rint_test_downward): Likewise.
9628         (rint_upward_test_data): Likewise.
9629         (rint_test_upward): Likewise.
9630         (main): Don't call removed functions.
9631
9632 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9633
9634         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
9635         "Compiled on ..." crapola.  It is anti-useful.
9636
9637 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
9638
9639         * scripts/evaluate-test.sh: Handle fourth argument to determine
9640         whether test run should stop on failure.
9641         * Makeconfig (stop-on-test-failure): New variable.
9642         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
9643         $(stop-on-test-failure).
9644         * Makefile (tests): Give a summary of results from testing and
9645         exit with failure status if they include an ERROR or FAIL.
9646         (xtests): Likewise.
9647         * manual/install.texi (Configuring and compiling): Mention
9648         stop-on-test-failure=y.
9649         * INSTALL: Regenerated.
9650
9651 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9652
9653         * scripts/versionlist.awk: New file.
9654         * Makerules [$(build-shared) = yes]
9655         (postclean-generated): Add Versions.def, not Versions.def.v and
9656         Versions.def.v.i.
9657         ($(common-objpfx)Versions.def.v.i): Target removed.
9658         ($(common-objpfx)Versions.def): New target.
9659         ($(common-objpfx)Versions.all): Depend on that rather that
9660         $(common-objpfx)Versions.def.v.
9661         * Versions.def: File removed.
9662
9663         * Makeconfig (+gccwarn): Add -Wundef.
9664         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
9665         a dl-sysdep.h breaking its contract.
9666         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
9667         * include/stackinfo.h: New file.
9668         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
9669         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
9670         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
9671         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
9672         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
9673         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
9674         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9675         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9676         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9677         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9678         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9679         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
9680         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9681         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9682         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9683
9684 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9685
9686         [BZ #16707]
9687         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
9688         implementation.
9689         * math/libm-test.inc (round_test_data): Add more tests.
9690
9691         [BZ #16706]
9692         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
9693         implementation.
9694         * math/libm-test.inc (nearbyint_test_data): Add more tests.
9695
9696         [BZ #16701]
9697         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
9698         implementation.
9699         * math/libm-test.inc (ceil_test_data): Add more tests.
9700
9701         * math/libm-test.inc (trunc_test_data): Add more tests related to
9702         BZ#16414.
9703
9704 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9705
9706         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
9707         with #if rather than #ifdef.
9708         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
9709
9710 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
9711
9712         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
9713         first.  Disable AVX-512 GCC support if assembler doesn't support
9714         it.
9715         * sysdeps/x86_64/configure: Regenerated.
9716
9717 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
9718
9719         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
9720         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
9721         (__old_pthread_attr_setstack): Likewise.
9722         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
9723         [!_STACK_GROWS_DOWN]: Likewise.
9724
9725 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
9726
9727         * config.make.in (have-bash2): Delete.
9728         * configure.ac (libc_cv_have_bash2): Delete.
9729         * configure: Regenerate.
9730         * elf/Makefile (common-ldd-rewrite): Rename to ...
9731         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
9732         (sh-ldd-rewrite): Delete.
9733         (bash-ldd-rewrite): Delete.
9734         (have-bash2): Delete checks.
9735         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
9736         ldd-rewrite.
9737
9738         * config.make.in (have-ksh): Delete.
9739         (KSH): Delete.
9740         * configure.ac (libc_cv_have_ksh): Delete.
9741         * configure: Regenerate.
9742
9743         * elf/Makefile: Delete $(have-ksh) check.
9744         ($(objpfx)sotruss): Change KSH to BASH.
9745         * elf/sotruss.ksh: Rename to ...
9746         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
9747         function style to match POSIX.  Drop ksh vim mode setting.
9748
9749         * manual/time.texi (Specifying the Time Zone with TZ): Change
9750         Tuesday to Thursday.
9751
9752         * debug/tst-longjmp_chk2.c: Update header comment.
9753         (stackoverflow_handler): Add comment.  Call assert on pass value.
9754
9755 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
9756
9757         [BZ #16194]
9758         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
9759         (HAVE_AVX512_ASM_SUPPORT): Likewise.
9760         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
9761         (La_x86_64_vector): Add zmm.
9762         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
9763         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
9764         ($(objpfx)tst-audit10): New target.
9765         ($(objpfx)tst-audit10.out): Likewise.
9766         (tst-audit10-ENV): New.
9767         (AVX512-CFLAGS): Likewise.
9768         (CFLAGS-tst-audit10.c): Likewise.
9769         (CFLAGS-tst-auditmod10a.c): Likewise.
9770         (CFLAGS-tst-auditmod10b.c): Likewise.
9771         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
9772         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
9773         * sysdeps/x86_64/configure: Regenerated.
9774         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
9775         AVX-512 zmm register support.
9776         (_dl_x86_64_save_sse): Likewise.
9777         (_dl_x86_64_restore_sse): Likewise.
9778         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
9779         size vector registers.
9780         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
9781         (ZMM_SIZE): Likewise.
9782         * sysdeps/x86_64/tst-audit10.c: New file.
9783         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
9784         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
9785
9786 2014-03-13  Roland McGrath  <roland@hack.frob.com>
9787
9788         * configure.ac (HAVE_EHDR_START): New check.
9789         * configure: Regenerated.
9790         * config.h.in (HAVE_EHDR_START): New #undef.
9791         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
9792         assuming the lowest-addressed segment maps the start of the file.
9793
9794 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
9795
9796         * INSTALL: Regenerated.
9797
9798 2014-03-13  Will Newton  <will.newton@linaro.org>
9799
9800         * manual/setjmp.texi (System V contexts): Improve
9801         clarity and grammar of documentation.
9802
9803 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
9804
9805         [BZ #16381]
9806         * elf/Makefile (tests): Add tst-pie2.
9807         (tests-pie): Add tst-pie2.
9808         * elf/tst-pie2.c: New file.
9809         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
9810         for ET_EXEC.
9811         * elf/rtld.c (map_doit): Load executable as lt_executable.
9812         (dl_main): Likewise.
9813
9814 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
9815
9816         [BZ #16642]
9817         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9818         (__ASSUME_PSELECT): Undefine.
9819
9820 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9821
9822         [BZ #16689]
9823         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
9824         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
9825         static build.
9826         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
9827         selector for static builds.
9828
9829 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
9830
9831         [BZ #16695]
9832         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
9833         key in the buffer.
9834
9835 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9836
9837         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
9838         IFUNC selector for static builds.
9839
9840 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
9841
9842         * sysdeps/mips/math_private.h [__mips_hard_float]
9843         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
9844         libc_feresetround_mips_ctx.
9845         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
9846         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
9847         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
9848
9849         [BZ #16677]
9850         * math/s_nextafter.c (__nextafter): Do not return value from
9851         overflowing computation.
9852         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
9853         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
9854         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
9855         Likewise.
9856         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
9857         Likewise.
9858         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
9859         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
9860
9861 2014-03-11  Roland McGrath  <roland@hack.frob.com>
9862
9863         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
9864         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
9865         Move sfi_sp use from the load-multiple (that no longer sets sp) to
9866         the new mov targetting sp.
9867
9868 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9869
9870         [BZ #16683]
9871         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
9872         Define it for static builds as well.
9873         (NO_BZERO_IMPL): Likewise.
9874
9875 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9876
9877         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
9878         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
9879         multiarch strspn for PPC64.
9880         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
9881         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
9882         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9883         (__libc_ifunc_impl_list): Likewise.
9884         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
9885         multiarch optimizations
9886         * string/strspn.c (strspn): Using macro to redefine symbol name.
9887
9888 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9889             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9890
9891         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
9892         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
9893         multiarch strncat for PPC64.
9894         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
9895         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
9896         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9897         (__libc_ifunc_impl_list): Likewise.
9898         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
9899         multiarch optimizations
9900
9901 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9902
9903         [BZ #16639]
9904         * nscd/nscd.service: Make service type forking.
9905
9906 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9907
9908         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
9909         sign in non default rounding modes.
9910         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
9911
9912 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
9913
9914         * math/libm-test.inc (ALL_RM_TEST): New macro.
9915         (ceil_test): Use ALL_RM_TEST.
9916         (cimag_test): Likewise.
9917         (conj_test): Likewise.
9918         (copysign_test): Likewise.
9919         (cproj_test): Likewise.
9920         (creal_test): Likewise.
9921         (fabs_test): Likewise.
9922         (floor_test): Likewise.
9923         (fmax_test): Likewise.
9924         (fmin_test): Likewise.
9925         (fmod_test): Likewise.
9926         (fpclassify_test): Likewise.
9927         (frexp_test): Likewise.
9928         (ilogb_test): Likewise.
9929         (isfinite_test): Likewise.
9930         (finite_test): Likewise.
9931         (isgreater_test): Likewise.
9932         (isgreaterequal_test): Likewise.
9933         (isinf_test): Likewise.
9934         (isless_test): Likewise.
9935         (islessequal_test): Likewise.
9936         (islessgreater_test): Likewise.
9937         (isnan_test): Likewise.
9938         (isnormal_test): Likewise.
9939         (issignaling_test): Likewise.
9940         (isunordered_test): Likewise.
9941         (logb_test): Likewise.
9942         (logb_downward_test_data): Remove.
9943         (logb_test_downward): Likewise.
9944         (lround_test): Use ALL_RM_TEST.
9945         (llround_test): Likewise.
9946         (modf_test): Likewise.
9947         (nexttoward_test): Likewise.
9948         (remainder_test): Likewise.
9949         (drem_test): Likewise.
9950         (remainder_tonearest_test_data): Likewise.
9951         (remainder_test_tonearest): Likewise.
9952         (drem_test_tonearest): Likewise.
9953         (remainder_towardzero_test_data): Likewise.
9954         (remainder_test_towardzero): Likewise.
9955         (drem_test_towardzero): Likewise.
9956         (remainder_downward_test_data): Likewise.
9957         (remainder_test_downward): Likewise.
9958         (drem_test_downward): Likewise.
9959         (remainder_upward_test_data): Likewise.
9960         (remainder_test_upward): Likewise.
9961         (drem_test_upward): Likewise.
9962         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
9963         (round_test): Use ALL_RM_TEST.
9964         (signbit_test): Likewise.
9965         (trunc_test): Likewise.
9966         (significand_test): Likewise.
9967         (main): Don't call removed functions.
9968
9969 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
9970
9971         [BZ #16674]
9972         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
9973         || __USE_XOPEN2K8].
9974         (ILL_ILLOPN): Likewise.
9975         (ILL_ILLADR): Likewise.
9976         (ILL_ILLTRP): Likewise.
9977         (ILL_PRVOPC): Likewise.
9978         (ILL_PRVREG): Likewise.
9979         (ILL_COPROC): Likewise.
9980         (ILL_BADSTK): Likewise.
9981         (FPE_INTDIV): Likewise.
9982         (FPE_INTOVF): Likewise.
9983         (FPE_FLTDIV): Likewise.
9984         (FPE_FLTOVF): Likewise.
9985         (FPE_FLTUND): Likewise.
9986         (FPE_FLTRES): Likewise.
9987         (FPE_FLTINV): Likewise.
9988         (FPE_FLTSUB): Likewise.
9989         (SEGV_MAPERR): Likewise.
9990         (SEGV_ACCERR): Likewise.
9991         (BUS_ADRALN): Likewise.
9992         (BUS_ADRERR): Likewise.
9993         (BUS_OBJERR): Likewise.
9994         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9995         (TRAP_TRACE): Likewise.
9996         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9997         __USE_XOPEN2K8].
9998         (CLD_KILLED): Likewise.
9999         (CLD_DUMPED): Likewise.
10000         (CLD_TRAPPED): Likewise.
10001         (CLD_STOPPED): Likewise.
10002         (CLD_CONTINUED): Likewise.
10003         (POLL_IN): Likewise.
10004         (POLL_OUT): Likewise.
10005         (POLL_MSG): Likewise.
10006         (POLL_ERR): Likewise.
10007         (POLL_PRI): Likewise.
10008         (POLL_HUP): Likewise.
10009         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
10010         Likewise.
10011         (ILL_ILLOPN): Likewise.
10012         (ILL_ILLADR): Likewise.
10013         (ILL_ILLTRP): Likewise.
10014         (ILL_PRVOPC): Likewise.
10015         (ILL_PRVREG): Likewise.
10016         (ILL_COPROC): Likewise.
10017         (ILL_BADSTK): Likewise.
10018         (FPE_INTDIV): Likewise.
10019         (FPE_INTOVF): Likewise.
10020         (FPE_FLTDIV): Likewise.
10021         (FPE_FLTOVF): Likewise.
10022         (FPE_FLTUND): Likewise.
10023         (FPE_FLTRES): Likewise.
10024         (FPE_FLTINV): Likewise.
10025         (FPE_FLTSUB): Likewise.
10026         (SEGV_MAPERR): Likewise.
10027         (SEGV_ACCERR): Likewise.
10028         (BUS_ADRALN): Likewise.
10029         (BUS_ADRERR): Likewise.
10030         (BUS_OBJERR): Likewise.
10031         (BUS_MCEERR_AR): Likewise.
10032         (BUS_MCEERR_AO): Likewise.
10033         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10034         (TRAP_TRACE): Likewise.
10035         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10036         __USE_XOPEN2K8].
10037         (CLD_KILLED): Likewise.
10038         (CLD_DUMPED): Likewise.
10039         (CLD_TRAPPED): Likewise.
10040         (CLD_STOPPED): Likewise.
10041         (CLD_CONTINUED): Likewise.
10042         (POLL_IN): Likewise.
10043         (POLL_OUT): Likewise.
10044         (POLL_MSG): Likewise.
10045         (POLL_ERR): Likewise.
10046         (POLL_PRI): Likewise.
10047         (POLL_HUP): Likewise.
10048         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
10049         (ILL_ILLOPN): Likewise.
10050         (ILL_ILLADR): Likewise.
10051         (ILL_ILLTRP): Likewise.
10052         (ILL_PRVOPC): Likewise.
10053         (ILL_PRVREG): Likewise.
10054         (ILL_COPROC): Likewise.
10055         (ILL_BADSTK): Likewise.
10056         (FPE_INTDIV): Likewise.
10057         (FPE_INTOVF): Likewise.
10058         (FPE_FLTDIV): Likewise.
10059         (FPE_FLTOVF): Likewise.
10060         (FPE_FLTUND): Likewise.
10061         (FPE_FLTRES): Likewise.
10062         (FPE_FLTINV): Likewise.
10063         (FPE_FLTSUB): Likewise.
10064         (SEGV_MAPERR): Likewise.
10065         (SEGV_ACCERR): Likewise.
10066         (BUS_ADRALN): Likewise.
10067         (BUS_ADRERR): Likewise.
10068         (BUS_OBJERR): Likewise.
10069         (BUS_MCEERR_AR): Likewise.
10070         (BUS_MCEERR_AO): Likewise.
10071         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10072         (TRAP_TRACE): Likewise.
10073         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10074         __USE_XOPEN2K8].
10075         (CLD_KILLED): Likewise.
10076         (CLD_DUMPED): Likewise.
10077         (CLD_TRAPPED): Likewise.
10078         (CLD_STOPPED): Likewise.
10079         (CLD_CONTINUED): Likewise.
10080         (POLL_IN): Likewise.
10081         (POLL_OUT): Likewise.
10082         (POLL_MSG): Likewise.
10083         (POLL_ERR): Likewise.
10084         (POLL_PRI): Likewise.
10085         (POLL_HUP): Likewise.
10086         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
10087         Likewise.
10088         (ILL_ILLOPN): Likewise.
10089         (ILL_ILLADR): Likewise.
10090         (ILL_ILLTRP): Likewise.
10091         (ILL_PRVOPC): Likewise.
10092         (ILL_PRVREG): Likewise.
10093         (ILL_COPROC): Likewise.
10094         (ILL_BADSTK): Likewise.
10095         (ILL_BADIADDR): Likewise.
10096         (ILL_BREAK): Likewise.
10097         (FPE_INTDIV): Likewise.
10098         (FPE_INTOVF): Likewise.
10099         (FPE_FLTDIV): Likewise.
10100         (FPE_FLTOVF): Likewise.
10101         (FPE_FLTUND): Likewise.
10102         (FPE_FLTRES): Likewise.
10103         (FPE_FLTINV): Likewise.
10104         (FPE_FLTSUB): Likewise.
10105         (FPE_DECOVF): Likewise.
10106         (FPE_DECDIV): Likewise.
10107         (FPE_DECERR): Likewise.
10108         (FPE_INVASC): Likewise.
10109         (FPE_INVDEC): Likewise.
10110         (SEGV_MAPERR): Likewise.
10111         (SEGV_ACCERR): Likewise.
10112         (SEGV_PSTKOVF): Likewise.
10113         (BUS_ADRALN): Likewise.
10114         (BUS_ADRERR): Likewise.
10115         (BUS_OBJERR): Likewise.
10116         (BUS_MCEERR_AR): Likewise.
10117         (BUS_MCEERR_AO): Likewise.
10118         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10119         (TRAP_TRACE): Likewise.
10120         (TRAP_BRANCH): Likewise.
10121         (TRAP_HWBKPT): Likewise.
10122         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10123         __USE_XOPEN2K8].
10124         (CLD_KILLED): Likewise.
10125         (CLD_DUMPED): Likewise.
10126         (CLD_TRAPPED): Likewise.
10127         (CLD_STOPPED): Likewise.
10128         (CLD_CONTINUED): Likewise.
10129         (POLL_IN): Likewise.
10130         (POLL_OUT): Likewise.
10131         (POLL_MSG): Likewise.
10132         (POLL_ERR): Likewise.
10133         (POLL_PRI): Likewise.
10134         (POLL_HUP): Likewise.
10135         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
10136         (ILL_ILLOPN): Likewise.
10137         (ILL_ILLADR): Likewise.
10138         (ILL_ILLTRP): Likewise.
10139         (ILL_PRVOPC): Likewise.
10140         (ILL_PRVREG): Likewise.
10141         (ILL_COPROC): Likewise.
10142         (ILL_BADSTK): Likewise.
10143         (FPE_INTDIV): Likewise.
10144         (FPE_INTOVF): Likewise.
10145         (FPE_FLTDIV): Likewise.
10146         (FPE_FLTOVF): Likewise.
10147         (FPE_FLTUND): Likewise.
10148         (FPE_FLTRES): Likewise.
10149         (FPE_FLTINV): Likewise.
10150         (FPE_FLTSUB): Likewise.
10151         (SEGV_MAPERR): Likewise.
10152         (SEGV_ACCERR): Likewise.
10153         (BUS_ADRALN): Likewise.
10154         (BUS_ADRERR): Likewise.
10155         (BUS_OBJERR): Likewise.
10156         (BUS_MCEERR_AR): Likewise.
10157         (BUS_MCEERR_AO): Likewise.
10158         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10159         (TRAP_TRACE): Likewise.
10160         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10161         __USE_XOPEN2K8].
10162         (CLD_KILLED): Likewise.
10163         (CLD_DUMPED): Likewise.
10164         (CLD_TRAPPED): Likewise.
10165         (CLD_STOPPED): Likewise.
10166         (CLD_CONTINUED): Likewise.
10167         (POLL_IN): Likewise.
10168         (POLL_OUT): Likewise.
10169         (POLL_MSG): Likewise.
10170         (POLL_ERR): Likewise.
10171         (POLL_PRI): Likewise.
10172         (POLL_HUP): Likewise.
10173         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
10174         (ILL_ILLOPN): Likewise.
10175         (ILL_ILLADR): Likewise.
10176         (ILL_ILLTRP): Likewise.
10177         (ILL_PRVOPC): Likewise.
10178         (ILL_PRVREG): Likewise.
10179         (ILL_COPROC): Likewise.
10180         (ILL_BADSTK): Likewise.
10181         (FPE_INTDIV): Likewise.
10182         (FPE_INTOVF): Likewise.
10183         (FPE_FLTDIV): Likewise.
10184         (FPE_FLTOVF): Likewise.
10185         (FPE_FLTUND): Likewise.
10186         (FPE_FLTRES): Likewise.
10187         (FPE_FLTINV): Likewise.
10188         (FPE_FLTSUB): Likewise.
10189         (SEGV_MAPERR): Likewise.
10190         (SEGV_ACCERR): Likewise.
10191         (BUS_ADRALN): Likewise.
10192         (BUS_ADRERR): Likewise.
10193         (BUS_OBJERR): Likewise.
10194         (BUS_MCEERR_AR): Likewise.
10195         (BUS_MCEERR_AO): Likewise.
10196         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10197         (TRAP_TRACE): Likewise.
10198         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10199         __USE_XOPEN2K8].
10200         (CLD_KILLED): Likewise.
10201         (CLD_DUMPED): Likewise.
10202         (CLD_TRAPPED): Likewise.
10203         (CLD_STOPPED): Likewise.
10204         (CLD_CONTINUED): Likewise.
10205         (POLL_IN): Likewise.
10206         (POLL_OUT): Likewise.
10207         (POLL_MSG): Likewise.
10208         (POLL_ERR): Likewise.
10209         (POLL_PRI): Likewise.
10210         (POLL_HUP): Likewise.
10211         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
10212         (ILL_ILLOPN): Likewise.
10213         (ILL_ILLADR): Likewise.
10214         (ILL_ILLTRP): Likewise.
10215         (ILL_PRVOPC): Likewise.
10216         (ILL_PRVREG): Likewise.
10217         (ILL_COPROC): Likewise.
10218         (ILL_BADSTK): Likewise.
10219         (FPE_INTDIV): Likewise.
10220         (FPE_INTOVF): Likewise.
10221         (FPE_FLTDIV): Likewise.
10222         (FPE_FLTOVF): Likewise.
10223         (FPE_FLTUND): Likewise.
10224         (FPE_FLTRES): Likewise.
10225         (FPE_FLTINV): Likewise.
10226         (FPE_FLTSUB): Likewise.
10227         (SEGV_MAPERR): Likewise.
10228         (SEGV_ACCERR): Likewise.
10229         (BUS_ADRALN): Likewise.
10230         (BUS_ADRERR): Likewise.
10231         (BUS_OBJERR): Likewise.
10232         (BUS_MCEERR_AR): Likewise.
10233         (BUS_MCEERR_AO): Likewise.
10234         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10235         (TRAP_TRACE): Likewise.
10236         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10237         __USE_XOPEN2K8].
10238         (CLD_KILLED): Likewise.
10239         (CLD_DUMPED): Likewise.
10240         (CLD_TRAPPED): Likewise.
10241         (CLD_STOPPED): Likewise.
10242         (CLD_CONTINUED): Likewise.
10243         (POLL_IN): Likewise.
10244         (POLL_OUT): Likewise.
10245         (POLL_MSG): Likewise.
10246         (POLL_ERR): Likewise.
10247         (POLL_PRI): Likewise.
10248         (POLL_HUP): Likewise.
10249         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
10250         (ILL_ILLOPN): Likewise.
10251         (ILL_ILLADR): Likewise.
10252         (ILL_ILLTRP): Likewise.
10253         (ILL_PRVOPC): Likewise.
10254         (ILL_PRVREG): Likewise.
10255         (ILL_COPROC): Likewise.
10256         (ILL_BADSTK): Likewise.
10257         (ILL_DBLFLT): Likewise.
10258         (ILL_HARDWALL): Likewise.
10259         (FPE_INTDIV): Likewise.
10260         (FPE_INTOVF): Likewise.
10261         (FPE_FLTDIV): Likewise.
10262         (FPE_FLTOVF): Likewise.
10263         (FPE_FLTUND): Likewise.
10264         (FPE_FLTRES): Likewise.
10265         (FPE_FLTINV): Likewise.
10266         (FPE_FLTSUB): Likewise.
10267         (SEGV_MAPERR): Likewise.
10268         (SEGV_ACCERR): Likewise.
10269         (BUS_ADRALN): Likewise.
10270         (BUS_ADRERR): Likewise.
10271         (BUS_OBJERR): Likewise.
10272         (BUS_MCEERR_AR): Likewise.
10273         (BUS_MCEERR_AO): Likewise.
10274         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10275         (TRAP_TRACE): Likewise.
10276         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10277         __USE_XOPEN2K8].
10278         (CLD_KILLED): Likewise.
10279         (CLD_DUMPED): Likewise.
10280         (CLD_TRAPPED): Likewise.
10281         (CLD_STOPPED): Likewise.
10282         (CLD_CONTINUED): Likewise.
10283         (POLL_IN): Likewise.
10284         (POLL_OUT): Likewise.
10285         (POLL_MSG): Likewise.
10286         (POLL_ERR): Likewise.
10287         (POLL_PRI): Likewise.
10288         (POLL_HUP): Likewise.
10289         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
10290         (ILL_ILLOPN): Likewise.
10291         (ILL_ILLADR): Likewise.
10292         (ILL_ILLTRP): Likewise.
10293         (ILL_PRVOPC): Likewise.
10294         (ILL_PRVREG): Likewise.
10295         (ILL_COPROC): Likewise.
10296         (ILL_BADSTK): Likewise.
10297         (FPE_INTDIV): Likewise.
10298         (FPE_INTOVF): Likewise.
10299         (FPE_FLTDIV): Likewise.
10300         (FPE_FLTOVF): Likewise.
10301         (FPE_FLTUND): Likewise.
10302         (FPE_FLTRES): Likewise.
10303         (FPE_FLTINV): Likewise.
10304         (FPE_FLTSUB): Likewise.
10305         (SEGV_MAPERR): Likewise.
10306         (SEGV_ACCERR): Likewise.
10307         (BUS_ADRALN): Likewise.
10308         (BUS_ADRERR): Likewise.
10309         (BUS_OBJERR): Likewise.
10310         (BUS_MCEERR_AR): Likewise.
10311         (BUS_MCEERR_AO): Likewise.
10312         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10313         (TRAP_TRACE): Likewise.
10314         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10315         __USE_XOPEN2K8].
10316         (CLD_KILLED): Likewise.
10317         (CLD_DUMPED): Likewise.
10318         (CLD_TRAPPED): Likewise.
10319         (CLD_STOPPED): Likewise.
10320         (CLD_CONTINUED): Likewise.
10321         (POLL_IN): Likewise.
10322         (POLL_OUT): Likewise.
10323         (POLL_MSG): Likewise.
10324         (POLL_ERR): Likewise.
10325         (POLL_PRI): Likewise.
10326         (POLL_HUP): Likewise.
10327         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
10328         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
10329
10330         [BZ #16670]
10331         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
10332         before #include of <time.h>.
10333         [!__USE_XOPEN2K] (__need_timespec): Likewise.
10334         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
10335         (test-xfail-UNIX98/sched.h/conform): Likewise.
10336
10337 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10338
10339         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
10340         error absence of trapping exception support.
10341         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
10342
10343 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
10344
10345         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
10346         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
10347         * timezone/Makefile (testdata): Move definition above include of
10348         Rules.
10349         (test-zones): New variable.
10350         (tests-special): Add zone files.
10351         (build-testdata): Use $(evaluate-test).
10352
10353         * elf/Makefile (tests-special): Rename tests to end with .out.
10354         ($(objpfx)noload-mem): Likewise.
10355         ($(objpfx)tst-leaks1-mem): Likewise.
10356         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
10357         * iconv/Makefile (xtests-special): Change test-iconvconfig to
10358         $(objpfx)test-iconvconfig.out.
10359         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
10360         set -e inside subshell and redirect output to file.
10361         * iconvdata/Makefile (generated): Rename tests to end with .out.
10362         Correct type.
10363         (tests-special): Rename tests to end with .out.
10364         ($(objpfx)mtrace-tst-loading): Likewise.
10365         * intl/Makefile (generated): Likewise.
10366         (tests-special): Likewise.
10367         ($(objpfx)mtrace-tst-gettext): Likewise.
10368         * misc/Makefile (generated): Likewise.
10369         (tests-special): Likewise.
10370         ($(objpfx)tst-error1-mem): Likewise.
10371         * nptl/Makefile (tests-special): Likewise.
10372         ($(objpfx)tst-stack3-mem): Likewise.
10373         (generated): Likewise.
10374         * posix/Makefile (generated): Likewise.
10375         (tests-special): Likewise.
10376         (xtests-special): Likewise.
10377         ($(objpfx)tst-fnmatch-mem): Likewise.
10378         ($(objpfx)bug-regex2-mem): Likewise.
10379         ($(objpfx)bug-regex14-mem): Likewise.
10380         ($(objpfx)bug-regex21-mem): Likewise.
10381         ($(objpfx)bug-regex31-mem): Likewise.
10382         ($(objpfx)tst-vfork3-mem): Likewise.
10383         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
10384         ($(objpfx)tst-pcre-mem): Likewise.
10385         ($(objpfx)tst-boost-mem): Likewise.
10386         ($(objpfx)bug-ga2-mem): Likewise.
10387         ($(objpfx)bug-glob2-mem): Likewise.
10388         * resolv/Makefile (generate): Likewise.
10389         (tests-special): Likewise.
10390         (xtests-special): Likewise.
10391         (generated): Likewise.
10392         ($(objpfx)mtrace-tst-leaks): Likewise.
10393         ($(objpfx)mtrace-tst-leaks2): Likewise.
10394
10395         * scripts/merge-test-results.sh: New file.
10396         * Makefile (tests-special-notdir): New variable.
10397         (tests): Run merge-test-results.sh.
10398         (xtests): Likewise.
10399         * Rules (tests-special-notdir): New variable.
10400         (xtests-special-notdir): Likewise.
10401         (tests): Run merge-test-results.sh
10402         (xtests): Likewise.
10403
10404         * Makeconfig (test-xfail-name): New variable.
10405         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
10406         compute variable name for expected failures.
10407         * conform/Makefile (conformtest-headers-data): New variable.
10408         (conformtest-standards): Likewise.
10409         (conformtest-headers-ISO): Likewise.
10410         (conformtest-headers-ISO99): Likewise.
10411         (conformtest-headers-ISO11): Likewise.
10412         (conformtest-headers-POSIX): Likewise.
10413         (conformtest-headers-XPG3): Likewise.
10414         (conformtest-headers-XPG4): Likewise.
10415         (conformtest-headers-UNIX98): Likewise.
10416         (conformtest-headers-XOPEN2K): Likewise.
10417         (conformtest-headers-POSIX2008): Likewise.
10418         (conformtest-headers-XOPEN2K8): Likewise.
10419         (conformtest-header-list-base): Likewise.
10420         (conformtest-header-list-tests): Likewise.
10421         (conformtest-header-base): Likewise.
10422         (conformtest-header-tests): Likewise.
10423         (tests-special): Add $(conformtest-header-list-tests).  If
10424         [$(fast-check) && !$(cross-compiling)], add
10425         $(conformtest-header-tests) instead of
10426         $(objpfx)run-conformtest.out.
10427         (generated): Add $(conformtest-header-list-base).  If
10428         [$(fast-check) && !$(cross-compiling)], add
10429         $(conformtest-header-base).  Remove previous setting.
10430         ($(conformtest-header-list-tests)): New target.
10431         (test-xfail-run-conformtest): Remove variable.
10432         ($(objpfx)run-conformtest.out): Remove target.
10433         (test-xfail-ISO11/complex.h/conform): New variable.
10434         (test-xfail-ISO11/stdalign.h/conform): Likewise.
10435         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
10436         (test-xfail-XPG3/varargs.h/conform): Likewise.
10437         (test-xfail-XPG4/varargs.h/conform): Likewise.
10438         (test-xfail-UNIX98/varargs.h/conform): Likewise.
10439         (test-xfail-XPG4/ndbm.h/conform): Likewise.
10440         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
10441         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
10442         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
10443         (test-xfail-XPG3/fcntl.h/conform): Likewise.
10444         (test-xfail-XPG3/ftw.h/conform): Likewise.
10445         (test-xfail-XPG3/grp.h/conform): Likewise.
10446         (test-xfail-XPG3/langinfo.h/conform): Likewise.
10447         (test-xfail-XPG3/limits.h/conform): Likewise.
10448         (test-xfail-XPG3/pwd.h/conform): Likewise.
10449         (test-xfail-XPG3/search.h/conform): Likewise.
10450         (test-xfail-XPG3/signal.h/conform): Likewise.
10451         (test-xfail-XPG3/stdio.h/conform): Likewise.
10452         (test-xfail-XPG3/stdlib.h/conform): Likewise.
10453         (test-xfail-XPG3/string.h/conform): Likewise.
10454         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
10455         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
10456         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
10457         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
10458         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
10459         (test-xfail-XPG3/sys/types.h/conform): Likewise.
10460         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
10461         (test-xfail-XPG3/termios.h/conform): Likewise.
10462         (test-xfail-XPG3/time.h/conform): Likewise.
10463         (test-xfail-XPG3/unistd.h/conform): Likewise.
10464         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
10465         (test-xfail-XPG4/fcntl.h/conform): Likewise.
10466         (test-xfail-XPG4/langinfo.h/conform): Likewise.
10467         (test-xfail-XPG4/netdb.h/conform): Likewise.
10468         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
10469         (test-xfail-XPG4/signal.h/conform): Likewise.
10470         (test-xfail-XPG4/stdio.h/conform): Likewise.
10471         (test-xfail-XPG4/stdlib.h/conform): Likewise.
10472         (test-xfail-XPG4/stropts.h/conform): Likewise.
10473         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
10474         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
10475         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
10476         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
10477         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
10478         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
10479         (test-xfail-XPG4/sys/time.h/conform): Likewise.
10480         (test-xfail-XPG4/sys/types.h/conform): Likewise.
10481         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
10482         (test-xfail-XPG4/termios.h/conform): Likewise.
10483         (test-xfail-XPG4/ucontext.h/conform): Likewise.
10484         (test-xfail-XPG4/unistd.h/conform): Likewise.
10485         (test-xfail-XPG4/utmpx.h/conform): Likewise.
10486         (test-xfail-POSIX/sched.h/conform): Likewise.
10487         (test-xfail-POSIX/signal.h/conform): Likewise.
10488         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
10489         (test-xfail-POSIX/tar.h/conform): Likewise.
10490         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
10491         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
10492         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
10493         (test-xfail-UNIX98/netdb.h/conform): Likewise.
10494         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
10495         (test-xfail-UNIX98/sched.h/conform): Likewise.
10496         (test-xfail-UNIX98/signal.h/conform): Likewise.
10497         (test-xfail-UNIX98/stdio.h/conform): Likewise.
10498         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
10499         (test-xfail-UNIX98/stropts.h/conform): Likewise.
10500         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
10501         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
10502         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
10503         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
10504         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
10505         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
10506         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
10507         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
10508         (test-xfail-UNIX98/unistd.h/conform): Likewise.
10509         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
10510         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
10511         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
10512         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
10513         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
10514         (test-xfail-XOPEN2K/math.h/conform): Likewise.
10515         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
10516         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
10517         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
10518         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
10519         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
10520         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
10521         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
10522         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
10523         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
10524         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
10525         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
10526         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
10527         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
10528         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
10529         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
10530         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
10531         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
10532         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
10533         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
10534         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
10535         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
10536         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
10537         (test-xfail-POSIX2008/signal.h/conform): Likewise.
10538         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
10539         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
10540         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
10541         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
10542         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
10543         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
10544         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
10545         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
10546         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
10547         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
10548         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
10549         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
10550         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
10551         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
10552         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
10553         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
10554         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
10555         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
10556         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
10557         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
10558         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
10559         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
10560         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
10561         (conformtest-cc-flags): Likewise.
10562         ($(conformtest-header-tests): New target.
10563         * conform/check-header-lists.sh: New file.
10564         * conform/run-conformtest.sh: Remove.
10565
10566         * conform/conformtest.pl: Allow ' and \ in values given for
10567         constants.
10568         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
10569         inclusion.
10570         [POSIX] (sys/types.h): Likewise.
10571         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
10572         inclusion.
10573         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
10574         inclusion.
10575         * conform/data/signal.h-data (SIGIO): Remove expectation.
10576         [XPG3] (SIGBUS): Do not expect.
10577         [POSIX || XPG3] (SIGPOLL): Likewise.
10578         [POSIX || XPG3] (SIGPROF): Likewise.
10579         [POSIX || XPG3] (SIGSYS): Likewise.
10580         [XPG3] (SIGTRAP): Likewise.
10581         [POSIX || XPG3] (SIGURG): Likewise.
10582         [POSIX || XPG3] (SIGVTALRM): Likewise.
10583         [POSIX || XPG3] (SIGXCPU): Likewise.
10584         [POSIX || XPG3] (SIGXFSZ): Likewise.
10585         [POSIX] (SA_SIGINFO): Expect.
10586         [XPG3] (siginfo_t): Do not expect type or contents.
10587         [POSIX] (si_pid): Do not expect element.
10588         [POSIX] (si_uid): Likewise.
10589         [POSIX] (si_addr): Likewise.
10590         [POSIX] (si_status): Likewise.
10591         [POSIX] (si_band): Likewise.
10592         [XPG4] (si_value): Likewise.
10593         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
10594         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
10595         [POSIX || XPG3] (ILL_ILLADR): Likewise.
10596         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
10597         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
10598         [POSIX || XPG3] (ILL_PRVREG): Likewise.
10599         [POSIX || XPG3] (ILL_COPROC): Likewise.
10600         [POSIX || XPG3] (ILL_BADSTK): Likewise.
10601         [POSIX || XPG3] (FPE_INTDIV): Likewise.
10602         [POSIX || XPG3] (FPE_INTOVF): Likewise.
10603         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
10604         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
10605         [POSIX || XPG3] (FPE_FLTUND): Likewise.
10606         [POSIX || XPG3] (FPE_FLTRES): Likewise.
10607         [POSIX || XPG3] (FPE_FLTINV): Likewise.
10608         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
10609         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
10610         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
10611         [POSIX || XPG3] (BUS_ADRALN): Likewise.
10612         [POSIX || XPG3] (BUS_ADRERR): Likewise.
10613         [POSIX || XPG3] (BUS_OBJERR): Likewise.
10614         [POSIX || XPG3] (CLD_EXITED): Likewise.
10615         [POSIX || XPG3] (CLD_KILLED): Likewise.
10616         [POSIX || XPG3] (CLD_DUMPED): Likewise.
10617         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
10618         [POSIX || XPG3] (CLD_STOPPED): Likewise.
10619         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
10620         [POSIX || XPG3] (POLL_IN): Likewise.
10621         [POSIX || XPG3] (POLL_OUT): Likewise.
10622         [POSIX || XPG3] (POLL_MSG): Likewise.
10623         [POSIX || XPG3] (POLL_ERR): Likewise.
10624         [POSIX || XPG3] (POLL_PRI): Likewise.
10625         [POSIX || XPG3] (POLL_HUP): Likewise.
10626         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
10627         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
10628         (SIG*): Do not allow.
10629         [XPG3] (si_*): Likewise.
10630         [XPG3] (SI_*): Likewise.
10631         [XPG3 || XPG4] (sigev_*): Likewise.
10632         [XPG3 || XPG4] (SIGEV_*): Likewise.
10633         [XPG3 || XPG4] (sival_*): Likewise.
10634         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
10635         [POSIX || XPG3] (BUS_*): Likewise.
10636         [POSIX || XPG3] (CLD_*): Likewise.
10637         [POSIX || XPG3] (FPE_*): Likewise.
10638         [POSIX || XPG3] (ILL_*): Likewise.
10639         [POSIX || XPG3] (POLL_*): Likewise.
10640         [POSIX || XPG3] (SEGV_*): Likewise.
10641         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
10642         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
10643         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
10644         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
10645         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
10646         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
10647         Specify type and value.
10648         (TVERSLEN): Likewise.
10649         (REGTYPE): Likewise.
10650         (AREGTYPE): Likewise.
10651         (LNKTYPE): Likewise.
10652         (SYMTYPE): Likewise.
10653         (CHRTYPE): Likewise.
10654         (BLKTYPE): Likewise.
10655         (DIRTYPE): Likewise.
10656         (FIFOTYPE): Likewise.
10657         (CONTTYPE): Likewise.
10658         (TSUID): Likewise.
10659         (TSGID): Likewise.
10660         (TSVTX): Likewise.
10661         (TUREAD): Likewise.
10662         (TUWRITE): Likewise.
10663         (TUEXEC): Likewise.
10664         (TGREAD): Likewise.
10665         (TGWRITE): Likewise.
10666         (TGEXEC): Likewise.
10667         (TOREAD): Likewise.
10668         (TOWRITE): Likewise.
10669         (TOEXEC): Likewise.
10670         [POSIX] (TSVTX): Expect constant.
10671
10672 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
10673
10674         * Makefile (tests): Change dependencies to ....
10675         (tests-special): ... additions to this variable.
10676         (tests): Depend on $(tests-special).
10677         * Makerules (check-abi-list): New variable.
10678         (check-abi): Depend on $(check-abi-list).
10679         [$(subdir) = elf] (tests-special): Add
10680         $(objpfx)check-abi-libc.out.
10681         [$(build-shared) = yes && subdir] (tests-special): Add
10682         $(check-abi-list).
10683         [$(build-shared) = yes && subdir] (tests): Do not depend on
10684         check-abi.
10685         * Rules (tests): Depend on $(tests-special).
10686         (xtests): Depend on $(xtests-special).
10687         * catgets/Makefile (tests): Change dependencies to ....
10688         (tests-special): ... additions to this variable.
10689         * conform/Makefile (tests): Change dependencies to ....
10690         (tests-special): ... additions to this variable.
10691         * elf/Makefile (tests): Change dependencies to ....
10692         (tests-special): ... additions to this variable.
10693         * grp/Makefile (tests): Change dependencies to ....
10694         (tests-special): ... additions to this variable.
10695         * iconv/Makefile (xtests): Change dependencies to ....
10696         (xtests-special): ... additions to this variable.
10697         * iconvdata/Makefile (tests): Change dependencies to ....
10698         (tests-special): ... additions to this variable.
10699         * intl/Makefile (tests): Change dependencies to ....
10700         (tests-special): ... additions to this variable.  Also add
10701         $(objpfx)tst-gettext.out.
10702         * io/Makefile (tests): Change dependencies to ....
10703         (tests-special): ... additions to this variable.
10704         * libio/Makefile (tests): Change dependencies to ....
10705         (tests-special): ... additions to this variable.
10706         * malloc/Makefile (tests): Change dependencies to ....
10707         (tests-special): ... additions to this variable.
10708         * misc/Makefile (tests): Change dependencies to ....
10709         (tests-special): ... additions to this variable.
10710         * nptl/Makefile (tests): Change dependencies to ....
10711         (tests-special): ... additions to this variable.
10712         * nptl_db/Makefile (tests): Change dependencies to ....
10713         (tests-special): ... additions to this variable.
10714         * posix/Makefile (tests): Change dependencies to ....
10715         (tests-special): ... additions to this variable.
10716         (xtests): Change dependencies to ....
10717         (xtests-special): ... additions to this variable.
10718         * resolv/Makefile (tests): Change dependencies to ....
10719         (tests-special): ... additions to this variable.
10720         (xtests): Change dependencies to ....
10721         (xtests-special): ... additions to this variable.
10722         * stdio-common/Makefile (tests): Change dependencies to ....
10723         (tests-special): ... additions to this variable.
10724         (do-tst-unbputc): Remove target.
10725         (do-tst-printf): Likewise.
10726         * stdlib/Makefile (tests): Change dependencies to ....
10727         (tests-special): ... additions to this variable.
10728         * string/Makefile (tests): Change dependencies to ....
10729         (tests-special): ... additions to this variable.
10730         * sysdeps/x86/Makefile (tests): Change dependencies to ....
10731         (tests-special): ... additions to this variable.
10732
10733         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
10734         whole file.
10735         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
10736         whole file.
10737         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
10738         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
10739
10740         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
10741         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
10742         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
10743         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
10744         * conform/data/libgen.h-data [XPG3]: Likewise.
10745         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
10746         * conform/data/ndbm.h-data [XPG3]: Likewise.
10747         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
10748         * conform/data/netdb.h-data [XPG3]: Likewise.
10749         * conform/data/netinet/in.h-data [XPG3]: Likewise.
10750         * conform/data/poll.h-data [XPG3]: Likewise.
10751         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
10752         * conform/data/strings.h-data [XPG3]: Likewise.
10753         * conform/data/stropts.h-data [XPG3]: Likewise.
10754         * conform/data/sys/mman.h-data [XPG3]: Likewise.
10755         * conform/data/sys/resource.h-data [XPG3]: Likewise.
10756         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
10757         Likewise.
10758         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
10759         * conform/data/sys/time.h-data [XPG3]: Likewise.
10760         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
10761         * conform/data/sys/uio.h-data [XPG3]: Likewise.
10762         * conform/data/sys/un.h-data [XPG3]: Likewise.
10763         * conform/data/syslog.h-data [XPG3]: Likewise.
10764         * conform/data/ucontext.h-data [XPG3]: Likewise.
10765         * conform/data/utmpx.h-data [XPG3]: Likewise.
10766         * conform/data/varargs.h-data [UNIX98]: Enable file.
10767
10768         * manual/Makefile (INSTALL_INFO): Remove variable setting.
10769
10770         * math/libm-test.inc (struct test_f_f_data): Move expected results
10771         into structure for each rounding mode.
10772         (struct test_ff_f_data): Likewise.
10773         (struct test_ff_f_data_nexttoward): Likewise.
10774         (struct test_fi_f_data): Likewise.
10775         (struct test_fl_f_data): Likewise.
10776         (struct test_if_f_data): Likewise.
10777         (struct test_fff_f_data): Likewise.
10778         (struct test_c_f_data): Likewise.
10779         (struct test_f_f1_data): Likewise.
10780         (struct test_fF_f1_data): Likewise.
10781         (struct test_ffI_f1_data): Likewise.
10782         (struct test_c_c_data): Likewise.
10783         (struct test_cc_c_data): Likewise.
10784         (struct test_f_i_data): Likewise.
10785         (struct test_ff_i_data): Likewise.
10786         (struct test_f_l_data): Likewise.
10787         (struct test_f_L_data): Likewise.
10788         (struct test_fFF_11_data): Likewise.
10789         (RM_): New macro.
10790         (RM_FE_DOWNWARD): Likewise.
10791         (RM_FE_TONEAREST): Likewise.
10792         (RM_FE_TOWARDZERO): Likewise.
10793         (RM_FE_UPWARD): Likewise.
10794         (RUN_TEST_LOOP_f_f): Update references to expected results.
10795         (RUN_TEST_LOOP_2_f): Likewise.
10796         (RUN_TEST_LOOP_fff_f): Likewise.
10797         (RUN_TEST_LOOP_c_f): Likewise.
10798         (RUN_TEST_LOOP_f_f1): Likewise.
10799         (RUN_TEST_LOOP_fF_f1): Likewise.
10800         (RUN_TEST_LOOP_fI_f1): Likewise.
10801         (RUN_TEST_LOOP_ffI_f1): Likewise.
10802         (RUN_TEST_LOOP_c_c): Likewise.
10803         (RUN_TEST_LOOP_cc_c): Likewise.
10804         (RUN_TEST_LOOP_f_i): Likewise.
10805         (RUN_TEST_LOOP_f_i_tg): Likewise.
10806         (RUN_TEST_LOOP_ff_i_tg): Likewise.
10807         (RUN_TEST_LOOP_f_b): Likewise.
10808         (RUN_TEST_LOOP_f_b_tg): Likewise.
10809         (RUN_TEST_LOOP_f_l): Likewise.
10810         (RUN_TEST_LOOP_f_L): Likewise.
10811         (RUN_TEST_LOOP_fFF_11): Likewise.
10812         * math/gen-libm-test.pl (parse_args): Output four copies of
10813         expected results for each test.
10814
10815         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10816         (__ASSUME_UTIMES): Remove.
10817         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10818         (__ASSUME_UTIMES): Likewise.
10819
10820         * math/gen-auto-libm-tests.c: Update comment on output format.
10821         (output_for_one_input_case): Generate before-rounding and
10822         after-rounding information as conditions on output flags not
10823         floating-point format.
10824         * math/auto-libm-test-out: Regenerated.
10825         * math/gen-libm-test.pl (cond_value): New function.
10826         (or_cond_value): Use cond_value.
10827         (generate_testfile): Handle conditional exceptions.
10828
10829 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
10830
10831         * math/libm-test.inc (max_valid_error): New variable.
10832         (init_max_error): Take new argument specifying whether function
10833         results are exactly determined.  Set max_valid_error and bound
10834         other variables for errors based on this argument.
10835         (set_max_error): Do not record results above max_valid_error.
10836         (check_float_internal): Only accept errors of up to 0.5ulps if
10837         also at most max_valid_error.
10838         (START): Take new argument EXACT and pass it to init_max_error.
10839         (acos_test): Update call to START.
10840         (acos_test_tonearest): Likewise.
10841         (acos_test_towardzero): Likewise.
10842         (acos_test_downward): Likewise.
10843         (acos_test_upward): Likewise.
10844         (acosh_test): Likewise.
10845         (asin_test): Likewise.
10846         (asin_test_tonearest): Likewise.
10847         (asin_test_towardzero): Likewise.
10848         (asin_test_downward): Likewise.
10849         (asin_test_upward): Likewise.
10850         (asinh_test): Likewise.
10851         (atan_test): Likewise.
10852         (atanh_test): Likewise.
10853         (atan2_test): Likewise.
10854         (cabs_test): Likewise.
10855         (cacos_test): Likewise.
10856         (cacosh_test): Likewise.
10857         (carg_test): Likewise.
10858         (casin_test): Likewise.
10859         (casinh_test): Likewise.
10860         (catan_test): Likewise.
10861         (catanh_test): Likewise.
10862         (cbrt_test): Likewise.
10863         (ccos_test): Likewise.
10864         (ccosh_test): Likewise.
10865         (ceil_test): Likewise.
10866         (cexp_test): Likewise.
10867         (cimag_test): Likewise.
10868         (clog_test): Likewise.
10869         (clog10_test): Likewise.
10870         (conj_test): Likewise.
10871         (copysign_test): Likewise.
10872         (cos_test): Likewise.
10873         (cos_test_tonearest): Likewise.
10874         (cos_test_towardzero): Likewise.
10875         (cos_test_downward): Likewise.
10876         (cos_test_upward): Likewise.
10877         (cosh_test): Likewise.
10878         (cosh_test_tonearest): Likewise.
10879         (cosh_test_towardzero): Likewise.
10880         (cosh_test_downward): Likewise.
10881         (cosh_test_upward): Likewise.
10882         (cpow_test): Likewise.
10883         (cproj_test): Likewise.
10884         (creal_test): Likewise.
10885         (csin_test): Likewise.
10886         (csinh_test): Likewise.
10887         (csqrt_test): Likewise.
10888         (ctan_test): Likewise.
10889         (ctan_test_tonearest): Likewise.
10890         (ctan_test_towardzero): Likewise.
10891         (ctan_test_downward): Likewise.
10892         (ctan_test_upward): Likewise.
10893         (ctanh_test): Likewise.
10894         (ctanh_test_tonearest): Likewise.
10895         (ctanh_test_towardzero): Likewise.
10896         (ctanh_test_downward): Likewise.
10897         (ctanh_test_upward): Likewise.
10898         (erf_test): Likewise.
10899         (erfc_test): Likewise.
10900         (exp_test): Likewise.
10901         (exp_test_tonearest): Likewise.
10902         (exp_test_towardzero): Likewise.
10903         (exp_test_downward): Likewise.
10904         (exp_test_upward): Likewise.
10905         (exp10_test): Likewise.
10906         (exp10_test_tonearest): Likewise.
10907         (exp10_test_towardzero): Likewise.
10908         (exp10_test_downward): Likewise.
10909         (exp10_test_upward): Likewise.
10910         (pow10_test): Likewise.
10911         (exp2_test): Likewise.
10912         (expm1_test): Likewise.
10913         (expm1_test_tonearest): Likewise.
10914         (expm1_test_towardzero): Likewise.
10915         (expm1_test_downward): Likewise.
10916         (expm1_test_upward): Likewise.
10917         (fabs_test): Likewise.
10918         (fdim_test): Likewise.
10919         (floor_test): Likewise.
10920         (fma_test): Likewise.
10921         (fma_test_towardzero): Likewise.
10922         (fma_test_downward): Likewise.
10923         (fma_test_upward): Likewise.
10924         (fmax_test): Likewise.
10925         (fmin_test): Likewise.
10926         (fmod_test): Likewise.
10927         (fpclassify_test): Likewise.
10928         (frexp_test): Likewise.
10929         (hypot_test): Likewise.
10930         (ilogb_test): Likewise.
10931         (isfinite_test): Likewise.
10932         (finite_test): Likewise.
10933         (isgreater_test): Likewise.
10934         (isgreaterequal_test): Likewise.
10935         (isinf_test): Likewise.
10936         (isless_test): Likewise.
10937         (islessequal_test): Likewise.
10938         (islessgreater_test): Likewise.
10939         (isnan_test): Likewise.
10940         (isnormal_test): Likewise.
10941         (issignaling_test): Likewise.
10942         (isunordered_test): Likewise.
10943         (j0_test): Likewise.
10944         (j1_test): Likewise.
10945         (jn_test): Likewise.
10946         (ldexp_test): Likewise.
10947         (lgamma_test): Likewise.
10948         (gamma_test): Likewise.
10949         (lrint_test): Likewise.
10950         (lrint_test_tonearest): Likewise.
10951         (lrint_test_towardzero): Likewise.
10952         (lrint_test_downward): Likewise.
10953         (lrint_test_upward): Likewise.
10954         (llrint_test): Likewise.
10955         (llrint_test_tonearest): Likewise.
10956         (llrint_test_towardzero): Likewise.
10957         (llrint_test_downward): Likewise.
10958         (llrint_test_upward): Likewise.
10959         (log_test): Likewise.
10960         (log10_test): Likewise.
10961         (log1p_test): Likewise.
10962         (log2_test): Likewise.
10963         (logb_test): Likewise.
10964         (logb_test_downward): Likewise.
10965         (lround_test): Likewise.
10966         (llround_test): Likewise.
10967         (modf_test): Likewise.
10968         (nearbyint_test): Likewise.
10969         (nextafter_test): Likewise.
10970         (nexttoward_test): Likewise.
10971         (pow_test): Likewise.
10972         (pow_test_tonearest): Likewise.
10973         (pow_test_towardzero): Likewise.
10974         (pow_test_downward): Likewise.
10975         (pow_test_upward): Likewise.
10976         (remainder_test): Likewise.
10977         (drem_test): Likewise.
10978         (remainder_test_tonearest): Likewise.
10979         (drem_test_tonearest): Likewise.
10980         (remainder_test_towardzero): Likewise.
10981         (drem_test_towardzero): Likewise.
10982         (remainder_test_downward): Likewise.
10983         (drem_test_downward): Likewise.
10984         (remainder_test_upward): Likewise.
10985         (drem_test_upward): Likewise.
10986         (remquo_test): Likewise.
10987         (rint_test): Likewise.
10988         (rint_test_tonearest): Likewise.
10989         (rint_test_towardzero): Likewise.
10990         (rint_test_downward): Likewise.
10991         (rint_test_upward): Likewise.
10992         (round_test): Likewise.
10993         (scalb_test): Likewise.
10994         (scalbn_test): Likewise.
10995         (scalbln_test): Likewise.
10996         (signbit_test): Likewise.
10997         (sin_test): Likewise.
10998         (sin_test_tonearest): Likewise.
10999         (sin_test_towardzero): Likewise.
11000         (sin_test_downward): Likewise.
11001         (sin_test_upward): Likewise.
11002         (sincos_test): Likewise.
11003         (sinh_test): Likewise.
11004         (sinh_test_tonearest): Likewise.
11005         (sinh_test_towardzero): Likewise.
11006         (sinh_test_downward): Likewise.
11007         (sinh_test_upward): Likewise.
11008         (sqrt_test): Likewise.
11009         (sqrt_test_tonearest): Likewise.
11010         (sqrt_test_towardzero): Likewise.
11011         (sqrt_test_downward): Likewise.
11012         (sqrt_test_upward): Likewise.
11013         (tan_test): Likewise.
11014         (tan_test_tonearest): Likewise.
11015         (tan_test_towardzero): Likewise.
11016         (tan_test_downward): Likewise.
11017         (tan_test_upward): Likewise.
11018         (tanh_test): Likewise.
11019         (tgamma_test): Likewise.
11020         (trunc_test): Likewise.
11021         (y0_test): Likewise.
11022         (y1_test): Likewise.
11023         (yn_test): Likewise.
11024         (significand_test): Likewise.
11025
11026         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
11027         individual tests in comment.
11028         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
11029         (prev_max_error): New variable.
11030         (prev_real_max_error): Likewise.
11031         (prev_imag_max_error): Likewise.
11032         (compare_ulp_data): Don't refer to test names in comment.
11033         (find_test_ulps): Remove function.
11034         (find_function_ulps): Likewise.
11035         (find_complex_function_ulps): Likewise.
11036         (init_max_error): Take function name as argument.  Look up ulps
11037         for that function.
11038         (print_ulps): Remove function.
11039         (print_max_error): Use prev_max_error instead of calling
11040         find_function_ulps.
11041         (print_complex_max_error): Use prev_real_max_error and
11042         prev_imag_max_error instead of calling find_complex_function_ulps.
11043         (check_float_internal): Take max_ulp parameter instead of calling
11044         find_test_ulps.  Don't call print_ulps.
11045         (check_float): Update call to check_float_internal.
11046         (check_complex): Update calls to check_float_internal.
11047         (START): Pass argument to init_max_error.
11048         * math/gen-libm-test.pl (%results): Don't include "kind"
11049         information.
11050         (parse_ulps): Don't handle ulps of individual tests.
11051         (print_ulps_file): Likewise.
11052         (output_ulps): Likewise.
11053         * math/README.libm-test: Update.
11054         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
11055         individual tests.
11056         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
11057         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
11058         * sysdeps/arm/libm-test-ulps: Likewise.
11059         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
11060         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
11061         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
11062         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
11063         * sysdeps/microblaze/libm-test-ulps: Likewise.
11064         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
11065         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
11066         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
11067         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
11068         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
11069         * sysdeps/sh/libm-test-ulps: Likewise.
11070         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
11071         * sysdeps/tile/libm-test-ulps: Likewise.
11072         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11073
11074 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
11075
11076         * math/libm-test.inc (print_complex_max_error): Check separately
11077         whether real and imaginary errors are within allowed range and
11078         pass 0 to print_complex_function_ulps instead of value within
11079         allowed range.
11080
11081 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
11082
11083         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
11084         formatting.
11085         (get_handles_fopen): Likewise.
11086         (do_write_test): Likewise.
11087
11088         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
11089
11090         * libio/fileops.c (do_ftell): Use cached offset when
11091         available.
11092         * libio/iofwide.c (do_ftell_wide): Likewise.
11093         * libio/iofdopen.c (_IO_new_fdopen): Don't use
11094         _IO_file_attach.
11095         * libio/wfileops.c (_IO_fwide): Don't cache offset.
11096
11097         [BZ #16532]
11098         * libio/libioP.h (get_file_offset): New function.
11099         * libio/fileops.c (get_file_offset): Likewise.
11100         (do_ftell): Likewise.
11101         (_IO_new_file_seekoff): Split out ftell logic.
11102         * libio/wfileops.c (do_ftell_wide): Likewise.
11103         (_IO_wfile_seekoff): Split out ftell logic.
11104         * libio/tst-ftell-active-handler.c: New test case.
11105         * libio/Makefile (tests): Add it.
11106
11107 2014-03-03  Roland McGrath  <roland@hack.frob.com>
11108
11109         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
11110         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
11111
11112 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
11113
11114         [BZ #16639]
11115         * nscd/connections.c (nscd_init): Call do_exit.
11116         (start_threads): Call do_exit and notify_parent.
11117         (begin_drop_privileges): Call do_exit.
11118         (finish_drop_privileges): Likewise.
11119         * nscd/selinux.c (preserve_capabilities): Likewise.
11120         (install_real_capabilities): Likewise.
11121         (nscd_selinux_enabled): Likewise.
11122         (avc_create_thread): Likewise.
11123         (avc_alloc_lock): Likewise.
11124         (nscd_avc_init): Likewise.
11125         * nscd/nscd.c (parent_fd): New static variable.
11126         (main): Create a pipe between parent and child processes.
11127         Skip closing parent_fd.
11128         (monitor_child): New function.
11129         (do_exit): Likewise.
11130         (notify_parent): Likewise.
11131         * nscd/nscd.h (notify_parent): Likewise.
11132         (do_exit): Likewise.
11133
11134 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
11135
11136         * malloc/malloc.c (__libc_calloc): Revert last change.
11137
11138 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11139
11140         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11141
11142 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
11143
11144         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
11145         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
11146         implementation.
11147         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11148         (__libc_ifunc_impl_list): Likewise.
11149         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
11150         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
11151         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
11152         * string/strrchr.c: Define STRRCHR.
11153
11154 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
11155
11156         * benchtest/bench-strtok.c (simple_strtok): Delete.
11157         (strtok_string): Use as benchmark.
11158         * string/strtok (STRTOK): New macro.
11159
11160 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
11161
11162         * manual/threads.texi: Add header and standard comments to all
11163         functions.
11164
11165         * elf/dl-lookup.c (check_match): New function.
11166         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
11167         (do_lookup_x): Remove nested function check_match. Use non-nested
11168         function check_match.
11169
11170 2014-02-28  Roland McGrath  <roland@hack.frob.com>
11171
11172         * csu/Makefile (generated, before-compile): Use += rather than =.
11173         * catgets/Makefile (generated, generated-dirs): Likewise.
11174         * debug/Makefile (generated): Likewise.
11175         * dlfcn/Makefile (generated): Likewise.
11176         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
11177         * iconvdata/Makefile (before-compile, generated): Likewise.
11178         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
11179         * libio/Makefile (generated): Likewise.
11180         * malloc/Makefile (generated): Likewise.
11181         * manual/Makefile (generated, generated-dirs): Likewise.
11182         * misc/Makefile (generated): Likewise.
11183         * posix/Makefile (generated): Likewise.
11184         * resolv/Makefile (generated): Likewise.
11185         * sunrpc/Makefile (generated, generated-dirs): Likewise.
11186         * timezone/Makefile (generated, generated-dirs): Likewise.
11187
11188         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
11189
11190 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11191
11192         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
11193         power8 implementation.
11194         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
11195         file: POWER8 llround ifunc implementation.
11196         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
11197         (__lllround): Add POWER8 implementation.
11198         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
11199         POWER8 llround implementation.
11200
11201         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
11202         power8 implementation.
11203         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
11204         file: POWER8 llrint ifunc implementation.
11205         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
11206         Add POWER8 implementation.
11207         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
11208         POWER8 llrint implementation.
11209
11210         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
11211         power8 implementation.
11212         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
11213         file: POWER8 finite ifunc implementation.
11214         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
11215         Add POWER8 implementation.
11216         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
11217         Likewise.
11218         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
11219         POWER8 finite implementation.
11220         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
11221
11222         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
11223         power8 implementation.
11224         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
11225         file: POWER8 isinf ifunc implementation.
11226         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
11227         POWER8 implementation.
11228         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
11229         Likewise.
11230         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
11231         isinf implementation.
11232         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
11233
11234         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
11235         (INIT_ARCH): Add hwcap2 initialization.
11236         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
11237         power8 implementation.
11238         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
11239         file: POWER8 isnan ifunc implementation.
11240         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
11241         POWER8 implementation.
11242         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
11243         Likewise.
11244         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
11245         isnan implementation.
11246         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
11247
11248 2014-02-27  Joey Ye  <joey.ye@arm.com>
11249
11250         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
11251         (_FP_NANFRAC_Q): Set to zero.
11252
11253 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11254
11255         [BZ #16623]
11256         * math/auto-libm-test-in: New test inputs.
11257         * math/auto-libm-test-out: Regenerate.
11258         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
11259         and DA.
11260         (__cos): Likewise.
11261         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
11262
11263 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
11264
11265         * scripts/evaluate-test.sh: Take new argument indicating whether
11266         failure is expected.
11267         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
11268         indicating whether failure is expected.
11269         * conform/Makefile (test-xfail-run-conformtest): New variable.
11270         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
11271         level.
11272         * posix/Makefile (test-xfail-annexc): New variable.
11273         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
11274
11275 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
11276
11277         * argp/Makefile: Include Makeconfig immediately after defining
11278         subdir.
11279         * assert/Makefile: Likewise.
11280         * benchtests/Makefile: Likewise.
11281         * catgets/Makefile: Likewise.
11282         * conform/Makefile: Likewise.
11283         * crypt/Makefile: Likewise.
11284         * csu/Makefile: Likewise.
11285         (all): Remove target.
11286         * ctype/Makefile: Include Makeconfig immediately after defining
11287         subdir.
11288         * debug/Makefile: Likewise.
11289         * dirent/Makefile: Likewise.
11290         * dlfcn/Makefile: Likewise.
11291         * gmon/Makefile: Likewise.
11292         * gnulib/Makefile: Likewise.
11293         * grp/Makefile: Likewise.
11294         * gshadow/Makefile: Likewise.
11295         * hesiod/Makefile: Likewise.
11296         * hurd/Makefile: Likewise.
11297         (all): Remove target.
11298         * iconvdata/Makefile: Include Makeconfig immediately after
11299         defining subdir.
11300         * inet/Makefile: Likewise.
11301         * intl/Makefile: Likewise.
11302         * io/Makefile: Likewise.
11303         * libio/Makefile: Likewise.
11304         (all): Remove target.
11305         * locale/Makefile: Include Makeconfig immediately after defining
11306         subdir.
11307         * login/Makefile: Likewise.
11308         * mach/Makefile: Likewise.
11309         (all): Remove target.
11310         * malloc/Makefile: Include Makeconfig immediately after defining
11311         subdir.
11312         (all): Remove target.
11313         * manual/Makefile: Include Makeconfig immediately after defining
11314         subdir.
11315         * math/Makefile: Likewise.
11316         * misc/Makefile: Likewise.
11317         * nis/Makefile: Likewise.
11318         * nss/Makefile: Likewise.
11319         * po/Makefile: Likewise.
11320         (all): Remove target.
11321         * posix/Makefile: Include Makeconfig immediately after defining
11322         subdir.
11323         * pwd/Makefile: Likewise.
11324         * resolv/Makefile: Likewise.
11325         * resource/Makefile: Likewise.
11326         * rt/Makefile: Likewise.
11327         * setjmp/Makefile: Likewise.
11328         * shadow/Makefile: Likewise.
11329         * signal/Makefile: Likewise.
11330         * socket/Makefile: Likewise.
11331         * soft-fp/Makefile: Likewise.
11332         * stdio-common/Makefile: Likewise.
11333         * stdlib/Makefile: Likewise.
11334         * streams/Makefile: Likewise.
11335         * string/Makefile: Likewise.
11336         * sunrpc/Makefile: Likewise.
11337         (all): Remove target.
11338         * sysvipc/Makefile: Include Makeconfig immediately after defining
11339         subdir.
11340         * termios/Makefile: Likewise.
11341         * time/Makefile: Likewise.
11342         * timezone/Makefile: Likewise.
11343         (all): Remove target.
11344         * wcsmbs/Makefile: Include Makeconfig immediately after defining
11345         subdir.
11346         * wctype/Makefile: Likewise.
11347
11348 2014-02-26  Steve Ellcey  <sellcey@mips.com>
11349
11350         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
11351         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
11352         (libc_feholdexcept_setround_mips): Ditto.
11353         (libc_feholdsetround): New.
11354         (libc_feholdsetroundf): New.
11355         (libc_feholdsetroundl): New.
11356         (libc_feupdateenv_test_mips): New.
11357         (libc_feupdateenv_test): New.
11358         (libc_feupdateenv_testf): New.
11359         (libc_feupdateenv_testl): New.
11360         (libc_feresetround): New.
11361         (libc_feresetroundf): New.
11362         (libc_feresetroundl): New.
11363         (libc_fetestexcept_mips): New.
11364         (libc_fetestexcept): New.
11365         (libc_fetestexceptf): New.
11366         (libc_fetestexceptl): New.
11367         (HAVE_RM_CTX): New.
11368         (libc_feholdexcept_setround_mips_ctx): New.
11369         (libc_feholdexcept_setround_ctx): New.
11370         (libc_feholdexcept_setroundf_ctx): New.
11371         (libc_feholdexcept_setroundl_ctx): New.
11372         (libc_fesetenv_mips_ctx): New.
11373         (libc_fesetenv_ctx): New.
11374         (libc_fesetenv_ctxf): New.
11375         (libc_fesetenv_ctxl): New.
11376         (libc_feupdateenv_mips_ctx): New.
11377         (libc_feupdateenv_ctx): New.
11378         (libc_feupdateenvf_ctx): New.
11379         (libc_feupdateenvl_ctx): New.
11380         (libc_feholdsetround_mips_ctx): New.
11381         (libc_feholdsetround_ctx): New.
11382         (libc_feholdsetroundf_ctx): New.
11383         (libc_feholdsetroundl_ctx): New.
11384         (libc_feresetround_mips_ctx): New.
11385         (libc_feresetround_ctx): New.
11386         (libc_feresetroundf_ctx): New.
11387         (libc_feresetroundl_ctx): New.
11388
11389 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
11390
11391         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
11392
11393         * manual/ipc.texi: New file.
11394         * manual/Makefile (chapters): Add ipc.
11395         * manual/job.texi: Add "Inter-Process Communication" to next.
11396         * manual/process.texi: Add "Inter-Process Communication" to prev.
11397
11398 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11399
11400         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11401
11402 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
11403
11404         * malloc/malloc.c (__libc_calloc): Simplify implementation.
11405
11406         * manual/arith.texi: Fix spaces after sentences.
11407         * manual/charset.texi: Likewise.
11408         * manual/errno.texi: Likewise.
11409         * manual/install.texi: Likewise.
11410         * manual/llio.texi: Likewise.
11411         * manual/locale.texi: Likewise.
11412         * manual/maint.texi: Likewise.
11413         * manual/math.texi: Likewise.
11414         * manual/memory.texi: Likewise.
11415         * manual/message.texi: Likewise.
11416         * manual/probes.texi: Likewise.
11417         * manual/resource.texi: Likewise.
11418         * manual/signal.texi: Likewise.
11419         * manual/socket.texi: Likewise.
11420         * manual/stdio.texi: Likewise.
11421         * manual/string.texi: Likewise.
11422         * manual/time.texi: Likewise.
11423         * manual/users.texi: Likewise.
11424
11425 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
11426
11427         [BZ #16632]
11428         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
11429         _DEFAULT_SOURCE is defined.
11430
11431 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
11432             Carlos O'Donell  <carlos@redhat.com>
11433
11434         [BZ #16613]
11435         * elf/dl-tls.c (_dl_count_modids): New function.
11436         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
11437         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
11438         audit library and increment generation counter.
11439         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
11440         * elf/tst-audit9.c: New file.
11441         * elf/tst-auditmod9a.c: New file.
11442         * elf/tst-auditmod9b.c: New file.
11443         * elf/Makefile: Add rules to build and run tst-audit9.
11444
11445 2014-02-25  Florian Weimer  <fweimer@redhat.com>
11446
11447         [BZ #15347]
11448         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
11449
11450 2014-02-25  Will Newton  <will.newton@linaro.org>
11451
11452         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
11453         (__longjmp): Restore sp and lr before restoring callee
11454         saved registers.  Add longjmp and longjmp_target
11455         SystemTap probe point.
11456         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
11457         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
11458         Define to zero to match jmpbuf layout.
11459         * sysdeps/arm/setjmp.S: Include stap-probe.h.
11460         (__sigsetjmp): Save sp and lr before saving callee
11461         saved registers.  Add setjmp SystemTap probe point.
11462
11463 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
11464
11465         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11466
11467 2014-02-24  Andreas Schwab  <schwab@suse.de>
11468
11469         [BZ #15804]
11470         * elf/pldd.c (wait_for_ptrace_stop): New function.
11471         (main): Call it after attaching.
11472
11473 2014-02-22  Roland McGrath  <roland@hack.frob.com>
11474
11475         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
11476         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
11477         Versions files is now verboten.
11478         * hurd/Versions (libc: GLIBC_2.0):
11479         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
11480         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
11481         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
11482         * mach/Versions: Likewise.
11483
11484         * csu/Versions: Remove unused %include.
11485         * resolv/Versions: Likewise.
11486
11487 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
11488
11489         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
11490         ($(objpfx)check-local-headers.out): Likewise.
11491         ($(objpfx)begin-end-check.out): Likewise.
11492         * Makerules (check-abi-%.out): Likewise.
11493         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
11494         ($(objpfx)test2.cat): Likewise.
11495         ($(objpfx)de/libc.cat): Likewise.
11496         ($(objpfx)test-gencat.out): Likewise.
11497         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
11498         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
11499         ($(objpfx)noload-mem): Likewise.
11500         ($(objpfx)tst-pathopt.out): Likewise.
11501         ($(objpfx)tst-rtld-load-self.out): Likewise.
11502         ($(objpfx)tst-array1-cmp.out): Likewise.
11503         ($(objpfx)tst-array1-static-cmp.out): Likewise.
11504         ($(objpfx)tst-array2-cmp.out): Likewise.
11505         ($(objpfx)tst-array3-cmp.out): Likewise.
11506         ($(objpfx)tst-array4-cmp.out): Likewise.
11507         ($(objpfx)tst-array5-cmp.out): Likewise.
11508         ($(objpfx)tst-array5-static-cmp.out): Likewise.
11509         ($(objpfx)check-textrel.out): Likewise.
11510         ($(objpfx)check-execstack.out): Likewise.
11511         ($(objpfx)check-localplt.out): Likewise.
11512         ($(objpfx)order2-cmp.out): Likewise.
11513         ($(objpfx)tst-leaks1-mem): Likewise.
11514         ($(objpfx)tst-leaks1-static-mem): Likewise.
11515         ($(objpfx)tst-initorder-cmp.out): Likewise.
11516         ($(objpfx)tst-initorder2-cmp.out): Likewise.
11517         ($(objpfx)tst-unused-dep.out): Likewise.
11518         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
11519         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
11520         * iconv/Makefile (test-iconvconfig): Likewise.
11521         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
11522         ($(objpfx)iconv-test.out): Likewise.
11523         ($(objpfx)tst-tables.out): Likewise.
11524         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
11525         ($(objpfx)tst-gettext.out): Likewise.
11526         ($(objpfx)tst-translit.out): Likewise.
11527         ($(objpfx)tst-gettext2.out): Likewise.
11528         ($(objpfx)tst-gettext4.out): Likewise.
11529         ($(objpfx)tst-gettext6.out): Likewise.
11530         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
11531         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
11532         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
11533         ($(objpfx)tst-fopenloc-mem.out): Likewise.
11534         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
11535         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
11536         * posix/Makefile ($(objpfx)globtest.out): Likewise.
11537         ($(objpfx)wordexp-tst.out): Likewise.
11538         ($(objpfx)annexc.out): Likewise.
11539         ($(objpfx)tst-fnmatch-mem): Likewise.
11540         ($(objpfx)bug-regex2-mem): Likewise.
11541         ($(objpfx)bug-regex14-mem): Likewise.
11542         ($(objpfx)bug-regex21-mem): Likewise.
11543         ($(objpfx)bug-regex31-mem): Likewise.
11544         ($(objpfx)tst-vfork3-mem): Likewise.
11545         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
11546         ($(objpfx)tst-pcre-mem): Likewise.
11547         ($(objpfx)tst-boost-mem): Likewise.
11548         ($(objpfx)tst-getconf.out): Likewise.
11549         ($(objpfx)bug-ga2-mem): Likewise.
11550         ($(objpfx)bug-glob2-mem): Likewise.
11551         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
11552         ($(objpfx)mtrace-tst-leaks2): Likewise.
11553         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
11554         ($(objpfx)tst-printf.out): Likewise.
11555         ($(objpfx)tst-setvbuf1.out): Likewise.
11556         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
11557         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
11558         ($(objpfx)tst-fmtmsg.out): Likewise.
11559         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
11560         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
11561
11562         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
11563         * bits/sigaction.h [__USE_MISC]: Likewise.
11564         * bits/waitstatus.h: Update #endif comments.
11565         * ctype/ctype.h: Likewise.
11566         * dirent/dirent.h: Likewise.
11567         [__USE_MISC]: Remove redundant conditionals.
11568         * grp/grp.h: Update #endif comments.
11569         [__USE_GNU]: Remove redundant conditionals.
11570         [__USE_MISC]: Likewise.
11571         * inet/netinet/in.h [__USE_GNU]: Likewise.
11572         * io/sys/stat.h [__USE_MISC]: Likewise.
11573         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
11574         * libio/bits/stdio.h: Update #endif comments.
11575         [__USE_MISC]: Remove redundant conditionals.
11576         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
11577         * libio/stdio.h: Update #endif comments.
11578         [__USE_MISC]: Remove redundant conditionals.
11579         * math/bits/math-finite.h [__USE_MISC]: Likewise.
11580         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
11581         * math/math.h: Update #else and #endif comments.
11582         [__USE_MISC]: Remove redundant conditionals.
11583         * misc/sys/uio.h: Update #endif comments.
11584         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
11585         * posix/glob.h [__USE_MISC]: Likewise.
11586         * posix/sys/types.h: Update #endif comments.
11587         [__USE_MISC]: Remove redundant conditionals.
11588         * posix/sys/wait.h: Update #endif comments.
11589         [__USE_MISC]: Remove redundant conditionals.
11590         * posix/unistd.h: Update #endif comments.
11591         [__USE_MISC]: Remove redundant conditionals.
11592         * pwd/pwd.h [__USE_GNU]: Likewise.
11593         [__USE_MISC]: Likewise.
11594         * resolv/netdb.h [__USE_GNU]: Likewise.
11595         * signal/signal.h: Update #endif comments.
11596         [__USE_MISC]: Remove redundant conditionals.
11597         * stdlib/stdlib.h: Update #else and #endif comments.
11598         [__USE_MISC]: Remove redundant conditionals.
11599         [__USE_GNU]: Likewise.
11600         * string/bits/string2.h [__USE_MISC]: Likewise.
11601         * string/string.h: Update #endif comments.
11602         [__USE_MISC]: Remove redundant conditionals.
11603         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
11604         Likewise.
11605         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
11606         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
11607         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
11608         Likewise.
11609         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
11610         Likewise.
11611         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
11612         comments.
11613         [__USE_MISC]: Remove redundant conditionals.
11614         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
11615         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
11616         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
11617         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
11618         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
11619         Likewise.
11620         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
11621         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
11622         Likewise.
11623         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
11624         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
11625         Likewise.
11626         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
11627         Likewise.
11628         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
11629         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
11630         Likewise.
11631         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
11632         Likewise.
11633         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
11634         * sysdeps/x86/bits/string.h: Update #endif comments.
11635         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
11636         conditionals.
11637         * time/sys/time.h: Update #endif comments.
11638         * time/time.h: Likewise.
11639         [__USE_MISC]: Remove redundant conditionals.
11640
11641 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
11642
11643         [BZ #16600]
11644         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
11645
11646 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
11647
11648         * Versions.def (librt): Add GLIBC_2.17.
11649
11650 2014-02-21  Adam Conrad  <adconrad@0c3.net>
11651
11652         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
11653         synonym for _SYS_AUXV_H to allow direct inclusion.
11654         * sysdeps/sparc/bits/hwcap.h: Likewise.
11655         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
11656         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
11657         * sysdeps/sparc/sysdep.h: Likewise.
11658
11659 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11660
11661         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
11662
11663 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
11664
11665         * benchtests/bench-strrchr.c: Print length instead of position.
11666
11667 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
11668
11669         [BZ #16611]
11670         * sysdeps/unix/sysv/linux/kernel-features.h
11671         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
11672         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
11673         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
11674         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
11675         Likewise.
11676         [__i386__ || __powerpc__ || __sh__ || __sparc__]
11677         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11678         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
11679         (__ASSUME_SENDMMSG): Define instead of using previous
11680         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
11681         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11682         (__ASSUME_SENDMMSG_SYSCALL): Define.
11683         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11684         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
11685         Likewise.
11686         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11687         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11688         Likewise.
11689         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11690         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11691         Likewise.
11692         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
11693         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
11694         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
11695         [__ASSUME_SENDMMSG]: Change conditionals to
11696         [__ASSUME_SENDMMSG_SOCKETCALL].
11697         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11698         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
11699         Define.
11700         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11701         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
11702         Likewise.
11703         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
11704         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
11705         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
11706         [!__ASSUME_SENDMMSG]: Change conditional to
11707         [!__ASSUME_SENDMMSG_SOCKETCALL].
11708         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11709         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11710         Define.
11711
11712         [BZ #16610]
11713         * sysdeps/unix/sysv/linux/kernel-features.h
11714         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
11715         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
11716         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
11717         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
11718         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
11719         [__i386__ || __sparc__]
11720         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11721         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
11722         (__ASSUME_RECVMMSG): Define instead of using previous
11723         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
11724         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11725         (__ASSUME_RECVMMSG_SYSCALL): Define.
11726         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11727         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11728         Likewise.
11729         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11730         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11731         Likewise.
11732         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11733         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11734         Likewise.
11735         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
11736         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
11737         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
11738         [__ASSUME_RECVMMSG]: Change condition to
11739         [__ASSUME_RECVMMSG_SOCKETCALL].
11740         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11741         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11742         Define.
11743         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11744         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11745         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11746         Likewise.
11747         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
11748         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
11749         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
11750         [!__ASSUME_RECVMMSG]: Change condition to
11751         [!__ASSUME_RECVMMSG_SOCKETCALL].
11752         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11753         (__ASSUME_RECVMMSG_SYSCALL): Define.
11754
11755         [BZ #16609]
11756         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
11757         __powerpc__ || __s390__ || __sh__ || __sparc__]
11758         (__ASSUME_SOCKETCALL): Define.
11759         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
11760         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
11761         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
11762         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
11763         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
11764         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
11765         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
11766         (__ASSUME_ACCEPT4): Define instead of using previous
11767         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
11768         __powerpc__ || __sparc__ || __s390__)] condition.
11769         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11770         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
11771         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
11772         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
11773         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
11774         [!__ASSUME_ACCEPT4]: Change condition to
11775         [!__ASSUME_ACCEPT4_SOCKETCALL].
11776         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11777         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
11778         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
11779         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11780         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
11781         __ASSUME_ACCEPT4_SYSCALL.
11782         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
11783         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
11784         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11785         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
11786         __ASSUME_ACCEPT4_SYSCALL.
11787         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
11788         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
11789         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
11790         [__ASSUME_ACCEPT4]: Change condition to
11791         [__ASSUME_ACCEPT4_SOCKETCALL].
11792         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11793         (__ASSUME_SOCKETCALL): Define.
11794         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
11795         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11796         (__ASSUME_SOCKETCALL): Define.
11797         (__ASSUME_ACCEPT4): Remove.
11798         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
11799         Define.
11800         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11801         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
11802         Likewise.
11803         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11804         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
11805
11806         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
11807         macro.
11808         (HWCAP_ARM_LPAE): Likewise.
11809         (HWCAP_ARM_EVTSTRM): Likewise.
11810         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
11811         Add vpfd32, lpae and evtstrm.
11812         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
11813         Increase to 22.
11814
11815 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
11816
11817         * math/auto-libm-test-in: Add tests of clog10.
11818         * math/auto-libm-test-out: Regenerated.
11819         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
11820         * sysdeps/i386/fpu/libm-test-ulps: Update.
11821         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11822
11823 2014-02-18  Andreas Schwab  <schwab@suse.de>
11824
11825         [BZ #16574]
11826         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
11827         Store non-zero if the second buffer was newly allocated.
11828         (send_dg): Likewise.
11829         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
11830         to send_vc and send_dg.
11831         (res_nsend): Pass NULL for ansp2_malloced.
11832         * resolv/res_query.c (__libc_res_nquery): Add parameter
11833         answerp2_malloced and pass it down to __libc_res_nsend.
11834         (res_nquery): Pass additional NULL to __libc_res_nquery.
11835         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
11836         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
11837         second answer buffer if answerp2_malloced was set.
11838         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
11839         (__libc_res_nquerydomain): Add parameter
11840         answerp2_malloced and pass it down to __libc_res_nquery.
11841         (res_nquerydomain): Pass additional NULL to
11842         __libc_res_nquerydomain.
11843         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
11844         additional NULL to __libc_res_nsend and __libc_res_nquery.
11845         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
11846         additional NULL to __libc_res_nsearch.
11847         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
11848         parameter of __libc_res_nsearch to check for separately allocated
11849         second buffer.
11850         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
11851         __libc_res_nquery.
11852         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
11853         additional NULL to __libc_res_nquery.
11854         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
11855         __libc_res_nsearch.
11856         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
11857         * include/resolv.h: Update prototypes of __libc_res_nquery,
11858         __libc_res_nsearch, __libc_res_nsend.
11859
11860 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
11861
11862         * math/auto-libm-test-in: Add tests of fma.
11863         * math/auto-libm-test-out: Regenerated.
11864         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
11865         (fma_towardzero_test_data): Likewise.
11866         (fma_downward_test_data): Likewise.
11867         (fma_upward_test_data): Likewise.
11868         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
11869         mpc_mode.
11870         (rounding_modes): Add values for new field.
11871         (func_calc_method): Add value mpfr_fff_f.
11872         (func_calc_desc): Add mpfr_fff_f union field.
11873         (test_function): Add field exact_args.
11874         (FUNC): Add macro argument EXACT_ARGS.
11875         (FUNC_mpfr_f_f): Update call to FUNC.
11876         (FUNC_mpfr_f_f): Likewise.
11877         (FUNC_mpfr_ff_f): Likewise.
11878         (FUNC_mpfr_if_f): Likewise.
11879         (FUNC_mpc_c_f): Likewise.
11880         (FUNC_mpc_c_c): Likewise.
11881         (test_functions): Add fma.  Update calls to FUNC.
11882         (handle_input_arg): Add argument exact_args.
11883         (add_test): Update call to handle_input_arg.
11884         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
11885         (output_for_one_input_case): Update call to calc_generic_results.
11886         Recalculate exact zero results in each rounding mode.
11887
11888         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
11889         non-negative before setting low bit.
11890         * math/auto-libm-test-in: Mark one asin test possibly having
11891         spurious underflow.
11892         * math/auto-libm-test-out: Regenerated.
11893         * sysdeps/i386/fpu/libm-test-ulps: Update.
11894         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11895
11896 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
11897
11898         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
11899         * sysdeps/unix/sysv/linux/microblaze: Move directory from
11900         ports/sysdeps/unix/sysv/linux/microblaze.
11901         * README: Add missing listing for microblaze*-*-linux-gnu.
11902
11903 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
11904
11905         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
11906         duplicate code
11907
11908 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
11909
11910         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
11911         * sysdeps/unix/sysv/linux/ia64: Move directory from
11912         ports/sysdeps/unix/sysv/linux/ia64.
11913         * README: Update listing for ia64-*-linux-gnu.
11914
11915 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
11916             Joseph Myers  <joseph@codesourcery.com>
11917
11918         * Makeconfig (test-name): New variable.
11919         (evaluate-test): Likewise.
11920         * Makerules (do-test-clean): Remove .test-result files.
11921         (common-mostlyclean): Likewise.
11922         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
11923         * scripts/evaluate-test.sh: New file.
11924
11925 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
11926
11927         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
11928         separate $(objpfx)tst-fopenloc-cmp.out and
11929         $(objpfx)tst-fopenloc-mem.out targets.
11930         (tests): Update dependencies.
11931         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
11932         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
11933         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
11934         (tst-rxspencer-no-utf8-ARGS): New variable.
11935         (tst-rxspencer-no-utf8-ENV): Likewise.
11936         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
11937         instead of $(objpfx)tst-rxspencer-mem.
11938         ($(objpfx)tst-rxspencer-mem): Change target to
11939         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
11940         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
11941         * posix/tst-rxspencer-no-utf8.c: New file.
11942
11943         * elf/Makefile ($(objpfx)order.out): Remove rule.
11944         [$(run-built-tests) = yes] (tests): Depend on
11945         $(objpfx)order-cmp.out.
11946         ($(objpfx)order-cmp.out): New rule.
11947         [$(run-built-tests) = yes] (tests): Depend on
11948         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
11949         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
11950         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
11951         $(objpfx)tst-array5-static-cmp.out.
11952         ($(objpfx)tst-array1.out): Remove rule.
11953         ($(objpfx)tst-array1-cmp.out): New rule.
11954         ($(objpfx)tst-array1-static.out): Remove rule.
11955         ($(objpfx)tst-array1-static-cmp.out): New rule.
11956         ($(objpfx)tst-array2.out): Remove rule.
11957         ($(objpfx)tst-array2-cmp.out): New rule.
11958         ($(objpfx)tst-array3.out): Remove rule.
11959         ($(objpfx)tst-array3-cmp.out): New rule.
11960         ($(objpfx)tst-array4.out): Remove rule.
11961         ($(objpfx)tst-array4-cmp.out): New rule.
11962         ($(objpfx)tst-array5.out): Remove rule.
11963         ($(objpfx)tst-array5-cmp.out): New rule.
11964         ($(objpfx)tst-array5-static.out): Remove rule.
11965         ($(objpfx)tst-array5-static-cmp.out): New rule.
11966         [$(run-built-tests) = yes] (tests): Depend on
11967         $(objpfx)order2-cmp.out.
11968         ($(objpfx)order2.out): Remove rule.
11969         ($(objpfx)order2-cmp.out): New rule.
11970         ($(objpfx)tst-initorder.out): Remove rule.
11971         [$(run-built-tests) = yes] (tests): Depend on
11972         $(objpfx)tst-initorder-cmp.out.
11973         ($(objpfx)tst-initorder-cmp.out): New rule.
11974         ($(objpfx)tst-initorder2.out): Remove rule.
11975         [$(run-built-tests) = yes] (tests): Depend on
11976         $(objpfx)tst-initorder2-cmp.out.
11977         ($(objpfx)tst-initorder2-cmp.out): New rule.
11978         [$(run-built-tests) = yes] (tests): Depend on
11979         $(objpfx)tst-unused-dep-cmp.out.
11980         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
11981         ($(objpfx)tst-unused-dep-cmp.out): New rule.
11982         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
11983         on $(objpfx)tst-setvbuf1-cmp.out.
11984         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
11985         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
11986         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
11987         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
11988         ($(objpfx)tst-svc.out): Remove rule.
11989         ($(objpfx)tst-svc-cmp.out): New rule.
11990
11991 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
11992
11993         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
11994         * ctype/ctype.h [__USE_MISC]: Likewise.
11995         * dirent/dirent.h [__USE_MISC]: Likewise.
11996         * grp/grp.h [__USE_MISC]: Likewise.
11997         * io/fcntl.h [__USE_MISC]: Likewise.
11998         * io/sys/stat.h [__USE_MISC]: Likewise.
11999         * libio/stdio.h [__USE_MISC]: Likewise.
12000         * posix/unistd.h [__USE_MISC]: Likewise.
12001         * pwd/pwd.h [__USE_MISC]: Likewise.
12002         * stdlib.h [__USE_MISC]: Likewise.
12003         * string/bits/string2.h [__USE_MISC]: Likewise.
12004         * string/string.h [__USE_MISC]: Likewise.
12005         * time/time.h [__USE_MISC]: Likewise.
12006
12007 2014-02-13  Andreas Schwab  <schwab@suse.de>
12008
12009         [BZ #16574]
12010         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
12011         second answer buffer if it was separately allocated.
12012
12013 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
12014
12015         * sysdeps/mips/math-tests.h: Include <features.h>.
12016         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
12017         (ROUNDING_TESTS_long_double): Do not define.
12018         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
12019         (EXCEPTION_TESTS_long_double): Likewise.
12020         * sysdeps/mips/mips64/libm-test-ulps: Update.
12021
12022         * include/features.h (__USE_BSD): Remove macro definitions.
12023         (__USE_SVID): Likewise.
12024         (_BSD_SOURCE): Likewise.
12025         (_SVID_SOURCE): Likewise.
12026         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
12027         from definition of _DEFAULT_SOURCE.
12028         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
12029         [_DEFAULT_SOURCE].
12030         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
12031         * bits/mman.h [__USE_BSD]: Likewise.
12032         * bits/termios.h [__USE_BSD]: Likewise.
12033         * bits/waitstatus.h [__USE_BSD]: Likewise.
12034         * ctype/ctype.h [__USE_SVID]: Likewise.
12035         * dirent/dirent.h [__USE_BSD]: Likewise.
12036         * grp/grp.h [__USE_SVID]: Likewise.
12037         [__USE_BSD]: Likewise.
12038         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
12039         * io/fcntl.h [__USE_BSD]: Likewise.
12040         * io/ftw.h [__USE_BSD]: Likewise.
12041         * io/sys/stat.h [__USE_BSD]: Likewise.
12042         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
12043         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
12044         * libio/stdio.h [__USE_SVID]: Likewise.
12045         [__USE_BSD]: Likewise.
12046         * math/math.h [__USE_SVID]: Likewise.
12047         [__USE_BSD]: Likewise.
12048         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
12049         * misc/bits/syslog.h [__USE_BSD]: Likewise.
12050         * misc/search.h [__USE_SVID]: Likewise.
12051         * misc/sys/mman.h [__USE_BSD]: Likewise.
12052         * misc/sys/syslog.h [__USE_BSD]: Likewise.
12053         * misc/sys/uio.h [__USE_BSD]: Likewise.
12054         * posix/bits/unistd.h [__USE_BSD]: Likewise.
12055         * posix/glob.h [__USE_BSD]: Likewise.
12056         * posix/regex.h [__USE_BSD]: Likewise.
12057         * posix/sys/types.h [__USE_BSD]: Likewise.
12058         [__USE_SVID]: Likewise.
12059         * posix/sys/utsname.h [__USE_SVID]: Likewise.
12060         * posix/sys/wait.h [__USE_BSD]: Likewise.
12061         [__USE_SVID]: Likewise.
12062         * posix/unistd.h [__USE_BSD]: Likewise.
12063         [__USE_SVID]: Likewise.
12064         * pwd/pwd.h [__USE_SVID]: Likewise.
12065         * resolv/netdb.h [__USE_BSD]: Likewise.
12066         * setjmp/setjmp.h [__USE_BSD]: Likewise.
12067         * signal/signal.h [__USE_BSD]: Likewise.
12068         [__USE_SVID]: Likewise.
12069         * socket/sys/socket.h [__USE_BSD]: Likewise.
12070         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
12071         * stdlib/stdlib.h [__USE_BSD]: Likewise.
12072         [__USE_SVID]: Likewise.
12073         * string/bits/string2.h [__USE_BSD]: Likewise.
12074         [__USE_SVID]: Likewise.
12075         * string/bits/string3.h [__USE_BSD]: Likewise.
12076         * string/endian.h [__USE_BSD]: Likewise.
12077         * string/string.h [__USE_SVID]: Likewise.
12078         [__USE_BSD]: Likewise.
12079         * string/strings.h [__USE_BSD]: Likewise.
12080         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
12081         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
12082         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
12083         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
12084         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
12085         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
12086         Likewise.
12087         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
12088         Likewise.
12089         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
12090         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
12091         Likewise.
12092         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
12093         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
12094         Likewise.
12095         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
12096         Likewise.
12097         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
12098         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
12099         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
12100         Likewise.
12101         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
12102         Likewise.
12103         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
12104         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
12105         * termios/termios.h [__USE_BSD]: Likewise.
12106         * time/sys/time.h [__USE_BSD]: Likewise.
12107         * time/time.h [__USE_BSD]: Likewise.
12108         [__USE_SVID]: Likewise.
12109
12110         * Makefile (subdir_targets): Remove subdir_lint.out.
12111
12112         * stdio-common/Makefile (do-tst-unbputc): Remove target.
12113         (do-tst-printf): Likewise.
12114         (tests): Depend directly on $(objpfx)tst-unbputc.out and
12115         $(objpfx)tst-printf.out.
12116
12117         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
12118
12119         * Makerules (check-abi-%): Change target to
12120         $(objpfx)check-abi-%.out.
12121         (check-abi target): Update dependencies.
12122         (check-abi-pattern variable): Redirect output of diff to $@.
12123         (check-abi variable): Likewise.
12124         * elf/Makefile (check-abi): Update dependencies.
12125
12126         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
12127         unused.
12128         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
12129         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
12130         subnormal range.
12131         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
12132         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
12133         value has largest subnormal exponent.
12134         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
12135         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
12136         * sysdeps/aarch64/soft-fp/sfp-machine.h
12137         (_FP_TININESS_AFTER_ROUNDING): New macro.
12138         * sysdeps/alpha/soft-fp/sfp-machine.h
12139         (_FP_TININESS_AFTER_ROUNDING): Likewise.
12140         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
12141         Likewise.
12142         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
12143         (_FP_TININESS_AFTER_ROUNDING): Likewise.
12144         * sysdeps/mips/soft-fp/sfp-machine.h
12145         (_FP_TININESS_AFTER_ROUNDING): Likewise.
12146         * sysdeps/powerpc/soft-fp/sfp-machine.h
12147         (_FP_TININESS_AFTER_ROUNDING): Likewise.
12148         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
12149         Likewise.
12150         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
12151         (_FP_TININESS_AFTER_ROUNDING): Likewise.
12152         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
12153         (_FP_TININESS_AFTER_ROUNDING): Likewise.
12154         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
12155         Likewise.
12156
12157 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
12158
12159         [BZ #16545]
12160         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
12161         model 1.
12162
12163 2014-02-12  Richard Henderson  <rth@redhat.com>
12164
12165         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
12166         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
12167         * sysdeps/unix/sysv/linux/alpha: Move directory from
12168         ports/sysdeps/unix/sysv/linux/alpha.
12169         * README: Update listing for alpha-*-linux-gnu.
12170
12171 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
12172
12173         * include/features.h: Update comment documenting feature test
12174         macros.
12175         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
12176         _DEFAULT_SOURCE.
12177         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
12178         (_SVID_SOURCE): Likewise.
12179         (_DEFAULT_SOURCE): Update description of default features.
12180         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
12181         with _GNU_SOURCE.
12182         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
12183         (S_ISVTX): Likewise.
12184         * manual/math.texi (Mathematical Constants): Likewise.
12185         * manual/signal.texi (Interrupted Primitives): Likewise.
12186         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
12187         * math/test-matherr.c (_SVID_SOURCE): Do not define.
12188         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
12189         Don't refer to _SVID_SOURCE in warning text.
12190
12191         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12192
12193         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
12194         already defined.
12195         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
12196         * sysdeps/mips/dl-lookup.c: Remove.
12197         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
12198
12199 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
12200
12201         [BZ #16447]
12202         * math/auto-libm-test-in: Add testcase for expl.
12203         * math/auto-libm-test-out: Regenerate.
12204         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
12205         calculation of unsafe.
12206         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
12207
12208 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12209
12210         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
12211         * sysdeps/unix/sysv/linux/aarch64: Move directory from
12212         ports/sysdeps/unix/sysv/linux/aarch64.
12213         * README: Update listing for aarch64*-*-linux-gnu.
12214
12215 2014-02-11  Will Newton  <will.newton@linaro.org>
12216
12217         * manual/probes.texi (Mathematical Function Probes): Use
12218         "triggered" instead of "hit".
12219
12220         * manual/probes.texi (Internal Probes): Add documentation
12221         of setjmp, longjmp and longjmp_target probes.
12222
12223         * include/stap-probe.h: Add comment about probe argument
12224         format.
12225
12226         * malloc/mtrace.c (attribute_hidden): Remove unused macro
12227         definition.  (tr_where, tr_freehook, tr_mallochook,
12228         tr_reallochook, tr_memalignhook): Use ANSI protoype.
12229
12230 2014-02-11  David S. Miller  <davem@davemloft.net>
12231
12232         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
12233         processing int_tests.
12234
12235 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
12236
12237         * sysdeps/mips: Move directory from ports/sysdeps/mips.
12238         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
12239         * sysdeps/unix/sysv/linux/mips: Move directory from
12240         ports/sysdeps/unix/sysv/linux/mips.
12241         * README: Update listing for mips-*-linux-gnu and
12242         mips64-*-linux-gnu.
12243
12244 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
12245
12246         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
12247         * sysdeps/unix/sysv/linux/m68k: Move directory from
12248         ports/sysdeps/unix/sysv/linux/m68k.
12249         * README: Update listing for m68k-*-linux-gnu.
12250
12251 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
12252
12253         * sysdeps/tile: Move directory from ports/sysdeps/tile.
12254         * sysdeps/unix/sysv/linux/generic: Move directory from
12255         ports/sysdeps/unix/sysv/linux/generic.
12256         * sysdeps/unix/sysv/linux/tile: Move directory from
12257         ports/sysdeps/unix/sysv/linux/tile.
12258         * README: Update listing for tile*-*-linux-gnu.
12259
12260 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
12261
12262         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
12263         __builtin_expect.
12264         * benchtests/bench-memmem.c (simple_memmem): Likewise.
12265         * catgets/open_catalog.c (__open_catalog): Likewise.
12266         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
12267         * debug/confstr_chk.c: Likewise.
12268         * debug/fread_chk.c (__fread_chk): Likewise.
12269         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
12270         * debug/getgroups_chk.c: Likewise.
12271         * debug/mbsnrtowcs_chk.c: Likewise.
12272         * debug/mbsrtowcs_chk.c: Likewise.
12273         * debug/mbstowcs_chk.c: Likewise.
12274         * debug/memcpy_chk.c: Likewise.
12275         * debug/memmove_chk.c: Likewise.
12276         * debug/mempcpy_chk.c: Likewise.
12277         * debug/memset_chk.c: Likewise.
12278         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
12279         * debug/strcat_chk.c (__strcat_chk): Likewise.
12280         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
12281         * debug/strncat_chk.c (__strncat_chk): Likewise.
12282         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
12283         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
12284         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
12285         * debug/wcpncpy_chk.c: Likewise.
12286         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
12287         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
12288         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
12289         * debug/wcsncpy_chk.c: Likewise.
12290         * debug/wcsnrtombs_chk.c: Likewise.
12291         * debug/wcsrtombs_chk.c: Likewise.
12292         * debug/wcstombs_chk.c: Likewise.
12293         * debug/wmemcpy_chk.c: Likewise.
12294         * debug/wmemmove_chk.c: Likewise.
12295         * debug/wmempcpy_chk.c: Likewise.
12296         * debug/wmemset_chk.c: Likewise.
12297         * dirent/scandirat.c (SCANDIRAT): Likewise.
12298         * dlfcn/dladdr1.c (dladdr1): Likewise.
12299         * dlfcn/dladdr.c (dladdr): Likewise.
12300         * dlfcn/dlclose.c (dlclose_doit): Likewise.
12301         * dlfcn/dlerror.c (__dlerror): Likewise.
12302         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
12303         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
12304         * dlfcn/dlopen.c (dlopen_doit): Likewise.
12305         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
12306         * dlfcn/dlsym.c (dlsym_doit): Likewise.
12307         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
12308         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
12309         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
12310         Likewise.
12311         * elf/dl-conflict.c: Likewise.
12312         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
12313         * elf/dl-dst.h: Likewise.
12314         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
12315         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
12316         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
12317         * elf/dl-init.c (call_init, _dl_init): Likewise.
12318         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
12319         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
12320         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
12321         Likewise.
12322         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
12323         Likewise.
12324         * elf/dl-minimal.c (__libc_memalign): Likewise.
12325         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
12326         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
12327         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
12328         * elf/dl-sym.c (do_sym): Likewise.
12329         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
12330         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
12331         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
12332         * elf/dl-writev.h (_dl_writev): Likewise.
12333         * elf/ldconfig.c (search_dir): Likewise.
12334         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
12335         (dl_main): Likewise.
12336         * elf/setup-vdso.h (setup_vdso): Likewise.
12337         * grp/compat-initgroups.c (compat_call): Likewise.
12338         * grp/fgetgrent.c (fgetgrent): Likewise.
12339         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
12340         * grp/putgrent.c (putgrent): Likewise.
12341         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
12342         Likewise.
12343         * hurd/hurdinit.c: Likewise.
12344         * iconvdata/8bit-gap.c (struct): Likewise.
12345         * iconvdata/ansi_x3.110.c : Likewise.
12346         * iconvdata/big5.c : Likewise.
12347         * iconvdata/big5hkscs.c : Likewise.
12348         * iconvdata/cp1255.c: Likewise.
12349         * iconvdata/cp1258.c : Likewise.
12350         * iconvdata/cp932.c : Likewise.
12351         * iconvdata/euc-cn.c: Likewise.
12352         * iconvdata/euc-jisx0213.c : Likewise.
12353         * iconvdata/euc-jp.c: Likewise.
12354         * iconvdata/euc-jp-ms.c : Likewise.
12355         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
12356         * iconvdata/gb18030.c : Likewise.
12357         * iconvdata/gbbig5.c (const): Likewise.
12358         * iconvdata/gbgbk.c: Likewise.
12359         * iconvdata/gbk.c : Likewise.
12360         * iconvdata/ibm1364.c : Likewise.
12361         * iconvdata/ibm930.c : Likewise.
12362         * iconvdata/ibm932.c: Likewise.
12363         * iconvdata/ibm933.c : Likewise.
12364         * iconvdata/ibm935.c : Likewise.
12365         * iconvdata/ibm937.c : Likewise.
12366         * iconvdata/ibm939.c : Likewise.
12367         * iconvdata/ibm943.c: Likewise.
12368         * iconvdata/iso_11548-1.c: Likewise.
12369         * iconvdata/iso-2022-cn.c : Likewise.
12370         * iconvdata/iso-2022-cn-ext.c : Likewise.
12371         * iconvdata/iso-2022-jp-3.c: Likewise.
12372         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
12373         * iconvdata/iso-2022-kr.c : Likewise.
12374         * iconvdata/iso646.c (gconv_end): Likewise.
12375         * iconvdata/iso_6937-2.c : Likewise.
12376         * iconvdata/iso_6937.c : Likewise.
12377         * iconvdata/iso8859-1.c: Likewise.
12378         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
12379         * iconvdata/shift_jisx0213.c : Likewise.
12380         * iconvdata/sjis.c : Likewise.
12381         * iconvdata/t.61.c : Likewise.
12382         * iconvdata/tcvn5712-1.c : Likewise.
12383         * iconvdata/tscii.c: Likewise.
12384         * iconvdata/uhc.c : Likewise.
12385         * iconvdata/unicode.c (gconv_end): Likewise.
12386         * iconvdata/utf-16.c (gconv_end): Likewise.
12387         * iconvdata/utf-32.c (gconv_end): Likewise.
12388         * iconvdata/utf-7.c (base64): Likewise.
12389         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
12390         * iconv/gconv_close.c (__gconv_close): Likewise.
12391         * iconv/gconv_open.c (__gconv_open): Likewise.
12392         * iconv/gconv_simple.c (internal_ucs4_loop_single)
12393         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
12394         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
12395         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
12396         (ucs4le_internal_loop_single): Likewise.
12397         * iconv/iconv.c (iconv): Likewise.
12398         * iconv/iconv_close.c: Likewise.
12399         * iconv/loop.c (SINGLE): Likewise.
12400         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
12401         * include/atomic.h: Likewise.
12402         * inet/inet6_option.c (option_alloc): Likewise.
12403         * intl/bindtextdom.c (set_binding_values): Likewise.
12404         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
12405         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
12406         * intl/localealias.c (read_alias_file): Likewise.
12407         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
12408         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
12409         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
12410         * libio/fmemopen.c (fmemopen): Likewise.
12411         * libio/iofgets.c (_IO_fgets): Likewise.
12412         * libio/iofgets_u.c (fgets_unlocked): Likewise.
12413         * libio/iofgetws.c (fgetws): Likewise.
12414         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
12415         * libio/iogetdelim.c (_IO_getdelim): Likewise.
12416         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
12417         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
12418         * locale/findlocale.c (_nl_find_locale): Likewise.
12419         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
12420         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
12421         Likewise.
12422         * locale/setlocale.c (setlocale): Likewise.
12423         * login/programs/pt_chown.c (main): Likewise.
12424         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
12425         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
12426         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
12427         (mmap, mmap64, mremap, munmap): Likewise.
12428         * math/e_exp2l.c: Likewise.
12429         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
12430         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
12431         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
12432         * math/s_catan.c (__catan): Likewise.
12433         * math/s_catanf.c (__catanf): Likewise.
12434         * math/s_catanh.c (__catanh): Likewise.
12435         * math/s_catanhf.c (__catanhf): Likewise.
12436         * math/s_catanhl.c (__catanhl): Likewise.
12437         * math/s_catanl.c (__catanl): Likewise.
12438         * math/s_ccosh.c (__ccosh): Likewise.
12439         * math/s_ccoshf.c (__ccoshf): Likewise.
12440         * math/s_ccoshl.c (__ccoshl): Likewise.
12441         * math/s_cexp.c (__cexp): Likewise.
12442         * math/s_cexpf.c (__cexpf): Likewise.
12443         * math/s_cexpl.c (__cexpl): Likewise.
12444         * math/s_clog10.c (__clog10): Likewise.
12445         * math/s_clog10f.c (__clog10f): Likewise.
12446         * math/s_clog10l.c (__clog10l): Likewise.
12447         * math/s_clog.c (__clog): Likewise.
12448         * math/s_clogf.c (__clogf): Likewise.
12449         * math/s_clogl.c (__clogl): Likewise.
12450         * math/s_csin.c (__csin): Likewise.
12451         * math/s_csinf.c (__csinf): Likewise.
12452         * math/s_csinh.c (__csinh): Likewise.
12453         * math/s_csinhf.c (__csinhf): Likewise.
12454         * math/s_csinhl.c (__csinhl): Likewise.
12455         * math/s_csinl.c (__csinl): Likewise.
12456         * math/s_csqrt.c (__csqrt): Likewise.
12457         * math/s_csqrtf.c (__csqrtf): Likewise.
12458         * math/s_csqrtl.c (__csqrtl): Likewise.
12459         * math/s_ctan.c (__ctan): Likewise.
12460         * math/s_ctanf.c (__ctanf): Likewise.
12461         * math/s_ctanh.c (__ctanh): Likewise.
12462         * math/s_ctanhf.c (__ctanhf): Likewise.
12463         * math/s_ctanhl.c (__ctanhl): Likewise.
12464         * math/s_ctanl.c (__ctanl): Likewise.
12465         * math/w_pow.c: Likewise.
12466         * math/w_powf.c: Likewise.
12467         * math/w_powl.c: Likewise.
12468         * math/w_scalb.c (sysv_scalb): Likewise.
12469         * math/w_scalbf.c (sysv_scalbf): Likewise.
12470         * math/w_scalbl.c (sysv_scalbl): Likewise.
12471         * misc/error.c (error_tail): Likewise.
12472         * misc/pselect.c (__pselect): Likewise.
12473         * nis/nis_callback.c (__nis_create_callback): Likewise.
12474         * nis/nis_call.c (__nisfind_server): Likewise.
12475         * nis/nis_creategroup.c (nis_creategroup): Likewise.
12476         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
12477         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
12478         * nis/nis_getservlist.c (nis_getservlist): Likewise.
12479         * nis/nis_lookup.c (nis_lookup): Likewise.
12480         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
12481         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
12482         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
12483         * nis/nis_xdr.c (xdr_endpoint): Likewise.
12484         * nis/nss_compat/compat-grp.c (getgrent_next_file)
12485         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
12486         * nis/nss_compat/compat-initgroups.c (add_group)
12487         (internal_getgrent_r): Likewise.
12488         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
12489         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
12490         * nis/nss_compat/compat-spwd.c (getspent_next_file)
12491         (internal_getspnam_r): Likewise.
12492         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
12493         (_nss_nis_getaliasbyname_r): Likewise.
12494         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
12495         (_nss_nis_getntohost_r): Likewise.
12496         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
12497         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
12498         (_nss_nis_getgrgid_r): Likewise.
12499         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
12500         (internal_nis_gethostent_r, internal_gethostbyname2_r)
12501         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
12502         (_nss_nis_gethostbyname4_r): Likewise.
12503         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
12504         (initgroups_netid): Likewise.
12505         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
12506         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
12507         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
12508         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
12509         (_nss_nis_getprotobynumber_r): Likewise.
12510         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
12511         (_nss_nis_getsecretkey): Likewise.
12512         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
12513         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
12514         (_nss_nis_getpwuid_r): Likewise.
12515         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
12516         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
12517         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
12518         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
12519         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
12520         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
12521         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
12522         Likewise.
12523         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
12524         (_nss_nisplus_getntohost_r): Likewise.
12525         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
12526         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
12527         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
12528         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
12529         Likewise.
12530         * nis/nss_nisplus/nisplus-initgroups.c
12531         (_nss_nisplus_initgroups_dyn): Likewise.
12532         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
12533         (_nss_nisplus_getnetbyaddr_r): Likewise.
12534         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
12535         (_nss_nisplus_getprotobynumber_r): Likewise.
12536         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
12537         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
12538         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
12539         Likewise.
12540         * nis/nss_nisplus/nisplus-service.c
12541         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
12542         (_nss_nisplus_getservbyport_r): Likewise.
12543         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
12544         (_nss_nisplus_getspnam_r): Likewise.
12545         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
12546         Likewise.
12547         * nscd/aicache.c (addhstaiX): Likewise.
12548         * nscd/cache.c (cache_search, prune_cache): Likewise.
12549         * nscd/connections.c (register_traced_file, send_ro_fd)
12550         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
12551         (main_loop_epoll): Likewise.
12552         * nscd/grpcache.c (addgrbyX): Likewise.
12553         * nscd/hstcache.c (addhstbyX): Likewise.
12554         * nscd/initgrcache.c (addinitgroupsX): Likewise.
12555         * nscd/mem.c (gc, mempool_alloc): Likewise.
12556         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
12557         (addinnetgrX): Likewise.
12558         * nscd/nscd-client.h (__nscd_acquire_maplock)
12559         (__nscd_drop_map_ref): Likewise.
12560         * nscd/nscd_getai.c (__nscd_getai): Likewise.
12561         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
12562         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
12563         Likewise.
12564         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
12565         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
12566         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
12567         (__nscd_get_map_ref): Likewise.
12568         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
12569         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
12570         Likewise.
12571         * nscd/pwdcache.c (addpwbyX): Likewise.
12572         * nscd/selinux.c (preserve_capabilities): Likewise.
12573         * nscd/servicescache.c (addservbyX): Likewise.
12574         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
12575         * posix/fnmatch.c (fnmatch): Likewise.
12576         * posix/getopt.c (_getopt_internal_r): Likewise.
12577         * posix/glob.c (glob, glob_in_dir): Likewise.
12578         * posix/wordexp.c (exec_comm_child): Likewise.
12579         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
12580         (getanswer_r, gaih_getanswer_slice): Likewise.
12581         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
12582         * resolv/res_init.c: Likewise.
12583         * resolv/res_mkquery.c (res_nmkquery): Likewise.
12584         * resolv/res_query.c (__libc_res_nquery): Likewise.
12585         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
12586         Likewise.
12587         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
12588         * stdio-common/perror.c (perror): Likewise.
12589         * stdio-common/printf_fp.c (___printf_fp): Likewise.
12590         * stdio-common/tmpnam.c (tmpnam): Likewise.
12591         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
12592         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
12593         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
12594         Likewise.
12595         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
12596         * stdlib/putenv.c (putenv): Likewise.
12597         * stdlib/setenv.c (__add_to_environ): Likewise.
12598         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
12599         * stdlib/strtol_l.c (INTERNAL): Likewise.
12600         * string/memmem.c (memmem): Likewise.
12601         * string/strerror.c (strerror): Likewise.
12602         * string/strnlen.c (__strnlen): Likewise.
12603         * string/test-memmem.c (simple_memmem): Likewise.
12604         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
12605         * sunrpc/pm_getport.c (__get_socket): Likewise.
12606         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
12607         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
12608         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
12609         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
12610         Likewise.
12611         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
12612         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
12613         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
12614         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
12615         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
12616         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
12617         Likewise.
12618         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
12619         Likewise.
12620         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
12621         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
12622         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
12623         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
12624         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
12625         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
12626         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
12627         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
12628         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
12629         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
12630         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
12631         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
12632         Likewise.
12633         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
12634         Likewise.
12635         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
12636         Likewise.
12637         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
12638         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
12639         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
12640         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
12641         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
12642         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
12643         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
12644         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
12645         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
12646         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
12647         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
12648         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
12649         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
12650         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
12651         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
12652         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
12653         Likewise.
12654         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
12655         Likewise.
12656         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
12657         Likewise.
12658         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
12659         Likewise.
12660         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
12661         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
12662         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
12663         Likewise.
12664         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
12665         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
12666         * sysdeps/posix/opendir.c (__opendirat): Likewise.
12667         * sysdeps/posix/sleep.c: Likewise.
12668         * sysdeps/posix/tempname.c: Likewise.
12669         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
12670         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
12671         Likewise.
12672         * sysdeps/powerpc/powerpc32/dl-machine.h
12673         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
12674         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
12675         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
12676         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
12677         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
12678         Likewise.
12679         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
12680         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
12681         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
12682         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
12683         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
12684         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
12685         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
12686         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
12687         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
12688         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
12689         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
12690         (elf_machine_lazy_rel): Likewise.
12691         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
12692         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
12693         (elf_machine_lazy_rel): Likewise.
12694         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
12695         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
12696         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
12697         * sysdeps/unix/grantpt.c (grantpt): Likewise.
12698         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
12699         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
12700         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
12701         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
12702         Likewise.
12703         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
12704         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
12705         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
12706         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
12707         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
12708         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
12709         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
12710         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
12711         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
12712         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
12713         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
12714         Likewise.
12715         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
12716         (__posix_fallocate64_l64): Likewise.
12717         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
12718         (posix_fallocate): Likewise.
12719         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
12720         Likewise.
12721         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
12722         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
12723         (getifaddrs_internal): Likewise.
12724         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
12725         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
12726         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
12727         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
12728         * sysdeps/unix/sysv/linux/posix_fallocate64.c
12729         (__posix_fallocate64_l64): Likewise.
12730         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
12731         Likewise.
12732         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
12733         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
12734         (__get_clockfreq): Likewise.
12735         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
12736         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
12737         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
12738         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
12739         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
12740         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
12741         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
12742         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
12743         Likewise.
12744         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
12745         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
12746         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
12747         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
12748         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
12749         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
12750         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
12751         Likewise.
12752         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
12753         (posix_fallocate): Likewise.
12754         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
12755         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
12756         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
12757         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
12758         (elf_machine_rela, elf_machine_rela_relative)
12759         (elf_machine_lazy_rel): Likewise.
12760         * time/asctime.c (asctime_internal): Likewise.
12761         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
12762         * time/tzset.c (__tzset_parse_tz): Likewise.
12763         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
12764         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
12765         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
12766         * wcsmbs/wcsmbsload.h: Likewise.
12767
12768         [BZ #15894]
12769         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
12770
12771         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
12772         (arena_get2): Remove THREAD_STATS conditionals.
12773         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
12774         (__malloc_stats, int): Likewise.
12775
12776 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
12777
12778         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
12779         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
12780
12781         * manual/setjmp.texi: Fix typos/grammar errors.
12782
12783         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
12784         Only return early when n is <= 0.  Delete unused return statement.
12785
12786         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
12787         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
12788         * debug/tst-longjmp_chk3.c: New file.
12789
12790         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
12791         (test_main): Replace code with set_fortify_handler call.
12792         * debug/test-strcpy_chk.c: Likewise.
12793         * debug/tst-chk1.c: Likewise.
12794         * debug/tst-longjmp_chk.c: Likewise.
12795         * test-skeleton.c: Include fcntl.h & paths.h
12796         (set_fortify_handler): Define.
12797
12798         * debug/tst-longjmp_chk.c: Add header comment and include
12799         ../test-skeleton.c.
12800         (do_test): Mark static.
12801         (TEST_FUNCTION): Define.
12802
12803         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
12804         (IP_PMTUDISC_INTERFACE): Likewise.
12805         (IP_MULTICAST_IF): Likewise.
12806         (IP_MULTICAST_TTL): Likewise.
12807         (IP_MULTICAST_LOOP): Likewise.
12808         (IP_ADD_MEMBERSHIP): Likewise.
12809         (IP_DROP_MEMBERSHIP): Likewise.
12810         (IP_UNBLOCK_SOURCE): Likewise.
12811         (IP_BLOCK_SOURCE): Likewise.
12812         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
12813         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
12814         (IP_MSFILTER): Likewise.
12815         (MCAST_JOIN_GROUP): Likewise.
12816         (MCAST_BLOCK_SOURCE): Likewise.
12817         (MCAST_UNBLOCK_SOURCE): Likewise.
12818         (MCAST_LEAVE_GROUP): Likewise.
12819         (MCAST_JOIN_SOURCE_GROUP): Likewise.
12820         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
12821         (MCAST_MSFILTER): Likewise.
12822         (IP_MULTICAST_ALL): Likewise.
12823         (IP_UNICAST_IF): Likewise.
12824
12825         * timezone/Makefile: Delete $(have-ksh) check.
12826         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
12827         * timezone/tzselect.ksh: Add +x mode bits.
12828
12829         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
12830         (ANON_INODE_FS_MAGIC): Likewise.
12831         (BDEVFS_MAGIC): Likewise.
12832         (BINFMTFS_MAGIC): Likewise.
12833         (BTRFS_TEST_MAGIC): Likewise.
12834         (CRAMFS_MAGIC_WEND): Likewise.
12835         (DEBUGFS_MAGIC): Likewise.
12836         (ECRYPTFS_SUPER_MAGIC): Likewise.
12837         (EXT3_SUPER_MAGIC): Likewise.
12838         (EXT4_SUPER_MAGIC): Likewise.
12839         (FUTEXFS_SUPER_MAGIC): Likewise.
12840         (HOSTFS_SUPER_MAGIC): Likewise.
12841         (HUGETLBFS_MAGIC): Likewise.
12842         (MINIX3_SUPER_MAGIC): Likewise.
12843         (MTD_INODE_FS_MAGIC): Likewise.
12844         (NILFS_SUPER_MAGIC): Likewise.
12845         (OPENPROM_SUPER_MAGIC): Likewise.
12846         (PIPEFS_MAGIC): Likewise.
12847         (PSTOREFS_MAGIC): Likewise.
12848         (QNX6_SUPER_MAGIC): Likewise.
12849         (RAMFS_MAGIC): Likewise.
12850         (REISERFS_SUPER_MAGIC_STRING): Likewise.
12851         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
12852         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
12853         (SECURITYFS_MAGIC): Likewise.
12854         (SELINUX_MAGIC): Likewise.
12855         (SMACK_MAGIC): Likewise.
12856         (SOCKFS_MAGIC): Likewise.
12857         (SQUASHFS_MAGIC): Likewise.
12858         (STACK_END_MAGIC): Likewise.
12859         (TMPFS_MAGIC): Likewise.
12860         (USBDEVICE_SUPER_MAGIC): Likewise.
12861         (V9FS_MAGIC): Likewise.
12862         (XENFS_SUPER_MAGIC): Likewise.
12863         (CRAMFS_MAGIC): Fix typo in comment.
12864         (EXT2_SUPER_MAGIC): Update comment.
12865         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
12866
12867 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
12868
12869         * sysdeps/arm: Move directory from ports/sysdeps/arm.
12870         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
12871         * sysdeps/unix/sysv/linux/arm: Move directory from
12872         ports/sysdeps/unix/sysv/linux/arm.
12873         * README: Update listing for arm-*-linux-gnueabi.
12874
12875         * README: Remove mention of am33.
12876
12877 2014-02-07  Roland McGrath  <roland@hack.frob.com>
12878
12879         * bits/sigset.h (__sigemptyset): Use a statement expression rather
12880         than the comma operator, to avoid "rhs of comma has no effect"
12881         compiler warnings.
12882         (__sigfillset, __sigandset, __sigorset): Likewise.
12883         * include/signal.h (__sigemptyset): Likewise.
12884         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
12885
12886 2014-02-07  Allan McRae  <allan@archlinux.org>
12887
12888         * version.h (RELEASE): Set to "development".
12889         (VERSION): Set to "2.19.90"
12890         * NEWS: Add 2.20 section.
12891
12892 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
12893
12894         [BZ #16529]
12895         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
12896
12897 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
12898
12899         * manual/contrib.texi: Update entry for Carlos O'Donell,
12900         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
12901
12902 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
12903
12904         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
12905
12906         * sysdeps/unix/sysv/linux/kernel-features.h
12907         [__LINUX_KERNEL_VERSION >= 0x020621]
12908         (__ASSUME_PROC_PID_TASK_COMM): Define.
12909
12910 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
12911
12912         [BZ #16398]
12913         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
12914         conversion when destination buffer does not have enough space.
12915         * libio/tst-ftell-partial-wide.c: New test case.
12916         * libio/Makefile (tests): Add tst-ftell-partial-wide.
12917
12918         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
12919         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
12920         Leonard and Allan McRae.
12921
12922 2014-02-04  David S. Miller  <davem@davemloft.net>
12923
12924         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
12925         32-bit.
12926
12927 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12928
12929         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
12930         New file
12931         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
12932         New file
12933         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
12934         New file.
12935         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
12936         New file.
12937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
12938         New file.
12939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
12940         New file.
12941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
12942         New file.
12943         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
12944         New file.
12945         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
12946         New file.
12947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
12948         New file.
12949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
12950         New file.
12951         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
12952         New file.
12953         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
12954         New file.
12955
12956 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12957
12958         * nptl/shlib-versions: Change powerpc*le start to 2.17.
12959         * shlib-versions: Likewise.
12960
12961 2014-02-04  Roland McGrath  <roland@hack.frob.com>
12962             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12963
12964         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
12965         (abilist-pattern): New variable, set to %-le.abilist.
12966
12967         * Makerules (abilist-pattern): New variable.
12968         (vpath): Use $(abilist-pattern) in place of %.abilist.
12969         (check-abi-% pattern rule): Likewise.
12970         (check-abi, update-abi): Likewise.
12971
12972 2014-02-04  Eric Wong  <normalperson@yhbt.net>
12973
12974         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12975
12976 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
12977
12978         * manual/startup.texi: Add next, previous, and top entries for
12979         the `Program Arguments' and `Environment Variables' nodes.
12980
12981 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
12982
12983         * manual/macros.texi: Add comments before MTASC-safety macros.
12984
12985         * manual/users.texi: Document MTASC-safety properties.
12986
12987         * manual/threads.texi (pthread_key_create, pthread_key_delete)
12988         (pthread_getspecific, pthread_setspecific): Format with
12989         @deftypefun, and add @safety note.
12990         * manual/signal.texi: Move comments that analyze the above
12991         functions to their home place.
12992
12993 2014-02-03  Allan McRae  <allan@archlinux.org>
12994
12995         * po/sl.po: Update Slovenian translation from translation project.
12996
12997 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
12998
12999         * manual/time.texi (timegm): Add missing blank after @c.
13000         Reported by Joseph Myers <joseph@codesourcery.com>.
13001
13002 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
13003
13004         * manual/check-safety.sh: New.
13005         * manual/Makefile ($(objpfx)stamp-summary): Run it.
13006
13007         * manual/terminal.texi: Document MTASC-safety properties.
13008
13009         * manual/filesys.texi: Document MTASC-safety properties.
13010
13011         * manual/errno.texi: Document MTASC-safety properties.
13012
13013         * manual/intro.texi: Document safety identifiers and
13014         conditionals.
13015
13016         * manual/string.texi (wcstok): Fix prototype.
13017         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
13018
13019         * manual/time.texi: Document MTASC-safety properties.
13020
13021         * manual/string.texi: Document MTASC-safety properties.
13022
13023         * manual/threads.texi: Document MTASC-safety properties.
13024
13025         * manual/stdio.texi: Document MTASC-safety properties.
13026
13027         * manual/syslog.texi: Document MTASC-safety properties.
13028
13029         * manual/sysinfo.texi: Document MTASC-safety properties.
13030
13031         * manual/startup.texi: Document MTASC-safety properties.
13032
13033         * manual/socket.texi: Document MTASC-safety properties.
13034
13035         * manual/signal.texi: Document MTASC-safety properties.
13036
13037 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
13038
13039         * manual/setjmp.texi: Document MTASC-safety properties.
13040
13041         * manual/search.texi: Document MTASC-safety properties.
13042
13043         * manual/resource.texi: Document MTASC-safety properties.
13044
13045         * manual/process.texi: Document MTASC-safety properties.
13046
13047         * manual/platform.texi: Document MTASC-safety properties.
13048
13049         * manual/pipe.texi: Document MTASC-safety properties.
13050
13051         * manual/pattern.texi: Document MTASC-safety properties.
13052
13053         * manual/message.texi: Document MTASC-safety properties.
13054
13055         [BZ #12751]
13056         * manual/memory.texi: Document MTASC-safety properties.
13057
13058         * manual/math.texi: Document MTASC-safety properties.
13059
13060         * manual/locale.texi: Document MTASC-safety properties.
13061
13062         * manual/llio.texi: Document MTASC-safety properties.
13063
13064         * manual/libdl.texi: New.
13065
13066         * manual/lang.texi: Document MTASC-safety properties.
13067
13068         * manual/job.texi: Document MTASC-safety properties.
13069
13070         * manual/getopt.texi: Document MTASC-safety properties.
13071
13072         * manual/ctype.texi: Document MTASC-safety properties.
13073
13074 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
13075
13076         [BZ #16046]
13077         * csu/libc-tls.c (static_map): Remove variable.
13078         (__libc_setup_tls): Use main executable's link map for TLS data.
13079         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
13080         casing for LM_ID_BASE and GL(dl_nns).
13081         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
13082         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
13083         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
13084         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
13085         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
13086         member.
13087         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
13088         l_phnum members.
13089
13090 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
13091
13092         * manual/debug.texi: Document MTASC-safety properties.
13093
13094 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
13095
13096         [BZ #16510]
13097         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
13098         of __x86_64__ when disabling x87 inline functions.
13099
13100 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
13101
13102         * manual/charset.texi: Document MTASC-safety properties.
13103
13104         * manual/crypt.texi: Document MTASC-safety properties.
13105
13106         * manual/conf.texi: Document MTASC-safety properties.
13107
13108         * manual/arith.texi: Document MTASC-safety properties.
13109
13110         * manual/argp.texi: Document MTASC-safety properties.
13111
13112         * manual/macros.texi: Introduce macros to document multi
13113         thread, asynchronous signal and asynchronous cancellation
13114         safety properties.
13115         * manual/intro.texi: Introduce the properties themselves.
13116
13117 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13118
13119         * sysdeps/sh/sh4/Makefile: New file.
13120
13121 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
13122
13123         * math/gen-libm-test.pl ($srcdir): New variable.
13124         ($auto_input): Use it.
13125
13126 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13127
13128         [BZ #16506]
13129         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
13130         access beyond array bounds when parsing netgroups file.
13131
13132         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
13133         the old buffer before realloc.
13134
13135 2014-01-27  Allan McRae  <allan@archlinux.org>
13136
13137         * po/fr.po: Update French translation from translation project.
13138
13139 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13140
13141         * sysdeps/sh/libm-test-ulps: Regenerate.
13142
13143 2014-01-24  David S. Miller  <davem@davemloft.net>
13144
13145         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
13146
13147 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13148
13149         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
13150         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
13151
13152 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
13153
13154         [BZ #16474]
13155         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
13156         string pointers after reallocation.
13157
13158 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13159
13160         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
13161         __SH4A__ instead of __SH_FPU_ANY__.
13162
13163 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13164
13165         * sysdeps/sh/fpu_control.h: New file.
13166         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
13167         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
13168         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
13169         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
13170         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
13171         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
13172         * sysdeps/sh/sys/ucontext.h: Remove.
13173         * sysdeps/sh/sys: Remove directory.
13174
13175 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13176
13177         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
13178         s390/sys/ucontext.h.
13179         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
13180         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
13181
13182 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
13183
13184         [BZ #15605]
13185         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
13186
13187 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13188
13189         [BZ#16431]
13190         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
13191         Adjust the vDSO correctly for internal calls.
13192         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
13193
13194 2014-01-20  Allan McRae  <allan@archlinux.org>
13195
13196         * po/ca.po: Update Catalan translation from translation project.
13197
13198 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
13199
13200         * sysdeps/s390/sotruss-lib.c: New file.
13201
13202 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13203
13204         [BZ#16430]
13205         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
13206         (__GI___gettimeofday): Alias for a different internal symbol to avoid
13207         local calls issues by not having a PLT stub required for IFUNC calls.
13208         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
13209
13210 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
13211
13212         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
13213         * math/test-fpucw-static.c: Likewise.
13214
13215 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
13216
13217         [BZ #16453]
13218         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
13219
13220 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13221
13222         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
13223         implementation for powerpc.
13224
13225 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
13226
13227         [BZ #14782]
13228         * sysdeps/posix/system.c (__libc_system): Do not enable
13229         asynchronous cancellation.
13230
13231 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13232
13233         [BZ #16427]
13234         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
13235         handling only for numbers special also in the IEEE case.
13236
13237 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13238
13239         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13240
13241 2014-01-11  Allan McRae  <allan@archlinux.org>
13242
13243         * po/bg.po: Update Bulgarian translation from translation project.
13244
13245         * po/de.po: Update German translation from translation project.
13246
13247 2014-01-10  Roland McGrath  <roland@hack.frob.com>
13248
13249         * sysdeps/generic/gcc-compat.h: New file.
13250
13251 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
13252
13253         * benchtests/asin-inputs: Correct slow inputs.
13254         * benchtests/acos-inputs: Likewise.
13255
13256 2014-01-10  Allan McRae  <allan@archlinux.org>
13257
13258         * po:sv.po: Update Swedish translation from translation project.
13259
13260         * po/vi.po: Update Vietnamese translation from translation project.
13261
13262         * po/eo.po: Update Esperanto translation from translation project.
13263
13264         * po/cs.po: Update Czech translation from translation project.
13265
13266         * po/nl.po: Update Dutch translation from translation project.
13267
13268         * po/pl.po: Update Polish translation from translation project.
13269
13270         * po/ru.po: Update Russian translation from translation project.
13271
13272         * po/uk.po: Update Ukrainian translation from translation project.
13273
13274 2014-01-08  Brooks Moses  <bmoses@google.com>
13275
13276         * elf/dl-load.c: Fix comment typo.
13277
13278 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
13279
13280         * po/header.pot: Rename to...
13281         * po/pot.header: ... this.
13282         * po/Makefile: Use pot.header.
13283
13284 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
13285             Maxim Kuvyrkov  <maxim@kugelworks.com>
13286
13287         [BZ #16394]
13288         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
13289         SRC and DEST against LEN.
13290
13291 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13292
13293         [BZ #16414]
13294         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
13295         implementation.
13296         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
13297
13298 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13299
13300         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13301
13302 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
13303
13304         [BZ #16408]
13305         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
13306         for large positive arguments.
13307
13308 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
13309
13310         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
13311
13312         * math/auto-libm-test-in: Mark various tests with
13313         xfail-rounding:ldbl-128ibm.
13314         * math/auto-libm-test-out: Regenerated.
13315
13316         [BZ #16407]
13317         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
13318         Increase overflow threshold.
13319
13320 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
13321
13322         [BZ #14286]
13323         * stdio-common/vfprintf.c: Check for integer overflow.
13324
13325 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13326
13327         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
13328         the first argument and return value of __tls_get_addr_internal.
13329
13330 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13331
13332         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
13333         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
13334
13335 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13336
13337         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
13338         * sysdeps/s390/rtld-global-offsets.sym: New file.
13339         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
13340         GLIBC_2.19 symbol.
13341         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
13342         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
13343         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
13344         ... this.
13345         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
13346         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
13347         ... this.
13348         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
13349         Regenerate.
13350         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
13351         Regenerate.
13352         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
13353         halfs of GPRs for high_gprs contexts.
13354         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
13355         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
13356         field.
13357         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
13358         uc_flags field.
13359         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
13360         64 bit versions:
13361         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
13362         for high GPRs (uc_high_gprs) and for future extensions
13363         (__reserved).
13364         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
13365         for future extensions (__reserved).
13366         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
13367         64 bit versions:
13368         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
13369         SC_HIGHGPRS offset definition.
13370         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
13371         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
13372
13373         * Versions.def: Add GLIBC_2.19 for libpthread.
13374         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
13375         siglongjmp for libpthread with GLIBC_2.19 symver.
13376         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
13377         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
13378         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
13379         * sysdeps/s390/__longjmp.c: New file.
13380         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
13381         * sysdeps/s390/longjmp.c: New file.
13382         * sysdeps/s390/setjmp.S: New file.
13383         * sysdeps/s390/sigjmp.S: New file.
13384         * sysdeps/s390/v1-longjmp.c: New file.
13385         * sysdeps/s390/v1-setjmp.h: New file.
13386         * sysdeps/s390/v1-sigjmp.c: New file.
13387         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
13388         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
13389         GLIBC_2.19 version.
13390         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
13391         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
13392         versioned symbols for ____longjmp_chk.
13393         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
13394         Likewise.
13395         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
13396         Regenerate.
13397         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
13398         Regenerate.
13399         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
13400         Regenerate.
13401         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
13402         Regenerate.
13403         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
13404         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
13405         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
13406         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
13407         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
13408         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
13409         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
13410         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
13411         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
13412         * sysdeps/s390/rtld-__longjmp.c: New file.
13413         * sysdeps/s390/rtld-setjmp.S: New file.
13414
13415 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
13416
13417         [BZ #16400]
13418         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
13419         Return -__logl (x) for small positive arguments without evaluating
13420         a polynomial.
13421
13422 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
13423
13424         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
13425         Rename to ...
13426         (__ptrace_peeksiginfo_args): ... this.
13427         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
13428         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
13429         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
13430
13431 2014-01-06  Allan McRae  <allan@archlinux.org>
13432
13433         * inet/netinet/in.h: Fix typo in comment.
13434
13435 2014-01-05  Andreas Jaeger  <aj@suse.de>
13436
13437         * sysdeps/i386/fpu/libm-test-ulps: Update.
13438
13439 2014-01-05  Allan McRae  <allan@archlinux.org>
13440
13441         * po/libc.pot: Regenerated.
13442
13443         * malloc/memusagestat.c: Fix gettext call formatting.
13444
13445 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
13446
13447         * nscd/nscd.c: Improve usage() output.
13448
13449 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
13450
13451         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
13452         * sysdeps/unix/sysv/linux/configure: Regenerated.
13453         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
13454         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
13455
13456 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
13457
13458         [BZ #16390]
13459         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
13460         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
13461
13462 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13463
13464         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
13465         extra tokens at end of #undef directive.
13466         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
13467         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
13468         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
13469
13470 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
13471
13472         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
13473
13474         * math/auto-libm-test-in: Mark various tests with
13475         xfail-rounding:ldbl-128ibm.
13476         * math/auto-libm-test-out: Regenerated.
13477
13478 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
13479
13480         [BZ #16386]
13481         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
13482         numbers with subnormal high part when calculating exponent.
13483
13484         [BZ #16385]
13485         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
13486         fabs.
13487
13488         [BZ #16384]
13489         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
13490         M_LN2l.
13491         (__ieee754_acoshl): Use __log1pl not __log1p.
13492
13493 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
13494
13495         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
13496         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
13497         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
13498         (grow_heap, heap_trim, _int_new_arena, get_free_list)
13499         (reused_arena, arena_get2): Convert to GNU style.
13500         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
13501         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
13502         (memalign_check, __malloc_set_state): Likewise.
13503         * malloc/mallocbug.c (main): Likewise.
13504         * malloc/malloc.c (__malloc_assert, malloc_init_state)
13505         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
13506         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
13507         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
13508         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
13509         (__posix_memalign, malloc_info): Likewise.
13510         * malloc/malloc.h: Likewise.
13511         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
13512         (mallochook, memalignhook, reallochook, mabort): Likewise.
13513         * malloc/mcheck.h: Likewise.
13514         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
13515         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
13516         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
13517         * malloc/morecore.c (__default_morecore): Likewise.
13518         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
13519         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
13520         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
13521         (print_and_abort): Likewise.
13522         * malloc/obstack.h: Likewise.
13523         * malloc/set-freeres.c (__libc_freeres): Likewise.
13524         * malloc/tst-mallocstate.c (main): Likewise.
13525         * malloc/tst-mtrace.c (main): Likewise.
13526         * malloc/tst-realloc.c (do_test): Likewise.
13527
13528 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13529
13530         [BZ #16366]
13531         * nscd/netgroupcache.c (do_notfound): New function.
13532         (addgetnetgrentX): Use it.
13533
13534         [BZ # 16365]
13535         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
13536         NSS_STATUS_NOTFOUND.
13537
13538 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
13539
13540         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
13541         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13542
13543 2014-01-01  Allan McRae  <allan@archlinux.org>
13544
13545         * scripts/update-copyrights: Update configure input file suffix.
13546
13547         * NEWS: Update copyright year.
13548         * catgets/gencat.c: Likewise.
13549         * csu/version.c: Likewise.
13550         * debug/catchsegv.sh: Likewise.
13551         * debug/pcprofiledump.c: Likewise.
13552         * debug/xtrace.sh: Likewise.
13553         * elf/ldconfig.c: Likewise.
13554         * elf/ldd.bash.in: Likewise.
13555         * elf/pldd.c: Likewise.
13556         * elf/sotruss.ksh: Likewise.
13557         * elf/sprof.c: Likewise.
13558         * iconv/iconv_prog.c: Likewise.
13559         * iconv/iconvconfig.c: Likewise.
13560         * locale/programs/locale.c: Likewise.
13561         * locale/programs/localedef.c: Likewise.
13562         * login/programs/pt_chown.c: Likewise.
13563         * malloc/memusage.sh: Likewise.
13564         * malloc/memusagestat.c: Likewise.
13565         * malloc/mtrace.pl: Likewise.
13566         * manual/libc.texinfo: Likewise.
13567         * nscd/nscd.c: Likewise.
13568         * nss/getent.c: Likewise.
13569         * nss/makedb.c: Likewise.
13570         * posix/getconf.c: Likewise.
13571         * scripts/test-installation.pl: Likewise.
13572
13573         * All files with FSF copyright notices: Update copyright dates
13574         using scripts/update-copyrights.
13575         * intl/plural.c: Regenerated.
13576         * locale/programs/charmap-kw.h: Likewise.
13577         * locale/programs/locfile-kw.h: Likewise.
13578
13579 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
13580
13581         * sysdeps/unix/sysv/linux/configure: Regenerated.
13582         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
13583         the linux/fanotify.h header.
13584         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
13585         HAVE_LINUX_FANOTIFY_H is defined.
13586
13587 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
13588
13589         * benchtests/cos-inputs: New inputs.
13590         * benchtests/sin-inputs: Likewise.
13591
13592         * benchtests/atan-inputs: New inputs. Fix name of multiple
13593         precision fallback inputs.
13594
13595         * benchtests/atanh-inputs: New inputs.
13596         * benchtests/tanh-inputs: Likewise.
13597
13598         * benchtests/acosh-inputs: New inputs.
13599         * benchtests/asinh-inputs: Likewise.
13600
13601         * benchtests/cosh-inputs: New inputs.
13602         * benchtests/sinh-inputs: Likewise.
13603
13604         * benchtests/acos-inputs: Add more inputs.
13605         * benchtests/asin-inputs: Likewise.
13606
13607 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
13608
13609         [BZ #16375]
13610         * manual/arith.texi: Fix spelling.
13611         * manual/charset.texi: Likewise.
13612         * manual/errno.texi: Likewise.
13613         * manual/filesys.texi: Likewise.
13614         * manual/lang.texi: Likewise.
13615         * manual/llio.texi: Likewise.
13616         * manual/locale.texi: Likewise.
13617         * manual/message.texi: Likewise.
13618         * manual/resource.texi: Likewise.
13619         * manual/search.texi: Likewise.
13620         * manual/setjmp.texi: Likewise.
13621         * manual/stdio.texi: Likewise.
13622         * manual/string.texi: Likewise.
13623         * manual/sysinfo.texi: Likewise.
13624         * manual/time.texi: Likewise.
13625
13626 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
13627
13628         * po/sl.po: New file.
13629
13630 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
13631
13632         * .gitignore: Add core/.gdbinit/.gdb_history.
13633
13634 2013-12-27  Allan McRae  <allan@archlinux.org>
13635
13636         [BZ #16369]
13637         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
13638         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
13639
13640 2013-12-24  Brooks Moses  <bmoses@google.com>
13641
13642         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
13643         all compilers that claim C++98 compliance, not just GCC.
13644         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
13645         Likewise.
13646
13647 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
13648
13649         * NEWS: Restore accidentally deleted bug-fix entries.
13650
13651 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
13652             Ondřej Bílka  <neleai@seznam.cz>
13653
13654         [BZ #15073]
13655         * malloc/malloc.c (_int_free): Perform sanity check only if we
13656         have_lock.
13657
13658 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
13659
13660         [BZ #12986]
13661         * manual/stdio.texi (String Input Conversions): Clarify that character
13662         classes are not supported.
13663
13664 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13665
13666         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13667
13668 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
13669
13670         [BZ #16337]
13671         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
13672         Calculate results for small negative arguments directly rather
13673         than using reflection formula with special underflow handling.
13674
13675         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
13676         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
13677         sysdeps/unix/bsd/bsd4.4/syscalls.list.
13678         (fchflags): Likewise.
13679         (revoke): Likewise.
13680         (setlogin): Likewise.
13681         (sigaltstack): Likewise.
13682         (wait4): Likewise.
13683         (sigblock): Remove.
13684         (sigsetmask): Likewise.
13685         (wait3): Likewise.
13686         (waitpid): Likewise.
13687         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
13688         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
13689         file.
13690         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
13691         * sysdeps/unix/bsd/Makefile: ... here.
13692         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
13693         * sysdeps/unix/bsd/Versions: ... here.
13694         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
13695         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
13696         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
13697         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
13698         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
13699         * sysdeps/unix/bsd/sigblock.c: ... here.
13700         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
13701         * sysdeps/unix/bsd/sigsetmask.c: ... here.
13702         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
13703         * sysdeps/unix/bsd/sigvec.c: ... here.
13704         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
13705         * sysdeps/unix/bsd/tcdrain.c: ... here.
13706         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
13707         * sysdeps/unix/bsd/tcgetattr.c: ... here.
13708         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
13709         * sysdeps/unix/bsd/tcsetattr.c: ... here.
13710         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
13711         * sysdeps/unix/bsd/wait.c: ... here.
13712         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
13713         * sysdeps/unix/bsd/wait3.c: ... here.
13714         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
13715         * sysdeps/unix/bsd/waitpid.c: ... here.
13716
13717 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
13718
13719         [BZ #16356]
13720         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
13721         round-to-nearest for [!USE_AS_EXPM1L].
13722         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
13723         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
13724         more tests of exp and exp10.  Expect some exp10 tests to miss
13725         exceptions or fail in directed rounding modes.
13726         * math/auto-libm-test-out: Regenerated.
13727         * math/libm-test.inc (exp10_tonearest_test_data): New array.
13728         (exp10_test_tonearest): New function.
13729         (exp10_towardzero_test_data): New array.
13730         (exp10_test_towardzero): New function.
13731         (exp10_downward_test_data): New array.
13732         (exp10_test_downward): New function.
13733         (exp10_upward_test_data): New array.
13734         (exp10_test_upward): New function.
13735         (main): Call the new functions.
13736         * sysdeps/i386/fpu/libm-test-ulps: Update.
13737         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13738
13739 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
13740
13741         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
13742         asinh, atan, atan2, atanh, cbrt, cos and cosh.
13743         * math/auto-libm-test-out: Regenerated.
13744         * math/libm-test.inc (acosh_test_data): Add more tests.
13745         (atanh_test_data): Likewise.
13746         (ceil_test_data): Likewise.
13747         (copysign_test_data): Likewise.
13748         * sysdeps/i386/fpu/libm-test-ulps: Update.
13749         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13750
13751         * timezone/checktab.awk: Update from tzcode 2013i.
13752         * timezone/private.h: Likewise.
13753         * timezone/scheck.c: Likewise.
13754         * timezone/tzfile.h: Likewise.
13755         * timezone/tzselect.ksh: Likewise.
13756         * timezone/zdump.c: Likewise.
13757         * timezone/zic.c: Likewise.
13758
13759         * math/auto-libm-test-in: Add tests of cpow.
13760         * math/auto-libm-test-out: Regenerated.
13761         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
13762         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13763         mpc_cc_c.
13764         (func_calc_desc): Add mpc_cc_c union field.
13765         (test_functions): Add cpow.
13766         (special_fill_2pi): New function.
13767         (special_real_inputs): Add 2pi.
13768         (calc_generic_results): Handle mpc_cc_c.
13769         * sysdeps/i386/fpu/libm-test-ulps: Update.
13770         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13771
13772         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
13773         csqrt, ctan and ctanh.
13774         * math/auto-libm-test-out: Regenerated.
13775         * math/libm-test.inc (TEST_COND_x86_64): New macro.
13776         (TEST_COND_x86): Likewise.
13777         (ccos_test_data): Use AUTO_TESTS_c_c.
13778         (ccosh_test_data): Likewise.
13779         (cexp_test_data): Likewise.
13780         (clog_test_data): Likewise.
13781         (csqrt_test_data): Likewise.
13782         (ctan_test_data): Likewise.
13783         (ctan_tonearest_test_data): Likewise.
13784         (ctan_towardzero_test_data): Likewise.
13785         (ctan_downward_test_data): Likewise.
13786         (ctan_upward_test_data): Likewise.
13787         (ctanh_test_data): Likewise.
13788         (ctanh_tonearest_test_data): Likewise.
13789         (ctanh_towardzero_test_data): Likewise.
13790         (ctanh_downward_test_data): Likewise.
13791         (ctanh_upward_test_data): Likewise.
13792         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13793         mpc_c_c.
13794         (func_calc_desc): Add mpc_c_c union field.
13795         (FUNC_mpc_c_c): New macro.
13796         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
13797         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
13798         ctanh.
13799         (special_fill_min_subnorm_p120): New function.
13800         (special_real_inputs): Add min_subnorm_p120.
13801         (calc_generic_results): Handle mpc_c_c.
13802         * sysdeps/i386/fpu/libm-test-ulps: Update.
13803         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13804
13805 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
13806
13807         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
13808         (do_sin_slow): New functions.
13809         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
13810         (cslow2, csloww1, csloww2): Use the new functions.
13811
13812         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
13813         Use M to change sign of result instead of X.  Assume X is
13814         positive.
13815         (csloww1): Likewise.
13816         (__sin): Adjust.
13817         (__cos): Adjust.
13818
13819         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
13820         arguments A and DA.
13821         (__sin): Adjust.
13822         (__cos): Likewise.
13823
13824         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
13825         (__cos): Likewise.
13826         (sloww1): Don't adjust sign of DX.
13827         (csloww1): Likewise.
13828         (sloww2): Use X directly and don't adjust sign of DX.
13829         (csloww2): Likewise.
13830
13831 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13832
13833         * math/auto-libm-test-in: Add tests of cabs and carg.
13834         * math/auto-libm-test-out: Regenerated.
13835         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
13836         (carg_test_data): Likewise.
13837         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13838         mpc_c_f.
13839         (func_calc_desc): Add mpc_c_f union field.
13840         (test_functions): Add cabs and carg.
13841         (calc_generic_results): Handle mpc_c_f.
13842
13843         * sysdeps/powerpc/powerpc32/libgcc-compat.S
13844         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
13845         as a macro and a compat symbol.
13846         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
13847         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
13848         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
13849         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
13850         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
13851         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
13852         not use .hidden.
13853         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
13854         Likewise.
13855         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
13856         Likewise.
13857         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
13858         Likewise.
13859         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
13860         Likewise.
13861         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
13862         Likewise.
13863         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
13864         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
13865         from GLIBC_2.3.2.
13866
13867 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13868
13869         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13870
13871 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13872
13873         * manual/texinfo.tex: Update to version 2013-11-26.10 with
13874         trailing whitespace removed.
13875         * scripts/config.guess: Update to version 2013-11-29.
13876         * scripts/config.sub: Update to version 2013-10-01.
13877
13878         * math/auto-libm-test-in: Add tests of sincos.
13879         * math/auto-libm-test-out: Regenerated.
13880         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
13881         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13882         mpfr_f_11.
13883         (func_calc_desc): Add mpfr_f_11 union field.
13884         (test_functions): Add sincos.
13885         (calc_generic_results): Handle mpfr_f_11.
13886         * sysdeps/i386/fpu/libm-test-ulps: Update.
13887         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13888
13889 2013-12-19  Andreas Schwab  <schwab@suse.de>
13890
13891         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
13892         CALL_MCOUNT.
13893         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
13894         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
13895         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
13896
13897 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13898
13899         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
13900         * sysdeps/i386/fpu/libm-test-ulps: Update.
13901         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13902
13903         [BZ #16293]
13904         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
13905         round-to-nearest mode when using frndint.
13906         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
13907         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
13908         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
13909         Likewise.
13910         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
13911         sinh test to fail.
13912         * math/auto-libm-test-out: Regenerated.
13913         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
13914         (TEST_COND_x86): Likewise.
13915         (expm1_tonearest_test_data): New array.
13916         (expm1_test_tonearest): New function.
13917         (expm1_towardzero_test_data): New array.
13918         (expm1_test_towardzero): New function.
13919         (expm1_downward_test_data): New array.
13920         (expm1_test_downward): New function.
13921         (expm1_upward_test_data): New array.
13922         (expm1_test_upward): New function.
13923         (main): Run the new test functions.
13924         * sysdeps/i386/fpu/libm-test-ulps: Update.
13925         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13926
13927         * include/features.h: Update comment documenting feature test
13928         macros.  Mention _DEFAULT_SOURCE in comment.
13929         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
13930         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
13931         _BSD_SOURCE and _SVID_SOURCE.
13932         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
13933         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
13934         !_SVID_SOURCE]: Likewise.
13935         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13936         (__USE_POSIX_IMPLICITLY): Define.
13937         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13938         (_POSIX_SOURCE): Undefine and redefine.
13939         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13940         (_POSIX_C_SOURCE): Likewise.
13941         * manual/creature.texi (_DEFAULT_SOURCE): Document.
13942         (Feature Test Macros): Update documentation of default features.
13943
13944 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
13945
13946         * benchtests/Makefile: Add bench-strtok.
13947         * benchtests/bench-strtok.c: New file: strtok benchtest.
13948
13949 2013-12-19  Allan McRae  <allan@archlinux.org>
13950
13951         * manual/install.texi: Suppress menu for plain text output.
13952         * INSTALL: Regenerated.
13953
13954 2013-12-18  Brooks Moses  <bmoses@google.com>
13955
13956         [BZ #15846]
13957         * misc/getauxval.c: Include errno.h.
13958         (__getauxval): Set errno to ENOENT if the requested type is not
13959         found.
13960         * misc/sys/auxv.h (getauxval): Document that it may set errno;
13961         don't declare with __attribute_const__.
13962         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
13963         * manual/startup.texi: Document that getauxval sets errno.
13964
13965 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
13966
13967         * math/auto-libm-test-in: Add tests of jn and yn.
13968         * math/auto-libm-test-out: Regenerated.
13969         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
13970         (yn_test_data): Likewise.
13971         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13972         mpfr_if_f.
13973         (func_calc_desc): Add mpfr_if_f union field.
13974         (FUNC_mpfr_if_f): New macro.
13975         (test_functions): Add jn and yn.
13976         (calc_generic_results): Assert type of second input for
13977         mpfr_ff_f.  Handle mpfr_if_f.
13978         (output_for_one_input_case): Disable all checking for arguments
13979         fitting floating-point types in case of an integer argument.
13980         * sysdeps/i386/fpu/libm-test-ulps: Update.
13981         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13982
13983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
13984         Don't expect fegetround reference in libm.so.
13985
13986 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
13987
13988         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
13989         $(config-cflags-nofma).
13990
13991 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
13992
13993         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
13994         * math/auto-libm-test-out: Regenerated.
13995
13996         [BZ #16338]
13997         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
13998         to determine exponent and adjust argument to have exponent of -1.
13999         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
14000         log2.
14001         * math/auto-libm-test-out: Regenerated.
14002         * sysdeps/i386/fpu/libm-test-ulps: Update.
14003         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14004
14005 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
14006
14007         * manual/probes.texi: Remove cases when per-thread arenas are
14008         disabled.
14009
14010 2013-12-18  Andreas Schwab  <schwab@suse.de>
14011
14012         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
14013         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
14014         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
14015         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
14016         * sysdeps/i386/i686/multiarch/Makefile: Update.
14017         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
14018
14019 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
14020
14021         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
14022         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
14023
14024 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
14025
14026         [BZ #15968]
14027         Support TZ transition times < 00:00:00.
14028         This is needed for version-3 tz-format files; it supports time
14029         stamps past 2037 for America/Godthab (the only entry in the tz
14030         database for which this change is relevant).
14031         * manual/time.texi (TZ Variable): Document transition times
14032         from -167:59:59 through -00:00:01.
14033         * time/tzset.c (tz_rule): Time of day is now signed.
14034         (__tzset_parse_tz): Parse negative time of day.
14035
14036         Document TZ transition times >= 25:00:00.
14037         * manual/time.texi (TZ Variable): Document transition times from
14038         25:00:00 through 167:59:59.  These are already supported, and this
14039         support will help with version-3 tz-format files.
14040
14041         * manual/time.texi (TZ Variable): Modernize North America example
14042         to reflect current (i.e., 2007-and-later) daylight saving rules.
14043
14044         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
14045
14046 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
14047
14048         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
14049         * sysdeps/unix/bsd/bits/stat.h: Likewise.
14050         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
14051         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
14052         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
14053         * sysdeps/unix/bsd/bsdstat.h: Likewise.
14054         * sysdeps/unix/bsd/clock.c: Likewise.
14055         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
14056         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
14057         * sysdeps/unix/bsd/init-posix.c: Likewise.
14058         * sysdeps/unix/bsd/poll.c: Likewise.
14059         * sysdeps/unix/bsd/ptsname.c: Likewise.
14060         * sysdeps/unix/bsd/seekdir.c: Likewise.
14061         * sysdeps/unix/bsd/setegid.c: Likewise.
14062         * sysdeps/unix/bsd/seteuid.c: Likewise.
14063         * sysdeps/unix/bsd/setgid.c: Likewise.
14064         * sysdeps/unix/bsd/setrgid.c: Likewise.
14065         * sysdeps/unix/bsd/setruid.c: Likewise.
14066         * sysdeps/unix/bsd/setsid.c: Likewise.
14067         * sysdeps/unix/bsd/setuid.c: Likewise.
14068         * sysdeps/unix/bsd/sigaction.c: Likewise.
14069         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
14070         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
14071         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
14072         * sysdeps/unix/bsd/telldir.c: Likewise.
14073         * sysdeps/unix/bsd/times.c: Likewise.
14074         * sysdeps/unix/bsd/usleep.c: Likewise.
14075
14076         * misc/Makefile (install-lib): Remove libbsd-compat.a.
14077         ($(objpfx)libbsd-compat.a): Remove rule.
14078
14079         * include/features.h (__FAVOR_BSD): Do not define.
14080         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
14081         features conflicting with POSIX.
14082         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
14083         (_BSD_SOURCE): Remove description of not being a subset of other
14084         feature test macros.
14085         * manual/job.texi (getpgrp): Do not document BSD version.
14086         (getpgid): Do not document by reference to BSD getpgrp.
14087         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
14088         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
14089         * signal/signal.h [__FAVOR_BSD]: Likewise.
14090         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
14091         instead of making contents conditional on [__FAVOR_BSD].
14092         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
14093
14094 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14095
14096         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14097
14098 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
14099
14100         [BZ #16314]
14101         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
14102         values below 2**-450, not 2**-500.
14103         * math/auto-libm-test-in: Don't allow spurious underflow from
14104         hypot.
14105         * math/auto-libm-test-out: Regenerated.
14106
14107         [BZ #16316]
14108         [BZ #16330]
14109         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
14110         values of ha and hb and sort them after adjusting subnormal
14111         arguments.
14112         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
14113         Likewise.
14114         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
14115         values of ea and eb and sort them after adjusting subnormal
14116         arguments.
14117         * math/auto-libm-test-in: Do not expect some hypot tests of
14118         subnormals to fail.  Add more hypot tests.
14119         * math/auto-libm-test-out: Regenerated.
14120
14121 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14122
14123         [BZ #13304]
14124         * sysdeps/sh/s_fma.c: New file.
14125         * sysdeps/sh/s_fmaf.c: New file.
14126         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
14127         version.
14128         * sysdeps/sh/Implies: Add sh/soft-fp.
14129
14130 2013-12-16  Roland McGrath  <roland@hack.frob.com>
14131
14132         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
14133         level of indirection to members `objname', `errstring', `malloced'.
14134         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
14135         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
14136         it as the __longjmp argument (just pass 1 instead).
14137         (_dl_catch_error): Initialize C with argument pointers and address of
14138         volatile local ERRCODE rather than copying values out of C at return.
14139
14140 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
14141
14142         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
14143         * math/auto-libm-test-out: Regenerated.
14144         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
14145         (hypot_test_data): Likewise.
14146         (pow_test_data): Likewise.
14147         (pow_tonearest_test_data): Likewise.
14148         * math/gen-auto-libm-tests.c (func_calc_method): Add value
14149         mpfr_ff_f.
14150         (func_calc_desc): Add mpfr_ff_f union field.
14151         (FUNC_mpfr_ff_f): New macro.
14152         (test_functions): Add atan2, hypot and pow.
14153         (special_fill_min): New function.
14154         (special_fill_minus_min): Likewise.
14155         (special_fill_min_subnorm): Likewise.
14156         (special_fill_minus_min_subnorm): Likewise.
14157         (special_real_inputs): Add min, -min, min_subnorm and
14158         -min_subnorm.
14159         (calc_generic_results): Handle mpfr_ff_f.
14160         * sysdeps/i386/fpu/libm-test-ulps: Update.
14161         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14162
14163 2013-12-16  Will Newton  <will.newton@linaro.org>
14164
14165         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
14166         (Aligned Memory Blocks): Add documentation for aligned_alloc
14167         and suggest it as an alternative to posix_memalign.
14168         (Hooks for Malloc): Document __memalign_hook is also called
14169         for aligned_alloc.  (Summary of Malloc): Add summary for
14170         aligned alloc.  Document __memalign_hook is also called
14171         for aligned_alloc.
14172
14173 2013-12-16  Will Newton  <will.newton@linaro.org>
14174
14175         * manual/memory.texi (Malloc Examples): Clarify default
14176         alignment documentation.  Suggest posix_memalign rather
14177         than memalign or valloc.
14178         (Aligned Memory Blocks): Remove suggestion to use memalign
14179         or valloc.  Remove obsolete comment about BSD.
14180         Document memalign errno values and mark the function obsolete.
14181         Document posix_memalign returned error codes.  Mark valloc
14182         as obsolete.  (Hooks for Malloc): __memalign_hook is also
14183         called for posix_memalign and valloc.
14184         (Summary of Malloc): Add posix_memalign to function summary.
14185         __memalign_hook is also called for posix_memalign and valloc.
14186
14187 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
14188
14189         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
14190         TAYLOR_SIN.
14191         (__sin): Adjust.
14192         (__cos): Likewise.
14193         (sloww): Use mynumber union.  Expand ternary operator into
14194         if-else statements.
14195         (cslow): use mynumber union.
14196
14197 2013-12-16  Allan McRae  <allan@archlinux.org>
14198
14199         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
14200         * configure: Regenerated.
14201
14202         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
14203
14204         [BZ #14120]
14205         * configure.ac: Added --enable-maintainer-mode. Check for
14206         autoconf when enabled.
14207         * configure: Regenerated.
14208
14209         * nscd/nscd.service: New file.
14210         * nscd/nscd.tmpfiles: New file.
14211
14212 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
14213
14214         [BZ #12100]
14215         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
14216         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
14217         * sysdeps/x86_64/multiarch/strstr.c: ... here.
14218         (strstr): Add __strstr_sse2_unaligned ifunc.
14219         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
14220         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
14221         (strcasestr): Remove __strcasestr_sse42 ifunc.
14222         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
14223         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
14224         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
14225
14226 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14227
14228         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
14229         * sysdeps/sh/bits/fenv.h: ... here.
14230         * sysdeps/sh/sh4/fpu/bits: Remove directory.
14231
14232 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14233
14234         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
14235
14236         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
14237         hypotf multiarch implementations.
14238         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
14239         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
14240         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
14241         multiarch hypot for PPC64.
14242         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
14243         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
14244         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
14245         multiarch hypotf for PPC64.
14246
14247         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
14248         modff multiarch implementations.
14249         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
14250         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
14251         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
14252         multiarch modf for PPC64.
14253         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
14254         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
14255         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
14256         multiarch modff for PPC64.
14257
14258         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
14259         and logl multiarch implementations.
14260         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
14261         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
14262         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
14263         multiarch logb for PPC64.
14264         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
14265         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
14266         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
14267         multiarch logb for PPC64.
14268         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
14269         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
14270         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
14271         multiarch logb for PPC64.
14272
14273         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
14274         isinff multiarch implementation.
14275         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
14276         file.
14277         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
14278         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
14279         multiarch isinf for PPC64.
14280         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
14281         file.
14282         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
14283         multiarch isinff for PPC64.
14284
14285         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
14286         finitef multiarch implementation.
14287         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
14288         file.
14289         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
14290         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
14291         multiarch finite for PPC64.
14292         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
14293         file.
14294         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
14295         multiarch finitef for PPC64.
14296
14297         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
14298         lrint multiarch implementation.
14299         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
14300         file.
14301         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
14302         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
14303         multiarch llrint for PPC64.
14304         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
14305         multiarch lrint for PPC64.
14306
14307         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
14308         copysignf multiarch implementation.
14309         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
14310         file.
14311         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
14312         file.
14313         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
14314         multiarch copysign for PPC64.
14315         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
14316         multiarch copysignf for PPC64.
14317
14318         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
14319         multiarch implementation.
14320         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
14321         file.
14322         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
14323         file.
14324         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
14325         file.
14326         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
14327         file.
14328         multiarch llround for PPC64.
14329         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
14330         multiarch trunc for PPC64.
14331         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
14332         multiarch truncf for PPC64.
14333
14334         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
14335         multiarch implementation.
14336         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
14337         file.
14338         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
14339         file.
14340         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
14341         file.
14342         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
14343         file.
14344         multiarch llround for PPC64.
14345         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
14346         multiarch round for PPC64.
14347         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
14348         multiarch roundf for PPC64.
14349
14350         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
14351         multiarch implementation.
14352         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
14353         file.
14354         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
14355         file.
14356         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
14357         file.
14358         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
14359         file.
14360         multiarch llround for PPC64.
14361         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
14362         multiarch floor for PPC64.
14363         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
14364         multiarch floorf for PPC64.
14365
14366         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
14367         multiarch implementation.
14368         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
14369         file.
14370         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
14371         file.
14372         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
14373         file.
14374         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
14375         file.
14376         multiarch llround for PPC64.
14377         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
14378         multiarch ceil for PPC64.
14379         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
14380         multiarch ceilf for PPC64.
14381
14382         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14383         multiarch implementation.
14384         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
14385         file.
14386         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
14387         file.
14388         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
14389         file.
14390         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
14391         multiarch llround for PPC64.
14392         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
14393         multiarch lround for PPC64.
14394
14395         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14396         multiarch implementation.
14397         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
14398         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
14399         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
14400         file.
14401         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
14402         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
14403         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
14404         multiarch isnan for PPC64.
14405         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
14406         multiarch isnanf for PPC64.
14407
14408         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
14409         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
14410         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
14411         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
14412         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
14413         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
14414
14415         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
14416         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
14417         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
14418         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
14419
14420         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
14421         multiarch implementations.
14422         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14423         (__libc_ifunc_impl_list): Likewise.
14424         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
14425         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
14426         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
14427         multiarch stpcpy for PPC64.
14428
14429         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
14430         multiarch implementations.
14431         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14432         (__libc_ifunc_impl_list): Likewise.
14433         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
14434         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
14435         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
14436         multiarch strcpy for PPC64.
14437
14438         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
14439         redefine function name.
14440         (_wordcopy_fwd_dest_aligned): Likewise.
14441         (_wordcopy_bwd_aligned): Likewise.
14442         (_wordcopy_bwd_dest_aligned): Likewise.
14443         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
14444         multiarch implementations.
14445         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14446         (__libc_ifunc_impl_list): Likewise.
14447         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
14448         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
14449         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
14450         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
14451         multiarch wcscpy for PPC64.
14452
14453         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
14454         multiarch implementations.
14455         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14456         (__libc_ifunc_impl_list): Likewise.
14457         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
14458         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
14459         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
14460         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
14461         multiarch wcscpy for PPC64.
14462
14463         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
14464         multiarch implementations.
14465         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14466         (__libc_ifunc_impl_list): Likewise.
14467         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
14468         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
14469         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
14470         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
14471         multiarch wcsrchr for PPC64.
14472
14473         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
14474         multiarch implementations.
14475         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14476         (__libc_ifunc_impl_list): Likewise.
14477         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
14478         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
14479         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
14480         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
14481         multiarch wcschr for PPC64.
14482
14483         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
14484         multiarch implementations.
14485         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14486         (__libc_ifunc_impl_list): Likewise.
14487         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
14488         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
14489         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
14490         multiarch strchrnul for PPC64.
14491
14492         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
14493         implementations.
14494         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14495         (__libc_ifunc_impl_list): Likewise.
14496         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
14497         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
14498         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
14499         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
14500         strchr for PPC64.
14501
14502         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
14503         implementations.
14504         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14505         (__libc_ifunc_impl_list): Likewise.
14506         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
14507         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
14508         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
14509         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
14510         strncmp for PPC64.
14511
14512         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
14513         multiarch implementations.
14514         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14515         (__libc_ifunc_impl_list): Likewise.
14516         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
14517         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
14518         strncasecmp for PPC64.
14519         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
14520         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
14521         multiarch strncasecmp_l for PPC64.
14522
14523         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
14524         multiarch implementations.
14525         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14526         (__libc_ifunc_impl_list): Likewise.
14527         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
14528         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
14529         multiarch strcasecmp for PPC64.
14530         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
14531         file.
14532         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
14533         multiarch strcasecmp_l for PPC64.
14534
14535         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
14536         implementations.
14537         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14538         (__libc_ifunc_impl_list): Likewise.
14539         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
14540         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
14541         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
14542         strnlen for PPC64.
14543
14544         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
14545         implementations.
14546         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14547         (__libc_ifunc_impl_list): Likewise.
14548         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
14549         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
14550         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
14551         strlen for PPC64.
14552
14553         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
14554         implementations.
14555         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14556         (__libc_ifunc_impl_list): Likewise.
14557         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
14558         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
14559         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
14560         rawmemrchr for PPC64.
14561
14562         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
14563         implementation.
14564         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14565         (__libc_ifunc_impl_list): Likewise.
14566         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
14567         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
14568         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
14569         memrchr for PPC64.
14570
14571         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
14572         implementation.
14573         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14574         (__libc_ifunc_impl_list): Likewise.
14575         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
14576         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
14577         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
14578         memchr for PPC64.
14579
14580         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
14581         implementation.
14582         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14583         (__libc_ifunc_impl_list): Likewise.
14584         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
14585         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
14586         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
14587         mempcpy for PPC64.
14588
14589         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
14590         avoid cretion of __bzero symbol.
14591         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
14592         Likewise.
14593         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
14594         Likewise.
14595         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
14596         Likewise.
14597         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
14598         multiarch implementations.
14599         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14600         (__libc_ifunc_impl_list): Likewise.
14601         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
14602         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
14603         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
14604         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
14605         bzero for PPC32.
14606         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
14607         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
14608         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
14609         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
14610         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
14611         memset for PPC64.
14612         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
14613
14614         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
14615         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
14616         implementations.
14617         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14618         (__libc_ifunc_impl_list): Likewise.
14619         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
14620         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
14621         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
14622         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
14623         memcmp for PPC64.
14624
14625         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
14626         multiarch for POWER/PPC64.
14627         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
14628         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
14629         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
14630         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
14631         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
14632         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
14633         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
14634         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
14635         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
14636         memcpy for PPC64.
14637
14638         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
14639         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
14640         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
14641         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
14642         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
14643         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
14644         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
14645         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
14646         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
14647         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
14648         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
14649         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
14650         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
14651         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
14652         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
14653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
14654         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
14655         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
14656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
14657         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
14658         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
14659         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
14660
14661 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14662
14663         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
14664
14665 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
14666
14667         * benchtests/Makefile (bench): Add exp2 and log2.
14668         (LDLIBS-bench-exp2): Add -lm.
14669         (LDLIBS-bench-log2): Likewise.
14670         * benchtests/exp2-inputs: New inputs file.
14671         * benchtests/log2-inputs: New inputs file.
14672         * benchtests/log-inputs: Add new inputs.
14673         * benchtests/tan-inputs: Likewise.
14674
14675 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
14676
14677         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
14678         definition...
14679         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
14680         (csloww2): ... from here.
14681
14682         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
14683         instead of structures.
14684         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
14685         (POLYNOMIAL): Likewise.
14686         (TAYLOR_SLOW): Likewise.
14687         (__sin): Likewise.
14688         (__cos): Likewise.
14689         (slow1): Likewise.
14690         (slow2): Likewise.
14691         (sloww): Likewise.
14692         (sloww1); Likewise.
14693         (sloww2): Likewise.
14694         (bsloww1): Likewise.
14695         (bsloww2): Likewise.
14696         (cslow2): Likewise.
14697         (csloww): Likewise.
14698         (csloww1): Likewise.
14699         (csloww2): Likewise.
14700
14701 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
14702
14703         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
14704         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
14705         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
14706         * malloc/hooks.c (realloc_check): Likewise.
14707
14708         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
14709         * malloc/arena.c: Remove PER_THREAD conditional.
14710         [!PER_THREAD]: Remove code.
14711         (ptmalloc_unlock_all2): Likewise.
14712         (ptmalloc_init): Likewise.
14713         (_int_new_arena): Likewise.
14714         (arena_get2): Likewise.
14715         * malloc/hooks.c (__malloc_get_state): Likewise.
14716         (__malloc_set_state): Likewise.
14717         * malloc/malloc.c: Likewise.
14718         (struct malloc_state): Likewise.
14719         (struct malloc_par): Likewise.
14720         (__libc_realloc): Likewise.
14721         (__libc_mallopt): Likewise.
14722
14723 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14724
14725         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
14726
14727 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
14728
14729         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
14730         macro to a function.  Check for zero perturb_byte.
14731         (_int_malloc, _int_free): Remove zero perturb_byte checks.
14732
14733         * malloc/malloc.c: (force_reg): Remove.
14734         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
14735         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
14736         force_reg by atomic_forced_read.
14737         * malloc/arena.c (ptmalloc_init): Likewise.
14738         * malloc/hooks.c (top_check): Likewise.
14739
14740 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14741
14742         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14743
14744 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
14745
14746         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14747
14748 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
14749
14750         * math/auto-libm-test-in: Add tests of lgamma.
14751         * math/auto-libm-test-out: Regenerated.
14752         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
14753         (M_LOG_2_SQRT_PIl): Likewise.
14754         (lgamma_test_data): Use AUTO_TESTS_f_f1.
14755         * math/gen-auto-libm-tests.c (func_calc_method): Add value
14756         mpfr_f_f1.
14757         (func_calc_desc): Add mpfr_f_f1 union field.
14758         (ARGS1): New macro.
14759         (ARGS2): Likewise.
14760         (ARGS3): Likewise.
14761         (ARGS4): Likewise.
14762         (RET1): Likewise.
14763         (RET2): Likewise.
14764         (CALC): Likewise.
14765         (FUNC): Likewise.
14766         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
14767         (test_functions): Add lgamma.
14768         (calc_generic_results): Handle mpfr_f_f1.
14769         * sysdeps/i386/fpu/libm-test-ulps: Update.
14770         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14771
14772 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14773
14774         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
14775         __mpn_add_n for PowerPC64/POWER7.
14776         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
14777         __mpn_sub_n for PowerPC64/POWER7.
14778
14779         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
14780         __mpn_addmul_1 for PowerPC64.
14781         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
14782         __mpn_submul_1 for PowerPC64.
14783         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
14784         for PowerPC64.
14785         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
14786         for PowerPC64.
14787
14788 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
14789
14790         [BZ #15089]
14791         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
14792
14793 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14794
14795         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
14796
14797         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
14798         add multiarch folders.
14799         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
14800         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
14801         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
14802         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
14803         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
14804         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
14805         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
14806         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
14807         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
14808         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
14809         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
14810         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
14811         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
14812         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
14813         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
14814         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
14815         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
14816
14817         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
14818         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
14819         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
14820         New file.
14821         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
14822         New file.
14823         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
14824         multiarch __ieee754_hypot for PowerPC32.
14825         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
14826         New file.
14827         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
14828         New file.
14829         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
14830         multiarch __ieee754_hypotf for PowerPC32.
14831
14832         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
14833         long_double_symbol only if __logbl is defined.
14834         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
14835         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
14836         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
14837         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
14838         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
14839         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
14840         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
14841         path for implementation.
14842         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
14843         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
14844         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
14845         logb, and logbl multiarch implementations for PowerPC32.
14846         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
14847         file.
14848         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
14849         file.
14850         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
14851         multiarch logb for PowerPC32.
14852         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
14853         file.
14854         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
14855         file.
14856         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
14857         multiarch logbf for PowerPC32.
14858         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
14859         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
14860         file.
14861         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
14862         multiarch logbl implementation for PowerPC32.
14863
14864         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
14865         and modff multiarch implementations.
14866         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
14867         New file.
14868         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
14869         New file.
14870         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
14871         multiarch modf for PowerPC32.
14872         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
14873         New file.
14874         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
14875         New file.
14876         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
14877         multiarch modff for PowerPC32.
14878
14879         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
14880         and lrintf multiarch implementations.
14881         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
14882         New file.
14883         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
14884         New file.
14885         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
14886         multiarch lrint for PowerPC32.
14887         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
14888         file: multiarch lrintf for PowerPC32.
14889
14890         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
14891         and lroundf multiarch implementations.
14892         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
14893         New file.
14894         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
14895         New file.
14896         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
14897         New file.
14898         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
14899         multiarch lround for PowerPC32.
14900         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
14901         file: multiarch lroundf for PowerPC32.
14902
14903         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
14904         copysign and copysignf multiarch implementations.
14905         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
14906         New file.
14907         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
14908         New file.
14909         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
14910         file: multiarch copysign for PowerPC32.
14911         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
14912         file: multiarch copysignf for PowerPC32.
14913
14914         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
14915         and truncf multiarch implementations.
14916         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
14917         New file.
14918         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
14919         file.
14920         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
14921         multiarch trunc for PowerPC32.
14922         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
14923         New file.
14924         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
14925         New file.
14926         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
14927         multiarch truncf for PowerPC32.
14928
14929         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
14930         and roundf multiarch implementations.
14931         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
14932         New file.
14933         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
14934         file.
14935         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
14936         multiarch round for PowerPC32.
14937         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
14938         New file.
14939         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
14940         New file.
14941         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
14942         multiarch roundf for PowerPC32.
14943
14944         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
14945         and floorf multiarch implementations.
14946         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
14947         New file.
14948         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
14949         file.
14950         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
14951         multiarch floor for PowerPC32.
14952         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
14953         New file.
14954         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
14955         New file.
14956         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
14957         multiarch floorf for PowerPC32.
14958
14959         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
14960         and ceilf multiarch implementations.
14961         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
14962         New file.
14963         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
14964         file.
14965         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
14966         multiarch ceil for PowerPC32.
14967         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
14968         New file.
14969         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
14970         file.
14971         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
14972         multiarch ceilf for PowerPC32.
14973
14974         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
14975         is defined.
14976         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
14977         FINITEF is defined.
14978         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
14979         and finitef multiarch implementations.
14980         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
14981         New file.
14982         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
14983         file.
14984         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
14985         multiarch finite for PowerPC32.
14986         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
14987         New file.
14988         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
14989         file: multiarch finitef for PowerPC32.
14990
14991         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
14992         and isinff multiarch implementations.
14993         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
14994         file.
14995         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
14996         file.
14997         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
14998         multiarch isinf for PowerPC32.
14999         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
15000         New file.
15001         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
15002         multiarch isinff for PowerPC32.
15003
15004         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
15005         alias when __isnan is defined.
15006         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
15007         and isnanf multiarch implementations.
15008         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
15009         file.
15010         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
15011         file.
15012         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
15013         file.
15014         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
15015         file.
15016         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
15017         multiarch isnan for PowerPC32.
15018         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
15019         New file.
15020         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
15021         New file.
15022         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
15023         multiarch isnanf for PowerPC32.
15024
15025         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
15026         and sqrtf multiarch implementations.
15027         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
15028         file.
15029         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
15030         file.
15031         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
15032         multiarch sqrt for PowerPC32.
15033         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
15034         file.
15035         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
15036         file.
15037         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
15038         multiarch sqrtf for PowerPC32.
15039
15040         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
15041         and llroundf multiarch implementations.
15042         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
15043         New file.
15044         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
15045         New file.
15046         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
15047         New file.
15048         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
15049         file: multiarch llround for PowerPC32.
15050         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
15051         file: multiarch llroundf for PowerPC32.
15052
15053         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
15054         multiarch PowerPC32 fpu implementations.
15055         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
15056         New file.
15057         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
15058         New file.
15059         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
15060         multiarch llrint for PowerPC32.
15061         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
15062         New file.
15063         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
15064         New file.
15065         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
15066         file.
15067
15068         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
15069
15070         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
15071         file.
15072         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
15073         file.
15074         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
15075         file.
15076         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
15077         multiarch wordcopy for PPC32.
15078         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
15079         wordcopy objects.
15080         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15081         (__libc_ifunc_impl_list): Likewise.
15082         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
15083         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
15084         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
15085         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
15086         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
15087         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
15088
15089         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
15090         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
15091         file.
15092         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
15093         file.
15094         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
15095         file.
15096         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
15097         multiarch wcscpy for PPC32.
15098         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
15099         multiarch objects.
15100         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15101         (__libc_ifunc_impl_list): Likewise.
15102         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
15103         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
15104         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
15105         sysdeps/powerpc/power6/wcscpy.c.
15106
15107         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
15108         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
15109         file.
15110         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
15111         file.
15112         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
15113         file.
15114         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
15115         multiarch wcsrchr for PPC32.
15116         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
15117         multiarch objects.
15118         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15119         (__libc_ifunc_impl_list): Likewise.
15120         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
15121         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
15122         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
15123         sysdeps/powerpc/power6/wcsrchr.c.
15124
15125         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
15126         file.
15127         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
15128         file.
15129         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
15130         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
15131         multiarch wcschr for PPc32.
15132         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
15133         multiarch objects.
15134         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15135         (__libc_ifunc_impl_list): Likewise.
15136         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
15137         * sysdeps/powerpc/power6/wcschr.c: ... to here.
15138         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
15139         sysdeps/powerpc/power6/wcschr.c.
15140
15141         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
15142         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
15143         file.
15144         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
15145         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
15146         file: multiarch strchr for PPC32.
15147         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
15148         multiarch objects.
15149         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15150         (__libc_ifunc_impl_list): Likewise.
15151
15152         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
15153         name.
15154         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
15155         file.
15156         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
15157         file.
15158         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
15159         multiarch strchrnul for PPC32.
15160         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
15161         multiarch objects.
15162         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15163         (__libc_ifunc_impl_list): Likewise.
15164
15165         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
15166         file.
15167         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
15168         multiarch strncasecmp for PPC32.
15169         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
15170         file.
15171         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
15172         multiarch strncasecmp_l for PPC32.
15173         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
15174         strncasecmp multiarch objects.
15175         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15176         (__libc_ifunc_impl_list): Likewise.
15177
15178         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
15179         file.
15180         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
15181         multiarch strncasecmp for PPC32.
15182         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
15183         New file.
15184         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
15185         multiarch strcasecmp_l for PPC32.
15186         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
15187         multiarch objects.
15188         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15189         (__libc_ifunc_impl_list): Likewise.
15190
15191         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
15192         file.
15193         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
15194         file.
15195         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
15196         multiarch strncmp for PPC32.
15197         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
15198         multiarch objects.
15199         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15200         (__libc_ifunc_impl_list): Likewise.
15201
15202         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
15203         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
15204         file.
15205         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
15206         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
15207         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
15208         multiarch objects.
15209         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15210         (__libc_ifunc_impl_list): Likewise.
15211
15212         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
15213         file.
15214         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
15215         file.
15216         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
15217         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
15218         multiarch objects.
15219         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15220         (__libc_ifunc_impl_list): Likewise.
15221
15222         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
15223         file.
15224         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
15225         file.
15226         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
15227         multiarch rawmemchr for PPC32.
15228         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
15229         multiarch objects.
15230         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15231         (__libc_ifunc_impl_list): Likewise.
15232
15233         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
15234         file.
15235         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
15236         file.
15237         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
15238         file: memrchr multiarch for PPC32.
15239         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
15240         multiarch objects.
15241         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15242         (__libc_ifunc_impl_list): Likewise.
15243
15244         * string/memchr.c (__memchr): Using macro to redefine symbol name.
15245         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
15246         file.
15247         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
15248         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
15249         multiarch memchr for PPC32.
15250         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
15251         multiarch objects.
15252         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
15253         (__libc_ifunc_impl_list): Likewise.
15254
15255         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
15256         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
15257         file.
15258         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
15259         file.
15260         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
15261         file: multiarch mempcpy for PPC32.
15262         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
15263         multiarch objects.
15264         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
15265         (__libc_ifunc_impl_list): Likewise.
15266
15267         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
15268         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
15269         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
15270         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
15271         multiarch bzero for PPC32.
15272         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
15273         file.
15274         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
15275         file.
15276         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
15277         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
15278         file: multiarch memset for PPC32.
15279         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
15280         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
15281         memset multiarch objects.
15282         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
15283         (__libc_ifunc_impl_list): Likewise.
15284
15285         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
15286         file.
15287         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
15288         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
15289         memcmp for PPC32.
15290         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
15291         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
15292         multiarch objects.
15293         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
15294         (__libc_ifunc_impl_list): Likewise.
15295
15296         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
15297         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
15298         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
15299         file.
15300         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
15301         file.
15302         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
15303         file.
15304         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
15305         multiarch memcpy for PPC32.
15306         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
15307         multiarch objects.
15308         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
15309         (__libc_ifunc_impl_list): Likewise.
15310
15311         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
15312         support multiarch for POWER/PPC32.
15313         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
15314         Likewise.
15315         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
15316         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
15317         Implies file to make multiarch folder appers before the fpu and
15318         default folder for power4 configuration.
15319
15320 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15321
15322         * scripts/bench.pl: Append volatile keyword to type.
15323
15324 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15325
15326         * sysdeps/sh/sotruss-lib.c: New file.
15327         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
15328
15329 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15330
15331         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15332
15333 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
15334
15335         [BZ #6810]
15336         * math/w_tgamma.c: Include <errno.h>.
15337         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
15338         * math/w_tgammaf.c: Include <errno.h>.
15339         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
15340         * math/w_tgammal.c: Include <errno.h>.
15341         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
15342         * math/auto-libm-test-in: Do not allow missing errno on tgamma
15343         underflow.  Add more tgamma tests.
15344         * math/auto-libm-test-out: Regenerated.
15345         * sysdeps/i386/fpu/libm-test-ulps: Update.
15346         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15347
15348         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
15349         sin, sinh, tan, tanh, tgamma, y0 and y1.
15350         * math/auto-libm-test-out: Regenerated.
15351         * math/libm-test.inc (TEST_COND_x86_64): New macro.
15352         (TEST_COND_x86): Likewise.
15353         (M_E2l): Remove macro.
15354         (M_E3l): Likewise.
15355         (M_2_SQRT_PIl): Likewise.
15356         (M_SQRT_PIl): Likewise.
15357         (M_1_DIV_El): Likewise.
15358         (log_test_data): Use AUTO_TESTS_f_f.
15359         (log10_test_data): Likewise.
15360         (log1p_test_data): Likewise.
15361         (log2_test_data): Likewise.
15362         (sin_test_data): Likewise.
15363         (sin_tonearest_test_data): Likewise.
15364         (sin_towardzero_test_data): Likewise.
15365         (sin_downward_test_data): Likewise.
15366         (sin_upward_test_data): Likewise.
15367         (sinh_test_data): Likewise.
15368         (sinh_tonearest_test_data): Likewise.
15369         (sinh_towardzero_test_data): Likewise.
15370         (sinh_downward_test_data): Likewise.
15371         (sinh_upward_test_data): Likewise.
15372         (tan_test_data): Likewise.
15373         (tan_tonearest_test_data): Likewise.
15374         (tan_towardzero_test_data): Likewise.
15375         (tan_downward_test_data): Likewise.
15376         (tan_upward_test_data): Likewise.
15377         (tanh_test_data): Likewise.
15378         (tgamma_test_data): Likewise.
15379         (y0_test_data): Likewise.
15380         (y1_test_data): Likewise.
15381         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
15382         (special_real_inputs): Add pi/4.
15383         * sysdeps/i386/fpu/libm-test-ulps: Update.
15384         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15385
15386 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15387
15388         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
15389         "longjmp_target" static probes.
15390         (__longjmp): Rename to __longjmp_symbol.
15391         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
15392         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
15393         on which longjmp to generate.
15394         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
15395         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
15396         probe.
15397         (__sigsetjmp): Rename to __sigsetjmp_symbol.
15398         (__sigjmp_save): Rename to __sigjmp_save_symbol.
15399         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
15400         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
15401         and __sigjmp_save_symbol based on which sigsetjmp to generated.
15402         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
15403         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
15404         __longjmp_symbol based on which __longjmp to generate.
15405         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
15406         probe.
15407         (setjmp): Rename to setjmp_symbol.
15408         (__sigsetjmp): Rename to __sigsetjmp_symbol.
15409         (_setjmp): Rename to _setjmp_symbol.
15410         (__sigsetjmp): Rename to __sigsetjmp_symbol.
15411         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
15412         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
15413         which setjmp to generate.
15414         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
15415         "longjmp_target" static probes.
15416
15417 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15418
15419         * benchtests/README: Add note about output arguments.
15420         * benchtests/bench-sincos.c: Remove file.
15421         * benchtests/sincos-inputs: New file.
15422         * scripts/bench.pl: Identify output arguments and define
15423         static variables for them.
15424
15425         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
15426
15427         [BZ #15941]
15428         * Makefile (INSTALL): Add install-plain.texi as the primary
15429         dependency.
15430         * manual/install-plain.texi: New file.
15431         * manual/install.texi: Include node directive only for
15432         non-plaintext output.
15433
15434 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
15435
15436         * stdlib/longlong.h: Update from GCC.
15437
15438         [BZ #6807]
15439         [BZ #15901]
15440         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
15441         * math/w_j0f.c (y0f): Likewise.
15442         * math/w_j0l.c (__y0l): Likewise.
15443         * math/w_j1.c (y1): Likewise.
15444         * math/w_j1f.c (y1f): Likewise.
15445         * math/w_j1l.c (__y1l): Likewise
15446         * math/w_jn.c (yn): Likewise.
15447         * math/w_jnf.c (ynf): Likewise.
15448         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
15449         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
15450         value for Bessel function domain errors outside _SVID_ mode.
15451         Adjust sign of return value for yn (negative integer, 0).
15452         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
15453         by zero in return for negative x and set sign appropriately for
15454         negative n.
15455         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
15456         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
15457         * math/libm-test.inc (y0_test_data): Add more tests and adjust
15458         expectations in error cases.
15459         (y1_test_data): Likewise.
15460         (yn_test_data): Likewise.
15461         * sysdeps/i386/fpu/libm-test-ulps: Update.
15462         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15463
15464 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15465
15466         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
15467         "64" to "64-v1".  Add "64-v2".
15468         (abi-64-options): Rename to ...
15469         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
15470         (abi-64-condition): Rename to ...
15471         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
15472         (abi-64-ld-soname): Rename to ...
15473         (abi-64-v1-ld-soname): ... this.
15474         (abi-64-v2-options): Define.
15475         (abi-64-v2-condition): Likewise.
15476         (abi-64-v2-ld-soname): Likewise.
15477         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
15478         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
15479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
15480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
15481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
15482
15483 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15484             Alan Modra  <amodra@gmail.com>
15485
15486         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
15487         New versions for use with the ELFv2 ABI.
15488         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
15489         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
15490         declaration.
15491         (struct La_ppc64v2_retval): Likewise.
15492         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
15493         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
15494         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
15495         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
15496         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
15497         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
15498         Do not save or restore CR.
15499         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
15500         (_dl_profile_resolve): Do no save or restore CR.  Support extended
15501         return values for ELFv2 ABI.  Fix location of FPR return registers.
15502         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
15503         updated values for _CALL_ELF == 2.
15504         (La_regs, La_retval, int_retval): Likewise.
15505
15506 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15507
15508         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
15509         (FRAME_MIN_SIZE_PARM): Likewise.
15510         (FRAME_BACKCHAIN): Likewise.
15511         (FRAME_CR_SAVE): Likewise.
15512         (FRAME_LR_SAVE): Likewise.
15513         (FRAME_TOC_SAVE): Likewise.
15514         (FRAME_PARM_SAVE): Likewise.
15515         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
15516         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
15517         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
15518         (call_mcount_parm_offset): New macro.
15519         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
15520         (PROF): Use symbolic stack frame offsets.
15521         (TAIL_CALL_SYSCALL_ERROR): Likewise.
15522         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
15523         Redefine in terms of FRAME_MIN_SIZE.
15524         (_dl_runtime_resolve): Use symbolic stack frame offsets.
15525         (_dl_profile_resolve): Likewise.  Update comment.
15526         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
15527         symbols stack frame offsets.
15528         (__sigsetjmp): Likewise.
15529         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
15530         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
15531         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
15532         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
15533
15534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
15535         (FRAME_BACKCHAIN): Remove.
15536         (FRAME_CR_SAVE): Likewise.
15537         (FRAME_LR_SAVE): Likewise.
15538         (FRAME_COMPILER_DW): Likewise.
15539         (FRAME_LINKER_DW): Likewise.
15540         (FRAME_TOC_SAVE): Likewise.
15541         (FRAME_PARM_SAVE): Likewise.
15542         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
15543         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
15544         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
15545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
15546         (CHECK_SP): Use symbolic stack frame offsets.
15547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
15548         zone" instead of caller's parameter save area for temp storage.
15549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
15550         Likewise.  Also, use symbolic stack frame offsets.
15551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
15552         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
15553         our own stack frame instead of the caller's.
15554         (__socket): Use symbolic stack frame offsets.
15555
15556 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15557             Alan Modra  <amodra@gmail.com>
15558
15559         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
15560         Define.
15561         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
15562         (PPC64_LOCAL_ENTRY_OFFSET): Define.
15563         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
15564         New function.
15565         (elf_machine_fixup_plt): Call it.
15566         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
15567         reloc arguments.
15568         (elf_machine_rela): Update call to elf_machine_plt_conflict.
15569         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
15570         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
15571         r2 before calling target.
15572
15573 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15574             Alan Modra  <amodra@gmail.com>
15575
15576         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
15577         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
15578         versions of macros to support ELFv2 ABI.
15579         (LOCALENTRY): New macro.
15580         (ENTRY, EALIGN): Use it.
15581         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
15582         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
15583         fall through into ENTRY entry point.
15584         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
15585         Only define if _CALL_ELF != 2.
15586
15587         (elf_machine_matches_host): Verify ABI version matches.
15588         (RTLD_START): Use LOCALENTRY.
15589         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
15590         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
15591         (PLT_ENTRY_WORDS): New macro.
15592         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
15593         (elf_machine_runtime_setup): Support ELFv2 ABI.
15594         (elf_machine_fixup_plt): Likewise.
15595         (elf_machine_plt_conflict): Likewise.
15596         (resolve_ifunc): Likewise.
15597         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15598         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
15599         Likewise.
15600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
15601         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
15602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
15603         (makecontext): Support ELFv2 ABI.
15604         * elf/elf.h (EF_PPC64_ABI): Define.
15605
15606 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15607
15608         * sysdeps/powerpc/powerpc64/sysdep.h
15609         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
15610         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
15611         (ENTRY) [ASSEMBLER]: ... but instead here ...
15612         (EALIGN) [ASSEMBLER]: ... and here.
15613         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
15614         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
15615         (ENTRY_2) [!ASSEMBLER]: Use it.
15616         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
15617         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
15618         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
15619         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
15620         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
15621         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
15622         Use PPC64_LOAD_FUNCPTR.
15623
15624         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
15625
15626 2013-12-04  Alan Modra  <amodra@gmail.com>
15627
15628         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
15629         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
15630         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
15631         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
15632
15633         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
15634         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
15635         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
15636         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
15637         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
15638         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
15639
15640 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15641
15642         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
15643         (__makecontext): Fix incorrect CFI when backtracing out of
15644         context created via makecontext.
15645         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
15646         (__setcontext): Fix incorrect CFI during switch to new context.
15647         (__novec_setcontext): Likewise.
15648
15649 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
15650
15651         [BZ #4772]
15652         * time/strptime_l.c (__strptime_internal): Allow modifiers
15653         in strptime.
15654         * time/tst-strptime.c (day_tests): Add testcase.
15655
15656 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15657
15658         * scripts/bench.pl: Skip over blank lines.
15659
15660 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15661
15662         [BZ #926]
15663         * manual/time.texi (Calendar Time): Clarify what timezone functions
15664         use.
15665
15666 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15667
15668         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15669
15670 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
15671
15672         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
15673         implementation.
15674         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
15675         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
15676         * debug/memset_chk.c (__memset_chk): Likewise.
15677         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
15678         * debug/strncpy_chk.c: Likewise.
15679
15680 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
15681
15682         [BZ #15268]
15683         [BZ #15425]
15684         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
15685         (__ieee754_exp): For possibly underflowing results, check size of
15686         result and force underflow exception if required.
15687         * math/auto-libm-test-in: Add more tests of exp.
15688         * math/auto-libm-test-out: Regenerated.
15689         * sysdeps/i386/fpu/libm-test-ulps: Update.
15690         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15691
15692         [BZ #16283]
15693         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
15694         * math/w_exp2f.c (__exp2f): Likewise.
15695         * math/w_exp2l.c (__exp2l): Likewise.
15696         * math/auto-libm-test-in: Do not allow missing errno on exp2
15697         underflow.
15698         * math/auto-libm-test-out: Regenerated.
15699
15700 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
15701
15702         [BZ #16274]
15703         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
15704         handle filename validation.
15705         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
15706         (do_open): Delete.
15707
15708 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
15709
15710         [BZ #6786]
15711         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
15712         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
15713         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
15714         <float.h>.
15715         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
15716         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
15717         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15718         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
15719         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15720         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
15721         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15722         * math/auto-libm-test-in: Don't allow missing errno from erfc.
15723         Add more erfc tests.
15724         * math/auto-libm-test-out: Regenerated.
15725         * sysdeps/i386/fpu/libm-test-ulps: Update.
15726         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15727
15728         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
15729         exp2, expm1, j0 and j1.
15730         * math/auto-libm-test-out: Regenerated.
15731         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
15732         (erfc_test_data): Likewise.
15733         (exp_test_data): Likewise.
15734         (exp_tonearest_test_data): Likewise.
15735         (exp_towardzero_test_data): Likewise.
15736         (exp_downward_test_data): Likewise.
15737         (exp_upward_test_data): Likewise.
15738         (exp10_test_data): Likewise.
15739         (exp2_test_data): Likewise.
15740         (expm1_test_data): Likewise.
15741         (j0_test_data): Likewise.
15742         (j1_test_data): Likewise.
15743         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
15744         (input_flag_type): Add flag_xfail_rounding.
15745         (input_flags): Add xfail-rounding.
15746         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
15747         (output_for_one_input_case): Handle flag_xfail_rounding.
15748         * sysdeps/i386/fpu/libm-test-ulps: Update.
15749         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15750
15751 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
15752
15753         [BZ #16289]
15754         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
15755         division by 0.
15756
15757 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
15758
15759         [BZ #16195]
15760         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
15761         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
15762         (STAP_PROBE0): New macro.
15763         (STAP_PROBE1): Likewise.
15764         (STAP_PROBE2): Likewise.
15765         (STAP_PROBE3): Likewise.
15766         (STAP_PROBE4): Likewise.
15767
15768 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
15769
15770         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
15771
15772 2013-12-02  Steve Ellcey  <sellcey@mips.com>
15773
15774         * benchtests/Makefile (bench): Add sqrt.
15775         (LDLIBS-bench-sqrt): New.
15776         * benchtests/sqrt-input: New.
15777
15778 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
15779
15780         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
15781         (GAIH_EAI): Likewise.
15782         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
15783         (gaih_inet): Likewise.
15784         (getaddrinfo): Don't use GAIH_EAI.
15785
15786         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
15787         (struct gaih): Remove definition.
15788
15789 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
15790
15791         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
15792         Use HERRNOP directly.
15793
15794 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15795
15796         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15797
15798 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
15799
15800         * math/gen-auto-libm-tests.c (test_functions): Add more
15801         single-argument functions.
15802         (special_fill_pi_2): New function.
15803         (special_fill_minus_pi_2): Likewise.
15804         (special_fill_pi_6): Likewise.
15805         (special_fill_minus_pi_6): Likewise.
15806         (special_fill_pi_3): Likewise.
15807         (special_fill_2pi_3): Likewise.
15808         (special_fill_e): Likewise.
15809         (special_fill_1_e): Likewise.
15810         (special_fill_e_minus_1): Likewise.
15811         (special_real_inputs): Add more special inputs.
15812         (output_for_one_input_case): Do not require ERANGE on underflow to
15813         zero if round-to-nearest result does not underflow to zero, unless
15814         exact results required.
15815         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
15816         atan, atanh, cbrt, cos and cosh.
15817         * math/auto-libm-test-out: Regenerated.
15818         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
15819         (acos_tonearest_test_data): Likewise.
15820         (acos_towardzero_test_data): Likewise.
15821         (acos_downward_test_data): Likewise.
15822         (acos_upward_test_data): Likewise.
15823         (acosh_test_data): Likewise.
15824         (asin_test_data): Likewise.
15825         (asin_tonearest_test_data): Likewise.
15826         (asin_towardzero_test_data): Likewise.
15827         (asin_upward_test_data): Likewise.
15828         (asinh_test_data): Likewise.
15829         (atan_test_data): Likewise.
15830         (atanh_test_data): Likewise.
15831         (cbrt_test_data): Likewise.
15832         (cos_test_data): Likewise.
15833         (cos_tonearest_test_data): Likewise.
15834         (cos_towardzero_test_data): Likewise.
15835         (cos_downward_test_data): Likewise.
15836         (cos_upward_test_data): Likewise.
15837         (cosh_test_data): Likewise.
15838         (cosh_tonearest_test_data): Likewise.
15839         (cosh_towardzero_test_data): Likewise.
15840         (cosh_downward_test_data): Likewise.
15841         (cosh_upward_test_data): Likewise.
15842         * sysdeps/i386/fpu/libm-test-ulps: Update.
15843         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15844
15845 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
15846
15847         [BZ #6787]
15848         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
15849         * math/w_exp10f.c (__exp10f): Likewise.
15850         * math/w_exp10l.c (__exp10l): Likewise.
15851         * math/libm-test.inc (exp10_test_data): Add more tests and expect
15852         errno settings in existing tests.
15853
15854         [BZ #14032]
15855         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
15856         precision control set to double precision.
15857         * sysdeps/i386/fpu/w_sqrt.c: New file.
15858         * math/auto-libm-test-in: Add more tests.
15859         * math/auto-libm-test-out: Update.
15860
15861         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
15862         (sqrt_test_tonearest): New function.
15863         (sqrt_towardzero_test_data): New variable.
15864         (sqrt_test_towardzero): New function.
15865         (sqrt_downward_test_data): New variable.
15866         (sqrt_test_downward): New function.
15867         (sqrt_upward_test_data): New variable.
15868         (sqrt_test_upward): New function.
15869         (main): Call the new functions.
15870
15871         * math/gen-auto-libm-tests.c: New file.
15872         * math/auto-libm-test-in: Likewise.
15873         * math/auto-libm-test-out: New generated file.
15874         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
15875         variables.
15876         (%beautify): Add generated representations of zero.
15877         (top level): Set $auto_input and call parse_auto_input.
15878         (beautify): Remove trailing "f" from hex float constants.
15879         (parse_args): Handle XFAIL_TEST.
15880         (convert_condition): New function.
15881         (or_value): Likewise.
15882         (or_cond_value): Likewise.
15883         (generate_testfile): Handle AUTO_TESTS_* lines.
15884         (parse_auto_input): New function.
15885         * math/libm-test.inc (XFAIL_TEST): New macro.
15886         (ERRNO_UNCHANGED): Update value.
15887         (ERRNO_EDOM): Likewise.
15888         (ERRNO_ERANGE): Likewise.
15889         (IGNORE_RESULT): Likewise.
15890         (TEST_COND_flt_32): New macro.
15891         (TEST_COND_dbl_64): Likewise.
15892         (TEST_COND_ldbl_96_intel): Likewise.
15893         (TEST_COND_ldbl_96_m68k): Likewise.
15894         (TEST_COND_ldbl_128): Likewise.
15895         (TEST_COND_ldbl_128ibm): Likewise.
15896         (TEST_COND_long32): Likewise.
15897         (TEST_COND_long64): Likewise.
15898         (TEST_COND_before_rounding): Likewise.
15899         (TEST_COND_after_rounding): Likewise.
15900         (enable_test): Handle XFAIL_TEST flag.
15901         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
15902         with finite results.
15903         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
15904         auto-libm-test-out.
15905
15906 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
15907             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15908
15909         [BZ #16214]
15910         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
15911         __tls_get_addr_internal instead of __tls_get_offset in order to
15912         avoid GOT pointer dependency.  Make rtld export
15913         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
15914         __tls_get_addr since we are a __tls_get_offset platform.
15915         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
15916         GOT pointer being set up before.
15917         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
15918
15919 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
15920
15921         * manual/math.texi (Errors in Math Functions): Document accuracy
15922         goals.
15923
15924         [BZ #15004]
15925         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
15926         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
15927         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
15928         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
15929         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
15930         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
15931         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
15932         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
15933         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
15934         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
15935         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
15936         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
15937         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
15938         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
15939         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
15940         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
15941
15942         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
15943         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
15944         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
15945         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
15946         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
15947         Likewise.
15948         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
15949         Likewise.
15950         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
15951         Likewise.
15952         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
15953         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
15954         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
15955         atomic-feupdateenv and flt-rounds.
15956         * sysdeps/powerpc/nofpu/Versions (libc): Add
15957         __atomic_feholdexcept, __atomic_feclearexcept,
15958         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
15959         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
15960         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
15961         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
15962         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
15963         here.
15964         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
15965         Update.
15966
15967         * manual/arith.texi (FP Exceptions): Document that exceptions may
15968         not be raised when matherr is used.
15969         (Math Error Reporting): Document overflow in directed rounding
15970         modes.  Document that errno may not be set when finite values are
15971         returned on overflow.  Document intent to set errno on underflow
15972         only for underflow to zero.
15973
15974         [BZ #16271]
15975         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
15976         round-to-nearest then adjust result for other rounding modes.
15977         * include/fenv.h (fegetround): Use libm_hidden_proto.
15978         * math/fegetround.c (fegetround): Use libm_hidden_def.
15979         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
15980         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
15981         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
15982         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
15983         Likewise.
15984         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
15985         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
15986         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
15987         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
15988
15989 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
15990
15991         [BZ #16077]
15992         * nss/Versions (libnss_files): Add
15993         _nss_files_gethostbyname3_r.
15994         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
15995         New function.
15996         (HOST_DB_LOOKUP): Remove macro.
15997         (_nss_files_gethostbyname_r): Implement function without the
15998         HOST_DB_LOOKUP macro.
15999         (_nss_files_gethostbyname2_r): Likewise.
16000
16001 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
16002
16003         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
16004
16005 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
16006
16007         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
16008         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
16009         warning.
16010
16011 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16012
16013         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
16014         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
16015         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
16016         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
16017         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
16018         __fe_nomask_env_priv and attribute_hidden.
16019         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
16020         (libc_feupdateenv_test_ppc): Likewise.
16021         (libc_feresetround_ppc): Likewise.
16022         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
16023         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
16024         compat_symbol macro.
16025         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
16026         (__fe_nomask_env): Likewise.
16027         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
16028
16029 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
16030
16031         * string/Makefile: Remove ifunc tests.
16032         * string/test-string.h: Define TEST_IFUNC.
16033         * string/test-bcopy-ifunc.c: Remove.
16034         * string/test-bzero-ifunc.c: Likewise.
16035         * string/test-memccpy-ifunc.c: Likewise.
16036         * string/test-memchr-ifunc.c: Likewise.
16037         * string/test-memcmp-ifunc.c: Likewise.
16038         * string/test-memcpy-ifunc.c: Likewise.
16039         * string/test-memmem-ifunc.c: Likewise.
16040         * string/test-memmove-ifunc.c: Likewise.
16041         * string/test-mempcpy-ifunc.c: Likewise.
16042         * string/test-memrchr-ifunc.c: Likewise.
16043         * string/test-memset-ifunc.c: Likewise.
16044         * string/test-rawmemchr-ifunc.c: Likewise.
16045         * string/test-stpcpy-ifunc.c: Likewise.
16046         * string/test-stpncpy-ifunc.c: Likewise.
16047         * string/test-strcasecmp-ifunc.c: Likewise.
16048         * string/test-strcasestr-ifunc.c: Likewise.
16049         * string/test-strcat-ifunc.c: Likewise.
16050         * string/test-strchr-ifunc.c: Likewise.
16051         * string/test-strchrnul-ifunc.c: Likewise.
16052         * string/test-strcmp-ifunc.c: Likewise.
16053         * string/test-strcpy-ifunc.c: Likewise.
16054         * string/test-strcspn-ifunc.c: Likewise.
16055         * string/test-strlen-ifunc.c: Likewise.
16056         * string/test-strncasecmp-ifunc.c: Likewise.
16057         * string/test-strncat-ifunc.c: Likewise.
16058         * string/test-strncmp-ifunc.c: Likewise.
16059         * string/test-strncpy-ifunc.c: Likewise.
16060         * string/test-strnlen-ifunc.c: Likewise.
16061         * string/test-strpbrk-ifunc.c: Likewise.
16062         * string/test-strrchr-ifunc.c: Likewise.
16063         * string/test-strspn-ifunc.c: Likewise.
16064         * string/test-strstr-ifunc.c: Likewise.
16065
16066 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
16067
16068         * benchtests/Makefile: Remove ifunc tests.
16069         * benchtests/bench-string.h: Define TEST_IFUNC.
16070         * benchtests/bench-bcopy-ifunc.c: Remove.
16071         * benchtests/bench-bzero-ifunc.c: Likewise.
16072         * benchtests/bench-memccpy-ifunc.c: Likewise.
16073         * benchtests/bench-memchr-ifunc.c: Likewise.
16074         * benchtests/bench-memcmp-ifunc.c: Likewise.
16075         * benchtests/bench-memcpy-ifunc.c: Likewise.
16076         * benchtests/bench-memmem-ifunc.c: Likewise.
16077         * benchtests/bench-memmove-ifunc.c: Likewise.
16078         * benchtests/bench-mempcpy-ifunc.c: Likewise.
16079         * benchtests/bench-memrchr-ifunc.c: Likewise.
16080         * benchtests/bench-memset-ifunc.c: Likewise.
16081         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
16082         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
16083         * benchtests/bench-stpcpy-ifunc.c: Likewise.
16084         * benchtests/bench-stpncpy-ifunc.c: Likewise.
16085         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
16086         * benchtests/bench-strcasestr-ifunc.c: Likewise.
16087         * benchtests/bench-strcat-ifunc.c: Likewise.
16088         * benchtests/bench-strchr-ifunc.c: Likewise.
16089         * benchtests/bench-strchrnul-ifunc.c: Likewise.
16090         * benchtests/bench-strcmp-ifunc.c: Likewise.
16091         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
16092         * benchtests/bench-strcpy-ifunc.c: Likewise.
16093         * benchtests/bench-strcspn-ifunc.c: Likewise.
16094         * benchtests/bench-strlen-ifunc.c: Likewise.
16095         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
16096         * benchtests/bench-strncat-ifunc.c: Likewise.
16097         * benchtests/bench-strncmp-ifunc.c: Likewise.
16098         * benchtests/bench-strncpy-ifunc.c: Likewise.
16099         * benchtests/bench-strnlen-ifunc.c: Likewise.
16100         * benchtests/bench-strpbrk-ifunc.c: Likewise.
16101         * benchtests/bench-strrchr-ifunc.c: Likewise.
16102         * benchtests/bench-strsep-ifunc.c: Likewise.
16103         * benchtests/bench-strspn-ifunc.c: Likewise.
16104         * benchtests/bench-strstr-ifunc.c: Likewise.
16105
16106 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
16107
16108         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
16109
16110 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
16111
16112         * resolv/netdb.h: Use __glibc_reserved instead __unused.
16113         * rt/aio.h: Likewise.
16114         * sysdeps/gnu/bits/utmp.h: Likewise.
16115         * sysdeps/gnu/bits/utmpx.h: Likewise.
16116         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
16117         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
16118         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
16119         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
16120         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
16121         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
16122         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
16123         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
16124         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
16125         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
16126         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
16127         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
16128         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
16129         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
16130         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
16131         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
16132         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
16133         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
16134         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
16135         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
16136         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
16137         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
16138         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
16139         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
16140         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
16141         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
16142         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
16143         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
16144         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
16145         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
16146         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
16147         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
16148         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
16149         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
16150         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
16151         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
16152         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
16153         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
16154         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
16155         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
16156         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
16157         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
16158
16159 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
16160
16161         [BZ #16245]
16162         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
16163         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
16164
16165 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
16166
16167         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
16168         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
16169         Likewise.
16170
16171 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16172
16173         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
16174         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
16175         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
16176         (__fesetround): Remove define.
16177         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
16178         rounding and exceptions handling.
16179         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
16180         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
16181         (__fe_nomask_env): Likewise.
16182         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
16183         __fegetround instead of fegetround.
16184         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
16185         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
16186
16187 2013-11-21  Roland McGrath  <roland@hack.frob.com>
16188
16189         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
16190         it's there.
16191
16192         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
16193
16194 2013-11-21  Meador Inge  <meadori@codesourcery.com>
16195
16196         [BZ #11157]
16197         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
16198         (encrypt_r): Likewise.
16199         * malloc/obstack.h (obstack_free): Likewise.
16200         * posix/unistd.h (encrypt): Likewise.
16201
16202 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
16203
16204         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
16205         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
16206         DL_CALL_DT_FINI() that call the functions directly.
16207         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
16208         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
16209         * elf/dl-fini.c: Likewise.
16210
16211 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
16212
16213         * malloc/hooks.c (memalign_check): Add alignment rounding.
16214         * malloc/malloc.c (_mid_memalign): New function.
16215         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
16216         Implement by calling _mid_memalign.
16217         * manual/probes.texi (Memory Allocation Probes): Remove
16218         memory_valloc_retry and memory_pvalloc_retry.
16219
16220 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16221
16222         * locale/programs/locarchive.c (open_archive): Add const
16223         qualifier to ARCHIVEFNAME and copy default fname to
16224         DEFAULT_FNAME.
16225
16226         [BZ #15601]
16227         * libio/tst-widetext.input: Rename Oriya to Odia.
16228         * locale/iso-639.def: Likewise.
16229
16230         * manual/probes.texi (Mathematical Function Probes): Add
16231         documentation for sin, cos, asin and acos probes.
16232         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
16233         (__sin32): Add slowasin probe.
16234         (__cos32): Add slowacos probe.
16235         (__mpsin): Add slowsin probe.
16236         (__mpcos): Add slowcos probe.
16237
16238 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
16239
16240         [BZ #15483]
16241         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
16242         thread-local __sim_exceptions_thread and global
16243         __sim_exceptions_global.
16244         (__sim_disabled_exceptions): Change to thread-local
16245         __sim_disabled_exceptions_thread and global
16246         __sim_disabled_exceptions_global.
16247         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
16248         and global __sim_round_mode_global.
16249         (__simulate_exceptions): Use thread-local floating-point state and
16250         set global state from it as needed.
16251         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
16252         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
16253         __sim_round_mode_thread.
16254         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
16255         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
16256         and global __sim_exceptions_global.
16257         (__sim_disabled_exceptions): Change to thread-local
16258         __sim_disabled_exceptions_thread and global
16259         __sim_disabled_exceptions_global.
16260         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
16261         and global __sim_round_mode_global.
16262         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
16263         (SIM_SET_GLOBAL): Likewise.
16264         * sysdeps/powerpc/soft-fp/sfp-machine.h
16265         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
16266         __sim_round_mode_thread.
16267         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
16268         __sim_disabled_exceptions_thread.
16269         (__sim_exceptions): Change to __sim_exceptions_thread.
16270         (__sim_disabled_exceptions): Change to
16271         __sim_disabled_exceptions_thread.
16272         (__sim_round_mode): Change to __sim_round_mode_thread.
16273         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
16274         thread-local floating-point state and set global state from it as
16275         needed.
16276         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
16277         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
16278         (__sim_disabled_exceptions): Remove extern declaration.
16279         (feenableexcept): Use thread-local floating-point state and set
16280         global state from it as needed.
16281         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
16282         extern declaration.
16283         (__sim_disabled_exceptions): Likewise.
16284         (__sim_round_mode): Likewise.
16285         (__fegetenv): Use thread-local floating-point state.
16286         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
16287         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
16288         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
16289         floating-point state and set global state from it as needed.
16290         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
16291         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
16292         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
16293         Likewise.
16294         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
16295         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
16296         Likewise.
16297         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
16298         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
16299         Use __sim_round_mode_thread.
16300         * math/test-fenv-tls.c: New file.
16301         * math/Makefile (tests): Add test-fenv-tls.
16302         ($(objpfx)test-fenv-tls): Depend on
16303         $(common-objpfx)nptl/libpthread.so.
16304
16305 2013-11-19  Andreas Schwab  <schwab@suse.de>
16306
16307         * locale/programs/locale.c (show_info): Decode wordarray elements.
16308         * locale/categories.def (LC_MONETARY): Add element for
16309         _NL_MONETARY_CRNCYSTR.
16310         * locale/C-monetary.c (conversion_rate): New variable.
16311         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
16312         element.
16313
16314 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
16315
16316         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
16317         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
16318
16319 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
16320
16321         * elf/Makefile (tst-auxv): New test.
16322         * elf/tst-auxv.c: New
16323         * elf/rtld.c (dl_main): Adjust AT_EXECFN
16324
16325 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
16326
16327         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
16328         (hidden_proto): Caller changed.
16329         (hidden_tls_proto): New macro.
16330         (libc_hidden_tls_proto): Likewise.
16331         (rtld_hidden_tls_proto): Likewise.
16332         (libm_hidden_tls_proto): Likewise.
16333         (libresolv_hidden_tls_proto): Likewise.
16334         (librt_hidden_tls_proto): Likewise.
16335         (libdl_hidden_tls_proto): Likewise.
16336         (libnss_files_hidden_tls_proto): Likewise.
16337         (libnsl_hidden_tls_proto): Likewise.
16338         (libnss_nisplus_hidden_tls_proto): Likewise.
16339         (libutil_hidden_tls_proto): Likewise.
16340
16341 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
16342
16343         [BZ #10253]
16344         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
16345         (decompose_rpath): Defer expansion to fillin_rpath.
16346         (_dl_init_paths): Pass linkmap to fillin_rpath.
16347
16348 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16349
16350         * benchtests/Makefile: Add strsep.
16351         * benchtests/bench-strsep.c: New file: strsep benchtest.
16352         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
16353
16354 2013-11-18  Andreas Schwab  <schwab@suse.de>
16355
16356         * locale/programs/locale.c (show_info) [case byte]: Check for
16357         '\377' instead of '\177'.
16358         * locale/C-monetary.c (not_available): Always use "\377".
16359         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
16360         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
16361         detect unavailable sign_posn locale elements.
16362         * locale/localeconv.c (__localeconv): For grouping and
16363         mon_grouping handle "\177" and "\377" like no grouping.
16364         (INT_ELEM): New macro.  Use it to set all numeric members.
16365         * locale/programs/ld-monetary.c (monetary_read)
16366         <tok_mon_grouping>: Normalize single -1 to the empty string.
16367         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
16368         Likewise.
16369
16370 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
16371
16372         [BZ #16055]
16373         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
16374         when we match (nil).
16375         * stdio-common/tst-sscanf.c (struct test): Add testcase.
16376
16377 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
16378
16379         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
16380         (NO_TEST_INLINE): Update value.
16381         (ERRNO_UNCHANGED): Likewise.
16382         (ERRNO_EDOM): Likewise.
16383         (ERRNO_ERANGE): Likewise.
16384         (IGNORE_RESULT): Likewise.
16385         (check_float_internal): Check signs of NaN results if
16386         TEST_NAN_SIGN used.
16387         (check_complex): Pass TEST_NAN_SIGN flag through to second
16388         check_float_internal call.
16389         (copysign_test_data): Add tests with quiet NaNs as second
16390         argument.  Use TEST_NAN_SIGN.
16391         (fabs_test_data): Add test of negative quiet NaN argument.  Use
16392         TEST_NAN_SIGN.
16393         (signbit_test_data): Add tests of quiet NaN argument.
16394         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
16395
16396         * math/gen-libm-test.pl (show_exceptions): Take extra argument
16397         $ignore_result.
16398         (parse_args): Handle function results specified as IGNORE.
16399         * math/libm-test.inc (IGNORE_RESULT): New macro.
16400         (check_float_internal): Do not check numerical result if flag
16401         IGNORE_RESULT set.
16402         (check_complex): Pass through IGNORE_RESULT to second
16403         check_float_internal call.
16404         (check_int): Do not check numerical result if flag IGNORE_RESULT
16405         set.
16406         (check_long): Likewise.
16407         (check_bool): Likewise.
16408         (check_longlong): Likewise.
16409         (lrint_test_data): Add tests of infinite and NaN arguments.
16410         (lrint_tonearest_test_data): Likewise.
16411         (lrint_towardzero_test_data): Likewise.
16412         (lrint_downward_test_data): Likewise.
16413         (lrint_upward_test_data): Likewise.
16414         (llrint_test_data): Likewise.
16415         (llrint_tonearest_test_data): Likewise.
16416         (llrint_towardzero_test_data): Likewise.
16417         (llrint_downward_test_data): Likewise.
16418         (llrint_upward_test_data): Likewise.
16419         (lround_test_data): Likewise.
16420         (llround_test_data): Likewise.
16421
16422         * math/libm-test.inc (NO_TEST_INLINE): New macro.
16423         (ERRNO_UNCHANGED): Update value.
16424         (ERRNO_EDOM): Likewise.
16425         (ERRNO_ERANGE): Likewise.
16426         (NO_TEST_INLINE_FLOAT): New macro.
16427         (NO_TEST_INLINE_DOUBLE): Likewise.
16428         (enable_test): New function.
16429         (RUN_TEST_f_f): Check enable_test before running test.
16430         (RUN_TEST_2_f): Likewise.
16431         (RUN_TEST_fff_f): Likewise.
16432         (RUN_TEST_c_f): Likewise.
16433         (RUN_TEST_f_f1): Likewise.
16434         (RUN_TEST_fF_f1): Likewise.
16435         (RUN_TEST_fI_f1): Likewise.
16436         (RUN_TEST_ffI_f1): Likewise.
16437         (RUN_TEST_c_c): Likewise.
16438         (RUN_TEST_cc_c): Likewise.
16439         (RUN_TEST_f_i): Likewise.
16440         (RUN_TEST_f_i_tg): Likewise.
16441         (RUN_TEST_ff_i_tg): Likewise.
16442         (RUN_TEST_f_b): Likewise.
16443         (RUN_TEST_f_b_tg): Likewise.
16444         (RUN_TEST_f_l): Likewise.
16445         (RUN_TEST_f_L): Likewise.
16446         (RUN_TEST_fFF_11): Likewise.
16447         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
16448         conditionals.
16449         (cosh_test_data): Likewise.
16450         (exp_test_data): Likewise.
16451         (expm1_test_data): Likewise.
16452         (hypot_test_data): Likewise.
16453         (pow_test_data): Likewise.
16454         (sinh_test_data): Likewise.
16455         (tanh_test_data): Likewise.
16456         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
16457         flags argument.
16458
16459         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
16460         tests with quiet NaN input and output.
16461         (acosh_test_data): Likewise.
16462         (asin_test_data): Likewise.
16463         (asinh_test_data): Likewise.
16464         (atan_test_data): Likewise.
16465         (atanh_test_data): Likewise.
16466         (atan2_test_data): Likewise.
16467         (cbrt_test_data): Likewise.
16468         (cos_test_data): Likewise.
16469         (cosh_test_data): Likewise.
16470         (erf_test_data): Likewise.
16471         (erfc_test_data): Likewise.
16472         (exp_test_data): Likewise.
16473         (exp10_test_data): Likewise.
16474         (exp2_test_data): Likewise.
16475         (expm1_test_data): Likewise.
16476         (hypot_test_data): Likewise.
16477         (j0_test_data): Likewise.
16478         (j1_test_data): Likewise.
16479         (jn_test_data): Likewise.
16480         (lgamma_test_data): Likewise.
16481         (log_test_data): Likewise.
16482         (log10_test_data): Likewise.
16483         (log1p_test_data): Likewise.
16484         (log2_test_data): Likewise.
16485         (pow_test_data): Likewise.
16486         (scalb_test_data): Likewise.
16487         (sin_test_data): Likewise.
16488         (sincos_test_data): Likewise.
16489         (sinh_test_data): Likewise.
16490         (tan_test_data): Likewise.
16491         (tanh_test_data): Likewise.
16492         (tgamma_test_data): Likewise.
16493         (y0_test_data): Likewise.
16494         (y1_test_data): Likewise.
16495         (yn_test_data): Likewise.
16496
16497         [BZ #16167]
16498         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
16499         argument being NaN and avoid computations with second argument in
16500         that case.
16501         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
16502         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
16503         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
16504
16505 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
16506
16507         * locale/iso-639.def: Add Chitwani Tharu (the).
16508
16509 2013-11-14  Andreas Schwab  <schwab@suse.de>
16510
16511         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
16512         word instead of empty string.
16513
16514 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16515
16516         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
16517         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
16518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
16519         (__fe_nomask_env): Likewise.
16520
16521 2013-11-13  Steve Ellcey  <sellcey@mips.com>
16522
16523         * benchtests/bench-timing.h: Include time.h.
16524
16525 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
16526
16527         [BZ #15997]
16528         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
16529         to 3.4.0 for x32.
16530         * sysdeps/unix/sysv/linux/configure: Regenerated.
16531
16532 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
16533
16534         [BZ #16151]
16535         * stdlib/strtod_l.c (round_and_return): Do not consider
16536         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
16537         exponent one less than half the least subnormal exponent.
16538         * stdlib/test-strtod-round-data: Add more tests.
16539         * stdlib/tst-strtod-round.c (tests): Regenerated.
16540
16541 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16542
16543         [BZ #14143]
16544         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
16545         (__fe_mask_env): Likewise.
16546         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
16547         libm_hidden_proto and add function prototype.
16548         (__fe_mask_env): Add function prototype.
16549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
16550         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
16551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
16552         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
16553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
16554         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
16555
16556 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16557
16558         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
16559         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
16560
16561 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16562
16563         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
16564         of htab_find_slot().
16565
16566 2013-11-11  David S. Miller  <davem@davemloft.net>
16567
16568         [BZ #16150]
16569         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
16570         symbol in the non-vis3 case in static builds.
16571         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
16572         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
16573         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
16574         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
16575
16576 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
16577
16578         [BZ #387]
16579         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
16580         it is empty.
16581
16582 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16583
16584         * benchtests/Makefile: Add bench-strtod.
16585         * benchtests/bench-strtod.c: New file: strtod benchtest
16586
16587 2013-11-11  Andreas Schwab  <schwab@suse.de>
16588
16589         [BZ #16153]
16590         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
16591         terminating NUL in key length.
16592
16593 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16594
16595         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
16596         Add artificial ODP entry for vDSO symbol for PPC64.
16597         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
16598         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
16599
16600 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
16601
16602         [BZ #15374]
16603         * nss/getent.c (services_keys): Recognize services starting with digit.
16604
16605 2013-11-06  David S. Miller  <davem@davemloft.net>
16606
16607         [BZ #15985]
16608         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
16609         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
16610
16611 2013-11-06  Will Newton  <will.newton@linaro.org>
16612
16613         * manual/memory.texi (Malloc Examples): Remove register
16614         keyword from examples.
16615
16616 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
16617
16618         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
16619
16620 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
16621
16622         [BZ #6981]
16623         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
16624         depending on [__GCC_IEC_559 > 0].
16625         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
16626         depending on [__GCC_IEC_559_COMPLEX > 0].
16627
16628 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
16629
16630         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
16631         to iso-639.def.
16632
16633 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
16634
16635         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
16636
16637 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
16638
16639         [BZ #16112]
16640         * malloc/malloc (malloc_info): Do not handle first bin as
16641         special case.
16642
16643 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
16644
16645         * locale/iso-639.def: Add Central Nahuatl (nhn).
16646
16647 2013-11-01  Bruno Haible  <bruno@clisp.org>
16648
16649         [BZ #7003]
16650         * manual/math.texi (BSD Random): Specify range upper bound as
16651         in POSIX.
16652
16653 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
16654
16655         * locale/iso-639.def: Add Meadow Mari (mhr).
16656
16657 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
16658
16659         [BZ #14752], [BZ #15763]
16660         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
16661         Validate name.
16662         * rt/tst_shm.c: Add test for escaping directory.
16663
16664 2013-10-31  Andreas Schwab  <schwab@suse.de>
16665
16666         [BZ #15917]
16667         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
16668         followed by 'x' as part of digit sequence.
16669         * stdio-common/tst-sscanf.c (double_tests2): New tests.
16670
16671 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
16672
16673         [BZ #16037]
16674         * configure.ac: allow GNU Make 4.0 and greater.
16675         * configure: Regenerated.
16676
16677 2013-10-30  Will Newton  <will.newton@linaro.org>
16678
16679         [BZ #16038]
16680         * malloc/hooks.c (memalign_check): Limit alignment to the
16681         maximum representable power of two.
16682         * malloc/malloc.c (__libc_memalign): Likewise.
16683         * malloc/tst-memalign.c (do_test): Add test for very
16684         large alignment values.
16685         * malloc/tst-posix_memalign.c (do_test): Likewise.
16686
16687 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
16688
16689         [BZ #11087]
16690         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
16691         (munmap_chunk): Likewise.
16692         (mremap_chunk): Likewise.
16693
16694 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
16695
16696         [BZ #15799]
16697         * stdlib/div.c (div): Remove obsolete code.
16698         * stdlib/ldiv.c (ldiv): Likewise.
16699         * stdlib/lldiv.c (lldiv): Likewise.
16700
16701 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
16702
16703         [BZ #16071]
16704         * nss/nss_files/files-XXX.c (get_contents_ret): New
16705         enumerator.
16706         (get_contents): New function.
16707         (internal_getent): Use it.  Expand size of LINEBUFLEN.
16708
16709 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
16710
16711         * configure.in: Moved to ...
16712         * configure.ac: ... here. Change reference to configure.in
16713         to configure.ac.
16714         * sysdeps/arm/preconfigure.ac: ... here.
16715         configure.in to configure.ac.
16716         * sysdeps/gnu/configure.in: Moved to ...
16717         * sysdeps/gnu/configure.ac: ... here.
16718         * sysdeps/i386/configure.in: Moved to ...
16719         * sysdeps/i386/configure.ac: ... here.
16720         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
16721         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
16722         * sysdeps/mach/configure.in: Moved to ...
16723         * sysdeps/mach/configure.ac: ... here.
16724         * sysdeps/mach/hurd/configure.in: Moved to ...
16725         * sysdeps/mach/hurd/configure.ac: ... here.
16726         * sysdeps/powerpc/configure.in: Moved to ...
16727         * sysdeps/powerpc/configure.ac: ... here.
16728         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
16729         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
16730         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
16731         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
16732         * sysdeps/s390/s390-32/configure.in: Moved to ...
16733         * sysdeps/s390/s390-32/configure.ac: ... here.
16734         * sysdeps/s390/s390-64/configure.in: Moved to ...
16735         * sysdeps/s390/s390-64/configure.ac: ... here.
16736         * sysdeps/sh/configure.in: Moved to ...
16737         * sysdeps/sh/configure.ac: ... here.
16738         * sysdeps/sparc/configure.in: Moved to ...
16739         * sysdeps/sparc/configure.ac: ... here.
16740         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
16741         * sysdeps/unix/sysv/linux/configure.ac: ... here.
16742         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
16743         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
16744         * sysdeps/x86_64/configure.in: Moved to ...
16745         * sysdeps/x86_64/configure.ac: ... here.
16746         * sysdeps/x86_64/preconfigure.in: Moved to ...
16747         * sysdeps/x86_64/preconfigure.ac: ... here.
16748         * aclocal.m4: Change reference to configure.in to configure.ac.
16749         * config.h.in: Likewise.
16750         * manual/install.texi: Likewise.
16751         * manual/maint.texi: Likewise.
16752         * Makefile: Likewise.
16753         * malloc/Makefile: Likewise.
16754         * nscd/Makefile: Likewise.
16755         * Makeconfig: Change reference to configure.in and
16756         preconfigure.in to configure.ac and preconfigure.ac
16757         respectively.
16758         * INSTALL: Regenerated.
16759         * configure: Likewise.
16760         * sysdeps/gnu/configure: Likewise.
16761         * sysdeps/i386/configure: Likewise.
16762         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
16763         * sysdeps/mach/configure: Likewise.
16764         * sysdeps/mach/hurd/configure: Likewise.
16765         * sysdeps/powerpc/configure: Likewise.
16766         * sysdeps/powerpc/powerpc32/configure: Likewise.
16767         * sysdeps/powerpc/powerpc64/configure: Likewise.
16768         * sysdeps/s390/s390-32/configure: Likewise.
16769         * sysdeps/s390/s390-64/configure: Likewise.
16770         * sysdeps/sh/configure: Likewise.
16771         * sysdeps/sparc/configure: Likewise.
16772         * sysdeps/unix/sysv/linux/configure: Likewise.
16773         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
16774         * sysdeps/x86_64/configure: Likewise.
16775         * sysdeps/x86_64/preconfigure: Likewise.
16776
16777 2013-10-29  Andreas Schwab  <schwab@suse.de>
16778
16779         * stdio-common/Makefile (tst-swscanf-ENV): Define.
16780
16781 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
16782
16783         * benchtests/pow-inputs: Add new inputs.
16784
16785         * benchtests/exp-inputs: Add new inputs.
16786
16787         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
16788         conditional check for return value.
16789         (__cos32): Likewise.
16790
16791 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16792
16793         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
16794         to provide a boost for large inputs with word alignment.
16795         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
16796         implementation based on optimized PPC64 strcpy.
16797         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
16798         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
16799         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
16800         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
16801
16802 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16803
16804         [BZ #2801]
16805         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
16806
16807 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16808
16809         [BZ #14876]
16810         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
16811         * time/tst-strptime.c (day_tests): Add testcase.
16812
16813 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16814
16815         [BZ #14029]
16816         * manual/pattern.texi: Acknowledge that fnmatch can fail.
16817
16818 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
16819
16820         [BZ #16074]
16821         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
16822         MAP_FAILED on error.
16823
16824 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
16825
16826         [BZ #16072]
16827         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
16828         heap for large requests.
16829
16830 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
16831
16832         [BZ #9954]
16833         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
16834         result if the result has no associated interface.
16835         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
16836         interface for all 127.X.Y.Z addresses.
16837
16838 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
16839
16840         * locale/iso-639.def: Add Ligurian (lij)
16841
16842 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
16843
16844         [BZ #15825]
16845         * sunrpc/rpc_main.c: Document rpcgen -5.
16846
16847 2013-10-19  Michael Stahl  <mstahl@redhat.com>
16848
16849         * elf/rtld.c (do_preload): Print the reason why preloading failed.
16850
16851 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
16852
16853         [BZ #10278]
16854         * posix/glob.c: Match only directories when trailing slash is present.
16855         * posix/tst-gnuglob.c (my_opendir): Do not open files.
16856         (main): Add testcase.
16857
16858 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
16859
16860         [BZ #15670]
16861         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
16862
16863 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
16864
16865         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
16866         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
16867         AUTH_DES and cindex for FIPS 140-2.
16868         (DES Encryption): Add cindex FIPS 46-3.
16869
16870         * locale/locarchive.h (struct locarhandle): Add fname.
16871         * locale/programs/localedef.c (main): Pass ARGV[remaining]
16872         if an optional argument was specified to --list-archive,
16873         otherwise NULL.
16874         * locale/programs/locarchive.c (show_archive_content): Take new
16875         argument fname and pass it via ah.fname to open_archive.
16876         * locale/programs/localedef.h: Update decl.
16877         (open_archive): If AH->fname is non-null, open that file
16878         rather than the default file name, and don't ignore ENOENT.
16879         (create_archive): Set AH.fname to NULL.
16880         (delete_locales_from_archive): Likewise.
16881         (add_locales_to_archive): Likewise.
16882         * locale/programs/locfile.c (write_all_categories): Likewise.
16883
16884 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
16885             Aldy Hernandez  <aldyh@redhat.com>
16886
16887         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
16888         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
16889         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
16890         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
16891         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
16892         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
16893         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
16894         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
16895         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
16896         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
16897         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
16898         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
16899         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
16900         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
16901         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
16902         Likewise.
16903         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
16904         Likewise.
16905         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
16906         Likewise.
16907         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
16908         Likewise.
16909         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
16910         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
16911         Likewise.
16912         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
16913         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
16914         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
16915         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
16916         Likewise.
16917         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
16918         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
16919         * sysdeps/powerpc/preconfigure: Likewise.
16920         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
16921         Likewise.
16922         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
16923         Replace contents of file by #include of <fenv_libc.h>.
16924         * sysdeps/powerpc/soft-fp/sfp-machine.h
16925         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
16926         and <sys/prctl.h>.
16927         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
16928         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
16929         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
16930         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
16931         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
16932         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
16933         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
16934         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
16935         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
16936         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
16937         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
16938         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
16939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16940         Allow copysignl PLT reference to be missing.
16941
16942 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
16943             Joseph Myers  <joseph@codesourcery.com
16944
16945         [BZ #15948]
16946         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
16947         single character.
16948         (add_to_tablewc): Assert sequence of wide characters is nonempty.
16949
16950 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
16951
16952         * elf/tst-tls-dlinfo.c: Don't include tls.h.
16953         * elf/tst-tls1.c: Likewise.
16954         * elf/tst-tls10.h: Likewise.
16955         * elf/tst-tls14.c: Likewise.
16956         * elf/tst-tls2.c: Likewise.
16957         * elf/tst-tls3.c: Likewise.
16958         * elf/tst-tls4.c: Likewise.
16959         * elf/tst-tls5.c: Likewise.
16960         * elf/tst-tls6.c: Likewise.
16961         * elf/tst-tls7.c: Likewise.
16962         * elf/tst-tls8.c: Likewise.
16963         * elf/tst-tls9.c: Likewise.
16964         * elf/tst-tlsmod1.c: Likewise.
16965         * elf/tst-tlsmod13.c: Likewise.
16966         * elf/tst-tlsmod13a.c: Likewise.
16967         * elf/tst-tlsmod14a.c: Likewise.
16968         * elf/tst-tlsmod16a.c: Likewise.
16969         * elf/tst-tlsmod16b.c: Likewise.
16970         * elf/tst-tlsmod2.c: Likewise.
16971         * elf/tst-tlsmod3.c: Likewise.
16972         * elf/tst-tlsmod4.c: Likewise.
16973         * elf/tst-tlsmod5.c: Likewise.
16974         * elf/tst-tlsmod6.c: Likewise.
16975
16976 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
16977
16978         [BZ #12486]
16979         * malloc/malloc.c: remove checks for statistics.
16980
16981 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
16982
16983         [BZ #15277]
16984         * inet/inet_net.c (inet_network): Detect additional invalid strings.
16985         * inet/tst-network.c: Add testcase.
16986
16987 2013-10-17  Andreas Schwab  <schwab@suse.de>
16988
16989         [BZ #15218]
16990         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
16991         to determine canonical name.
16992
16993 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
16994
16995         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
16996         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
16997         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
16998         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
16999         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
17000         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
17001         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
17002         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
17003         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
17004         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
17005         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
17006         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
17007         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
17008         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
17009         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
17010         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
17011         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
17012         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
17013         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
17014         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
17015         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
17016         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
17017         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
17018         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
17019         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
17020         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
17021         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
17022         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
17023         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
17024         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
17025         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
17026         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
17027         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
17028         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
17029         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
17030         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
17031         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
17032         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
17033         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
17034         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
17035         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
17036         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
17037         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
17038         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
17039         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
17040         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
17041         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
17042         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
17043         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
17044         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
17045         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
17046         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
17047         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
17048         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
17049         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
17050         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
17051         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
17052         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
17053
17054 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
17055
17056         [BZ #16041]
17057         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
17058         make result into a quiet NaN.
17059
17060 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
17061
17062         * soft-fp/adddf3.c: Fix horizontal whitespace.
17063         * soft-fp/addsf3.c: Likewise.
17064         * soft-fp/addtf3.c: Likewise.
17065         * soft-fp/divdf3.c: Likewise.
17066         * soft-fp/divsf3.c: Likewise.
17067         * soft-fp/divtf3.c: Likewise.
17068         * soft-fp/double.h: Likewise.
17069         * soft-fp/eqdf2.c: Likewise.
17070         * soft-fp/eqsf2.c: Likewise.
17071         * soft-fp/eqtf2.c: Likewise.
17072         * soft-fp/extenddftf2.c: Likewise.
17073         * soft-fp/extended.h: Likewise.
17074         * soft-fp/extendsfdf2.c: Likewise.
17075         * soft-fp/extendsftf2.c: Likewise.
17076         * soft-fp/extendxftf2.c: Likewise.
17077         * soft-fp/fixdfdi.c: Likewise.
17078         * soft-fp/fixdfsi.c: Likewise.
17079         * soft-fp/fixdfti.c: Likewise.
17080         * soft-fp/fixsfdi.c: Likewise.
17081         * soft-fp/fixsfsi.c: Likewise.
17082         * soft-fp/fixsfti.c: Likewise.
17083         * soft-fp/fixtfdi.c: Likewise.
17084         * soft-fp/fixtfsi.c: Likewise.
17085         * soft-fp/fixtfti.c: Likewise.
17086         * soft-fp/fixunsdfdi.c: Likewise.
17087         * soft-fp/fixunsdfsi.c: Likewise.
17088         * soft-fp/fixunsdfti.c: Likewise.
17089         * soft-fp/fixunssfdi.c: Likewise.
17090         * soft-fp/fixunssfsi.c: Likewise.
17091         * soft-fp/fixunssfti.c: Likewise.
17092         * soft-fp/fixunstfdi.c: Likewise.
17093         * soft-fp/fixunstfsi.c: Likewise.
17094         * soft-fp/fixunstfti.c: Likewise.
17095         * soft-fp/floatdidf.c: Likewise.
17096         * soft-fp/floatdisf.c: Likewise.
17097         * soft-fp/floatditf.c: Likewise.
17098         * soft-fp/floatsidf.c: Likewise.
17099         * soft-fp/floatsisf.c: Likewise.
17100         * soft-fp/floatsitf.c: Likewise.
17101         * soft-fp/floattidf.c: Likewise.
17102         * soft-fp/floattisf.c: Likewise.
17103         * soft-fp/floattitf.c: Likewise.
17104         * soft-fp/floatundidf.c: Likewise.
17105         * soft-fp/floatundisf.c: Likewise.
17106         * soft-fp/floatunditf.c: Likewise.
17107         * soft-fp/floatunsidf.c: Likewise.
17108         * soft-fp/floatunsisf.c: Likewise.
17109         * soft-fp/floatunsitf.c: Likewise.
17110         * soft-fp/floatuntidf.c: Likewise.
17111         * soft-fp/floatuntisf.c: Likewise.
17112         * soft-fp/floatuntitf.c: Likewise.
17113         * soft-fp/fmadf4.c: Likewise.
17114         * soft-fp/fmasf4.c: Likewise.
17115         * soft-fp/fmatf4.c: Likewise.
17116         * soft-fp/gedf2.c: Likewise.
17117         * soft-fp/gesf2.c: Likewise.
17118         * soft-fp/getf2.c: Likewise.
17119         * soft-fp/ledf2.c: Likewise.
17120         * soft-fp/lesf2.c: Likewise.
17121         * soft-fp/letf2.c: Likewise.
17122         * soft-fp/muldf3.c: Likewise.
17123         * soft-fp/mulsf3.c: Likewise.
17124         * soft-fp/multf3.c: Likewise.
17125         * soft-fp/negdf2.c: Likewise.
17126         * soft-fp/negsf2.c: Likewise.
17127         * soft-fp/negtf2.c: Likewise.
17128         * soft-fp/op-1.h: Likewise.
17129         * soft-fp/op-2.h: Likewise.
17130         * soft-fp/op-4.h: Likewise.
17131         * soft-fp/op-8.h: Likewise.
17132         * soft-fp/op-common.h: Likewise.
17133         * soft-fp/quad.h: Likewise.
17134         * soft-fp/single.h: Likewise.
17135         * soft-fp/soft-fp.h: Likewise.
17136         * soft-fp/sqrtdf2.c: Likewise.
17137         * soft-fp/sqrtsf2.c: Likewise.
17138         * soft-fp/sqrttf2.c: Likewise.
17139         * soft-fp/subdf3.c: Likewise.
17140         * soft-fp/subsf3.c: Likewise.
17141         * soft-fp/subtf3.c: Likewise.
17142         * soft-fp/truncdfsf2.c: Likewise.
17143         * soft-fp/trunctfdf2.c: Likewise.
17144         * soft-fp/trunctfsf2.c: Likewise.
17145         * soft-fp/trunctfxf2.c: Likewise.
17146         * soft-fp/unorddf2.c: Likewise.
17147         * soft-fp/unordsf2.c: Likewise.
17148         * soft-fp/unordtf2.c: Likewise.
17149
17150 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
17151
17152         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
17153         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
17154
17155 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
17156
17157         * elf/dl-libc.c: Clear initfini list after freeing.
17158
17159 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
17160
17161         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
17162         * soft-fp/addsf3.c: Likewise.
17163         * soft-fp/addtf3.c: Likewise.
17164         * soft-fp/divdf3.c: Likewise.
17165         * soft-fp/divsf3.c: Likewise.
17166         * soft-fp/divtf3.c: Likewise.
17167         * soft-fp/double.h: Likewise.
17168         * soft-fp/eqdf2.c: Likewise.
17169         * soft-fp/eqsf2.c: Likewise.
17170         * soft-fp/eqtf2.c: Likewise.
17171         * soft-fp/extenddftf2.c: Likewise.
17172         * soft-fp/extended.h: Likewise.
17173         * soft-fp/extendsfdf2.c: Likewise.
17174         * soft-fp/extendsftf2.c: Likewise.
17175         * soft-fp/extendxftf2.c: Likewise.
17176         * soft-fp/fixdfdi.c: Likewise.
17177         * soft-fp/fixdfsi.c: Likewise.
17178         * soft-fp/fixdfti.c: Likewise.
17179         * soft-fp/fixsfdi.c: Likewise.
17180         * soft-fp/fixsfsi.c: Likewise.
17181         * soft-fp/fixsfti.c: Likewise.
17182         * soft-fp/fixtfdi.c: Likewise.
17183         * soft-fp/fixtfsi.c: Likewise.
17184         * soft-fp/fixtfti.c: Likewise.
17185         * soft-fp/fixunsdfdi.c: Likewise.
17186         * soft-fp/fixunsdfsi.c: Likewise.
17187         * soft-fp/fixunsdfti.c: Likewise.
17188         * soft-fp/fixunssfdi.c: Likewise.
17189         * soft-fp/fixunssfsi.c: Likewise.
17190         * soft-fp/fixunssfti.c: Likewise.
17191         * soft-fp/fixunstfdi.c: Likewise.
17192         * soft-fp/fixunstfsi.c: Likewise.
17193         * soft-fp/fixunstfti.c: Likewise.
17194         * soft-fp/floatdidf.c: Likewise.
17195         * soft-fp/floatdisf.c: Likewise.
17196         * soft-fp/floatditf.c: Likewise.
17197         * soft-fp/floatsidf.c: Likewise.
17198         * soft-fp/floatsisf.c: Likewise.
17199         * soft-fp/floatsitf.c: Likewise.
17200         * soft-fp/floattidf.c: Likewise.
17201         * soft-fp/floattisf.c: Likewise.
17202         * soft-fp/floattitf.c: Likewise.
17203         * soft-fp/floatundidf.c: Likewise.
17204         * soft-fp/floatundisf.c: Likewise.
17205         * soft-fp/floatunsidf.c: Likewise.
17206         * soft-fp/floatunsisf.c: Likewise.
17207         * soft-fp/floatuntidf.c: Likewise.
17208         * soft-fp/floatuntisf.c: Likewise.
17209         * soft-fp/floatuntitf.c: Likewise.
17210         * soft-fp/fmadf4.c: Likewise.
17211         * soft-fp/fmasf4.c: Likewise.
17212         * soft-fp/fmatf4.c: Likewise.
17213         * soft-fp/gedf2.c: Likewise.
17214         * soft-fp/gesf2.c: Likewise.
17215         * soft-fp/getf2.c: Likewise.
17216         * soft-fp/ledf2.c: Likewise.
17217         * soft-fp/lesf2.c: Likewise.
17218         * soft-fp/letf2.c: Likewise.
17219         * soft-fp/muldf3.c: Likewise.
17220         * soft-fp/mulsf3.c: Likewise.
17221         * soft-fp/multf3.c: Likewise.
17222         * soft-fp/negdf2.c: Likewise.
17223         * soft-fp/negsf2.c: Likewise.
17224         * soft-fp/negtf2.c: Likewise.
17225         * soft-fp/op-1.h: Likewise.
17226         * soft-fp/op-2.h: Likewise.
17227         * soft-fp/op-4.h: Likewise.
17228         * soft-fp/op-8.h: Likewise.
17229         * soft-fp/op-common.h: Likewise.
17230         * soft-fp/quad.h: Likewise.
17231         * soft-fp/single.h: Likewise.
17232         * soft-fp/soft-fp.h: Likewise.
17233         * soft-fp/sqrtdf2.c: Likewise.
17234         * soft-fp/sqrtsf2.c: Likewise.
17235         * soft-fp/sqrttf2.c: Likewise.
17236         * soft-fp/subdf3.c: Likewise.
17237         * soft-fp/subsf3.c: Likewise.
17238         * soft-fp/subtf3.c: Likewise.
17239         * soft-fp/truncdfsf2.c: Likewise.
17240         * soft-fp/trunctfdf2.c: Likewise.
17241         * soft-fp/trunctfsf2.c: Likewise.
17242         * soft-fp/trunctfxf2.c: Likewise.
17243         * soft-fp/unorddf2.c: Likewise.
17244         * soft-fp/unordsf2.c: Likewise.
17245         * soft-fp/unordtf2.c: Likewise.
17246
17247 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
17248
17249         [BZ #15672]
17250         * misc/error.c (error_tail): Fix possible buffer overflow.
17251
17252 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
17253
17254         [BZ #13028]
17255         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
17256         address.
17257
17258 2013-10-14  P. J. McDermott  <pj@pehjota.net>
17259
17260         [BZ #832]
17261         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
17262         testing pipefail option.
17263
17264 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
17265
17266         * soft-fp/double.h: Indent preprocessor directives inside #if.
17267         * soft-fp/extended.h: Likewise.
17268         * soft-fp/op-2.h: Likewise.
17269         * soft-fp/op-4.h: Likewise.
17270         * soft-fp/op-common.h: Likewise.
17271         * soft-fp/quad.h: Likewise.
17272         * soft-fp/single.h: Likewise.
17273         * soft-fp/soft-fp.h: Likewise.
17274
17275 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
17276
17277         * iconv/iconv_prog.c: Fix typos.
17278         * stdio-common/psiginfo-data.h: Likewise.
17279
17280 2013-10-12   Reuben Thomas <rrt@sc3d.org>
17281
17282         [BZ #15764]
17283         * locale/setlocale.c: Fix typo.
17284
17285 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
17286
17287         [BZ #16036]
17288         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
17289         signaling NaN arguments.
17290         * soft-fp/unordsf2.c (__unordsf2): Likewise.
17291         * soft-fp/unordtf2.c (__unordtf2): Likewise.
17292
17293         [BZ #14910]
17294         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
17295         unordered operands.
17296         * soft-fp/gesf2.c (__gesf2): Likewise.
17297         * soft-fp/getf2.c (__getf2): Likewise.
17298         * soft-fp/ledf2.c (__ledf2): Likewise.
17299         * soft-fp/lesf2.c (__lesf2): Likewise.
17300         * soft-fp/letf2.c (__letf2): Likewise.
17301
17302         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
17303         * soft-fp/eqsf2.c (__eqsf2): Likewise.
17304         * soft-fp/eqtf2.c (__eqtf2): Likewise.
17305         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
17306         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
17307         * soft-fp/fixdfti.c (__fixdfti): Likewise.
17308         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
17309         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
17310         * soft-fp/fixsfti.c (__fixsfti): Likewise.
17311         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
17312         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
17313         * soft-fp/fixtfti.c (__fixtfti): Likewise.
17314         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
17315         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
17316         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
17317         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
17318         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
17319         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
17320         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
17321         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
17322         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
17323         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
17324         * soft-fp/floatdisf.c (__floatdisf): Likewise.
17325         * soft-fp/floatsisf.c (__floatsisf): Likewise.
17326         * soft-fp/floattidf.c (__floattidf): Likewise.
17327         * soft-fp/floattisf.c (__floattisf): Likewise.
17328         * soft-fp/floattitf.c (__floattitf): Likewise.
17329         * soft-fp/floatundidf.c (__floatundidf): Likewise.
17330         * soft-fp/floatundisf.c (__floatundisf): Likewise.
17331         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
17332         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
17333         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
17334         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
17335         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
17336         * soft-fp/gesf2.c (__gesf2): Likewise.
17337         * soft-fp/getf2.c (__getf2): Likewise.
17338         * soft-fp/ledf2.c (__ledf2): Likewise.
17339         * soft-fp/lesf2.c (__lesf2): Likewise.
17340         * soft-fp/letf2.c (__letf2): Likewise.
17341
17342         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
17343         Undefine and redefine.
17344         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
17345         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
17346         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
17347         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
17348         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17349         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
17350         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17351         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
17352         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17353         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
17354         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17355         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
17356         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17357         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
17358         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17359
17360         [BZ #16032]
17361         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
17362         without decrementing exponent if mantissa >= that for the
17363         denominator, not >.
17364         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
17365         denominator, not >.  Decrement exponent in < case instead of
17366         incrementing in >= case.
17367         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
17368         without decrementing exponent if mantissa >= that for the
17369         denominator, not >.
17370
17371         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
17372         computing saturated result for unsigned overflow.
17373
17374 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17375             Jeff Law  <law@redhat.com>
17376
17377         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
17378         (atan2Mp): Add systemtap probe marker.
17379         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
17380         (__ieee754_log): Add systemtap probe marker.
17381         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
17382         (atanMp): Add systemtap probe marker.
17383         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
17384         (tanMp): Add systemtap probe marker.
17385         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
17386         (__slowexp): Add systemtap probe marker.
17387         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
17388         (__slowpow): Add systemtap probe marker.
17389         * manual/probes.texi: Document probes.
17390
17391 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
17392
17393         [BZ #15362]
17394         * libio/fileops.c (_IO_new_file_write): Return count of bytes
17395         written.
17396         (_IO_new_file_xsputn): Don't return EOF if nothing has been
17397         written.
17398         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
17399         written to buffer but not flushed.
17400         * libio/iofwrite_u.c:  Likewise.
17401         * libio/iopadn.c:  Return bytes returned even if EOF was
17402         encountered.
17403         * libio/iowpadn.c:  Likewise.
17404         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
17405         if _IO_padn does not write the whole buffer.
17406         [!COMPILE_WPRINTF] (PAD): Likewise.
17407
17408 2013-10-10  David S. Miller  <davem@davemloft.net>
17409
17410         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
17411         directory block.
17412
17413 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
17414
17415         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
17416         instead of FSF address.
17417         * soft-fp/fixdfti.c: Likewise.
17418         * soft-fp/fixsfti.c: Likewise.
17419         * soft-fp/fixtfti.c: Likewise.
17420         * soft-fp/fixunsdfti.c: Likewise.
17421         * soft-fp/fixunssfti.c: Likewise.
17422         * soft-fp/fixunstfti.c: Likewise.
17423         * soft-fp/floattidf.c: Likewise.
17424         * soft-fp/floattisf.c: Likewise.
17425         * soft-fp/floattitf.c: Likewise.
17426         * soft-fp/floatuntidf.c: Likewise.
17427         * soft-fp/floatuntisf.c: Likewise.
17428         * soft-fp/floatuntitf.c: Likewise.
17429         * soft-fp/trunctfxf2.c: Likewise.
17430
17431         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
17432         * soft-fp/fixdfti.c: Likewise.
17433         * soft-fp/fixsfti.c: Likewise.
17434         * soft-fp/fixtfti.c: Likewise.
17435         * soft-fp/fixunsdfti.c: Likewise.
17436         * soft-fp/fixunssfti.c: Likewise.
17437         * soft-fp/fixunstfti.c: Likewise.
17438         * soft-fp/floattidf.c: Likewise.
17439         * soft-fp/floattisf.c: Likewise.
17440         * soft-fp/floattitf.c: Likewise.
17441         * soft-fp/floatuntidf.c: Likewise.
17442         * soft-fp/floatuntisf.c: Likewise.
17443         * soft-fp/floatuntitf.c: Likewise.
17444         * soft-fp/trunctfxf2.c: Likewise.
17445
17446 2013-10-10  David S. Miller  <davem@davemloft.net>
17447
17448         * sysdeps/sparc/fpu/libm-test-ulps: Update.
17449
17450 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
17451
17452         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
17453         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
17454         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
17455         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
17456         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
17457         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
17458         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
17459
17460         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
17461         for NaNs before doing comparisons on argument.
17462         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
17463         Likewise.
17464
17465 2013-10-10  Will Newton  <will.newton@linaro.org>
17466
17467         * malloc/hooks.c (memalign_check): Ensure the value of bytes
17468         passed to _int_memalign does not overflow.
17469
17470 2013-10-10  Torvald Riegel  <triegel@redhat.com>
17471
17472         * scripts/bench.pl: Add include-sources directive.
17473         * benchtests/README: Update documentation.
17474
17475 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
17476
17477         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
17478         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
17479         instead of FP_INIT_ROUNDMODE.
17480         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
17481         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
17482
17483         [BZ #16034]
17484         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
17485         copy class of input value.
17486         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
17487         not handle exceptions.
17488         * soft-fp/negsf2.c (__negsf2): Likewise.
17489         * soft-fp/negtf2.c (__negtf2): Likewise.
17490         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
17491
17492 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
17493
17494         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
17495         semicolon.  From Linux kernel.
17496
17497 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
17498
17499         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
17500
17501 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
17502
17503         [BZ #156]
17504         * manual/socket.texi: Added statement about buffer
17505         for gethostbyname2_r.
17506
17507 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
17508
17509         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
17510         Use .p2align directive instead, throughout.
17511         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
17512         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
17513         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
17514         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
17515         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
17516         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
17517         * sysdeps/x86_64/strchr.S: Likewise.
17518         * sysdeps/x86_64/strrchr.S: Likewise.
17519
17520 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
17521
17522         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
17523
17524         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
17525
17526         * sysdeps/generic/math_private.h (__mpsin1): Remove
17527         declaration.
17528         (__mpcos1): Likewise.
17529         (__mpsin): New argument __range_reduce.
17530         (__mpcos): Likewise.
17531         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
17532         (slow): Use __mpsin and __mpcos.
17533         (slow1): Likewise.
17534         (slow2): Likewise.
17535         (sloww): Likewise.
17536         (sloww1): Likewise.
17537         (sloww2): Likewise.
17538         (bsloww): Likewise.
17539         (bsloww1): Likewise.
17540         (bsloww2): Likewise.
17541         (cslow2): Likewise.
17542         (csloww): Likewise.
17543         (csloww1): Likewise.
17544         (csloww2): Likewise.
17545         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
17546         range_reduce.  Merge in __mpsin1.
17547         (__mpcos): Likewise.
17548         (__mpsin1): Remove.
17549         (__mpcos1): Likewise.
17550
17551 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
17552
17553         * locale/loadlocale.c (_nl_intern_locale_data): Use
17554         LOCFILE_ALIGNED_P.
17555         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
17556         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
17557         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
17558         obstack data is appropriately aligned.
17559         (obstack_int32_grow_fast): Likewise.
17560         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
17561         * locale/programs/locfile.c (add_locale_uint32): Likewise.
17562         (add_locale_uint32_array): Likewise.
17563
17564 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
17565
17566         * benchtests/Makefile: Remove ARGLIST and RET variables.
17567         ($(objpfx)bench-%.c): Pass only function name to the script.
17568         * benchtests/README: Update documentation.
17569         * benchtests/acos-inputs: Add new directives.
17570         * benchtests/acosh-inputs: Likewise.
17571         * benchtests/asin-inputs: Likewise.
17572         * benchtests/asinh-inputs: Likewise.
17573         * benchtests/atan-inputs: Likewise.
17574         * benchtests/atanh-inputs: Likewise.
17575         * benchtests/cos-inputs: Likewise.
17576         * benchtests/cosh-inputs: Likewise.
17577         * benchtests/exp-inputs: Likewise.
17578         * benchtests/log-inputs: Likewise.
17579         * benchtests/pow-inputs: Likewise.
17580         * benchtests/rint-inputs: Likewise.
17581         * benchtests/sin-inputs: Likewise.
17582         * benchtests/sinh-inputs: Likewise.
17583         * benchtests/tan-inputs: Likewise.
17584         * benchtests/tanh-inputs: Likewise.
17585         * scripts/bench.pl: Add support for new directives.
17586
17587 2013-10-07  Alan Modra  <amodra@gmail.com>
17588
17589         * README: Fix careless merge.
17590
17591 2013-10-05  Alan Modra  <amodra@gmail.com>
17592
17593         * NEWS: Mention powerpc64le support and bugs fixed.
17594         * README: Both big-endian and little-endian powerpc64 supported.
17595
17596 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17597
17598         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
17599         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
17600         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
17601         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
17602
17603 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
17604
17605         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
17606         match prototype.
17607
17608 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
17609
17610         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
17611         Move -mhard-float appending from
17612         ports/sysdeps/powerpc/powerpc32/Makefile.
17613         [$(with-fp) = yes] (ASFLAGS): Likewise.
17614         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
17615         * sysdeps/powerpc/nofpu: Move directory from
17616         ports/sysdeps/powerpc/nofpu.
17617         * sysdeps/powerpc/soft-fp: Move directory from
17618         ports/sysdeps/powerpc/soft-fp.
17619         * sysdeps/powerpc/powerpc32/405: Move directory from
17620         ports/sysdeps/powerpc/powerpc32/405.
17621         * sysdeps/powerpc/powerpc32/440: Move directory from
17622         ports/sysdeps/powerpc/powerpc32/440.
17623         * sysdeps/powerpc/powerpc32/464: Move directory from
17624         ports/sysdeps/powerpc/powerpc32/464.
17625         * sysdeps/powerpc/powerpc32/476: Move directory from
17626         ports/sysdeps/powerpc/powerpc32/476.
17627         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
17628         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
17629         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
17630         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
17631         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
17632         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
17633         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
17634         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
17635         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
17636         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
17637         * README: Update for powerpc-*-linux-gnu software floating point
17638         support in libc.
17639
17640         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
17641         case to powerpc/powerpc32*.
17642         * sysdeps/unix/sysv/linux/configure: Regenerated.
17643
17644         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
17645         (_FPU_MASK_OM): Define as 0x04.
17646         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
17647         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
17648         0x00c10080.
17649         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
17650         0x0000003c.
17651         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
17652
17653         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
17654         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
17655         getcontext_e500.
17656         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
17657         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
17658         setcontext_e500.
17659         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
17660         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
17661         and setcontext_e500.
17662
17663 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
17664
17665         * locale/iso-3166.def: Update iso-1366.def and related occurrences
17666
17667 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17668
17669         * manual/threads.texi (Default Thread Attributes): Fix typo.
17670
17671 2013-10-04  Will Newton  <will.newton@linaro.org>
17672
17673         * malloc/Makefile: Add tst-memalign.
17674         * malloc/tst-memalign.c: New file.
17675
17676         * malloc/tst-posix_memalign.c: Add comments.
17677         (do_test): Add comments and call free on all potentially
17678         allocated pointers. Add space after cast.
17679
17680         * malloc/tst-pvalloc.c: Add comments.
17681         (do_test): Add comments and call free on all potentially
17682         allocated pointers. Remove duplicate check for NULL pointer.
17683         Add space after cast.
17684
17685         * malloc/tst-valloc.c: Add comments.
17686         (do_test): Add comments and call free on all potentially
17687         allocated pointers. Remove duplicate check for NULL pointer.
17688         Add space after cast.
17689
17690 2013-10-04  Alan Modra  <amodra@gmail.com>
17691
17692         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17693         Use stdint types in rather than __attribute__((mode())).
17694         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17695
17696 2013-10-04  Alan Modra  <amodra@gmail.com>
17697
17698         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17699         Correct handling of unaligned relocs for little-endian.
17700         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17701
17702 2013-10-04  Alan Modra  <amodra@gmail.com>
17703
17704         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
17705         * configure: Regenerate.
17706         * nptl/shlib-versions: Powerpc*le starts at 2.18.
17707         * shlib-versions: Likewise.
17708
17709 2013-10-04  Alan Modra  <amodra@gmail.com>
17710
17711         * string/tester.c (test_memrchr): Increment reported test cycle.
17712
17713 2013-10-04  Alan Modra  <amodra@gmail.com>
17714
17715         * string/test-memcpy.c (do_one_test): When reporting errors, print
17716         string address and don't overrun end of string.
17717
17718 2013-10-04  Alan Modra  <amodra@gmail.com>
17719
17720         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
17721         insrdi.  Make better use of reg selection to speed exit slightly.
17722         Schedule entry path a little better.  Remove useless "are we done"
17723         checks on entry to main loop.  Handle wrapping around zero address.
17724         Correct main loop count.  Handle single left-over word from main
17725         loop inline rather than by using loop_small.  Remove extra word
17726         case in loop_small caused by wrong loop count.  Add little-endian
17727         support.
17728         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
17729         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
17730         cache hint.
17731         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
17732         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
17733         support.  Avoid rlwimi.
17734         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
17735
17736 2013-10-04  Alan Modra  <amodra@gmail.com>
17737
17738         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
17739         insrdi.  Formatting.
17740         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
17741         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
17742         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
17743         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
17744         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
17745         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
17746
17747 2013-10-04  Alan Modra  <amodra@gmail.com>
17748
17749         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
17750         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
17751         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
17752         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
17753         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
17754         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
17755         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
17756         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
17757         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
17758         use of regs.  Use power7 mtocrf.  Tidy function tails.
17759
17760 2013-10-04  Alan Modra  <amodra@gmail.com>
17761
17762         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
17763         Formatting.  Consistently use rXXX register defines or rN defines.
17764         Use early exit labels that avoid restoring unused non-volatile regs.
17765         Make cr field use more consistent with rWORDn compares.  Rename
17766         regs used as shift registers for unaligned loop, using rN defines
17767         for short lifetime/multiple use regs.
17768         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
17769         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
17770         addi 1,1,64 to pop stack frame.  Simplify return value code.
17771         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
17772
17773 2013-10-04  Alan Modra  <amodra@gmail.com>
17774
17775         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
17776         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
17777         rather than rlwimi.
17778         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
17779         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
17780         little-endian support.  Correct typos.
17781         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
17782         rather than rlwimi.
17783         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
17784         in loop and entry code to keep "and." results.
17785         (strchr): Add little-endian support.  Comment.  Move cntlzd
17786         earlier in tail.
17787         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
17788
17789 2013-10-04  Alan Modra  <amodra@gmail.com>
17790
17791         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
17792         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
17793         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
17794         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
17795
17796 2013-10-04  Alan Modra  <amodra@gmail.com>
17797
17798         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
17799         (rTMP): Define as r11.
17800         (strcmp): Add little-endian support.  Optimise tail.
17801         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
17802         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
17803         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
17804         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
17805         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
17806         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
17807         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
17808
17809 2013-10-04  Alan Modra  <amodra@gmail.com>
17810
17811         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
17812         little-endian support.  Remove unnecessary "are we done" tests.
17813         Handle "s" wrapping around zero and extremely large "size".
17814         Correct main loop count.  Handle single left-over word from main
17815         loop inline rather than by using small_loop.  Correct comments.
17816         Delete "zero" tail, use "end_max" instead.
17817         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
17818
17819 2013-10-04  Alan Modra  <amodra@gmail.com>
17820
17821         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
17822         support.  Don't branch over align.
17823         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
17824         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
17825         support.  Rearrange tmp reg use to suit.  Comment.
17826         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
17827
17828 2013-10-04  Alan Modra  <amodra@gmail.com>
17829
17830         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
17831
17832 2013-10-04  Alan Modra  <amodra@gmail.com>
17833
17834         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
17835         conditional form of branch and link when obtaining pc.
17836         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
17837
17838 2013-10-04  Alan Modra  <amodra@gmail.com>
17839
17840         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
17841         HIWORD/LOWORD.
17842         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
17843         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
17844
17845 2013-10-04  Alan Modra  <amodra@gmail.com>
17846
17847         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
17848         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
17849         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
17850         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
17851         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
17852         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
17853         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
17854         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
17855         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
17856         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
17857
17858 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17859             Alistair Popple <alistair@ozlabs.au.ibm.com>
17860             Alan Modra <amodra@gmail.com>
17861
17862         [BZ #15723]
17863         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
17864         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
17865         _dl_hwcap access for little-endian.
17866         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
17867         destroy vmx regs when saving unaligned.
17868         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
17869         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
17870         destroy vmx regs when saving unaligned.
17871
17872 2013-10-04  Alan Modra  <amodra@gmail.com>
17873
17874         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
17875         Don't use a union to pack hi/low value.
17876
17877 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17878
17879         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
17880         for little-endian.
17881         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
17882         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
17883         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
17884         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
17885         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
17886
17887 2013-10-04  Alan Modra  <amodra@gmail.com>
17888
17889         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
17890         constants to usual value for .cst8 section, and remove redundant
17891         high address load.
17892         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
17893         constant for 0x1p52.  Load little-endian words of double from
17894         correct stack offsets.
17895
17896 2013-10-04  Alan Modra  <amodra@gmail.com>
17897
17898         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
17899         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
17900         words of double from correct stack offsets.
17901         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
17902         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
17903         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
17904         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
17905         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
17906         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
17907         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
17908         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
17909         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
17910         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
17911         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
17912         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
17913         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
17914         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
17915         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
17916         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
17917         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
17918
17919 2013-10-04  Alan Modra  <amodra@gmail.com>
17920
17921         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
17922         64-bit int/double union.
17923         (_FPU_SETCW): Likewise.
17924         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
17925         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
17926
17927 2013-10-04  Alan Modra  <amodra@gmail.com>
17928
17929         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
17930         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
17931
17932 2013-10-04  Alan Modra  <amodra@gmail.com>
17933
17934         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
17935         use vector int constants.
17936         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
17937
17938 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17939
17940         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
17941         array with long long.
17942         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
17943         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
17944         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
17945         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
17946         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
17947         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
17948         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
17949         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
17950         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
17951         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
17952         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
17953         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
17954         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
17955
17956 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17957
17958         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
17959         (__signbit): Likewise.  Correct for little-endian.
17960         (__signbitl): Call __signbit.
17961         (lrint): Correct for little-endian.
17962         (lrintf): Call lrint.
17963
17964 2013-10-04  Alan Modra  <amodra@gmail.com>
17965
17966         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
17967         union 32-bit int array member with 64-bit int array.
17968         (t515, tm256): Double rather than long double.
17969         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
17970
17971 2013-10-04  Alan Modra  <amodra@gmail.com>
17972
17973         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
17974         Delete.
17975         (IEEE854_LONG_DOUBLE_BIAS): Delete.
17976         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
17977         version of math_ldbl.h.
17978
17979 2013-10-04  Alan Modra  <amodra@gmail.com>
17980
17981         [BZ #15734], [BZ #15735]
17982         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
17983         all uses of ieee875 long double macros and unions.  Simplify test
17984         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
17985         ldbl_extract_mantissa value for ix,iy exponents.  Properly
17986         normalize after ldbl_extract_mantissa, and don't add hidden bit
17987         already handled.  Don't treat low word of ieee854 mantissa like
17988         low word of IBM long double and mask off bit when testing for
17989         zero.
17990         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
17991         all uses of ieee875 long double macros and unions.  Simplify tests
17992         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
17993         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
17994         two1022, instead use their values.  Recognise that tests for large
17995         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
17996         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
17997         Rewrite all uses of ieee875 long double macros and unions.  Simplify
17998         test for 0.0L and nan.  Correct negation.
17999         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
18000         ieee875 long double macros and unions.  Correct output for large
18001         magnitude x.  Correct absolute value calculation.
18002         (__erfcl): Likewise.
18003         * math/libm-test.inc: Add tests for errors discovered in IBM long
18004         double versions of fmodl, remainderl, erfl and erfcl.
18005
18006 2013-10-04  Alan Modra  <amodra@gmail.com>
18007
18008         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
18009         all uses of ieee854 long double macros and unions.  Simplify tests
18010         for long doubles that are fully specified by the high double.
18011         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
18012         Likewise.
18013         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
18014         Remove dead code too.
18015         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
18016         (__ieee754_ynl): Likewise.
18017         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
18018         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
18019         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
18020         Remove dead code too.
18021         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
18022         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
18023         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
18024         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
18025         Simplify.
18026         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
18027         Simplify.
18028         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
18029         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
18030         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
18031         Comment on variable precision.
18032         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
18033         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
18034         Likewise.
18035         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
18036         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
18037         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
18038         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
18039         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
18040
18041 2013-10-04  Alan Modra  <amodra@gmail.com>
18042
18043         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
18044         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
18045         all uses of ieee854 long double macros and unions.
18046         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
18047         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
18048         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
18049         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
18050         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
18051         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
18052         Likewise.
18053         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
18054         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
18055         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
18056         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
18057         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
18058         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
18059         Simplify sign and nan test too.
18060         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
18061         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
18062         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
18063         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
18064         Likewise.
18065         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
18066         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
18067         Likewise.
18068         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
18069         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
18070         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
18071         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
18072         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
18073         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
18074
18075 2013-10-04  Alan Modra  <amodra@gmail.com>
18076
18077         * stdio-common/printf_size.c (__printf_size): Don't use
18078         union ieee854_long_double in fpnum union.
18079         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
18080         signbit macro to retrieve sign from long double.
18081         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
18082         retrieve sign from long double.
18083         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
18084         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
18085         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
18086         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
18087         * math/test-misc.c (main): Don't use union ieee854_long_double.
18088
18089 2013-10-04  Alan Modra  <amodra@gmail.com>
18090
18091         [BZ #15680]
18092         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
18093         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
18094         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
18095         calculation.  Remove unnecessary test for denormal exponent.
18096         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
18097         Correct handling of denormals.  Avoid undefined shift behaviour.
18098         Correct normalisation of low mantissa when low double is denormal.
18099         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
18100         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
18101         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
18102         Correct normalisation of low mantissa.  Test for overflow of high
18103         mantissa and normalise.
18104         (ldbl_nearbyint): Use more readable constant for two52.
18105         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
18106         (__mpn_construct_long_double): Fix test for overflow of high
18107         mantissa and correct normalisation.  Avoid undefined shift.
18108
18109 2013-10-04  Alan Modra  <amodra@gmail.com>
18110
18111         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
18112         (union ibm_extended_long_double): Define as an array of ieee754_double.
18113         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
18114         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
18115         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
18116         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
18117         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
18118         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
18119         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
18120         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
18121         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
18122         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
18123         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
18124
18125 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
18126
18127         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
18128         page size instead of calling getpagesize.
18129
18130         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
18131         (LOCFILE_ALIGN_MASK): Likewise.
18132         (LOCFILE_ALIGN_UP): Likewise.
18133         (LOCFILE_ALIGNED_P): Likewise.
18134         * locale/programs/ld-collate.c (collate_output): Use the new
18135         macros instead of __alignof__ (int32_t).
18136         * locale/weight.h (findidx): Likewise.
18137
18138 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
18139
18140         [BZ #431]
18141         * manual/string.texi: Fix strncat and wcsncat.
18142
18143 2013-10-03  Brooks Moses  <bmoses@google.com>
18144
18145         [BZ #15915]
18146         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
18147         * Makerules: ...here, and adjust associated comments.
18148
18149 2013-10-02  Will Newton  <will.newton@linaro.org>
18150
18151         * malloc/Makefile: Add tst-pvalloc.
18152         * malloc/tst-pvalloc.c: New file.
18153
18154 2013-10-02  Will Newton  <will.newton@linaro.org>
18155
18156         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
18157         improve test coverage.
18158
18159 2013-10-02  Will Newton  <will.newton@linaro.org>
18160
18161         * malloc/Makefile: Add tst-posix_memalign.
18162         * malloc/tst-posix_memalign.c: New file.
18163
18164 2013-10-01  Eric Blake  <eblake@redhat.com>
18165
18166         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
18167         Use __THROWNL rather than __THROW on static functions.
18168
18169 2013-09-30  Petr Machata  <pmachata@redhat.com>
18170
18171         * elf/elf.h (R_AARCH64_ABS16): New macro.
18172         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
18173         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
18174         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
18175         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
18176         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
18177         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
18178         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
18179         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
18180         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
18181         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
18182         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
18183         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
18184         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
18185         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
18186         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
18187         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
18188         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
18189         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
18190         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
18191         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
18192         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
18193         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
18194         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
18195         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
18196         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
18197         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
18198         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
18199         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
18200         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
18201         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
18202         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
18203         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
18204         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
18205         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
18206         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
18207         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
18208         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
18209         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
18210         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
18211         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
18212         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
18213         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
18214         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
18215         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
18216         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
18217         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
18218         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
18219         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
18220         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
18221         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
18222         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
18223         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
18224         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
18225         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
18226         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
18227         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
18228         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
18229         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
18230         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
18231         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
18232         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
18233         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
18234         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
18235         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
18236         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
18237         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
18238         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
18239         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
18240         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
18241         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
18242         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
18243         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
18244         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
18245         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
18246         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
18247         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
18248         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
18249         (R_AARCH64_TLSDESC_LDR): Likewise.
18250         (R_AARCH64_TLSDESC_ADD): Likewise.
18251         (R_AARCH64_TLSDESC_CALL): Likewise.
18252
18253 2013-09-30  Andreas Schwab  <schwab@suse.de>
18254
18255         [BZ #15048]
18256         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
18257         the nss database lookup.
18258         * nscd/initgrcache.c (addinitgroupsX): Likewise.
18259         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
18260
18261 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
18262
18263         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
18264
18265 2013-09-28  P. J. McDermott  <pj@pehjota.net>
18266
18267         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
18268         ${Bash-specific parameter/pattern/string} parameter expansion.
18269         * sysdeps/unix/make-syscalls.sh: Likewise.
18270
18271 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18272
18273         * sysdeps/sh/stackguard-macros.h: New file.
18274
18275 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
18276
18277         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
18278         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
18279         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
18280         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
18281         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
18282         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
18283
18284 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18285
18286         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
18287         Fix thread ID register.
18288
18289 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
18290
18291         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
18292         [POSIX || UNIX98]: Require rather than permitting all symbols from
18293         <time.h>.
18294         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
18295         element of struct sched_param.
18296         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
18297         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
18298         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
18299         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
18300         constant.
18301
18302 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
18303
18304         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
18305         argument calculation.
18306
18307 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
18308
18309         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
18310         Expect macro.
18311         [POSIX] (pthread_attr_t): Do not require type.
18312         [POSIX] (pthread_cond_t): Likewise.
18313         [POSIX] (pthread_condattr_t): Likewise.
18314         [POSIX] (pthread_key_t): Likewise.
18315         [POSIX] (pthread_mutex_t): Likewise.
18316         [POSIX] (pthread_mutexattr_t): Likewise.
18317         [POSIX] (pthread_once_t): Likewise.
18318         [POSIX] (pthread_t): Likewise.
18319         [POSIX-based standards] (pthread_atfork): Expect function.
18320
18321 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
18322             Richard Sandiford  <richard@codesourcery.com>
18323
18324         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
18325         (swap_endianness_p): New extern variable.
18326         (set_big_endian): New inline function.
18327         (maybe_swap_uint32): Likewise.
18328         (maybe_swap_uint32_array): Likewise.
18329         (maybe_swap_uint32_obstack): Likewise.
18330         * locale/programs/locfile.c: Include <stdbool.h>.
18331         (swap_endianness_p): New variable.
18332         (add_locale_uint32): Call maybe_swap_uint32.
18333         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
18334         (write_locale_data): Call maybe_swap_uint32_array.
18335         * locale/programs/ld-collate.c (obstack_int32_grow): Call
18336         maybe_swap_uint32.
18337         (obstack_int32_grow_fast): Likewise.
18338         (output_weightwc): Call maybe_swap_uint32_obstack.
18339         (collate_output): Likewise.
18340         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
18341         (OPT_LITTLE_ENDIAN): Likewise.
18342         (options): Add --little-endian and --big-endian options.
18343         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
18344         * locale/programs/locarchive.c: Include "locfile.h".
18345         (GET): New macro.
18346         (SET): Likewise.
18347         (INC): Likewise.
18348         (create_archive): Use the new macros to access fields of
18349         structures directly mapped from or written to locale archives.
18350         (oldlocrecentcmp): Likewise.
18351         (enlarge_archive): Likewise.
18352         (insert_name): Likewise.
18353         (add_alias): Likewise.
18354         (add_locale): Likewise.
18355         (delete_locales_from_archive): Likewise.
18356         (show_archive_content): Likewise.
18357         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
18358         locale data.
18359
18360 2013-09-24  Roland McGrath  <roland@hack.frob.com>
18361
18362         * manual/freemanuals.texi: Updated from (newly) canonical copy at
18363         http://www.gnu.org/doc/freemanuals.texi.
18364         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
18365
18366 2013-09-24  Will Newton  <will.newton@linaro.org>
18367
18368         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
18369         macro.
18370
18371 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
18372
18373         * locale/hashval.h (compute_hashval): Interpret bytes of key as
18374         unsigned char.
18375
18376 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
18377
18378         * manual/threads.texi (POSIX Threads): Fix a typo.
18379
18380 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
18381
18382         [BZ #14547]
18383         * string/tst-strcoll-overflow.c: New test case.
18384         * string/Makefile (xtests): Add tst-strcoll-overflow.
18385         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
18386         cache if string sizes may cause integer overflow.
18387
18388         [BZ #14547]
18389         * string/strcoll_l.c (coll_seq): New members rule, idx,
18390         save_idx and back_us.
18391         (get_next_seq_nocache): New function.
18392         (do_compare_nocache): New function.
18393         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
18394         when malloc fails.
18395
18396 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
18397
18398         [BZ #15754]
18399         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
18400         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
18401         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
18402
18403         [BZ #15754]
18404         * elf/Makefile (tests): Add tst-ptrguard1.
18405         (tests-static): Add tst-ptrguard1-static.
18406         (tst-ptrguard1-ARGS): Define.
18407         (tst-ptrguard1-static-ARGS): Define.
18408         * elf/tst-ptrguard1.c: New file.
18409         * elf/tst-ptrguard1-static.c: New file.
18410         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
18411         * sysdeps/i386/stackguard-macros.h: Likewise.
18412         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
18413         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
18414         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
18415         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
18416         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
18417         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
18418
18419 2013-09-23  Hector Marco  <hecmargi@upv.es>
18420             Ismael Ripoll  <iripoll@disca.upv.es>
18421             Carlos O'Donell  <carlos@redhat.com>
18422
18423         [BZ #15754]
18424         * sysdeps/generic/stackguard-macros.h: Define
18425         __pointer_chk_guard_local and POINTER_CHK_GUARD.
18426         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
18427         Define __pointer_chk_guard_local.
18428         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
18429         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
18430
18431 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
18432
18433         [BZ #15859]
18434         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
18435
18436 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
18437
18438         * include/string.h (__ffs): Declare as hidden.
18439         * string/ffs.c (__ffs): Define as hidden.
18440         * sysdeps/i386/ffs.c (__ffs): Likewise.
18441         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
18442         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
18443         * sysdeps/s390/ffs.c (__ffs): Likewise.
18444         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
18445
18446 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
18447
18448         * NEWS: Mention malloc probes.
18449
18450         * malloc/arena.c (new_heap): New memory_heap_new probe.
18451         (grow_heap): New memory_heap_more probe.
18452         (shrink_heap): New memory_heap_less probe.
18453         (heap_trim): New memory_heap_free probe.
18454         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
18455         (systrim): New memory_sbrk_less probe.
18456         * manual/probes.texi: Document them.
18457
18458         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
18459         * manual/probes.texi: Document it.
18460
18461         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
18462         (__libc_realloc): Add memory_realloc_retry probe.
18463         (__libc_memalign): Add memory_memalign_retry probe.
18464         (__libc_valloc): Add memory_valloc_retry probe.
18465         (__libc_pvalloc): Add memory_pvalloc_retry probe.
18466         (__libc_calloc): Add memory_calloc_retry probe.
18467         * manual/probes.texi: Document them.
18468
18469         * malloc/arena.c (get_free_list): Add probe
18470         memory_arena_reuse_free_list.
18471         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
18472         and memory_arena_reuse.
18473         (arena_get2) [!PER_THREAD]: Likewise.
18474         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
18475         memory_arena_reuse_realloc.
18476         * manual/probes.texi: Document them.
18477
18478         * malloc/malloc.c (__libc_free): Add
18479         memory_mallopt_free_dyn_thresholds probe.
18480         (__libc_mallopt): Add multiple memory_mallopt probes.
18481         * manual/probes.texi: Document them.
18482
18483         * malloc/malloc.c: Include stap-probe.h.
18484         (__libc_mallopt): Add memory_mallopt probe.
18485         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
18486         * manual/probes.texi: New.
18487         * manual/Makefile (chapters): Add probes.
18488         * manual/threads.texi: Set next node.
18489
18490 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
18491
18492         [BZ #15963, #13985]
18493         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
18494         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
18495         Add `Chinese' to `nan' entry name.
18496
18497 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
18498
18499         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
18500         (POLYNOMIAL): Likewise.
18501         (TAYLOR_SINCOS): Likewise.
18502         (TAYLOR_SLOW): Likewise.
18503         (__sin): Use TAYLOR_SINCOS.
18504         (__cos): Likewise.
18505         (slow): Use TAYLOR_SLOW.
18506         (sloww): Likewise.
18507         (bsloww): Likewise.
18508         (csloww): Likewise.
18509
18510 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18511
18512         * stdlib/strtod_l.c: Fix buffer overrun.
18513
18514 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
18515
18516         * benchtests/Makefile (bench): Add sincos.
18517         * benchtests/bench-sincos.c: New file.
18518
18519         * math/libm-test.inc (cos_test_data): New test inputs.
18520         (sin_test_data): Likewise.
18521
18522         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
18523         macro.
18524         (__sin): Use it.
18525         (__cos): Likewise.
18526         (slow1): Likewise.
18527         (slow2): Likewise.
18528         (sloww1): Likewise.
18529         (sloww2): Likewise.
18530         (bsloww1): Likewise.
18531         (bsloww2): Likewise.
18532         (cslow2): Likewise.
18533         (csloww1): Likewise.
18534         (csloww2): Likewise.
18535
18536         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
18537         function.
18538         (__sin): Use it.
18539         (__cos): Likewise.
18540
18541         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
18542         gotos.
18543         (__cos): Likewise.
18544
18545 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
18546
18547         * config.h.in (HAVE_MIPS_NAN2008): New macro.
18548         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
18549         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
18550         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
18551         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
18552         * elf/cache.c (print_entry): Handle the new cache flags.
18553
18554 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
18555             Aldy Hernandez  <aldyh@redhat.com>
18556
18557         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
18558         Change condition to [_SOFT_FLOAT].
18559         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
18560         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
18561         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
18562         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
18563         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
18564         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
18565         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
18566         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
18567         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
18568         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
18569         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
18570         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
18571         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
18572         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
18573         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
18574         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
18575         declaration.
18576
18577 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
18578
18579         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
18580         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
18581         (__longjmp): Use LOAD_GP to load saved GPRs.
18582         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
18583         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
18584         (__sigsetjmp): Use SAVE_GP to save GPRs.
18585
18586         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
18587         Do not append -msoft-float.
18588         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
18589
18590 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
18591
18592         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
18593
18594 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
18595
18596         [BZ #15966]
18597         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
18598         (_FPU_GETCW): Use initial "__" on variable and field names but not
18599         on macro parameter name.
18600         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
18601         parentheses around reference to macro parameter.
18602
18603 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
18604
18605         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
18606         prototype.
18607         (ctype_startup): Use uint32_t in cast and sizeof for
18608         ctype->charnames.
18609
18610 2013-09-11  Jia Liu  <proljc@gmail.com>
18611
18612         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
18613         __daddr_t_defined.
18614         [__FreeBSD__]: Likewise.
18615
18616 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
18617
18618         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
18619         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
18620         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
18621         (strchr): Remove __strchr_sse42 ifunc selection.
18622         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
18623         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
18624
18625 2013-09-11  Will Newton  <will.newton@linaro.org>
18626
18627         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
18628         parameter to RES. Remove hardcoded 1000 value.
18629         * benchtests/bench-skeleton.c (main): Pass RES parameter
18630         to TIMING_INIT and multiply result by 1000.
18631
18632 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18633
18634         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18635
18636 2013-09-11  Andreas Schwab  <schwab@suse.de>
18637
18638         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
18639         if not defined.
18640         (O_TMPFILE) [__USE_GNU]: Define.
18641         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
18642         Define.
18643
18644 2013-09-11  Will Newton  <will.newton@linaro.org>
18645
18646         [BZ #15857]
18647         * malloc/malloc.c (__libc_memalign): Check the value of bytes
18648         does not overflow.
18649
18650 2013-09-11  Will Newton  <will.newton@linaro.org>
18651
18652         [BZ #15856]
18653         * malloc/malloc.c (__libc_valloc): Check the value of bytes
18654         does not overflow.
18655
18656 2013-09-11  Will Newton  <will.newton@linaro.org>
18657
18658         [BZ #15855]
18659         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
18660         does not overflow.
18661
18662 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
18663
18664         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
18665         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
18666         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
18667         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
18668         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
18669
18670 2013-09-10  Allan McRae  <allan@archlinux.org>
18671
18672         [BZ #15748]
18673         * manual/arith.texi (Parsing of Floats): Clarify
18674         cross-reference.
18675
18676         [BZ #15849]
18677         * manual/install.texi (Running make install): Mention
18678         --enable-pt-chown.
18679         * INSTALL: Regenerated.
18680
18681 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
18682
18683         * csu/init-first.c (_init): Remove the !SHARED condition around
18684         FPU control word initialization.
18685         * elf/dl-support.c (_dl_fpu_control): New variable.
18686         (_dl_aux_init) <AT_FPUCW>: Initialize it.
18687         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
18688         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
18689         * math/test-fpucw-static.c: New file.
18690         * math/test-fpucw-ieee.c: New file.
18691         * math/test-fpucw-ieee-static.c: New file.
18692         * math/Makefile (tests): Add `test-fpucw-ieee' and
18693         `$(tests-static)'.
18694         (tests-static): New variable.
18695         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
18696         dependency to...
18697         [($(build-shared),yes)]
18698         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
18699         ... this.
18700         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
18701         New dependency.
18702
18703 2013-09-09  Allan McRae  <allan@archlinux.org>
18704
18705         [BZ #15939]
18706         * manual/string.texi (Collation Functions): Fix typo in
18707         strcoll example.
18708         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
18709
18710         [BZ #15893]
18711         * stdlib/isomac.c (get_null_defines): Fix memory leak.
18712
18713         [BZ #15892]
18714         * libio/memstream.c (open_memstream): Fix memory leak.
18715         * libio/wmemstream.c (open_wmemstream): Likewise.
18716
18717         [BZ #15895]
18718         * nscd/netgroupcache.c: Fix nesting of ifdefs.
18719
18720 2013-09-09  Will Newton  <will.newton@linaro.org>
18721
18722         * malloc/Makefile: Add tst-realloc to tests.
18723         * malloc/tst-realloc.c: New file.
18724
18725 2013-09-09  Allan McRae  <allan@archlinux.org>
18726
18727         [BZ #15844]
18728         * COPYING: Update from GNU website to fix FSF address.
18729         * COPYING.LIB: Likewise.
18730
18731 2013-09-06  David S. Miller  <davem@davemloft.net>
18732
18733         * po/zh_TW.po: Update Chinese (traditional) translation from
18734         translation project.
18735
18736 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
18737             Joseph Myers  <joseph@codesourcery.com>
18738
18739         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
18740         "localeinfo.h".
18741         (obstack_chunk_alloc): New macro.
18742         (obstack_chunk_free): Likewise.
18743         (record_offset): New function.
18744         (init_locale_data): Likewise.
18745         (align_locale_data): Likewise.
18746         (add_locale_empty): Likewise.
18747         (add_locale_raw_data): Likewise.
18748         (add_locale_raw_obstack): Likewise.
18749         (add_locale_string): Likewise.
18750         (add_locale_wstring): Likewise.
18751         (add_locale_uint32): Likewise.
18752         (add_locale_uint32_array): Likewise.
18753         (add_locale_char): Likewise.
18754         (start_locale_structure): Likewise.
18755         (end_locale_structure): Likewise.
18756         (start_locale_prelude): Likewise.
18757         (end_locale_prelude): Likewise.
18758         (write_locale_data): Take locale_file structure rather than an
18759         iovec.
18760         * locale/programs/locfile.h: Include "obstack.h".
18761         (struct locale_file): Change to store locale file contents instead
18762         of header.
18763         (init_locale_data): New prototype.
18764         (align_locale_data): Likewise.
18765         (add_locale_empty): Likewise.
18766         (add_locale_raw_data): Likewise.
18767         (add_locale_raw_obstack): Likewise.
18768         (add_locale_string): Likewise.
18769         (add_locale_wstring): Likewise.
18770         (add_locale_uint32): Likewise.
18771         (add_locale_uint32_array): Likewise.
18772         (add_locale_char): Likewise.
18773         (start_locale_structure): Likewise.
18774         (end_locale_structure): Likewise.
18775         (start_locale_prelude): Likewise.
18776         (end_locale_prelude): Likewise.
18777         (write_locale_data): Update prototype.
18778         * locale/programs/3level.h (struct TABLE): Remove result field.
18779         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
18780         Use new locale_file interface.
18781         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
18782         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
18783         * locale/programs/ld-address.c (address_output): Use new
18784         locale_file interface.
18785         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
18786         NO_ADD_LOCALE.
18787         (collate_finish): Don't call collseq_table_finalize.
18788         (collate_output): Use new locale_file interface.
18789         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
18790         in file.
18791         (NO_FINALIZE): Change to NO_ADD_LOCALE.
18792         (TABLE): Move defines earlier in file.
18793         (ELEMENT): Likewise.
18794         (DEFAULT): Likewise.
18795         (wctrans_table_add): Move macro and inline function earlier in
18796         file.
18797         (struct wctype_table): Move type earlier in file.
18798         (add_locale_wctype_table): New static prototype.
18799         (struct locale_ctype_t): Use logical types instead of struct iovec
18800         pointers for members.
18801         (ctype_output): Use new locale_file interface.
18802         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
18803         new locale_file interface.
18804         (allocate_arrays): Update for use of new locale_file interface.
18805         * locale/programs/ld-identification.c (identification_output): Use
18806         new locale_file interface.
18807         * locale/programs/ld-measurement.c (measurement_output): Likewise.
18808         * locale/programs/ld-messages.c (messages_output): Likewise.
18809         * locale/programs/ld-monetary.c (monetary_output): Likewise.
18810         * locale/programs/ld-name.c (name_output): Likewise.
18811         * locale/programs/ld-numeric.c (numeric_output): Likewise.
18812         * locale/programs/ld-paper.c (paper_output): Likewise.
18813         * locale/programs/ld-telephone.c (telephone_output): Likewise.
18814         * locale/programs/ld-time.c (time_output): Likewise.
18815
18816 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18817
18818         * benchtests/Makefile: Add memrchr benchmark.
18819         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
18820         benchmark as memrchr.
18821         * benchtests/bench-memrchr-ifunc.c: New file.
18822         * benchtests/bench-memrchr.c: New file.
18823
18824 2013-09-06   Will Newton  <will.newton@linaro.org>
18825
18826         * benchtests/Makefile (string-bench): Add memcpy.
18827
18828 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
18829             Cong Wang  <amwang@redhat.com>
18830
18831         [BZ #15850]
18832         * sysdeps/unix/sysv/linux/bits/in.h
18833         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
18834         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
18835         before __USE_KERNEL_IPV6_DEFS uses.
18836         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
18837         IPPROTO_BEETPH.
18838         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
18839         sockaddr_in6, or ipv6_mreq.
18840
18841 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18842
18843         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
18844         memory access for final bytes in some large inputs.
18845         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
18846
18847 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18848
18849         * string/test-memrchr.c: New file.
18850         * string/test-memrchr-ifunc.c: New file.
18851         * string/Makefile: Add new memrchr testcase.
18852
18853 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
18854
18855         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
18856         fanotify_init returns EPERM.
18857
18858 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
18859
18860         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
18861         errors.
18862         (top level): Treat second token from macro or constant entries for
18863         allowed headers as allowed.
18864         * include/complex.h: Condition internal declarations on
18865         [!_ISOMAC].
18866         * include/fenv.h: Condition include of <stdbool.h> and internal
18867         declarations on [!_ISOMAC].
18868
18869 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
18870
18871         [BZ #15923]
18872         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
18873
18874 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
18875
18876         * configure.in (--enable-versioning): Remove configure option.
18877         (libc_cv_asm_symver_directive): Remove configure test.
18878         (libc_cv_ld_version_script_option): Likewise.
18879         (VERSIONING): Remove variable and AC_SUBST.
18880         (DO_VERSIONING): Remove AC_DEFINE.
18881         * configure: Regenerated.
18882         * config.h.in (DO_VERSIONING): Remove macro.
18883         * Makerules [$(versioning) = yes]: Change conditionals to
18884         [$(build-shared) = yes].
18885         * config.make.in (versioning): Remove variable.
18886         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
18887         [$(build-shared) = yes].
18888         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
18889         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
18890         * elf/Makefile [$(versioning) = yes]: Change conditionals to
18891         [$(build-shared) = yes].
18892         * extra-lib.mk [$(versioning) = yes]: Likewise.
18893         * hurd/Makefile [$(versioning) = yes]: Likewise.
18894         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
18895         [SHARED].
18896         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
18897         [SHARED].
18898         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
18899         [SHARED && !NO_HIDDEN].
18900         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
18901         [SHARED].
18902         [SHARED && DO_VERSIONING]: Likewise..
18903         * libio/Makefile [$(versioning) = yes]: Change conditionals to
18904         [$(build-shared) = yes].
18905         * manual/install.texi (--disable-versioning): Remove
18906         documentation.
18907         * INSTALL: Regenerated.
18908         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
18909         to [SHARED].
18910         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
18911         [$(build-shared) = yes].
18912         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
18913         * sysdeps/i386/i686/multiarch/strstr-c.c
18914         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
18915         [SHARED && !NO_HIDDEN].
18916         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
18917         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
18918         * sysdeps/powerpc/powerpc32/dl-machine.c
18919         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
18920         * sysdeps/powerpc/powerpc32/sysdep.h
18921         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
18922         to [SHARED && PIC && !NO_HIDDEN].
18923         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
18924         conditional to [SHARED].
18925
18926 2013-09-04   Will Newton  <will.newton@linaro.org>
18927
18928         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
18929         * benchtests/bench-string.h: Include bench-timing.h instead
18930         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
18931         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
18932         call to HP_TIMING_DIFF_INIT.
18933         * benchtests/bench-memccpy.c: Use bench-timing.h macros
18934         instead of hp-timing.h macros.
18935         * benchtests/bench-memchr.c: Likewise.
18936         * benchtests/bench-memcmp.c: Likewise.
18937         * benchtests/bench-memcpy.c: Likewise.
18938         * benchtests/bench-memmem.c: Likewise.
18939         * benchtests/bench-memmove.c: Likewise.
18940         * benchtests/bench-memset.c: Likewise.
18941         * benchtests/bench-rawmemchr.c: Likewise.
18942         * benchtests/bench-strcasecmp.c: Likewise.
18943         * benchtests/bench-strcasestr.c: Likewise.
18944         * benchtests/bench-strcat.c: Likewise.
18945         * benchtests/bench-strchr.c: Likewise.
18946         * benchtests/bench-strcmp.c: Likewise.
18947         * benchtests/bench-strcpy.c: Likewise.
18948         * benchtests/bench-strcpy_chk.c: Likewise.
18949         * benchtests/bench-strlen.c: Likewise.
18950         * benchtests/bench-strncasecmp.c: Likewise.
18951         * benchtests/bench-strncat.c: Likewise.
18952         * benchtests/bench-strncmp.c: Likewise.
18953         * benchtests/bench-strncpy.c: Likewise.
18954         * benchtests/bench-strnlen.c: Likewise.
18955         * benchtests/bench-strpbrk.c: Likewise.
18956         * benchtests/bench-strrchr.c: Likewise.
18957         * benchtests/bench-strspn.c: Likewise.
18958         * benchtests/bench-strstr.c: Likewise.
18959
18960 2013-09-04  Will Newton  <will.newton@linaro.org>
18961
18962         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
18963
18964 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
18965
18966         [BZ #15427]
18967         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
18968         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
18969         * math/libm-test.inc (lgamma_test_data): Add more tests.
18970         * sysdeps/i386/fpu/libm-test-ulps: Update.
18971         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18972
18973 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
18974
18975         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
18976         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
18977         Add ifunc.
18978         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
18979         Add strcmp-sse2-unaligned
18980         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
18981
18982 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
18983
18984         * Versions.def (libc): Add GLIBC_2.19.
18985
18986 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
18987
18988         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
18989         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
18990
18991 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
18992
18993         [BZ #14155]
18994         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
18995         intermediate calculations in recurrence.
18996         (__ieee754_ynf): Likewise.
18997         * math/libm-test.inc (jn_test_data): Do not allow spurious
18998         underflow exception.  Add more tests.
18999         (yn_test_data): Add more tests.
19000         * sysdeps/i386/fpu/libm-test-ulps: Update.
19001         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19002
19003 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
19004
19005         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
19006
19007 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
19008
19009         * csu/init-first.c: Fix then/than typos.
19010         * locale/programs/ld-collate.c: Likewise.
19011         * locale/programs/linereader.h: Likewise.
19012         * manual/charset.texi: Likewise.
19013         * manual/filesys.texi: Likewise.
19014         * manual/stdio.texi: Likewise.
19015         * manual/string.texi: Likewise.
19016         * stdlib/fmtmsg.c: Likewise.
19017         * sysdeps/i386/stpncpy.S: Likewise.
19018         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
19019         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
19020         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
19021         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
19022
19023 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
19024
19025         * elf/dl-open.c: Fix typos.
19026         * iconvdata/gbbig5.c: Likewise.
19027         * iconvdata/iso-2022-jp.c: Likewise.
19028         * iconv/gconv_int.h: Likewise.
19029         * iconv/loop.c: Likewise.
19030         * nis/rpcsvc/nis.h: Likewise.
19031         * resolv/ns_name.c: Likewise.
19032         * stdio-common/vfscanf.c: Likewise.
19033         * streams/stropts.h: Likewise.
19034         * sunrpc/rpc_thread.c: Likewise.
19035         * sysdeps/i386/strpbrk.S: Likewise.
19036         * sysdeps/ieee754/k_standard.c: Likewise.
19037         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
19038         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
19039         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
19040         * sysdeps/mach/hurd/profil.c: Likewise.
19041         * sysdeps/s390/dl-procinfo.h: Likewise.
19042         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
19043         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
19044         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
19045         * sysdeps/x86_64/dl-trampoline.S: Likewise.
19046         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
19047
19048 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
19049
19050         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
19051         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
19052
19053 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
19054
19055         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
19056         aix specific files.
19057         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
19058         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
19059         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
19060         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
19061         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
19062         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
19063         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
19064         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
19065
19066 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
19067             Roland McGrath  <roland@hack.frob.com>
19068
19069         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
19070         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
19071
19072 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
19073
19074         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
19075         __executable_start symbol instead of _start.
19076
19077 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
19078
19079         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
19080         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
19081         Move macros to...
19082         * sysdeps/gnu/ldsodefs.h: ... this new file.
19083
19084         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
19085         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
19086         instead of ELFOSABI_LINUX.
19087
19088         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
19089         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
19090         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
19091         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
19092         Likewise.
19093         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
19094         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
19095         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
19096         Likewise.
19097         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
19098         (ibm_extended_long_double): Add ieee_nan member.
19099         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
19100         (do_test): New function.
19101
19102         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
19103         TEST_TRUNC.
19104         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
19105         functions, renamed from truncdfsf_test, trunctfsf_test,
19106         trunctfdf_test.
19107         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
19108         functions.
19109         (do_test): Run all these.
19110
19111 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
19112
19113         * argp/argp-help.c: Fix typos.
19114         * argp/argp-parse.c: Likewise.
19115         * debug/backtracesyms.c: Likewise.
19116         * elf/elf.h: Likewise.
19117         * malloc/malloc.c: Likewise.
19118         * nis/nis_print.c: Likewise.
19119         * resolv/res_comp.c: Likewise.
19120         * stdlib/stdlib.h: Likewise.
19121         * sunrpc/clnt_tcp.c: Likewise.
19122         * sunrpc/clnt_udp.c: Likewise.
19123         * sunrpc/clnt_unix.c: Likewise.
19124         * sysdeps/unix/bsd/ptsname.c: Likewise.
19125         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
19126         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
19127         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
19128         Likewise.
19129         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
19130         Likewise.
19131         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
19132         Likewise.
19133         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
19134
19135 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19136
19137         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
19138         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
19139
19140 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
19141
19142         [BZ #15897]
19143         * dlfcn/Makefile (tests): Add bug-dl-leaf.
19144         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
19145         ($(objpfx)bug-dl-leaf): New rule.
19146         ($(objpfx)bug-dl-leaf.so): Likewise.
19147         ($(objpfx)bug-dl-leaf.out): Likewise.
19148         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
19149         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
19150         * dlfcn/bug-dl-leaf.c: New test.
19151         * dlfcn/bug-dl-leaf-lib.c: Likewise.
19152         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
19153         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
19154         (dlclose): Likewise.
19155         (dlmopen): Likewise.
19156
19157 2013-08-27  Roland McGrath  <roland@hack.frob.com>
19158
19159         * include/netdb.h [!_ISOMAC]:
19160         Don't include <tls.h>.
19161         (h_errno, __libc_h_errno): Move declaration and macros out of
19162         [_LIBC_REENTRANT].
19163
19164         * include/resolv.h [_RESOLV_H_]:
19165         Don't include <tls.h>.
19166         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
19167         * resolv/res_libc.c: Don't include <tls.h>.
19168         (_res): Use __attribute__ ((nocommon)) in place of
19169         __attribute__ ((section (".bss"))).
19170
19171         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
19172         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
19173
19174         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
19175
19176         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
19177         only under [SIOCGIFCONF && SIOCGIFNETMASK].
19178
19179         * resolv/res_mkquery.c: Include <sys/time.h>.
19180
19181         * inet/ifreq.c: Moved to ...
19182         * sysdeps/unix/ifreq.c: ... here.
19183         * inet/ifreq.c: New file, true stub version.
19184
19185         * socket/sa_len.c: New file.
19186         * socket/Makefile (aux): Add it.
19187         * sysdeps/unix/sysv/linux/Makefile
19188         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
19189         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
19190         and #include <socket/sa_len.c>.
19191         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
19192         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
19193
19194         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
19195         * bits/socket.h: ... here.
19196
19197         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
19198         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
19199         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
19200
19201 2013-08-27  Andreas Schwab  <schwab@suse.de>
19202
19203         [BZ #15736]
19204         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
19205         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
19206         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
19207         * string/test-strcasecmp.c (test_main): Run tests in several
19208         locales.
19209         * string/test-strncasecmp.c (test_main): Likewise.
19210
19211         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
19212         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
19213         to __strcasecmp_nonascii and __strncasecmp_nonascii.
19214         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
19215         (__strncasecmp_ssse3) [PIC]: Likewise.
19216
19217 2013-08-26  Roland McGrath  <roland@hack.frob.com>
19218
19219         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
19220
19221         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
19222         instead of explicitly declaring xdecrypt.
19223         * nis/nss_nis/nis-publickey.c: Likewise.
19224
19225 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
19226
19227         [BZ #15890]
19228         * nscd/aicache.c: Include res_hconf.h.
19229         (addhstaiX): Initialize res_hconf.
19230
19231 2013-08-26  Andreas Schwab  <schwab@suse.de>
19232
19233         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
19234         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
19235
19236 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
19237
19238         * nscd/aicache.c (addhstaiX): Fix indentation.
19239
19240 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
19241
19242         * configure.ac: Quote $build_pt_chown test.
19243         * configure: Regenerated.
19244
19245 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
19246
19247         [BZ #15532]
19248         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
19249         * math/s_cexpf.c (__cexpf): Likewise.
19250         * math/s_cexpl.c (__cexpl): Likewise.
19251         * math/libm-test.inc (cexp_test_data): Correct expected return
19252         value for NaN + i0.  Add another test.
19253
19254 2013-08-22  David S. Miller  <davem@davemloft.net>
19255
19256         * po/ca.po: Update Catalan translation from translation project.
19257         * po/uk.po: Add Ukrainian translations from translation project.
19258
19259 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
19260
19261         [BZ #15797]
19262         * math/s_fdim.c (__fdim): Check for infinite arguments if result
19263         is infinite, not alongside NaN test.
19264         * math/s_fdimf.c (__fdimf): Likewise.
19265         * math/s_fdiml.c (__fdiml): Likewise.
19266         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
19267         errno is unchanged.
19268
19269 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
19270
19271         * argp/argp-help.c: Fix typos.
19272         * crypt/speeds.c: Likewise.
19273         * csu/check_fds.c: Likewise.
19274         * elf/dl-load.c: Likewise.
19275         * elf/dl-open.c: Likewise.
19276         * elf/reldep3.c: Likewise.
19277         * elf/reldep.c: Likewise.
19278         * elf/sprof.c: Likewise.
19279         * iconv/iconv_charmap.c: Likewise.
19280         * iconv/skeleton.c: Likewise.
19281         * iconv/strtab.c: Likewise.
19282         * io/lockf64.c: Likewise.
19283         * libio/libioP.h: Likewise.
19284         * resolv/gai_notify.c: Likewise.
19285         * resolv/ns_name.c: Likewise.
19286         * resolv/ns_samedomain.c: Likewise.
19287         * resolv/res_send.c: Likewise.
19288         * stdlib/random.c: Likewise.
19289         * sunrpc/rpc/xdr.h: Likewise.
19290         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
19291         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
19292         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
19293         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
19294         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
19295         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
19296         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
19297         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
19298         * sysdeps/mach/hurd/check_fds.c: Likewise.
19299         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
19300         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
19301         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
19302         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
19303         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
19304         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
19305         * sysdeps/pthread/aio_notify.c: Likewise.
19306         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
19307         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
19308         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
19309         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
19310         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
19311
19312 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19313
19314         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
19315         version if bit_Slow_SSE4_2 is set.
19316         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
19317         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
19318
19319 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19320
19321         [BZ #15867]
19322         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
19323         trampoline stack frame information.
19324         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
19325         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
19326         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
19327         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
19328         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
19329         * sysdeps/unix/sysv/linux/powerpc/init-first.c
19330         (_libc_vdso_platform_setup): Initialize the signal trampolines.
19331         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
19332         sa_flags value.
19333         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
19334         interrupting a syscall and set with option SA_SIGINFO.
19335
19336 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
19337
19338         [BZ #15531]
19339         * math/s_cproj.c (__cproj): Only return an infinity if one part of
19340         argument is infinite.
19341         * math/s_cprojf.c (__cprojf): Likewise.
19342         * math/s_cprojl.c (__cprojl): Likewise.
19343         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
19344         * math/libm-test.inc (cproj_test_data): Add more tests.
19345
19346         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
19347
19348         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
19349         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
19350         size.  Use __ffs to determine corresponding shift.
19351
19352 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
19353             Roland McGrath  <roland@hack.frob.com>
19354
19355         * Makefile (INSTALL): Remove trailing blank lines from output of
19356         makeinfo.
19357
19358 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19359
19360         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
19361         Align 32 bit compat elf_greg to 8 bytes.
19362
19363 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
19364
19365         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
19366
19367 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19368
19369         * string/strcoll_l.c (coll_seq): New structure.
19370         (get_next_seq_cached): New function.
19371         (get_next_seq): New function.
19372         (do_compare): New function.
19373         (STRCOLL): Use GNU style definition.  Simplify implementation
19374         by using get_next_seq, get_next_seq_cached and do_compare.
19375
19376 2013-08-16  Florian Weimer  <fweimer@redhat.com>
19377
19378         [BZ #14699]
19379         CVE-2013-4237
19380         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
19381         member.
19382         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
19383         member.
19384         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
19385         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
19386         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
19387         conditional.
19388         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
19389         GETDENTS_64BIT_ALIGNED.
19390         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
19391         * manual/filesys.texi (Reading/Closing Directory): Document
19392         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
19393         strongly.
19394         * manual/conf.texi (Limits for Files): Add portability note to
19395         NAME_MAX, PATH_MAX.
19396         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
19397
19398 2013-08-13  Andreas Schwab  <schwab@suse.de>
19399
19400         [BZ #15749]
19401         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
19402         of fabs.
19403         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
19404         LDBL_MAX_EXP >= 16384]: Add tests for it.
19405
19406 2013-08-12  David S. Miller  <davem@davemloft.net>
19407
19408         * version.h (RELEASE): Set to "development".
19409         (VERSION): Set to "2.18.90".
19410         * NEWS: Add 2.19 section.
19411
19412 2013-08-03  David S. Miller  <davem@davemloft.net>
19413
19414         * po/ko.po: Update Korean translation from translation project.
19415
19416 2013-08-01  David S. Miller  <davem@davemloft.net>
19417
19418         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
19419         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
19420         Bilka.
19421
19422 2013-07-30  David S. Miller  <davem@davemloft.net>
19423
19424         * po/fr.po: Update French translation from translation project.
19425
19426 2013-07-28  David S. Miller  <davem@davemloft.net>
19427
19428         * po/cs.po: Update Czech translation from translation project.
19429
19430         * po/sv.po: Update Swedish translation from translation project.
19431
19432 2013-07-27  David S. Miller  <davem@davemloft.net>
19433
19434         * po/eo.po: Update Esperanto translation from translation project.
19435
19436         * po/vi.po: Update Vietnamese translation from translation project.
19437
19438         * po/de.po: Update German translation from translation project.
19439
19440 2013-07-26  David S. Miller  <davem@davemloft.net>
19441
19442         * po/bg.po: Update Bulgarian translation from translation project.
19443
19444         * po/nl.po: Update Dutch translation from translation project.
19445         * po/pl.po: Update Polish translation from translation project.
19446         * po/ru.po: Update Russian translation from translation project.
19447
19448 2013-07-24  David S. Miller  <davem@davemloft.net>
19449
19450         * po/libc.pot: Update.
19451
19452 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19453
19454         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
19455         variable page size.
19456         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
19457         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
19458         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
19459
19460 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19461
19462         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
19463
19464 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19465             Andreas Schwab  <schwab@suse.de>
19466             Roland McGrath  <roland@hack.frob.com>
19467             Joseph Myers  <joseph@codesourcery.com>
19468             Carlos O'Donell  <carlos@redhat.com>
19469
19470         [BZ #15755]
19471         * config.h.in: Define HAVE_PT_CHOWN.
19472         * config.make.in (build-pt-chown): New variable.
19473         * configure.in (--enable-pt_chown): New configure option.
19474         * configure: Regenerate.
19475         * login/Makefile: Include Makeconfig.  Build pt_chown only if
19476         build-pt-chown is enabled.
19477         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
19478         pt_chown to fix pty ownership.
19479         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
19480         CLOSE_ALL_FDS.
19481         * manual/install.texi (Configuring and compiling): Mention
19482         --enable-pt_chown. Add @findex for grantpt.
19483         * INSTALL: Regenerate.
19484
19485 2013-07-20  David S. Miller  <davem@davemloft.net>
19486
19487         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
19488         difference between 32-bit and 64-bit.
19489
19490 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
19491
19492         [BZ #15711]
19493         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
19494         Avoid system header dependency with -ffreestanding.
19495         ($(objpfx)bits/syscall%d): Likewise.
19496
19497 2013-07-13  David S. Miller  <davem@davemloft.net>
19498
19499         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
19500         underflows from atanl/atan2l due to bug 15319.
19501         (casinh_test_data): Likewise.
19502
19503 2013-07-07  David S. Miller  <davem@davemloft.net>
19504
19505         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
19506
19507 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
19508
19509         * sysdeps/i386/fpu/libm-test-ulps: Update.
19510         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19511
19512 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
19513
19514         * configure.in (--enable-lock-elision): Fix message text.
19515         * INSTALL: Regenerate.
19516         * configure: Regenerate.
19517
19518 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19519
19520         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19521
19522 2013-07-03  Andreas Jaeger  <aj@suse.de>
19523
19524         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
19525         define.
19526         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
19527         (ptrace_peeksiginfo_args): Add.
19528         (__ptrace_peeksiginfo_flags): Add.
19529         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
19530         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
19531         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
19532
19533 2013-07-03  Allan McRae  <allan@archlinux.org>
19534
19535         * sysdeps/i386/fpu/libm-test-ulps: Update.
19536
19537 2013-07-02  David S. Miller  <davem@davemloft.net>
19538
19539         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19540
19541 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
19542
19543         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19544
19545 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
19546
19547         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
19548         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19549
19550 2013-07-02  Andi Kleen <ak@linux.intel.com>
19551
19552         * config.h.in (ENABLE_LOCK_ELISION): Add.
19553         * configure.in (--enable-lock-elision): Add option.
19554         * manual/install.texi: Document --enable lock elision.
19555         * configure: Regenerate
19556         * INSTALL: Regenerate.
19557
19558 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
19559
19560         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
19561         SSE4.2 strcasecmp for libc.a.
19562         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
19563
19564 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
19565
19566         [BZ #13304]
19567         * soft-fp/op-common.h (_FP_FMA): New macro.
19568         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
19569         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
19570         (_FP_MUL_MEAT_1_imm): ... here.
19571         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
19572         (_FP_MUL_MEAT_1_wide): ... here.
19573         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
19574         (_FP_MUL_MEAT_1_hard): ... here.
19575         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
19576         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
19577         (_FP_MUL_MEAT_2_wide): ... here.
19578         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
19579         (_FP_MUL_MEAT_2_wide_3mul): ... here.
19580         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
19581         (_FP_MUL_MEAT_2_gmp): ... here.
19582         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
19583         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
19584         (_FP_MUL_MEAT_4_wide): ... here.
19585         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
19586         (_FP_MUL_MEAT_4_gmp): ... here.
19587         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
19588         (_FP_WFRACBITS_DW_S): Likewise.
19589         (_FP_WFRACXBITS_DW_S): Likewise.
19590         (_FP_HIGHBIT_DW_S): Likewise.
19591         (FP_FMA_S): Likewise.
19592         (_FP_FRAC_HIGH_DW_S): Likewise.
19593         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
19594         (_FP_WFRACBITS_DW_D): Likewise.
19595         (_FP_WFRACXBITS_DW_D): Likewise.
19596         (_FP_HIGHBIT_DW_D): Likewise.
19597         (FP_FMA_D): Likewise.
19598         (_FP_FRAC_HIGH_DW_D): Likewise.
19599         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
19600         (_FP_WFRACBITS_DW_E): Likewise.
19601         (_FP_WFRACXBITS_DW_E): Likewise.
19602         (_FP_HIGHBIT_DW_E): Likewise.
19603         (FP_FMA_E): Likewise.
19604         (_FP_FRAC_HIGH_DW_E): Likewise.
19605         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
19606         (_FP_WFRACBITS_DW_Q): Likewise.
19607         (_FP_WFRACXBITS_DW_Q): Likewise.
19608         (_FP_HIGHBIT_DW_Q): Likewise.
19609         (FP_FMA_Q): Likewise.
19610         (_FP_FRAC_HIGH_DW_Q): Likewise.
19611         * soft-fp/fmasf4.c: New file.
19612         * soft-fp/fmadf4.c: Likewise.
19613         * soft-fp/fmatf4.c: Likewise.
19614
19615 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19616
19617         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
19618         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
19619         Silvermont.
19620         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
19621         macro.
19622         (index_Slow_SSE4_2): Likewise.
19623         (index_Prefer_PMINUB_for_stringop): Likewise.
19624         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
19625         bit_Slow_SSE4_2 is set.
19626         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
19627         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
19628
19629 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19630
19631         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
19632         rtld_global._dl_hwcap2.
19633         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
19634         POWER8.
19635         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
19636         POWER8 feature descriptions defined in _dl_hwcap2.
19637         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
19638         string handling for POWER8 feature bits.
19639         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
19640         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
19641         _dl_powerpc_cap_flags.
19642         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
19643         * sysdeps/powerpc/rtld-global-offsets.sym
19644         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
19645         _dl_hwcap2 in the rtld_global_ro structure.
19646
19647 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19648
19649         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
19650         hardware capabilities in support of AT_HWCAP2.
19651         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
19652         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
19653         GLRO(dl_hwcap2).
19654         (_dl_show_auxv): Add support for calling _dl_procinfo to display
19655         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
19656         explicitly the unknown a_type display mechanism is used.
19657         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
19658         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
19659         struct member.
19660         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
19661         to macro prototype for AT_HWCAP2 support.
19662         * sysdeps/i386/dl-procinfo.h: Likewise.
19663         * sysdeps/s390/dl-procinfo.h: Likewise.
19664         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
19665         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
19666         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
19667         return -1 for unknown a_type display fallback.
19668         * sysdeps/sparc/dl-procinfo.h: Likewise.
19669         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
19670         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
19671
19672 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
19673
19674         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
19675         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
19676
19677 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
19678
19679         [BZ #12492]
19680         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
19681         mprotect making __stack_prot writable.
19682
19683 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
19684             Joseph Myers  <joseph@codesourcery.com>
19685
19686         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
19687         as being properly aligned.
19688
19689 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
19690
19691         * dlfcn/modstatic5.c: New file.
19692         * dlfcn/tststatic5.c: New file.
19693         * dlfcn/Makefile (tests): Add tststatic5.
19694         (tests-static): Likewise.
19695         (modules-names): Add modstatic5.
19696         (tststatic5-ENV): New variable.
19697         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
19698
19699         [BZ #15022]
19700         * elf/dl-support.c (_dl_main_map): New variable.
19701         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
19702         (_dl_nns, _dl_load_adds): Set to 1.
19703         (_dl_initial_searchlist): Refer to _dl_main_map.
19704         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
19705         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
19706         call to _dl_get_origin.
19707         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
19708         around call_map.
19709         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
19710         * dlfcn/modstatic3.c: New file.
19711         * dlfcn/tststatic3.c: New file.
19712         * dlfcn/tststatic4.c: New file.
19713         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
19714         (tests-static): Likewise.
19715         (modules-names): Add modstatic3.
19716         (tststatic3-ENV, tststatic4-ENV): New variables.
19717         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
19718         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
19719
19720 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
19721
19722         * configure.in (CC): Require GCC version 4.4 or later.
19723         * configure: Regenerated.
19724         * manual/install.texi (Tools for Compilation): Update GCC version
19725         requirement.
19726         * INSTALL: Regenerated.
19727
19728 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19729
19730         [BZ #15674]
19731         * string/test-memcmp.c (check2): New.
19732         (main): Call check2.
19733
19734         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
19735
19736 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
19737
19738         [BZ #15022]
19739         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
19740         over to...
19741         (dl_open_worker) [!SHARED]: ... here.
19742
19743 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19744
19745         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
19746
19747 2013-06-25  Richard Henderson  <rth@redhat.com>
19748
19749         * locale/programs/locarchive.c: Include <libc-internal.h>
19750
19751 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
19752
19753         * manual/texinfo.tex: Update to version 2013-06-21.17, with
19754         trailing whitespace removed.
19755
19756 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
19757
19758         [BZ #10283]
19759         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
19760         * locale/programs/locarchive.c: Include libc-mmap.h.
19761         (prepare_address_space): Take two new outputs (the mmap base and len).
19762         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
19763         values.
19764         (create_archive): Declare new mmap base and len values for
19765         prepare_address_space, and store the result in ah.
19766         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
19767         (enlarge_archive): If ah->mmap_base is not NULL, use that and
19768         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
19769         Declare new mmap base and len values for
19770         prepare_address_space, and store the result in new_ah.
19771         (open_archive): Declare new mmap base and len values for
19772         prepare_address_space, and store the result in ah.
19773         (close_archive): If ah->mmap_base is not NULL, use that and
19774         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
19775         * sysdeps/generic/libc-mmap.h: New file.
19776
19777 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
19778
19779         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
19780         (ALIGN_UP): Likewise.
19781         (PTR_ALIGN_DOWN): Likewise.
19782         (PTR_ALIGN_UP): Likewise.
19783
19784 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19785
19786         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
19787         entry mapped to PPC_PLATFORM_POWER8.
19788         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
19789         POWER8.
19790         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
19791         (_dl_string_platform): Add case for exporting platform position for
19792         POWER8.
19793         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
19794         search path to sysdeps/powerpc/powerpc32/power8 directory.
19795         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
19796         search path to sysdeps/powerpc/powerpc64/power8 directory.
19797         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
19798         power7 directories.
19799         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
19800         power7 directories.
19801
19802 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
19803
19804         * INSTALL: Regenerate.
19805
19806         * nscd/connections.c (nscd_init): Fix comment.
19807
19808 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
19809
19810         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
19811
19812         [BZ #15667]
19813         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
19814         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
19815
19816 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
19817
19818         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
19819         DL_DST_REQ_STATIC.
19820         (DL_DST_REQ_STATIC): Remove macro.
19821
19822 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
19823
19824         [BZ #7006]
19825         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
19826         with a shift of 0 bits.
19827
19828 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
19829
19830         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
19831         $(tststatic-ENV).
19832
19833 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19834
19835         [BZ #15655]
19836         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
19837
19838 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19839
19840         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
19841         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
19842         accepts -fno-tree-loop-distribute-patterns.
19843         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
19844         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
19845         recursive call.
19846         * string/memset.c (memset): Likewise.
19847         * string/test-memmove.c (simple_memmove): Disable loop transformation
19848         to library calls.
19849         * string/test-memset.c (simple_memset): Likewise.
19850         * benchtests/bench-memmove.c (simple_memmove): Likewise.
19851         * benchtests/bench-memset.c (simple_memset): Likewise.
19852         * configure: Regenerated.
19853
19854 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
19855
19856         * math/test-misc.c (main): Ignore fesetround failure when failures
19857         of subsequent rounding tests would be ignored.
19858
19859         [BZ #15654]
19860         * math/fedisblxcpt.c (fedisableexcept): Return 0.
19861         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
19862         * math/fegetenv.c (__fegetenv): Return 0.
19863         * math/fegetexcept.c (fegetexcept): Return 0.
19864         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
19865         FE_TONEAREST.
19866         * math/feholdexcpt.c (feholdexcept): Return 0.
19867         * math/fesetenv.c (__fesetenv): Return 0.
19868         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
19869         argument FE_TONEAREST.
19870         * math/feupdateenv.c (__feupdateenv): Return 0.
19871         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
19872
19873 2013-06-18  Roland McGrath  <roland@hack.frob.com>
19874
19875         * elf/rtld-Rules (rtld-compile-command.S): New variable.
19876         (rtld-compile-command.s, rtld-compile-command.c): New variables.
19877         ($(objpfx)rtld-%.os rules): Use them.
19878
19879 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19880
19881         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
19882         fields.
19883
19884 2013-06-17  Roland McGrath  <roland@hack.frob.com>
19885
19886         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
19887         length of target pattern, then descending length of dependency pattern.
19888         * configure.in (AWK): Require gawk 3.1.2 or newer.
19889         * manual/install.texi (Tools for Compilation): Say that we do.
19890         * configure: Regenerated.
19891
19892         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
19893         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
19894         * scripts/sysd-rules.awk: ... this new script.
19895         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
19896         than a glob-style pattern.
19897
19898 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
19899
19900         * math/test-misc.c (main): Do not treat incorrectly rounded
19901         conversions as failure unless ROUNDING_TESTS passes.
19902
19903 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
19904
19905         [BZ #15631]
19906         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
19907         restore exception state around main square root computation, then
19908         check for inexactness explicitly.
19909
19910         * math/libm-test.inc (fma_test_data): Add another test.
19911
19912 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
19913
19914         * manual/threads.texi (Non-POSIX Extensions): New document
19915         node.  Document pthread_getattr_default_np and
19916         pthread_setattr_default_np.
19917
19918         * Versions.def (libpthread): Add GLIBC_2.18.
19919         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
19920         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
19921         Likewise.
19922         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
19923         Likewise.
19924         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19925         Likewise.
19926         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19927         Likewise.
19928         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
19929         Likewise.
19930         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
19931         Likewise.
19932         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
19933         Likewise.
19934         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
19935         Likewise.
19936         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
19937         Likewise.
19938
19939 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19940
19941         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
19942         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
19943
19944 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
19945             H.J. Lu  <hjl.tools@gmail.com>
19946
19947         [BZ #15627]
19948         * sysdeps/x86_64/rtld-memset.c: Remove file.
19949         * sysdeps/x86_64/rtld-memset.S: New file.
19950
19951 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
19952
19953         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
19954         (test_in_one_mode): Take arguments for whether the rounding mode
19955         is supported for each floating-point type.
19956         (do_test): Pass new arguments to test_in_one_mode using
19957         ROUNDING_TESTS.
19958
19959 2013-06-13  Roland McGrath  <roland@hack.frob.com>
19960
19961         * posix/tst-waitid.c (do_test): Distinguish different instances of
19962         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
19963         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
19964         before entering the kernel for waitpid.
19965
19966 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
19967
19968         * NEWS: Fix note on clock function precision.  Text by Roland
19969         McGrath.
19970
19971 2013-06-13  Roland McGrath  <roland@hack.frob.com>
19972
19973         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
19974         it into place only when and if the sanity check passes.
19975
19976 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
19977
19978         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
19979         output for whether conversion result is exact.  Take argument
19980         indicating whether type is IBM long double.
19981         (round_for_all): Change need_exact field to ibm_ld.
19982         * stdlib/tst-strtod-round.c (struct exactness): New type.
19983         (struct test): Change bool ld_ok field to struct exactness exact.
19984         (TEST): Update all definitions for change to field.
19985         (tests): Regenerate array contents.
19986         (test_in_one_mode): Take pointer to new field instead of old ld_ok
19987         field value.  Check for IBM long double here.
19988         (do_test): Update calls to test_in_one_mode.
19989
19990 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
19991
19992         [BZ #12515]
19993         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
19994         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
19995
19996 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19997
19998         [BZ #15605]
19999         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
20000         generated by the compiler on loop optimizations.
20001         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
20002         general definitions.
20003
20004 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
20005
20006         * math/bug-nextafter.c: Include <math-tests.h>.
20007         (main): Only test for exceptions if EXCEPTION_TESTS is true for
20008         the relevant type.
20009         * math/bug-nexttoward.c: Include <math-tests.h>.
20010         (main): Only test for exceptions if EXCEPTION_TESTS is true for
20011         the relevant type.
20012         * math/test-misc.c: Include <math-tests.h>.
20013         (main): Only test for exceptions if EXCEPTION_TESTS is true for
20014         the relevant type.
20015
20016 2013-06-12  Andreas Jaeger  <aj@suse.de>
20017
20018         * po/ia.po: Update Interlingua translation from translation
20019         project.
20020
20021 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
20022
20023         * include/fenv.h: Include stdbool.h.
20024         (struct rm_ctx): New structure.
20025         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
20026         Define macro.
20027         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
20028         (SET_RESTORE_ROUNDF): Likewise.
20029         (SET_RESTORE_ROUNDL): Likewise.
20030         (SET_RESTORE_ROUND_NOEX): Likewise.
20031         (SET_RESTORE_ROUND_NOEXF): Likewise.
20032         (SET_RESTORE_ROUND_NOEXL): Likewise.
20033         (SET_RESTORE_ROUND_53BIT): Likewise.
20034         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
20035         (libc_feresetround_noexf_ctx): Likewise.
20036         (libc_feresetround_noexl_ctx): Likewise.
20037         (libc_feholdsetround_53bit_ctx): Likewise.
20038         (libc_feresetround_53bit_ctx): Likewise.
20039         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
20040         (libc_feholdexcept_setround_sse_ctx): New function.
20041         (libc_fesetenv_sse_ctx): Likewise.
20042         (libc_feupdateenv_sse_ctx): Likewise.
20043         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
20044         (libc_feholdexcept_setround_387_ctx): Likewise.
20045         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
20046         (libc_feholdsetround_387_prec_ctx): Likewise.
20047         (libc_feholdsetround_387_ctx): Likewise.
20048         (libc_feholdsetround_387_53bit_ctx): Likewise.
20049         (libc_feholdsetround_sse_ctx): Likewise.
20050         (libc_feresetround_sse_ctx): Likewise.
20051         (libc_feresetround_387_ctx): Likewise.
20052         (libc_feupdateenv_387_ctx): Likewise.
20053         (libc_feholdexcept_setroundf_ctx): Define macro.
20054         (libc_fesetenvf_ctx): Likewise.
20055         (libc_feupdateenvf_ctx): Likewise.
20056         (libc_feholdsetroundf_ctx): Likewise.
20057         (libc_feresetroundf_ctx): Likewise.
20058         (libc_feholdexcept_setround_ctx): Likewise.
20059         (libc_fesetenv_ctx): Likewise.
20060         (libc_feupdateenv_ctx): Likewise.
20061         (libc_feholdsetround_ctx): Likewise.
20062         (libc_feresetround_ctx): Likewise.
20063         (libc_feholdexcept_setroundl_ctx): Likewise.
20064         (libc_feupdateenvl_ctx): Likewise.
20065         (libc_feholdsetroundl_ctx): Likewise.
20066         (libc_feresetroundl_ctx): Likewise.
20067         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
20068         (libc_feresetround_53bit_ctx): Likewise.
20069
20070 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20071
20072         * locale/iso-639.def: Convert to UTF-8.
20073
20074 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
20075
20076         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
20077         (EXCEPTION_TESTS_double): Likewise.
20078         (EXCEPTION_TESTS_long_double): Likewise.
20079         (EXCEPTION_TESTS): Likewise.
20080         * math/libm-test.inc (test_exceptions): Only test exceptions if
20081         EXCEPTION_TESTS (FLOAT).
20082
20083 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20084
20085         * benchtests/Makefile (string-bench): Add strcpy_chk and
20086         stpcpy_chk.
20087         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
20088         * benchtests/bench-stpcpy_chk.c: New file.
20089         * benchtests/bench-strcpy_chk-ifunc.c: New file.
20090         * benchtests/bench-strcpy_chk.c: New file.
20091         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
20092         code.
20093         (do_test): Likewise.
20094
20095 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
20096
20097         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
20098         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
20099         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
20100         with tabs where appropriate.
20101         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
20102         dl-procinfo.h.
20103         [PPC_PLATFORM_PPC440]: Likewise.
20104         [PPC_PLATFORM_PPC464]: Likewise.
20105         [PPC_PLATFORM_PPC476]: Likewise.
20106         (_dl_string_platform): Add support for detecting ppc405, ppc440,
20107         ppc464, and ppc476 platform strings merging from ports/
20108         dl-procinfo.h.
20109
20110 2013-06-11  Andreas Schwab  <schwab@suse.de>
20111
20112         [BZ #14991]
20113         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
20114         (from_ucs4_idx): Regenerate.
20115         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
20116         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
20117         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
20118         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
20119         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
20120         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
20121         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
20122         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
20123         from FROM_LOOP and TO_LOOP specific macros.
20124         (BODY): Handle combining characters.
20125         * iconvdata/BIG5HKSCS.irreversible: Update.
20126         * iconvdata/BIG5HKSCS.precomposed: New file.
20127         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
20128         characters.
20129         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
20130
20131 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20132
20133         * include/sys/time.h: Fix indentation and add copyright header.
20134
20135         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
20136         (do_test): Likewise.
20137         * string/test-memchr.c (do_one_test): Likewise.
20138         (do_test): Likewise.
20139         * string/test-memcmp.c (do_one_test): Likewise.
20140         (do_test): Likewise.
20141         * string/test-memcpy.c (do_one_test): Likewise.
20142         (do_test): Likewise.
20143         * string/test-memmem.c (do_one_test): Likewise.
20144         (do_test): Likewise.
20145         (do_random_tests): Likewise.
20146         * string/test-memmove.c (do_one_test): Likewise.
20147         (do_test): Likewise.
20148         * string/test-memset.c (do_one_test): Likewise.
20149         (do_test): Likewise.
20150         * string/test-rawmemchr.c (do_one_test): Likewise.
20151         (do_test): Likewise.
20152         * string/test-strcasecmp.c (do_one_test): Likewise.
20153         (do_test): Likewise.
20154         * string/test-strcasestr.c (do_one_test): Likewise.
20155         (do_test): Likewise.
20156         * string/test-strcat.c (do_one_test): Likewise.
20157         (do_test): Likewise.
20158         * string/test-strchr.c (do_one_test): Likewise.
20159         (do_test): Likewise.
20160         * string/test-strcmp.c (do_one_test): Likewise.
20161         (do_test): Likewise.
20162         * string/test-strcpy.c (do_one_test): Likewise.
20163         (do_test): Likewise.
20164         * string/test-string.h: Likewise.
20165         (test_init): Likewise.
20166         * string/test-strlen.c (do_one_test): Likewise.
20167         (do_test): Likewise.
20168         * string/test-strncasecmp.c (do_one_test): Likewise.
20169         (do_test): Likewise.
20170         * string/test-strncat.c (do_one_test): Likewise.
20171         (do_test): Likewise.
20172         * string/test-strncmp.c (do_one_test): Likewise.
20173         (do_test_limit): Likewise.
20174         (do_test): Likewise.
20175         * string/test-strncpy.c (do_one_test): Likewise.
20176         (do_test): Likewise.
20177         * string/test-strnlen.c (do_one_test): Likewise.
20178         (do_test): Likewise.
20179         * string/test-strpbrk.c (do_one_test): Likewise.
20180         (do_test): Likewise.
20181         * string/test-strrchr.c (do_one_test): Likewise.
20182         (do_test): Likewise.
20183         * string/test-strspn.c (do_one_test): Likewise.
20184         (do_test): Likewise.
20185         * string/test-strstr.c (do_one_test): Likewise.
20186         (do_test): Likewise.
20187
20188         * benchtests/Makefile (string-bench): Add string benchmarks.
20189         * benchtests/bench-bcopy-ifunc.c: New file.
20190         * benchtests/bench-bcopy.c: New file.
20191         * benchtests/bench-bzero-ifunc.c: New file.
20192         * benchtests/bench-bzero.c: New file.
20193         * benchtests/bench-memccpy-ifunc.c: New file.
20194         * benchtests/bench-memccpy.c: New file.
20195         * benchtests/bench-memchr-ifunc.c: New file.
20196         * benchtests/bench-memchr.c: New file.
20197         * benchtests/bench-memcmp-ifunc.c: New file.
20198         * benchtests/bench-memcmp.c: New file.
20199         * benchtests/bench-memmem-ifunc.c: New file.
20200         * benchtests/bench-memmem.c: New file.
20201         * benchtests/bench-memmove-ifunc.c: New file.
20202         * benchtests/bench-memmove.c: New file.
20203         * benchtests/bench-mempcpy-ifunc.c: New file.
20204         * benchtests/bench-mempcpy.c: New file.
20205         * benchtests/bench-memset-ifunc.c: New file.
20206         * benchtests/bench-memset.c: New file.
20207         * benchtests/bench-rawmemchr-ifunc.c: New file.
20208         * benchtests/bench-rawmemchr.c: New file.
20209         * benchtests/bench-stpcpy-ifunc.c: New file.
20210         * benchtests/bench-stpcpy.c: New file.
20211         * benchtests/bench-stpncpy-ifunc.c: New file.
20212         * benchtests/bench-stpncpy.c: New file.
20213         * benchtests/bench-strcasecmp-ifunc.c: New file.
20214         * benchtests/bench-strcasecmp.c: New file.
20215         * benchtests/bench-strcasestr-ifunc.c: New file.
20216         * benchtests/bench-strcasestr.c: New file.
20217         * benchtests/bench-strcat-ifunc.c: New file.
20218         * benchtests/bench-strcat.c: New file.
20219         * benchtests/bench-strchr-ifunc.c: New file.
20220         * benchtests/bench-strchr.c: New file.
20221         * benchtests/bench-strchrnul-ifunc.c: New file.
20222         * benchtests/bench-strchrnul.c: New file.
20223         * benchtests/bench-strcmp-ifunc.c: New file.
20224         * benchtests/bench-strcmp.c: New file.
20225         * benchtests/bench-strcpy-ifunc.c: New file.
20226         * benchtests/bench-strcpy.c: New file.
20227         * benchtests/bench-strcspn-ifunc.c: New file.
20228         * benchtests/bench-strcspn.c: New file.
20229         * benchtests/bench-strlen-ifunc.c: New file.
20230         * benchtests/bench-strlen.c: New file.
20231         * benchtests/bench-strncasecmp-ifunc.c: New file.
20232         * benchtests/bench-strncasecmp.c: New file.
20233         * benchtests/bench-strncat-ifunc.c: New file.
20234         * benchtests/bench-strncat.c: New file.
20235         * benchtests/bench-strncmp-ifunc.c: New file.
20236         * benchtests/bench-strncmp.c: New file.
20237         * benchtests/bench-strncpy-ifunc.c: New file.
20238         * benchtests/bench-strncpy.c: New file.
20239         * benchtests/bench-strnlen-ifunc.c: New file.
20240         * benchtests/bench-strnlen.c: New file.
20241         * benchtests/bench-strpbrk-ifunc.c: New file.
20242         * benchtests/bench-strpbrk.c: New file.
20243         * benchtests/bench-strrchr-ifunc.c: New file.
20244         * benchtests/bench-strrchr.c: New file.
20245         * benchtests/bench-strspn-ifunc.c: New file.
20246         * benchtests/bench-strspn.c: New file.
20247         * benchtests/bench-strstr-ifunc.c: New file.
20248         * benchtests/bench-strstr.c: New file.
20249
20250         * benchtests/Makefile: Disable parallel execution of targets.
20251         (string-bench): Add memcpy.
20252         (benchset): New variable to store a list of benchmark sets.
20253         (bench-func): Renamed from bench.
20254         (bench-set): New target.
20255         (bench): Depend on bench-func and bench-set.
20256         * benchtests/README: Add section on benchmark sets.
20257         * benchtests/bench-memcpy-ifunc.c: New file.
20258         * benchtests/bench-memcpy.c: New file.
20259         * benchtests/bench-string.h: New file.
20260
20261 2013-06-11  Andreas Schwab  <schwab@suse.de>
20262
20263         [BZ #15577]
20264         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
20265         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
20266         values in the triple.
20267         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
20268         terminator in the group key.
20269
20270 2013-06-11  Andreas Jaeger  <aj@suse.de>
20271
20272         * po/zh_TW.po: Update Chinese (traditional) translation from
20273         translation project.
20274
20275 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20276
20277         * include/time.h (__clock_gettime): Add libc_hidden_proto.
20278         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
20279         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
20280         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
20281         (clock_getcpuclockid): Likewise.
20282         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
20283         Add weak_alias and libc_hidden_def.
20284         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
20285         * rt/clock_gettime.c (clock_gettime): Rename to
20286         __clock_gettime.  Add weak_alias and libc_hidden_def.
20287         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
20288         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
20289         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
20290         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
20291         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
20292         Likewise.
20293         * rt/clock_settime.c (clock_settime): Rename to
20294         __clock_settime.  Add weak_alias and libc_hidden_def.
20295         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
20296
20297 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
20298
20299         * mach/err_boot.sub: Remove trailing whitespace.
20300         * mach/err_ipc.sub: Likewise.
20301         * mach/err_mach.sub: Likewise.
20302
20303         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
20304         (ROUNDING_TESTS_double): Likewise.
20305         (ROUNDING_TESTS_long_double): Likewise.
20306         (ROUNDING_TESTS): Likewise.
20307         * math/libm-test.inc: Include <math-tests.h>.
20308         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
20309         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
20310         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
20311         (IF_ROUND_INIT_FE_UPWARD): Likewise.
20312
20313 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
20314
20315         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
20316         of assigning.
20317
20318 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
20319
20320         * sysdeps/gnu/errlist.awk: Do not generate space at end of
20321         otherwise empty TRANS lines.
20322         * sysdeps/gnu/errlist.c: Regenerated.
20323
20324         * catgets/gencat.c (error_print): Use (void) in function
20325         definition.
20326         * crypt/crypt_util.c (__init_des): Likewise.
20327         * crypt/speeds.c (Stop): Likewise.
20328         (main): Likewise.
20329         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
20330         * inet/ruserpass.c (token): Likewise.
20331         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
20332         * intl/localealias.c (extend_alias_table): Likewise.
20333         * intl/plural-exp.c (init_germanic_plural): Likewise.
20334         * libio/fcloseall.c (__fcloseall): Likewise.
20335         * libio/genops.c (_IO_flush_all): Likewise.
20336         (_IO_flush_all_linebuffered): Likewise.
20337         (_IO_cleanup): Likewise.
20338         (_IO_iter_begin): Likewise.
20339         (_IO_iter_end): Likewise.
20340         (_IO_list_lock): Likewise.
20341         (_IO_list_unlock): Likewise.
20342         (_IO_list_resetlock): Likewise.
20343         * libio/getchar.c (getchar): Likewise.
20344         * libio/getchar_u.c (getchar_unlocked): Likewise.
20345         * libio/getwchar.c (getwchar): Likewise.
20346         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
20347         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
20348         * login/getpt.c (__getpt): Likewise.
20349         * login/tst-utmp.c (main): Likewise.
20350         * malloc/hooks.c (__malloc_check_init): Likewise.
20351         * malloc/malloc.c (__malloc_stats): Likewise.
20352         * malloc/mtrace.c (tr_break): Likewise.
20353         (mtrace): Likewise.
20354         (muntrace): Likewise.
20355         * misc/fstab.c (endfsent): Likewise.
20356         * misc/getclktck.c (__getclktck): Likewise.
20357         * misc/getdtsz.c (__getdtablesize): Likewise.
20358         * misc/gethostid.c (gethostid): Likewise.
20359         * misc/getpagesize.c (__getpagesize): Likewise.
20360         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
20361         (__get_nprocs): Likewise.
20362         (__get_phys_pages): Likewise.
20363         (__get_avphys_pages): Likewise.
20364         * misc/getttyent.c (getttyent): Likewise.
20365         (setttyent): Likewise.
20366         (endttyent): Likewise.
20367         * misc/getusershell.c (getusershell): Likewise.
20368         (endusershell): Likewise.
20369         (setusershell): Likewise.
20370         (initshells): Likewise.
20371         * misc/hsearch.c (__hdestroy): Likewise.
20372         * misc/sync.c (sync): Likewise.
20373         * misc/syslog.c (closelog_internal): Likewise.
20374         (closelog): Likewise.
20375         * misc/ttyslot.c (ttyslot): Likewise.
20376         * misc/vhangup.c (vhangup): Likewise.
20377         * posix/fork.c (__fork): Likewise.
20378         * posix/getegid.c (__getegid): Likewise.
20379         * posix/geteuid.c (__geteuid): Likewise.
20380         * posix/getgid.c (__getgid): Likewise.
20381         * posix/getpid.c (__getpid): Likewise.
20382         * posix/getppid.c (__getppid): Likewise.
20383         * posix/getuid.c (__getuid): Likewise.
20384         * posix/pause.c (pause): Likewise.
20385         * posix/setpgrp.c (setpgrp): Likewise.
20386         * posix/setsid.c (__setsid): Likewise.
20387         * posix/test-vfork.c (noop): Likewise.
20388         * resolv/gethnamaddr.c (_endhtent): Likewise.
20389         (_gethtent): Likewise.
20390         (ht_endhostent): Likewise.
20391         (gethostent): Likewise.
20392         (dns_service): Likewise.
20393         * stdlib/drand48.c (drand48): Likewise.
20394         * stdlib/lrand48.c (lrand48): Likewise.
20395         * stdlib/mrand48.c (mrand48): Likewise.
20396         * stdlib/rand.c (rand): Likewise.
20397         * stdlib/random.c (__random): Likewise.
20398         * stdlib/setenv.c (clearenv): Likewise.
20399         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
20400         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
20401         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
20402         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
20403         (__get_nprocs): Likewise.
20404         (__get_phys_pages): Likewise.
20405         (__get_avphys_pages): Likewise.
20406         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
20407         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
20408         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
20409         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
20410         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
20411         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
20412         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
20413         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
20414         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
20415         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
20416         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
20417         * sysdeps/mach/hurd/sync.c (sync): Likewise.
20418         * sysdeps/posix/clock.c (clock): Likewise.
20419         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
20420         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
20421         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
20422         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
20423         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
20424         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
20425         (__get_nprocs_conf): Likewise.
20426         (__get_phys_pages): Likewise.
20427         (__get_avphys_pages): Likewise.
20428         * time/clock.c (clock): Likewise.
20429         * time/tzset.c (__tzname_max): Likewise.
20430
20431 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
20432
20433         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
20434         (__bswap_32): Do not use "register".
20435         * crypt/crypt.c (_ufc_doit_r): Likewise.
20436         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
20437         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
20438         * gmon/gmon.c (__monstartup): Likewise.
20439         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
20440         * hurd/hurdmalloc.c (more_memory): Likewise.
20441         (malloc): Likewise.
20442         (free): Likewise.
20443         (realloc): Likewise.
20444         (malloc_fork_prepare): Likewise.
20445         (malloc_fork_parent): Likewise.
20446         (malloc_fork_child): Likewise.
20447         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
20448         (_svcauth_des): Likewise.
20449         * inet/inet_lnaof.c (inet_lnaof): Likewise.
20450         * inet/inet_net.c (inet_network): Likewise.
20451         * inet/inet_netof.c (inet_netof): Likewise.
20452         * inet/rcmd.c (__validuser2_sa): Likewise.
20453         * io/fts.c (fts_open): Likewise.
20454         (fts_load): Likewise.
20455         (fts_close): Likewise.
20456         (fts_read): Likewise.
20457         (fts_children): Likewise.
20458         (fts_build): Likewise.
20459         (fts_stat): Likewise.
20460         (fts_sort): Likewise.
20461         (fts_alloc): Likewise.
20462         (fts_lfree): Likewise.
20463         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
20464         (_IO_file_xsgetn): Likewise.
20465         (_IO_file_xsgetn_mmap): Likewise.
20466         * libio/iofopncook.c (_IO_cookie_read): Likewise.
20467         (_IO_cookie_write): Likewise.
20468         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
20469         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
20470         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
20471         * malloc/obstack.c (_obstack_begin): Likewise.
20472         (_obstack_begin_1): Likewise.
20473         (_obstack_newchunk): Likewise.
20474         (_obstack_allocated_p): Likewise.
20475         (obstack_free): Likewise.
20476         (_obstack_memory_used): Likewise.
20477         * misc/getttyent.c (getttynam): Likewise.
20478         (getttyent): Likewise.
20479         (skip): Likewise.
20480         (value): Likewise.
20481         * misc/getusershell.c (initshells): Likewise.
20482         * misc/syslog.c (__vsyslog_chk): Likewise.
20483         * misc/ttyslot.c (ttyslot): Likewise.
20484         * nis/nis_hash.c (__nis_hash): Likewise.
20485         * posix/fnmatch_loop.c (FCT): Likewise.
20486         * posix/getconf.c (print_all): Likewise.
20487         (main): Likewise.
20488         * posix/getopt.c (exchange): Likewise.
20489         * posix/glob.c (globfree): Likewise.
20490         (prefix_array): Likewise.
20491         (__glob_pattern_type): Likewise.
20492         * resolv/arpa/nameser.h (NS_GET16): Likewise.
20493         (NS_GET32): Likewise.
20494         (NS_PUT16): Likewise.
20495         (NS_PUT32): Likewise.
20496         * resolv/gethnamaddr.c (getanswer): Likewise.
20497         (gethostbyname2): Likewise.
20498         (gethostbyaddr): Likewise.
20499         (_gethtent): Likewise.
20500         (_gethtbyname2): Likewise.
20501         (_gethtbyaddr): Likewise.
20502         * resolv/ns_print.c (dst_s_get_int16): Likewise.
20503         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
20504         * resolv/res_init.c (__res_vinit): Likewise.
20505         (net_mask): Likewise.
20506         * resolv/res_mkquery.c (outchar): Likewise.
20507         (PRINT): Likewise.
20508         * stdio-common/printf_fp.c (outchar): Likewise.
20509         (PRINT): Likewise.
20510         * stdio-common/printf_fphex.c (outchar): Likewise.
20511         (PRINT): Likewise.
20512         * stdio-common/printf_size.c (outchar): Likewise.
20513         (PRINT): Likewise.
20514         * stdio-common/test_rdwr.c (main): Likewise.
20515         * stdio-common/tfformat.c (matches): Likewise.
20516         * stdio-common/vfprintf.c (outchar): Likewise.
20517         (printf_unknown): Likewise.
20518         (buffered_vfprintf): Likewise.
20519         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
20520         * stdio-common/xbug.c (AppendToBuffer): Likewise.
20521         (ReadFile): Likewise.
20522         * stdlib/qsort.c (SWAP): Likewise.
20523         (_quicksort): Likewise.
20524         * stdlib/setenv.c (__add_to_environ): Likewise.
20525         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
20526         * stdlib/strtol_l.c (__strtol_l): Likewise.
20527         * stdlib/tst-strtod.c (main): Likewise.
20528         * stdlib/tst-strtol.c (main): Likewise.
20529         * stdlib/tst-strtoll.c (main): Likewise.
20530         * string/bits/string2.h (__strcmp_cc): Likewise.
20531         (__strcmp_cg): Likewise.
20532         (__strcspn_c1): Likewise.
20533         (__strcspn_c2): Likewise.
20534         (__strcspn_c3): Likewise.
20535         (__strspn_c1): Likewise.
20536         (__strspn_c2): Likewise.
20537         (__strspn_c3): Likewise.
20538         (__strsep_1c): Likewise.
20539         (__strsep_2c): Likewise.
20540         (__strsep_3c): Likewise.
20541         * string/memccpy.c (__memccpy): Likewise.
20542         * string/stpcpy.c (__stpcpy): Likewise.
20543         * string/strcmp.c (strcmp): Likewise.
20544         * string/strrchr.c (strrchr): Likewise.
20545         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
20546         Likewise.
20547         * sysdeps/mach/hurd/getcwd.c
20548         (_hurd_canonicalize_directory_name_internal): Likewise.
20549         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
20550         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
20551         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
20552         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
20553         Likewise, in both definitions.
20554         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
20555         definitions.
20556         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
20557         64] (__bswap_64): Likewise.
20558         * time/test_time.c (main): Likewise.
20559         * time/tzfile.c (__tzfile_read): Likewise.
20560         (__tzfile_compute): Likewise.
20561         * time/tzset.c (__tzset_parse_tz): Likewise.
20562         (tzset_internal): Likewise.
20563         (compute_change): Likewise.
20564         * wcsmbs/wcscat.c (__wcscat): Likewise.
20565         * wcsmbs/wcschr.c (wcschr): Likewise.
20566         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
20567         * wcsmbs/wcscspn.c (wcscspn): Likewise.
20568         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
20569         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
20570         * wcsmbs/wcsspn.c (wcsspn): Likewise.
20571         * wcsmbs/wcsstr.c (wcsstr): Likewise.
20572         * wcsmbs/wmemchr.c (wmemchr): Likewise.
20573         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
20574         * wcsmbs/wmemset.c (wmemset): Likewise.
20575
20576 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
20577
20578         * scripts/config.guess: Update to version 2013-05-16.
20579         * scripts/config.sub: Update to version 2013-04-24.
20580         * scripts/install-sh: Update to version 2011-11-20.07.
20581         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
20582         * scripts/move-if-change: Update to version 2012-01-06 07:23.
20583
20584 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
20585
20586         * debug/fgetws_u_chk.c: Fix leading whitespaces.
20587         * elf/sln.c: Likewise.
20588         * hurd/hurd/ioctl.h: Likewise.
20589         * hurd/hurdmalloc.c: Likewise.
20590         * hurd/xattr.c: Likewise.
20591         * include/shlib-compat.h: Likewise.
20592         * inet/ruserpass.c: Likewise.
20593         * libio/iofgets_u.c: Likewise.
20594         * libio/iofgetws_u.c: Likewise.
20595         * locale/programs/ld-identification.c: Likewise.
20596         * locale/programs/ld-time.c: Likewise.
20597         * mach/msg-destroy.c: Likewise.
20598         * nss/nss_files/files-netgrp.c: Likewise.
20599         * resolv/res_data.c: Likewise.
20600         * soft-fp/op-1.h: Likewise.
20601         * soft-fp/op-2.h: Likewise.
20602         * soft-fp/op-4.h: Likewise.
20603         * soft-fp/op-common.h: Likewise.
20604         * stdio-common/printf_fphex.c: Likewise.
20605         * stdlib/strtod_l.c: Likewise.
20606         * sunrpc/rpc/clnt.h: Likewise.
20607         * sysdeps/generic/framestate.c: Likewise.
20608         * sysdeps/i386/bsd-_setjmp.S: Likewise.
20609         * sysdeps/i386/bsd-setjmp.S: Likewise.
20610         * sysdeps/i386/__longjmp.S: Likewise.
20611         * sysdeps/i386/setjmp.S: Likewise.
20612         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20613         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
20614         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
20615         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
20616         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20617         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
20618         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
20619         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
20620         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
20621         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
20622         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
20623         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
20624         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
20625         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
20626         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
20627         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
20628         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
20629         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
20630         * sysdeps/ieee754/support.c: Likewise.
20631         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
20632         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
20633         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
20634         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
20635         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
20636         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
20637         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
20638         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
20639         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
20640         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
20641         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
20642         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
20643         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
20644         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
20645         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
20646         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
20647         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
20648         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
20649
20650 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
20651
20652         * posix/transbug.c: Remove executable mode.
20653
20654 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
20655
20656         * crypt/speeds.c: Remove trailing whitespace.
20657         * dlfcn/default.c: Likewise.
20658         * elf/ifuncdep2.c: Likewise.
20659         * elf/ifuncmain1.c: Likewise.
20660         * elf/ifuncmain1vis.c: Likewise.
20661         * elf/testobj.h: Likewise.
20662         * elf/tst-stackguard1.c: Likewise.
20663         * gmon/sys/gmon.h: Likewise.
20664         * hurd/hurdmsg.c: Likewise.
20665         * hurd/new-fd.c: Likewise.
20666         * hurd/ports-get.c: Likewise.
20667         * iconvdata/ibm1008_420.c: Likewise.
20668         * inet/tst-getni1.c: Likewise.
20669         * inet/tst-getni2.c: Likewise.
20670         * libio/ioungetc.c: Likewise.
20671         * libio/wfiledoalloc.c: Likewise.
20672         * manual/libm-err-tab.pl: Likewise.
20673         * math/w_dremf.c: Likewise.
20674         * misc/ftruncate.c: Likewise.
20675         * posix/bug-glob2.c: Likewise.
20676         * posix/tst-pcre.c: Likewise.
20677         * posix/wait4.c: Likewise.
20678         * resolv/README: Likewise.
20679         * resolv/res_debug.h: Likewise.
20680         * resolv/tst-inet_ntop.c: Likewise.
20681         * setjmp/bug269-setjmp.c: Likewise.
20682         * soft-fp/extended.h: Likewise.
20683         * soft-fp/op-1.h: Likewise.
20684         * soft-fp/op-2.h: Likewise.
20685         * soft-fp/op-4.h: Likewise.
20686         * soft-fp/op-8.h: Likewise.
20687         * soft-fp/testit.c: Likewise.
20688         * stdio-common/bug16.c: Likewise.
20689         * stdlib/random.c: Likewise.
20690         * sunrpc/rpcsvc/rquota.x: Likewise.
20691         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
20692         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
20693         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
20694         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
20695         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
20696         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
20697         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
20698         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
20699         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
20700         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
20701         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
20702         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
20703         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
20704         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
20705         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
20706         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
20707         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
20708         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
20709         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
20710         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
20711         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
20712         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
20713         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
20714         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
20715         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
20716         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
20717         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20718         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
20719         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
20720         * sysdeps/ieee754/s_lib_version.c: Likewise.
20721         * sysdeps/mach/hurd/check_fds.c: Likewise.
20722         * sysdeps/mach/hurd/getsockname.c: Likewise.
20723         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
20724         * sysdeps/mach/hurd/recvfrom.c: Likewise.
20725         * sysdeps/powerpc/bits/link.h: Likewise.
20726         * sysdeps/powerpc/dl-procinfo.c: Likewise.
20727         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
20728         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
20729         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
20730         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
20731         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
20732         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
20733         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
20734         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
20735         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
20736         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
20737         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20738         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
20739         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
20740         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
20741         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
20742         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20743         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20744         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
20745         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
20746         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
20747         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
20748         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20749         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20750         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
20751         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20752         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20753         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
20754         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
20755         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20756         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20757         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20758         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20759         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
20760         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
20761         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
20762         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
20763         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20764         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
20765         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
20766         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
20767         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
20768         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
20769         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
20770         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20771         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
20772         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
20773         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20774         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
20775         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
20776         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
20777         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
20778         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20779         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20780         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
20781         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
20782         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
20783         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20784         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
20785         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
20786         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
20787         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
20788         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
20789         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20790         * sysdeps/powerpc/sysdep.h: Likewise.
20791         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
20792         * sysdeps/s390/s390-64/sub_n.S: Likewise.
20793         * sysdeps/sh/dl-trampoline.S: Likewise.
20794         * sysdeps/sh/memset.S: Likewise.
20795         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
20796         * sysdeps/sh/strlen.S: Likewise.
20797         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
20798         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
20799         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
20800         * sysdeps/sparc/sparc32/rem.S: Likewise.
20801         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
20802         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
20803         * sysdeps/sparc/sparc32/strchr.S: Likewise.
20804         * sysdeps/sparc/sparc32/udiv.S: Likewise.
20805         * sysdeps/sparc/sparc32/urem.S: Likewise.
20806         * sysdeps/sparc/sparc64/add_n.S: Likewise.
20807         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
20808         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
20809         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
20810         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
20811         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
20812         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
20813         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
20814         * sysdeps/unix/bsd/times.c: Likewise.
20815         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
20816         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
20817         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
20818         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
20819         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
20820         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
20821         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
20822         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
20823         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
20824         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
20825         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
20826         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
20827         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
20828         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
20829         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
20830         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
20831         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
20832         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
20833         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
20834         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
20835         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
20836         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
20837         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
20838         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
20839         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
20840         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
20841         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
20842         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
20843         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
20844         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
20845         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
20846         * sysdeps/x86_64/strcspn.S: Likewise.
20847
20848 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
20849
20850         * locale/C-translit.h: Revert #include <stdint.h> because this is a
20851         generated file.  Regenerate properly from gen-translit.pl.
20852         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
20853         locale/C-translit.h.
20854
20855 2013-06-05  Andreas Schwab  <schwab@suse.de>
20856
20857         [BZ #15100]
20858         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
20859         week as 6 instead of -1.
20860         * time/tst-strptime.c (day_tests): Add test case.
20861
20862 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
20863
20864         * sysdeps/generic/math_private.h
20865         (libc_feholdexcept_setround_53bit): Replace with
20866         libc_feholdsetround_53bit.
20867         (libc_feupdateenv_53bit): Replace with
20868         libc_feresetround_53bit.
20869         (SET_RESTORE_ROUND_53BIT): Adjust.
20870
20871 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
20872
20873         * string/test-strchrnul.c: Add copyright header.
20874
20875         * posix/tst-getaddrinfo4.c: Increase test timeout.
20876
20877 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
20878
20879         [BZ #15536]
20880         * math/libm-test.inc (MAX_EXP): Remove
20881         (MIN_EXP): Define.
20882         (ulp): Use MIN_EXP - MANT_DIG.
20883         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
20884
20885 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
20886
20887         * po/be.po: Revert last change.
20888         * po/zh_CN.po: Likewise.
20889         * po/header.pot: Likewise.
20890
20891 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
20892
20893         * Makefile ($(common-objpfx)linkobj/libc.so): Define
20894         link-libc-deps to empty as target-specific variable.
20895         * Makerules (link-libc-args): New variable.
20896         (libc-for-link): Likewise.
20897         (link-libc-deps): Likewise.
20898         (lib%.so): Depend on $(link-libc-deps).  Link with
20899         $(link-libc-args).
20900         (build-module): Link with $(link-libc-args).
20901         (build-module-asneeded): Likewise.
20902         (build-module-helper-objlist): Filter out $(link-libc-deps) from
20903         list of objects.
20904         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
20905         target-specific variable.
20906         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
20907         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
20908         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
20909         libc.
20910         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
20911         libc and ld.so.
20912         ($(objpfx)libpcprofile.so): Likewise.
20913         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
20914         libc_nonshared.a.
20915         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
20916         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
20917         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
20918         $(link-libc-deps).
20919         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
20920         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
20921         * login/Makefile ($(objpfx)libutil.so): Likewise.
20922         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
20923         * math/Makefile ($(objpfx)libm.so): Likewise.
20924         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
20925         $(objpfx)libnsl.so): Define libc-for-link as target-specific
20926         variable instead of depending directly on libc.
20927         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
20928         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
20929         $(link-libc-deps).
20930         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
20931         libc.
20932         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
20933         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
20934         ($(objpfx)libanl.so): Likewise.
20935         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
20936         ld.so.
20937         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
20938         $(link-libc-deps).
20939         * sysdeps/i386/fpu/Makefile: Remove file.
20940         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
20941         ($(objpfx)libm.so): Remove dependency on ld.so.
20942
20943 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
20944
20945         [BZ # 15553]
20946         * nis/yp_xdr.c (XDRMAXNAME): Define.
20947         (XDRMAXRECORD): Define.
20948         (xdr_domainname): Use XDRMAXNAME.
20949         (xdr_mapname): Likewise.
20950         (xdr_peername): Likewise.
20951         (xdr_keydat): Use XDRMAXRECORD.
20952         (xdr_valdat): Likewise.
20953
20954 2013-05-30  Jeff Law  <law@redhat.com>
20955
20956         [BZ #14256]
20957         * manual/errno.texi (ESTALE): Update to account for more than
20958         just NFS file systems.
20959         * sysdeps/gnu/errlist.c: Regenerated.
20960
20961 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
20962
20963         [BZ #15465]
20964         * elf/Makefile (tests): Add tst-null-argv.
20965         (modules-names):  Add tst-null-argv-lib.
20966         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
20967         (tst-null-argv-ENV): Set environment for tst-null-argv.
20968         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
20969         (RTLD_PROGNAME): New macro.
20970         * elf/tst-null-argv.c: New test case.
20971         * elf/tst-null-argv-lib.c: Library for test case.
20972         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
20973         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
20974         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
20975         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
20976         * elf/dl-init.c (call_init): Likewise.
20977         (_dl_init): Likewise.
20978         * elf/dl-load.c (print_search_path): Likewise.
20979         (_dl_map_object): Likewise.
20980         * elf/dl-lookup.c (do_lookup_x): Likewise.
20981         (add_dependency): Likewise.
20982         (_dl_lookup_symbol_x): Likewise.
20983         (_dl_debug_bindings): Likewise.
20984         * elf/dl-open.c (_dl_show_scope): Likewise.
20985         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
20986         * elf/dl-version.c (match_symbol): Likewise.
20987         (_dl_check_map_versions): Likewise.
20988         * elf/rtld.c (dl_main): Likewise.
20989         (print_unresolved): Use RTLD_PROGNAME.
20990         (print_missing_version): Likewise.
20991         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
20992         (elf_machine_rela): Likewise.
20993         * sysdeps/powerpc/powerpc32/dl-machine.c
20994         (__process_machine_rela): Likewise.
20995         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
20996         Likewise.
20997         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
20998         Likewise.
20999         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
21000         Likewise.
21001         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
21002         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
21003         Likewise.
21004         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
21005         Likewise.
21006         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
21007
21008 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
21009
21010         * po/be.po: Add descriptive title.
21011         * po/zh_CN.po: Likewise.
21012         * po/header.pot: Likewise.
21013
21014 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
21015
21016         * locale/programs/locarchive.c (create_archive): Inlucde fname in
21017         error message.
21018         (enlarge_archive): Likewise.
21019
21020 2013-05-28  Ben North  <ben@redfrontdoor.org>
21021
21022         * manual/arith.texi (frexp): It is the magnitude of the return
21023         value which lies in [0.5, 1), not the return value itself.
21024
21025 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21026
21027         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21028
21029 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
21030
21031         * stdio-common/bug26.c (main): Correct fscanf template.
21032
21033         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
21034         declare _dl_skip_args.
21035
21036         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
21037         Don't declare.
21038
21039         * manual/platform.texi: Add missing @end deftypefun.
21040
21041 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
21042
21043         [BZ #15529]
21044         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
21045         bit of mantissa of 2^16382.
21046         * math/libm-test.inc (hypot_test_data): Add more tests.
21047
21048         * math/libm-test.inc: Add drem and pow10 to list of tested
21049         functions.
21050         (pow10_test): New function.
21051         (drem_test): Likewise.
21052         (drem_test_tonearest): Likewise.
21053         (drem_test_towardzero): Likewise.
21054         (drem_test_downward): Likewise.
21055         (drem_test_upward): Likewise.
21056         (main): Call the new functions.
21057
21058         * math/libm-test.inc (finite_test_data): Remove.
21059         (finite_test): Run tests from isfinite_test_data.
21060         (gamma_test_data): Remove.
21061         (gamma_test): Run tests from lgamma_test_data.
21062         * sysdeps/i386/fpu/libm-test-ulps: Update.
21063         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21064
21065 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21066
21067         * manual/platform.texi: Add PowerPC PPR function set documentation.
21068         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
21069         implementation.
21070
21071 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
21072
21073         * math/libm-test.inc (MAX_EXP): Define.
21074         (ULPDIFF): Define.
21075         (ulp): New function.
21076         (check_float_internal): Use ULPDIFF.
21077         (cpow_test): Disable failing test.
21078         (check_ulp): Test ulp() implemetnation.
21079         (main): Call check_ulp before starting tests.
21080
21081 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
21082
21083         * math/gen-libm-test.pl (generate_testfile): Do not handle
21084         START_DATA and END_DATA.
21085         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
21086         END_DATA.
21087         (acos_tonearest_test_data): Likewise.
21088         (acos_towardzero_test_data): Likewise.
21089         (acos_downward_test_data): Likewise.
21090         (acos_upward_test_data): Likewise.
21091         (acosh_test_data): Likewise.
21092         (asin_test_data): Likewise.
21093         (asin_tonearest_test_data): Likewise.
21094         (asin_towardzero_test_data): Likewise.
21095         (asin_downward_test_data): Likewise.
21096         (asin_upward_test_data): Likewise.
21097         (asinh_test_data): Likewise.
21098         (atan_test_data): Likewise.
21099         (atanh_test_data): Likewise.
21100         (atan2_test_data): Likewise.
21101         (cabs_test_data): Likewise.
21102         (cacos_test_data): Likewise.
21103         (cacosh_test_data): Likewise.
21104         (carg_test_data): Likewise.
21105         (casin_test_data): Likewise.
21106         (casinh_test_data): Likewise.
21107         (catan_test_data): Likewise.
21108         (catanh_test_data): Likewise.
21109         (cbrt_test_data): Likewise.
21110         (ccos_test_data): Likewise.
21111         (ccosh_test_data): Likewise.
21112         (ceil_test_data): Likewise.
21113         (cexp_test_data): Likewise.
21114         (cimag_test_data): Likewise.
21115         (clog_test_data): Likewise.
21116         (clog10_test_data): Likewise.
21117         (conj_test_data): Likewise.
21118         (copysign_test_data): Likewise.
21119         (cos_test_data): Likewise.
21120         (cos_tonearest_test_data): Likewise.
21121         (cos_towardzero_test_data): Likewise.
21122         (cos_downward_test_data): Likewise.
21123         (cos_upward_test_data): Likewise.
21124         (cosh_test_data): Likewise.
21125         (cosh_tonearest_test_data): Likewise.
21126         (cosh_towardzero_test_data): Likewise.
21127         (cosh_downward_test_data): Likewise.
21128         (cosh_upward_test_data): Likewise.
21129         (cpow_test_data): Likewise.
21130         (cproj_test_data): Likewise.
21131         (creal_test_data): Likewise.
21132         (csin_test_data): Likewise.
21133         (csinh_test_data): Likewise.
21134         (csqrt_test_data): Likewise.
21135         (ctan_test_data): Likewise.
21136         (ctan_tonearest_test_data): Likewise.
21137         (ctan_towardzero_test_data): Likewise.
21138         (ctan_downward_test_data): Likewise.
21139         (ctan_upward_test_data): Likewise.
21140         (ctanh_test_data): Likewise.
21141         (ctanh_tonearest_test_data): Likewise.
21142         (ctanh_towardzero_test_data): Likewise.
21143         (ctanh_downward_test_data): Likewise.
21144         (ctanh_upward_test_data): Likewise.
21145         (erf_test_data): Likewise.
21146         (erfc_test_data): Likewise.
21147         (exp_test_data): Likewise.
21148         (exp_tonearest_test_data): Likewise.
21149         (exp_towardzero_test_data): Likewise.
21150         (exp_downward_test_data): Likewise.
21151         (exp_upward_test_data): Likewise.
21152         (exp10_test_data): Likewise.
21153         (exp2_test_data): Likewise.
21154         (expm1_test_data): Likewise.
21155         (fabs_test_data): Likewise.
21156         (fdim_test_data): Likewise.
21157         (finite_test_data): Likewise.
21158         (floor_test_data): Likewise.
21159         (fma_test_data): Likewise.
21160         (fma_towardzero_test_data): Likewise.
21161         (fma_downward_test_data): Likewise.
21162         (fma_upward_test_data): Likewise.
21163         (fmax_test_data): Likewise.
21164         (fmin_test_data): Likewise.
21165         (fmod_test_data): Likewise.
21166         (fpclassify_test_data): Likewise.
21167         (frexp_test_data): Likewise.
21168         (gamma_test_data): Likewise.
21169         (hypot_test_data): Likewise.
21170         (ilogb_test_data): Likewise.
21171         (isfinite_test_data): Likewise.
21172         (isgreater_test_data): Likewise.
21173         (isgreaterequal_test_data): Likewise.
21174         (isinf_test_data): Likewise.
21175         (isless_test_data): Likewise.
21176         (islessequal_test_data): Likewise.
21177         (islessgreater_test_data): Likewise.
21178         (isnan_test_data): Likewise.
21179         (isnormal_test_data): Likewise.
21180         (issignaling_test_data): Likewise.
21181         (isunordered_test_data): Likewise.
21182         (j0_test_data): Likewise.
21183         (j1_test_data): Likewise.
21184         (jn_test_data): Likewise.
21185         (ldexp_test_data): Likewise.
21186         (lgamma_test_data): Likewise.
21187         (lrint_test_data): Likewise.
21188         (lrint_tonearest_test_data): Likewise.
21189         (lrint_towardzero_test_data): Likewise.
21190         (lrint_downward_test_data): Likewise.
21191         (lrint_upward_test_data): Likewise.
21192         (llrint_test_data): Likewise.
21193         (llrint_tonearest_test_data): Likewise.
21194         (llrint_towardzero_test_data): Likewise.
21195         (llrint_downward_test_data): Likewise.
21196         (llrint_upward_test_data): Likewise.
21197         (log_test_data): Likewise.
21198         (log10_test_data): Likewise.
21199         (log1p_test_data): Likewise.
21200         (log2_test_data): Likewise.
21201         (logb_test_data): Likewise.
21202         (logb_downward_test_data): Likewise.
21203         (lround_test_data): Likewise.
21204         (llround_test_data): Likewise.
21205         (modf_test_data): Likewise.
21206         (nearbyint_test_data): Likewise.
21207         (nextafter_test_data): Likewise.
21208         (nexttoward_test_data): Likewise.
21209         (pow_test_data): Likewise.
21210         (pow_tonearest_test_data): Likewise.
21211         (pow_towardzero_test_data): Likewise.
21212         (pow_downward_test_data): Likewise.
21213         (pow_upward_test_data): Likewise.
21214         (remainder_test_data): Likewise.
21215         (remainder_tonearest_test_data): Likewise.
21216         (remainder_towardzero_test_data): Likewise.
21217         (remainder_downward_test_data): Likewise.
21218         (remainder_upward_test_data): Likewise.
21219         (remquo_test_data): Likewise.
21220         (rint_test_data): Likewise.
21221         (rint_tonearest_test_data): Likewise.
21222         (rint_towardzero_test_data): Likewise.
21223         (rint_downward_test_data): Likewise.
21224         (rint_upward_test_data): Likewise.
21225         (round_test_data): Likewise.
21226         (scalb_test_data): Likewise.
21227         (scalbn_test_data): Likewise.
21228         (scalbln_test_data): Likewise.
21229         (signbit_test_data): Likewise.
21230         (sin_test_data): Likewise.
21231         (sin_tonearest_test_data): Likewise.
21232         (sin_towardzero_test_data): Likewise.
21233         (sin_downward_test_data): Likewise.
21234         (sin_upward_test_data): Likewise.
21235         (sincos_test_data): Likewise.
21236         (sinh_test_data): Likewise.
21237         (sinh_tonearest_test_data): Likewise.
21238         (sinh_towardzero_test_data): Likewise.
21239         (sinh_downward_test_data): Likewise.
21240         (sinh_upward_test_data): Likewise.
21241         (sqrt_test_data): Likewise.
21242         (tan_test_data): Likewise.
21243         (tan_tonearest_test_data): Likewise.
21244         (tan_towardzero_test_data): Likewise.
21245         (tan_downward_test_data): Likewise.
21246         (tan_upward_test_data): Likewise.
21247         (tanh_test_data): Likewise.
21248         (tgamma_test_data): Likewise.
21249         (trunc_test_data): Likewise.
21250         (y0_test_data): Likewise.
21251         (y1_test_data): Likewise.
21252         (yn_test_data): Likewise.
21253         (significand_test_data): Likewise.
21254
21255         * math/gen-libm-test.pl (@functions): Remove variable.
21256         (generate_testfile): Don't handle START and END lines.
21257         * math/libm-test.inc (START): New macro.
21258         (END): Likewise.
21259         (END_COMPLEX): Likewise.
21260         (acos_test): Use END macro without arguments.
21261         (acos_test_tonearest): Likewise.
21262         (acos_test_towardzero): Likewise.
21263         (acos_test_downward): Likewise.
21264         (acos_test_upward): Likewise.
21265         (acosh_test): Likewise.
21266         (asin_test): Likewise.
21267         (asin_test_tonearest): Likewise.
21268         (asin_test_towardzero): Likewise.
21269         (asin_test_downward): Likewise.
21270         (asin_test_upward): Likewise.
21271         (asinh_test): Likewise.
21272         (atan_test): Likewise.
21273         (atanh_test): Likewise.
21274         (atan2_test): Likewise.
21275         (cabs_test): Likewise.
21276         (cacos_test): Use END_COMPLEX macro without arguments.
21277         (cacosh_test): Likewise.
21278         (carg_test): Use END macro without arguments.
21279         (casin_test): Use END_COMPLEX macro without arguments.
21280         (casinh_test): Likewise.
21281         (catan_test): Likewise.
21282         (catanh_test): Likewise.
21283         (cbrt_test): Use END macro without arguments.
21284         (ccos_test): Use END_COMPLEX macro without arguments.
21285         (ccosh_test): Likewise.
21286         (ceil_test): Use END macro without arguments.
21287         (cexp_test): Use END_COMPLEX macro without arguments.
21288         (cimag_test): Use END macro without arguments.
21289         (clog_test): Use END_COMPLEX macro without arguments.
21290         (clog10_test): Likewise.
21291         (conj_test): Likewise.
21292         (copysign_test): Use END macro without arguments.
21293         (cos_test): Likewise.
21294         (cos_test_tonearest): Likewise.
21295         (cos_test_towardzero): Likewise.
21296         (cos_test_downward): Likewise.
21297         (cos_test_upward): Likewise.
21298         (cosh_test): Likewise.
21299         (cosh_test_tonearest): Likewise.
21300         (cosh_test_towardzero): Likewise.
21301         (cosh_test_downward): Likewise.
21302         (cosh_test_upward): Likewise.
21303         (cpow_test): Use END_COMPLEX macro without arguments.
21304         (cproj_test): Likewise.
21305         (creal_test): Use END macro without arguments.
21306         (csin_test): Use END_COMPLEX macro without arguments.
21307         (csinh_test): Likewise.
21308         (csqrt_test): Likewise.
21309         (ctan_test): Likewise.
21310         (ctan_test_tonearest): Likewise.
21311         (ctan_test_towardzero): Likewise.
21312         (ctan_test_downward): Likewise.
21313         (ctan_test_upward): Likewise.
21314         (ctanh_test): Likewise.
21315         (ctanh_test_tonearest): Likewise.
21316         (ctanh_test_towardzero): Likewise.
21317         (ctanh_test_downward): Likewise.
21318         (ctanh_test_upward): Likewise.
21319         (erf_test): Use END macro without arguments.
21320         (erfc_test): Likewise.
21321         (exp_test): Likewise.
21322         (exp_test_tonearest): Likewise.
21323         (exp_test_towardzero): Likewise.
21324         (exp_test_downward): Likewise.
21325         (exp_test_upward): Likewise.
21326         (exp10_test): Likewise.
21327         (exp2_test): Likewise.
21328         (expm1_test): Likewise.
21329         (fabs_test): Likewise.
21330         (fdim_test): Likewise.
21331         (finite_test): Likewise.
21332         (floor_test): Likewise.
21333         (fma_test): Likewise.
21334         (fma_test_towardzero): Likewise.
21335         (fma_test_downward): Likewise.
21336         (fma_test_upward): Likewise.
21337         (fmax_test): Likewise.
21338         (fmin_test): Likewise.
21339         (fmod_test): Likewise.
21340         (fpclassify_test): Likewise.
21341         (frexp_test): Likewise.
21342         (gamma_test): Likewise.
21343         (hypot_test): Likewise.
21344         (ilogb_test): Likewise.
21345         (isfinite_test): Likewise.
21346         (isgreater_test): Likewise.
21347         (isgreaterequal_test): Likewise.
21348         (isinf_test): Likewise.
21349         (isless_test): Likewise.
21350         (islessequal_test): Likewise.
21351         (islessgreater_test): Likewise.
21352         (isnan_test): Likewise.
21353         (isnormal_test): Likewise.
21354         (issignaling_test): Likewise.
21355         (isunordered_test): Likewise.
21356         (j0_test): Likewise.
21357         (j1_test): Likewise.
21358         (jn_test): Likewise.
21359         (ldexp_test): Likewise.
21360         (lgamma_test): Likewise.
21361         (lrint_test): Likewise.
21362         (lrint_test_tonearest): Likewise.
21363         (lrint_test_towardzero): Likewise.
21364         (lrint_test_downward): Likewise.
21365         (lrint_test_upward): Likewise.
21366         (llrint_test): Likewise.
21367         (llrint_test_tonearest): Likewise.
21368         (llrint_test_towardzero): Likewise.
21369         (llrint_test_downward): Likewise.
21370         (llrint_test_upward): Likewise.
21371         (log_test): Likewise.
21372         (log10_test): Likewise.
21373         (log1p_test): Likewise.
21374         (log2_test): Likewise.
21375         (logb_test): Likewise.
21376         (logb_test_downward): Likewise.
21377         (lround_test): Likewise.
21378         (llround_test): Likewise.
21379         (modf_test): Likewise.
21380         (nearbyint_test): Likewise.
21381         (nextafter_test): Likewise.
21382         (nexttoward_test): Likewise.
21383         (pow_test): Likewise.
21384         (pow_test_tonearest): Likewise.
21385         (pow_test_towardzero): Likewise.
21386         (pow_test_downward): Likewise.
21387         (pow_test_upward): Likewise.
21388         (remainder_test): Likewise.
21389         (remainder_test_tonearest): Likewise.
21390         (remainder_test_towardzero): Likewise.
21391         (remainder_test_downward): Likewise.
21392         (remainder_test_upward): Likewise.
21393         (remquo_test): Likewise.
21394         (rint_test): Likewise.
21395         (rint_test_tonearest): Likewise.
21396         (rint_test_towardzero): Likewise.
21397         (rint_test_downward): Likewise.
21398         (rint_test_upward): Likewise.
21399         (round_test): Likewise.
21400         (scalb_test): Likewise.
21401         (scalbn_test): Likewise.
21402         (scalbln_test): Likewise.
21403         (signbit_test): Likewise.
21404         (sin_test): Likewise.
21405         (sin_test_tonearest): Likewise.
21406         (sin_test_towardzero): Likewise.
21407         (sin_test_downward): Likewise.
21408         (sin_test_upward): Likewise.
21409         (sincos_test): Likewise.
21410         (sinh_test): Likewise.
21411         (sinh_test_tonearest): Likewise.
21412         (sinh_test_towardzero): Likewise.
21413         (sinh_test_downward): Likewise.
21414         (sinh_test_upward): Likewise.
21415         (sqrt_test): Likewise.
21416         (tan_test): Likewise.
21417         (tan_test_tonearest): Likewise.
21418         (tan_test_towardzero): Likewise.
21419         (tan_test_downward): Likewise.
21420         (tan_test_upward): Likewise.
21421         (tanh_test): Likewise.
21422         (tgamma_test): Likewise.
21423         (trunc_test): Likewise.
21424         (y0_test): Likewise.
21425         (y1_test): Likewise.
21426         (yn_test): Likewise.
21427         (significand_test): Likewise.
21428
21429 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
21430
21431         [BZ #15381]
21432         * libio/genops.c (_IO_no_init): Initialize wide struct info.
21433
21434 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
21435
21436         [BZ #14894]
21437         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
21438         __ppc_mdoio and __ppc_mdoom.
21439         * manual/platform.texi: Document new functions __ppc_yield,
21440         __ppc_mdoio and __ppc_mdoom.
21441
21442 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
21443
21444         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
21445         (main): Mention "tls" pseudo-hwcap is legacy.
21446         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
21447
21448 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
21449
21450         * math/gen-libm-test.pl (parse_args): Output only string of
21451         arguments as text for test name, not full call or descriptions of
21452         tests for extra outputs.
21453         (generate_testfile): Do not pass function name to parse_args.
21454         Generate this_func variable from START.
21455         * math/libm-test.inc (struct test_f_f_data): Rename test_name
21456         field to arg_str.
21457         (struct test_ff_f_data): Likewise.
21458         (test_ff_f_data_nexttoward): Likewise.
21459         (struct test_fi_f_data): Likewise.
21460         (struct test_fl_f_data): Likewise.
21461         (struct test_if_f_data): Likewise.
21462         (struct test_fff_f_data): Likewise.
21463         (struct test_c_f_data): Likewise.
21464         (struct test_f_f1_data): Likewise.  Remove field extra_name.
21465         (struct test_fF_f1_data): Likewise.
21466         (struct test_ffI_f1_data): Likewise.
21467         (struct test_c_c_data): Rename test_name field to arg_str.
21468         (struct test_cc_c_data): Likewise.
21469         (struct test_f_i_data): Likewise.
21470         (struct test_ff_i_data): Likewise.
21471         (struct test_f_l_data): Likewise.
21472         (struct test_f_L_data): Likewise.
21473         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
21474         and extra2_name.
21475         (COMMON_TEST_SETUP): New macro.
21476         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
21477         (COMMON_TEST_CLEANUP): Likewise.
21478         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
21479         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
21480         macros.
21481         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
21482         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
21483         macros.
21484         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
21485         (RUN_TEST_fff_f): Take argument string.  Call new setup and
21486         cleanup macros.
21487         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
21488         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
21489         macros.
21490         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
21491         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
21492         macros.
21493         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
21494         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
21495         cleanup macros.
21496         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
21497         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
21498         cleanup macros.
21499         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
21500         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
21501         cleanup macros.
21502         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
21503         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
21504         macros.
21505         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
21506         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
21507         macros.
21508         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
21509         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
21510         macros.
21511         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
21512         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
21513         cleanup macros.
21514         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
21515         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
21516         cleanup macros.
21517         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
21518         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
21519         macros.
21520         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
21521         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
21522         cleanup macros.
21523         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
21524         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
21525         macros.
21526         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
21527         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
21528         macros.
21529         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
21530         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
21531         cleanup macros.
21532         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
21533
21534 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
21535
21536         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
21537         to _sifields.sigfault.
21538         (si_addr_lsb): Define new macro.
21539         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
21540         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
21541         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
21542
21543 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
21544
21545         [BZ #15441]
21546         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
21547         returns -1.
21548         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
21549         null return -1.
21550         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
21551         loading the domain.
21552
21553 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
21554
21555         * math/gen-libm-test.pl (parse_args): Do not include expected
21556         result in test name.
21557         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
21558         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
21559         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
21560         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
21561         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
21562         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21563
21564 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
21565
21566         * benchtests/Makefile: Sort function entries.
21567
21568         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
21569         tanh, asinh, acosh, atanh.
21570         * benchtests/acos-inputs: New file.
21571         * benchtests/acosh-inputs: New file.
21572         * benchtests/asin-inputs: New file.
21573         * benchtests/asinh-inputs: New file.
21574         * benchtests/atanh-inputs: New file.
21575         * benchtests/cosh-inputs: New file.
21576         * benchtests/log-inputs: New file.
21577         * benchtests/sinh-inputs: New file.
21578         * benchtests/tanh-inputs: New file.
21579
21580 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
21581
21582         [BZ #15339]
21583         * posix/tst-getaddrinfo4.c: New test.
21584         * posix/Makefile (tests): Add it.
21585
21586 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21587
21588         [BZ #15339]
21589         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
21590         when no services were used.
21591         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
21592         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
21593
21594 2013-05-21  Andreas Schwab  <schwab@suse.de>
21595
21596         [BZ #15014]
21597         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
21598         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
21599         successful.
21600         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
21601         redundant variable declarations and reallocation of buffer when
21602         parsing as IPv6 address.  Always set NSS status when called from
21603         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
21604         buffer too small.  Correct computation of needed size.
21605         * nss/Makefile (tests): Add test-digits-dots.
21606         * nss/test-digits-dots.c: New test.
21607
21608 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21609
21610         * benchtests/Makefile: Remove instructions for adding
21611         benchmark tests.
21612         * benchtests/README: New file to explain how to execute and
21613         enhance the benchmark tests.
21614
21615 2013-05-21  Andreas Schwab  <schwab@suse.de>
21616
21617         [BZ #15493]
21618         * setjmp/Makefile (tests): Add tst-sigsetjmp.
21619         * setjmp/tst-sigsetjmp.c: New test.
21620
21621 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
21622
21623         * sysdeps/x86_64/memset.S (memset): New implementation.
21624         (__bzero): Likewise.
21625         (__memset_tail): New function.
21626
21627 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
21628
21629         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
21630         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
21631         __memcpy_sse2_unaligned ifunc selection.
21632         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21633         Add memcpy-sse2-unaligned.S.
21634         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21635         Add: __memcpy_sse2_unaligned.
21636
21637 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
21638
21639         [BZ #15490]
21640         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
21641         math_force_eval before restoring floating-point envrionment.
21642         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
21643         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
21644         Likewise.
21645         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
21646         <math_private.h>.
21647         (__nearbyintl): Use math_force_eval before restoring
21648         floating-point environment.
21649         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
21650
21651         * math/gen-libm-test.pl (special_functions): Remove.
21652         (parse_args): Don't handle TEST_extra.  Handle functions with no
21653         return value.
21654         * math/libm-test.inc (struct test_sincos_data): Replace with
21655         struct test_fFF_11_data.
21656         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
21657         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
21658         (sincos_test_data): Change element type to struct
21659         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
21660         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
21661         RUN_TEST_LOOP_sincos.
21662         * math/README.libm-test: Don't mention special handling of
21663         individual functions.
21664         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
21665         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
21666         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
21667         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
21668         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
21669         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21670
21671         * math/gen-libm-test.pl (get_variable): Remove function.
21672         (parse_args): Don't show pointer parameters to call in test
21673         names.  Use "extra output N" in test names for extra outputs
21674         rather than naming variables.
21675
21676 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
21677
21678         [BZ #15488]
21679         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
21680         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
21681         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
21682         double tests.
21683         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
21684         disable.
21685         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
21686         check_long_double.
21687
21688         * math/gen-libm-test.pl (@tests): Remove variable.
21689         ($count): Likewise.
21690         (new_test): Remove function.
21691         (show_exceptions): New function.
21692         (special_functions): Use show_exceptions instead of new_test.
21693         (parse_args): Likewise.
21694         (generate_testfile): Pass only function name in generated call to
21695         print_max_error or print_complex_max_error.
21696         (get_ulps): Do not handle complex tests specially.
21697         (output_test): Rename to ...
21698         (get_all_ulps_for_test): ... this.  Return a string rather than
21699         printing to a file.  Require ulps to be present.
21700         (output_ulps): Generate arrays rather than #defines.
21701         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
21702         (struct ulp_data): New type.
21703         (BUILD_COMPLEX_ULP): Remove macro.
21704         (compare_ulp_data): New function.
21705         (find_ulps): Likewise.
21706         (find_test_ulps): Likewise.
21707         (find_function_ulps): Likewise.
21708         (find_complex_function_ulps): Likewise.
21709         (print_max_error): Determine allowed ulps using
21710         find_function_ulps.
21711         (print_complex_max_error): Determine allowed ulps using
21712         find_complex_function_ulps.
21713         (check_float_internal): Determine max ulps using find_test_ulps.
21714         (check_float): Do not take max_ulp parameter.  Update call to
21715         check_float_internal.
21716         (check_complex): Likewise.
21717         (check_int): Do not take max_ulp parameter.
21718         (check_long): Likewise.
21719         (check_bool): Likewise.
21720         (check_longlong): Likewise.
21721         (struct test_f_f_data): Remove max_ulp field.
21722         (struct test_ff_f_data): Likewise.
21723         (struct test_ff_f_data_nexttoward): Likewise.
21724         (struct test_fi_f_data): Likewise.
21725         (struct test_fl_f_data): Likewise.
21726         (struct test_if_f_data): Likewise.
21727         (struct test_fff_f_data): Likewise.
21728         (struct test_c_f_data): Likewise.
21729         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
21730         (struct test_fF_f1_data): Likewise.
21731         (struct test_ffI_f1_data): Likewise.
21732         (struct test_c_c_data): Remove max_ulp field.
21733         (struct test_cc_c_data): Likewise.
21734         (struct test_f_i_data): Likewise.
21735         (struct test_ff_i_data): Likewise.
21736         (struct test_f_l_data): Likewise.
21737         (struct test_f_L_data): Likewise.
21738         (struct test_sincos_data): Likewise.
21739         (RUN_TEST_f_f): Do not handle ulps.
21740         (RUN_TEST_LOOP_f_f): Likewise.
21741         (RUN_TEST_2_f): Likewise.
21742         (RUN_TEST_LOOP_2_f): Likewise.
21743         (RUN_TEST_fff_f): Likewise.
21744         (RUN_TEST_LOOP_fff_f): Likewise.
21745         (RUN_TEST_c_f): Likewise.
21746         (RUN_TEST_LOOP_c_f): Likewise.
21747         (RUN_TEST_f_f1): Likewise.
21748         (RUN_TEST_LOOP_f_f1): Likewise.
21749         (RUN_TEST_fF_f1): Likewise.
21750         (RUN_TEST_LOOP_fF_f1): Likewise.
21751         (RUN_TEST_fI_f1): Likewise.
21752         (RUN_TEST_LOOP_fI_f1): Likewise.
21753         (RUN_TEST_ffI_f1): Likewise.
21754         (RUN_TEST_LOOP_ffI_f1): Likewise.
21755         (RUN_TEST_c_c): Likewise.
21756         (RUN_TEST_LOOP_c_c): Likewise.
21757         (RUN_TEST_cc_c): Likewise.
21758         (RUN_TEST_LOOP_cc_c): Likewise.
21759         (RUN_TEST_f_i): Likewise.
21760         (RUN_TEST_LOOP_f_i): Likewise.
21761         (RUN_TEST_f_i_tg): Likewise.
21762         (RUN_TEST_LOOP_f_i_tg): Likewise.
21763         (RUN_TEST_ff_i_tg): Likewise.
21764         (RUN_TEST_LOOP_ff_i_tg): Likewise.
21765         (RUN_TEST_f_b): Likewise.
21766         (RUN_TEST_LOOP_f_b): Likewise.
21767         (RUN_TEST_f_b_tg): Likewise.
21768         (RUN_TEST_LOOP_f_b_tg): Likewise.
21769         (RUN_TEST_f_l): Likewise.
21770         (RUN_TEST_LOOP_f_l): Likewise.
21771         (RUN_TEST_f_L): Likewise.
21772         (RUN_TEST_LOOP_f_L): Likewise.
21773         (RUN_TEST_sincos): Likewise.
21774         (RUN_TEST_LOOP_sincos): Likewise.
21775
21776 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
21777
21778         [BZ #15480]
21779         [BZ #15485]
21780         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
21781         main case of finite arguments, set rounding mode to FE_TONEAREST
21782         and discard exceptions.
21783         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
21784         exceptions.
21785         (remainder_tonearest_test_data): New variable.
21786         (remainder_test_tonearest): New function.
21787         (remainder_towardzero_test_data): New variable.
21788         (remainder_test_towardzero): New function.
21789         (remainder_downward_test_data): New variable.
21790         (remainder_test_downward): New function.
21791         (remainder_upward_test_data): New variable.
21792         (remainder_test_upward): New function.
21793         (main): Call the new test functions.
21794
21795         * math/libm-test.inc (struct test_f_f1_data): Remove field
21796         extra_init.
21797         (struct test_fF_f1_data): Likewise.
21798         (struct test_ffI_f1_data): Likewise.
21799         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
21800         based on value of EXTRA_EXPECTED.
21801         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
21802         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
21803         EXTRA_VAR based on value of EXTRA_EXPECTED.
21804         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
21805         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
21806         EXTRA_VAR based on value of EXTRA_EXPECTED.
21807         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
21808         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
21809         EXTRA_VAR based on value of EXTRA_EXPECTED.
21810         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
21811         * math/gen-libm-test.pl (parse_args): Don't output initializers
21812         for extra output values.
21813
21814         * math/libm-test.inc (check_int): Expect result to be exactly
21815         equal to expected value and do not handle ulps.
21816         (check_long): Likewise.
21817         (check_longlong): Likewise.
21818
21819         * math/libm-test.inc (ceil_test_data): Test for "inexact"
21820         exceptions.
21821         (cimag_test_data): Likewise.
21822         (conj_test_data): Likewise.
21823         (copysign_test_data): Likewise.
21824         (cproj_test_data): Likewise.
21825         (creal_test_data): Likewise.
21826         (fabs_test_data): Likewise.
21827         (fdim_test_data): Likewise.
21828         (finite_test_data): Likewise.
21829         (floor_test_data): Likewise.
21830         (fmax_test_data): Likewise.
21831         (fmin_test_data): Likewise.
21832         (fmod_test_data): Likewise.
21833         (fpclassify_test_data): Likewise.
21834         (frexp_test_data): Likewise.
21835         (ilogb_test_data): Likewise.
21836         (isfinite_test_data): Likewise.
21837         (isgreater_test_data): Likewise.
21838         (isgreaterequal_test_data): Likewise.
21839         (isinf_test_data): Likewise.
21840         (isless_test_data): Likewise.
21841         (islessequal_test_data): Likewise.
21842         (islessgreater_test_data): Likewise.
21843         (isnan_test_data): Likewise.
21844         (isnormal_test_data): Likewise.
21845         (issignaling_test_data): Likewise.
21846         (isunordered_test_data): Likewise.
21847         (ldexp_test_data): Likewise.
21848         (lrint_test_data): Likewise.
21849         (lrint_test_data) [TEST_FLOAT]: Disable one test.
21850         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
21851         (lrint_tonearest_test_data): Test for "inexact" exceptions.
21852         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
21853         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
21854         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
21855         test input.
21856         (lrint_towardzero_test_data): Test for "inexact" exceptions.
21857         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
21858         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
21859         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
21860         that test input.
21861         (lrint_downward_test_data): Test for "inexact" exceptions.
21862         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
21863         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
21864         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
21865         test input.
21866         (lrint_upward_test_data): Test for "inexact" exceptions.
21867         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
21868         test input.
21869         (llrint_test_data): Test for "inexact" exceptions.
21870         (llrint_test_data) [TEST_FLOAT]: Disable one test.
21871         (llrint_tonearest_test_data): Test for "inexact" exceptions.
21872         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
21873         (llrint_towardzero_test_data): Test for "inexact" exceptions.
21874         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
21875         (llrint_downward_test_data): Test for "inexact" exceptions.
21876         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
21877         (llrint_upward_test_data): Test for "inexact" exceptions.
21878         (logb_test_data): Likewise.
21879         (logb_downward_test_data): Likewise.
21880         (nextafter_test_data): Likewise.
21881         (nexttoward_test_data): Likewise.
21882         (remainder_test_data): Likewise.
21883         (remquo_test_data): Likewise.
21884         (scalbn_test_data): Likewise.
21885         (scalbln_test_data): Likewise.
21886         (signbit_test_data): Likewise.
21887         (sqrt_test_data): Likewise.
21888         (significand_test_data): Likewise.
21889
21890 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
21891
21892         [BZ #15424]
21893         * benchtests/bench-modf.c (struct args): Mark arg0 as
21894         volatile.
21895         * scripts/bench.pl: Mark members of struct args as volatile.
21896
21897 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21898
21899         [BZ # 15497]
21900         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
21901         negative infinity on POWER6 or lower.
21902         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
21903
21904 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
21905
21906         [BZ #15442]
21907         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
21908         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
21909         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
21910         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
21911         (_FP_SETQNAN): New macro.
21912         (_FP_SETQNAN_SEMIRAW): Likewise.
21913         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
21914         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
21915         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
21916         (FP_EXTEND): Use _FP_FRAC_SNANP.
21917         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
21918         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
21919         into account.
21920         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
21921         New macro.
21922         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
21923         Likewise.
21924
21925 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21926
21927         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
21928         with DIVIDE_BY_ZERO_EXCEPTION.
21929         (gamma_test_data): Likewise.
21930         (lgamma_test_data): Likewise.
21931         (log_test_data): Likewise.
21932         (log10_test_data): Likewise.
21933         (log2_test_data): Likewise.
21934         (tgamma_test_data): Likewise.
21935
21936         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
21937         (acos_test_tonearest): Likewise.
21938         (acos_test_towardzero): Likewise.
21939         (acos_test_downward): Likewise.
21940         (acos_test_upward): Likewise.
21941         (acosh_test): Likewise.
21942         (asin_test): Likewise.
21943         (asin_test_tonearest): Likewise.
21944         (asin_test_towardzero): Likewise.
21945         (asin_test_downward): Likewise.
21946         (asin_test_upward): Likewise.
21947         (asinh_test): Likewise.
21948         (atan_test): Likewise.
21949         (atanh_test): Likewise.
21950         (atan2_test): Likewise.
21951         (cabs_test): Likewise.
21952         (cacos_test): Likewise.
21953         (cacosh_test): Likewise.
21954         (casin_test): Likewise.
21955         (casinh_test): Likewise.
21956         (catan_test): Likewise.
21957         (catanh_test): Likewise.
21958         (cbrt_test): Likewise.
21959         (ccos_test): Likewise.
21960         (ccosh_test): Likewise.
21961         (cexp_test): Likewise.
21962         (clog_test): Likewise.
21963         (clog10_test): Likewise.
21964         (cos_test): Likewise.
21965         (cos_test_tonearest): Likewise.
21966         (cos_test_towardzero): Likewise.
21967         (cos_test_downward): Likewise.
21968         (cos_test_upward): Likewise.
21969         (cosh_test): Likewise.
21970         (cosh_test_tonearest): Likewise.
21971         (cosh_test_towardzero): Likewise.
21972         (cosh_test_downward): Likewise.
21973         (cosh_test_upward): Likewise.
21974         (cpow_test): Likewise.
21975         (csin_test): Likewise.
21976         (csinh_test): Likewise.
21977         (csqrt_test): Likewise.
21978         (ctan_test): Likewise.
21979         (ctan_test_tonearest): Likewise.
21980         (ctan_test_towardzero): Likewise.
21981         (ctan_test_downward): Likewise.
21982         (ctan_test_upward): Likewise.
21983         (ctanh_test): Likewise.
21984         (ctanh_test_tonearest): Likewise.
21985         (ctanh_test_towardzero): Likewise.
21986         (ctanh_test_downward): Likewise.
21987         (ctanh_test_upward): Likewise.
21988         (erf_test): Likewise.
21989         (erfc_test): Likewise.
21990         (exp_test): Likewise.
21991         (exp_test_tonearest): Likewise.
21992         (exp_test_towardzero): Likewise.
21993         (exp_test_downward): Likewise.
21994         (exp_test_upward): Likewise.
21995         (exp10_test): Likewise.
21996         (exp2_test): Likewise.
21997         (expm1_test): Likewise.
21998         (fmod_test): Likewise.
21999         (gamma_test): Likewise.
22000         (hypot_test): Likewise.
22001         (j0_test): Likewise.
22002         (j1_test): Likewise.
22003         (jn_test): Likewise.
22004         (lgamma_test): Likewise.
22005         (log_test): Likewise.
22006         (log10_test): Likewise.
22007         (log1p_test): Likewise.
22008         (log2_test): Likewise.
22009         (logb_test_downward): Likewise.
22010         (pow_test): Likewise.
22011         (pow_test_tonearest): Likewise.
22012         (pow_test_towardzero): Likewise.
22013         (pow_test_downward): Likewise.
22014         (pow_test_upward): Likewise.
22015         (remainder_test): Likewise.
22016         (remquo_test): Likewise.
22017         (sin_test): Likewise.
22018         (sin_test_tonearest): Likewise.
22019         (sin_test_towardzero): Likewise.
22020         (sin_test_downward): Likewise.
22021         (sin_test_upward): Likewise.
22022         (sincos_test): Likewise.
22023         (sinh_test): Likewise.
22024         (sinh_test_tonearest): Likewise.
22025         (sinh_test_towardzero): Likewise.
22026         (sinh_test_downward): Likewise.
22027         (sinh_test_upward): Likewise.
22028         (sqrt_test): Likewise.
22029         (tan_test): Likewise.
22030         (tan_test_tonearest): Likewise.
22031         (tan_test_towardzero): Likewise.
22032         (tan_test_downward): Likewise.
22033         (tan_test_upward): Likewise.
22034         (tanh_test): Likewise.
22035         (tgamma_test): Likewise.
22036         (y0_test): Likewise.
22037         (y1_test): Likewise.
22038         (yn_test): Likewise.
22039
22040         * math/gen-libm-test.pl (adjust_arg): Remove function.
22041         (special_function): Remove argument $in_func.  Only handle
22042         generating output for tables of tests, not inside functions.
22043         (parse_args): Likewise.
22044         (generate_testfile): Remove variable $in_func.  Update call to
22045         parse_args.
22046         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
22047         (MINUS_ZERO_INIT): Rename macro to minus_zero.
22048         (PLUS_INFTY_INIT): Rename macro to plus_infty.
22049         (MINUS_INFTY_INIT): Rename macro to minus_infty.
22050         (QNAN_VALUE_INIT): Rename macro to qnan_value.
22051         (MAX_VALUE_INIT): Rename macro to max_value.
22052         (MIN_VALUE_INIT): Rename macro to min_value.
22053         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
22054         (plus_zero): Remove variable.
22055         (minus_zero): Likewise.
22056         (plus_infty): Likewise.
22057         (minus_infty): Likewise.
22058         (qnan_value): Likewise.
22059         (max_value): Likewise.
22060         (min_value): Likewise.
22061         (min_subnorm_value): Likewise.
22062
22063 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22064
22065         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
22066         uint64_t or uint32_t usage.
22067         * crypt/sha256-block.c: Likewise.
22068         * crypt/sha256-crypt.c: Likewise.
22069         * crypt/sha256.c: Likewise.
22070         * crypt/sha512-block.c: Likewise.
22071         * crypt/sha512-crypt.c: Likewise.
22072         * crypt/sha512.c: Likewise.
22073         * debug/backtrace-tst.c: Likewise.
22074         * debug/pcprofiledump.c: Likewise.
22075         * elf/cache.c: Likewise.
22076         * elf/dl-cache.c: Likewise.
22077         * elf/dl-misc.c: Likewise.
22078         * elf/dl-profile.c: Likewise.
22079         * elf/dl-support.c: Likewise.
22080         * elf/ldconfig.c: Likewise.
22081         * elf/sprof.c: Likewise.
22082         * iconv/dummy-repertoire.c: Likewise.
22083         * iconv/iconv_charmap.c: Likewise.
22084         * iconv/skeleton.c: Likewise.
22085         * iconvdata/8bit-generic.c: Likewise.
22086         * iconvdata/cp737.h: Likewise.
22087         * iconvdata/cp775.h: Likewise.
22088         * iconvdata/ibm1008.h: Likewise.
22089         * iconvdata/ibm1025.h: Likewise.
22090         * iconvdata/ibm1046.h: Likewise.
22091         * iconvdata/ibm1097.h: Likewise.
22092         * iconvdata/ibm1112.h: Likewise.
22093         * iconvdata/ibm1122.h: Likewise.
22094         * iconvdata/ibm1123.h: Likewise.
22095         * iconvdata/ibm1124.h: Likewise.
22096         * iconvdata/ibm1129.h: Likewise.
22097         * iconvdata/ibm1130.h: Likewise.
22098         * iconvdata/ibm1132.h: Likewise.
22099         * iconvdata/ibm1133.h: Likewise.
22100         * iconvdata/ibm1137.h: Likewise.
22101         * iconvdata/ibm1140.h: Likewise.
22102         * iconvdata/ibm1141.h: Likewise.
22103         * iconvdata/ibm1142.h: Likewise.
22104         * iconvdata/ibm1143.h: Likewise.
22105         * iconvdata/ibm1144.h: Likewise.
22106         * iconvdata/ibm1145.h: Likewise.
22107         * iconvdata/ibm1146.h: Likewise.
22108         * iconvdata/ibm1147.h: Likewise.
22109         * iconvdata/ibm1148.h: Likewise.
22110         * iconvdata/ibm1149.h: Likewise.
22111         * iconvdata/ibm1153.h: Likewise.
22112         * iconvdata/ibm1154.h: Likewise.
22113         * iconvdata/ibm1155.h: Likewise.
22114         * iconvdata/ibm1156.h: Likewise.
22115         * iconvdata/ibm1157.h: Likewise.
22116         * iconvdata/ibm1158.h: Likewise.
22117         * iconvdata/ibm1160.h: Likewise.
22118         * iconvdata/ibm1161.h: Likewise.
22119         * iconvdata/ibm1162.h: Likewise.
22120         * iconvdata/ibm1163.h: Likewise.
22121         * iconvdata/ibm1164.h: Likewise.
22122         * iconvdata/ibm1166.h: Likewise.
22123         * iconvdata/ibm1167.h: Likewise.
22124         * iconvdata/ibm12712.h: Likewise.
22125         * iconvdata/ibm1390.h: Likewise.
22126         * iconvdata/ibm1399.h: Likewise.
22127         * iconvdata/ibm16804.h: Likewise.
22128         * iconvdata/ibm4517.h: Likewise.
22129         * iconvdata/ibm4899.h: Likewise.
22130         * iconvdata/ibm4909.h: Likewise.
22131         * iconvdata/ibm4971.h: Likewise.
22132         * iconvdata/ibm5347.h: Likewise.
22133         * iconvdata/ibm803.h: Likewise.
22134         * iconvdata/ibm856.h: Likewise.
22135         * iconvdata/ibm901.h: Likewise.
22136         * iconvdata/ibm902.h: Likewise.
22137         * iconvdata/ibm9030.h: Likewise.
22138         * iconvdata/ibm9066.h: Likewise.
22139         * iconvdata/ibm921.h: Likewise.
22140         * iconvdata/ibm922.h: Likewise.
22141         * iconvdata/ibm9448.h: Likewise.
22142         * iconvdata/isiri-3342.h: Likewise.
22143         * iconvdata/jis0201.h: Likewise.
22144         * include/link.h: Likewise.
22145         * include/netdb.h: Likewise.
22146         * inet/check_native.c: Likewise.
22147         * inet/check_pf.c: Likewise.
22148         * inet/getipv4sourcefilter.c: Likewise.
22149         * inet/getnameinfo.c: Likewise.
22150         * inet/getsourcefilter.c: Likewise.
22151         * inet/htonl.c: Likewise.
22152         * inet/setipv4sourcefilter.c: Likewise.
22153         * inet/setsourcefilter.c: Likewise.
22154         * inet/test-inet6_opt.c: Likewise.
22155         * inet/tst-network.c: Likewise.
22156         * locale/C-collate.c: Likewise.
22157         * locale/C-ctype.c: Likewise.
22158         * locale/C-time.c: Likewise.
22159         * locale/C-translit.h: Likewise.
22160         * locale/loadarchive.c: Likewise.
22161         * locale/programs/3level.h: Likewise.
22162         * locale/programs/charmap.c: Likewise.
22163         * locale/programs/charmap.h: Likewise.
22164         * locale/programs/ld-address.c: Likewise.
22165         * locale/programs/ld-collate.c: Likewise.
22166         * locale/programs/ld-ctype.c: Likewise.
22167         * locale/programs/ld-identification.c: Likewise.
22168         * locale/programs/ld-measurement.c: Likewise.
22169         * locale/programs/ld-messages.c: Likewise.
22170         * locale/programs/ld-monetary.c: Likewise.
22171         * locale/programs/ld-name.c: Likewise.
22172         * locale/programs/ld-numeric.c: Likewise.
22173         * locale/programs/ld-paper.c: Likewise.
22174         * locale/programs/ld-telephone.c: Likewise.
22175         * locale/programs/ld-time.c: Likewise.
22176         * locale/programs/linereader.c: Likewise.
22177         * locale/programs/locale.c: Likewise.
22178         * locale/programs/locarchive.c: Likewise.
22179         * locale/programs/locfile.h: Likewise.
22180         * locale/programs/repertoire.c: Likewise.
22181         * locale/programs/simple-hash.c: Likewise.
22182         * locale/programs/simple-hash.h: Likewise.
22183         * malloc/memusage.c: Likewise.
22184         * malloc/memusagestat.c: Likewise.
22185         * nis/nis_defaults.c: Likewise.
22186         * nis/nis_hash.c: Likewise.
22187         * nis/nis_print.c: Likewise.
22188         * nis/nis_xdr.c: Likewise.
22189         * nscd/connections.c: Likewise.
22190         * nscd/hstcache.c: Likewise.
22191         * nscd/nscd_gethst_r.c: Likewise.
22192         * nscd/nscd_getserv_r.c: Likewise.
22193         * nscd/nscd_helper.c: Likewise.
22194         * nscd/servicescache.c: Likewise.
22195         * nss/makedb.c: Likewise.
22196         * nss/nss_db/db-XXX.c: Likewise.
22197         * nss/nss_db/db-initgroups.c: Likewise.
22198         * nss/nss_db/db-netgrp.c: Likewise.
22199         * nss/nss_files/files-network.c: Likewise.
22200         * nss/nss_files/files-parse.c: Likewise.
22201         * posix/bug-regex5.c: Likewise.
22202         * posix/fnmatch_loop.c: Likewise.
22203         * posix/regcomp.c: Likewise.
22204         * posix/regexec.c: Likewise.
22205         * posix/tst-rfc3484-2.c: Likewise.
22206         * posix/tst-rfc3484-3.c: Likewise.
22207         * posix/tst-rfc3484.c: Likewise.
22208         * resolv/nss_dns/dns-canon.c: Likewise.
22209         * resolv/nss_dns/dns-network.c: Likewise.
22210         * resolv/res_init.c: Likewise.
22211         * resolv/res_mkquery.c: Likewise.
22212         * resolv/tst-aton.c: Likewise.
22213         * stdlib/cxa_atexit.c: Likewise.
22214         * stdlib/cxa_finalize.c: Likewise.
22215         * stdlib/gen-fpioconst.c: Likewise.
22216         * stdlib/strtol_l.c: Likewise.
22217         * string/tst-endian.c: Likewise.
22218         * sunrpc/auth_des.c: Likewise.
22219         * sunrpc/clnt_udp.c: Likewise.
22220         * sunrpc/rtime.c: Likewise.
22221         * sunrpc/svcauth_des.c: Likewise.
22222         * sunrpc/xdr.c: Likewise.
22223         * sunrpc/xdr_intXX_t.c: Likewise.
22224         * sunrpc/xdr_rec.c: Likewise.
22225         * sysdeps/generic/ldconfig.h: Likewise.
22226         * sysdeps/generic/ldsodefs.h: Likewise.
22227         * sysdeps/generic/memusage.h: Likewise.
22228         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
22229         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
22230         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
22231         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
22232         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
22233         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
22234         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
22235         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
22236         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
22237         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
22238         * sysdeps/posix/getaddrinfo.c: Likewise.
22239         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
22240         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
22241         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
22242         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
22243         * sysdeps/powerpc/test-gettimebase.c: Likewise.
22244         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
22245         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
22246         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
22247         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
22248         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
22249         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
22250         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
22251         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
22252         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
22253         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
22254         * sysdeps/x86_64/dl-tls.h: Likewise.
22255         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
22256         * time/alt_digit.c: Likewise.
22257         * time/era.c: Likewise.
22258         * wcsmbs/tst-c16c32-1.c: Likewise.
22259
22260 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
22261
22262         * math/libm-test.inc (struct test_sincos_data): New type.
22263         (RUN_TEST_LOOP_sincos): New macro.
22264         (sincos_test_data): New variable.
22265         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
22266
22267 2013-05-16  Richard Henderson  <rth@redhat.com>
22268
22269         * math/atest-exp2.c (LIMB64): New macro.
22270         (CONSTSZ): New macro.
22271         (mp_exp1, mp_exp_m1, mp_log2): New variables.
22272         (hexdig): Move ...
22273         (print_mpn_fp): ... to function scope.
22274         (read_mpn_hex): Remove.
22275         (get_log2): Remove.
22276         (exp2_mpn): Use mp_log2.
22277         (main): Use mp_exp1.
22278
22279 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
22280
22281         * math/libm-test.inc: Remove comment about not testing "inexact"
22282         exceptions.
22283         (INEXACT_EXCEPTION): New macro.
22284         (NO_INEXACT_EXCEPTION): Likewise.
22285         (INVALID_EXCEPTION_OK): Update value.
22286         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
22287         (OVERFLOW_EXCEPTION_OK): Likewise.
22288         (UNDERFLOW_EXCEPTION_OK): Likewise.
22289         (IGNORE_ZERO_INF_SIGN): Likewise.
22290         (ERRNO_UNCHANGED): Likewise.
22291         (ERRNO_EDOM): Likewise.
22292         (ERRNO_ERANGE): Likewise.
22293         (test_exceptions): Handle testing "inexact" exceptions.
22294         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
22295         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
22296         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
22297         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
22298         INEXACT_EXCEPTION.
22299         (rint_towardzero_test_data): Likewise.
22300         (rint_downward_test_data): Likewise.
22301         (rint_upward_test_data): Likewise.
22302
22303         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
22304         with OVERFLOW_EXCEPTION.
22305         (exp10_test_data): Likewise.
22306         (exp2_test_data): Likewise.
22307         (expm1_test_data): Likewise.
22308         (lgamma_test_data): Likewise.
22309         (pow_test_data): Likewise.
22310         (tgamma_test_data): Likewise.
22311         (yn_test_data): Remove duplicate test of overflow.
22312
22313         * math/libm-test.inc (struct test_cc_c_data): New type.
22314         (RUN_TEST_LOOP_cc_c): New macro.
22315         (cpow_test_data): New variable.
22316         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
22317
22318         * math/libm-test.inc (struct test_f_L_data): New type.
22319         (RUN_TEST_LOOP_f_L): New macro.
22320         (llrint_test_data): New variable.
22321         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
22322         (llrint_tonearest_test_data): New variable.
22323         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
22324         (llrint_towardzero_test_data): New variable.
22325         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
22326         (llrint_downward_test_data): New variable.
22327         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
22328         (llrint_upward_test_data): New variable.
22329         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
22330         (llround_test_data): New variable.
22331         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
22332
22333 2013-05-13  Peter Collingbourne  <pcc@google.com>
22334
22335         * math/atest-exp2.c (get_log2): Remove const attribute.
22336
22337 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
22338
22339         * math/libm-test.inc (struct test_f_l_data): New type.
22340         (RUN_TEST_LOOP_f_l): New macro.
22341         (lrint_test_data): New variable.
22342         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
22343         (lrint_tonearest_test_data): New variable.
22344         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
22345         (lrint_towardzero_test_data): New variable.
22346         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
22347         (lrint_downward_test_data): New variable.
22348         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
22349         (lrint_upward_test_data): New variable.
22350         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
22351         (lround_test_data): New variable.
22352         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
22353
22354 2013-05-15  Peter Collingbourne  <pcc@google.com>
22355
22356         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
22357         (EXTRACT_WORDS64) Use where appropriate.
22358         (INSERT_WORDS64) Likewise.
22359
22360         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
22361         constraints with x constraints.
22362         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
22363
22364         * malloc/obstack.c (_obstack_compat): Add initializer.
22365
22366 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
22367
22368         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
22369         si_trapno and add si_addr_lsb to _sifields.sigfault.
22370         (si_trapno): Remove macro.
22371         (si_addr_lsb): Define new macro.
22372         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
22373
22374 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
22375
22376         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
22377         instead of TEST_f_l.
22378         (llrint_test_tonearest): Likewise.
22379         (llrint_test_towardzero): Likewise.
22380         (llrint_test_downward): Likewise.
22381         (llrint_test_upward): Likewise.
22382         (llround_test): Likewise.
22383
22384         * math/libm-test.inc (struct test_f_i_data): Add comment.
22385         (RUN_TEST_LOOP_f_b): New macro.
22386         (RUN_TEST_LOOP_f_b_tg): Likewise.
22387         (finite_test_data): New variable.
22388         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
22389         (isfinite_test_data): New variable.
22390         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22391         (isinf_test_data): New variable.
22392         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22393         (isnan_test_data): New variable.
22394         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22395         (isnormal_test_data): New variable.
22396         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22397         (issignaling_test_data): New variable.
22398         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22399         (signbit_test_data): New variable.
22400         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22401
22402         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
22403         with INVALID_EXCEPTION.
22404         (acosh_test_data): Likewise.
22405         (asin_test_data): Likewise.
22406         (atanh_test_data): Likewise.
22407         (fmod_test_data): Likewise.
22408         (log_test_data): Likewise.
22409         (log10_test_data): Likewise.
22410         (log2_test_data): Likewise.
22411         (pow_test_data): Likewise.
22412         (sqrt_test_data): Likewise.
22413         (y0_test_data): Likewise.
22414         (y1_test_data): Likewise.
22415         (yn_test_data): Likewise.
22416
22417         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
22418         function contents.
22419
22420         * math/libm-test.inc (struct test_ff_i_data): New type.
22421         (RUN_TEST_LOOP_ff_i_tg): New macro.
22422         (isgreater_test_data): New variable.
22423         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22424         (isgreaterequal_test_data): New variable.
22425         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22426         (isless_test_data): New variable.
22427         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22428         (islessequal_test_data): New variable.
22429         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22430         (islessgreater_test_data): New variable.
22431         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22432         (isunordered_test_data): New variable.
22433         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22434
22435 2013-05-14  David S. Miller  <davem@davemloft.net>
22436
22437         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22438
22439 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
22440
22441         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
22442
22443         * math/libm-test.inc (struct test_fF_f1_data): Change type of
22444         extra_test to int.
22445         (struct test_f_i_data): Change type of max_ulp to int.
22446
22447         * math/libm-test.inc (test_ffI_f1_data): New type.
22448         (RUN_TEST_LOOP_ffI_f1): New macro.
22449         (remquo_test_data): New variable.
22450         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
22451
22452         * setjmp/tst-setjmp-fp.c: New file.
22453         * setjmp/Makefile (tests): Add tst-setjmp-fp.
22454         (link-libm): New variable.
22455         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
22456
22457         * math/libm-test.inc (struct test_f_i_data): New type.
22458         (RUN_TEST_LOOP_f_i): New macro.
22459         (RUN_TEST_LOOP_f_i_tg): Likewise.
22460         (fpclassify_test_data): New variable.
22461         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
22462         (ilogb_test_data): New variable.
22463         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
22464
22465         * math/libm-test.inc (scalbln_test): Correct function name in END
22466         call.
22467
22468         * math/libm-test.inc (struct test_f_f1_data): Add comment.
22469         (RUN_TEST_LOOP_fI_f1): New macro.
22470         (frexp_test_data): New variable.
22471         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
22472
22473         * math/libm-test.inc (struct test_fF_f1_data): New type.
22474         (RUN_TEST_LOOP_fF_f1): New macro.
22475         (modf_test_data): New variable.
22476         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
22477
22478         * math/libm-test.inc (struct test_f_f1_data): New type.
22479         (RUN_TEST_LOOP_f_f1): New macro.
22480         (gamma_test_data): New variable.
22481         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
22482         (lgamma_test_data): New variable.
22483         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
22484
22485 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
22486
22487         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
22488         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
22489         (main): Comment "tls" pseudo-hwcap.
22490
22491 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
22492
22493         * math/libm-test.inc (struct test_fl_f_data): New type.
22494         (RUN_TEST_LOOP_fl_f): New variable.
22495         (scalbln_test_data): New variable.
22496         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
22497
22498         * math/libm-test.inc (struct test_fi_f_data): New type.
22499         (RUN_TEST_LOOP_fi_f): New macro.
22500         (ldexp_test_data): New variable.
22501         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
22502         (scalbn_test_data): New variable.
22503         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
22504
22505         * math/libm-test.inc (struct test_c_f_data): New type.
22506         (RUN_TEST_LOOP_c_f): New macro.
22507         (cabs_test_data): New variable.
22508         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
22509         (carg_test_data): New variable.
22510         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
22511         (cimag_test_data): New variable.
22512         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
22513         (creal_test_data): New variable.
22514         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
22515
22516         * math/libm-test.inc (struct test_if_f_data): New type.
22517         (RUN_TEST_LOOP_if_f): New macro.
22518         (jn_test_data): New variable.
22519         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
22520         (yn_test_data): New variable.
22521         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
22522
22523         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
22524
22525 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22526
22527         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
22528         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
22529
22530 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22531
22532         * benchtests/Makefile (CPPFLAGS-nonlib): Add
22533         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
22534         (bench-deps): Add bench-timing.h.
22535         * benchtests-bench-skeleton.c: Include bench-timing.h.
22536         (main): Use TIMING_* macros instead of clock_gettime.
22537         * benchtests/bench-timing.h: New file.
22538
22539         [BZ #14582]
22540         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
22541         Renamed from _LIB_VERSION.
22542         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
22543
22544 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
22545
22546         * math/libm-test.inc (struct test_fff_f_data): New type.
22547         (RUN_TEST_LOOP_fff_f): New macro.
22548         (fma_test_data): New variable.
22549         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
22550         (fma_towardzero_test_data): New variable.
22551         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
22552         (fma_downward_test_data): New variable.
22553         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
22554         (fma_upward_test_data): New variable.
22555         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
22556
22557         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
22558         (struct test_c_c_data): New type.
22559         (RUN_TEST_LOOP_c_c): New macro.
22560         (cacos_test_data): New variable.
22561         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
22562         (cacosh_test_data): New variable.
22563         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
22564         (casin_test_data): New variable.
22565         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
22566         (casinh_test_data): New variable.
22567         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
22568         (catan_test_data): New variable.
22569         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
22570         (catanh_test_data): New variable.
22571         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
22572         (ccos_test_data): New variable.
22573         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
22574         (ccosh_test_data): New variable.
22575         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
22576         (cexp_test_data): New variable.
22577         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
22578         (clog_test_data): New variable.
22579         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
22580         (clog10_test_data): New variable.
22581         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
22582         (conj_test_data): New variable.
22583         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
22584         (cproj_test_data): New variable.
22585         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
22586         (csin_test_data): New variable.
22587         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
22588         (csinh_test_data): New variable.
22589         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
22590         (csqrt_test_data): New variable.
22591         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
22592         (ctan_test_data): New variable.
22593         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
22594         (ctan_tonearest_test_data): New variable.
22595         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
22596         (ctan_towardzero_test_data): New variable.
22597         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
22598         (ctan_downward_test_data): New variable.
22599         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
22600         (ctan_upward_test_data): New variable.
22601         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
22602         (ctanh_test_data): New variable.
22603         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
22604         (ctanh_tonearest_test_data): New variable.
22605         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
22606         (ctanh_towardzero_test_data): New variable.
22607         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
22608         (ctanh_downward_test_data): New variable.
22609         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
22610         (ctanh_upward_test_data): New variable.
22611         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
22612         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
22613         of BUILD_COMPLEX.
22614
22615         * math/libm-test.inc (struct test_ff_f_data): New type.
22616         (struct test_ff_f_data_nexttoward): Likewise.
22617         (RUN_TEST_LOOP_2_f): New macro.
22618         (RUN_TEST_LOOP_ff_f): Likewise.
22619         (atan2_test_data): New variable.
22620         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
22621         (copysign_test_data): New variable.
22622         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
22623         (fdim_test_data): New variable.
22624         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
22625         (fmax_test_data): New variable.
22626         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
22627         (fmin_test_data): New variable.
22628         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
22629         (fmod_test_data): New variable.
22630         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
22631         (hypot_test_data): New variable.
22632         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
22633         (nextafter_test_data): New variable.
22634         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
22635         (nexttoward_test_data): New variable.
22636         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
22637         (pow_test_data): New variable.
22638         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
22639         (pow_tonearest_test_data): New variable.
22640         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
22641         (pow_towardzero_test_data): New variable.
22642         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
22643         (pow_downward_test_data): New variable.
22644         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
22645         (pow_upward_test_data): New variable.
22646         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
22647         (remainder_test_data): New variable.
22648         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
22649         (scalb_test_data): New variable.
22650         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
22651         * sysdeps/i386/fpu/libm-test-ulps: Update.
22652
22653 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
22654
22655         * math/libm-test.inc (fma_test): Use max_value instead of local
22656         variable fltmax.
22657         (nextafter_test): Likewise.
22658
22659         * math/libm-test.inc (acos_towardzero_test_data): New variable.
22660         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22661         (acos_downward_test_data): New variable.
22662         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22663         (acos_upward_test_data): New variable.
22664         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22665         (acosh_test_data): New variable.
22666         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
22667         (asin_test_data): New variable.
22668         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
22669         (asin_tonearest_test_data): New variable.
22670         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22671         (asin_towardzero_test_data): New variable.
22672         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22673         (asin_downward_test_data): New variable.
22674         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22675         (asin_upward_test_data): New variable.
22676         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22677         (asinh_test_data): New variable.
22678         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
22679         (atan_test_data): New variable.
22680         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
22681         (atanh_test_data): New variable.
22682         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
22683         (cbrt_test_data): New variable.
22684         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
22685         (ceil_test_data): New variable.
22686         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
22687         (cos_test_data): New variable.
22688         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
22689         (cos_tonearest_test_data): New variable.
22690         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22691         (cos_towardzero_test_data): New variable.
22692         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22693         (cos_downward_test_data): New variable.
22694         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22695         (cos_upward_test_data): New variable.
22696         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22697         (cosh_test_data): New variable.
22698         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
22699         (cosh_tonearest_test_data): New variable.
22700         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22701         (cosh_towardzero_test_data): New variable.
22702         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22703         (cosh_downward_test_data): New variable.
22704         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22705         (cosh_upward_test_data): New variable.
22706         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22707         (erf_test_data): New variable.
22708         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
22709         (erfc_test_data): New variable.
22710         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
22711         (exp_test_data): New variable.
22712         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
22713         (exp_tonearest_test_data): New variable.
22714         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22715         (exp_towardzero_test_data): New variable.
22716         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22717         (exp_downward_test_data): New variable.
22718         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22719         (exp_upward_test_data): New variable.
22720         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22721         (exp10_test_data): New variable.
22722         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
22723         (exp2_test_data): New variable.
22724         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
22725         (expm1_test_data): New variable.
22726         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
22727         (fabs_test_data): New variable.
22728         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
22729         (floor_test_data): New variable.
22730         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
22731         (j0_test_data): New variable.
22732         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
22733         (j1_test_data): New variable.
22734         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
22735         (log_test_data): New variable.
22736         (log_test): Run tests with RUN_TEST_LOOP_f_f.
22737         (log10_test_data): New variable.
22738         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
22739         (log1p_test_data): New variable.
22740         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
22741         (log2_test_data): New variable.
22742         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
22743         (logb_test_data): New variable.
22744         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
22745         (logb_downward_test_data): New variable.
22746         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22747         (nearbyint_test_data): New variable.
22748         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
22749         (rint_test_data): New variable.
22750         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
22751         (rint_tonearest_test_data): New variable.
22752         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22753         (rint_towardzero_test_data): New variable.
22754         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22755         (rint_downward_test_data): New variable.
22756         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22757         (rint_upward_test_data): New variable.
22758         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22759         (round_test_data): New variable.
22760         (round_test): Run tests with RUN_TEST_LOOP_f_f.
22761         (sin_test_data): New variable.
22762         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
22763         (sin_tonearest_test_data): New variable.
22764         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22765         (sin_towardzero_test_data): New variable.
22766         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22767         (sin_downward_test_data): New variable.
22768         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22769         (sin_upward_test_data): New variable.
22770         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22771         (sinh_test_data): New variable.
22772         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
22773         (sinh_tonearest_test_data): New variable.
22774         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22775         (sinh_towardzero_test_data): New variable.
22776         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22777         (sinh_downward_test_data): New variable.
22778         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22779         (sinh_upward_test_data): New variable.
22780         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22781         (sqrt_test_data): New variable.
22782         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
22783         (tan_test_data): New variable.
22784         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
22785         (tan_tonearest_test_data): New variable.
22786         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22787         (tan_towardzero_test_data): New variable.
22788         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22789         (tan_downward_test_data): New variable.
22790         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22791         (tan_upward_test_data): New variable.
22792         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22793         (tanh_test_data): New variable.
22794         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
22795         (tgamma_test_data): New variable.
22796         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
22797         (trunc_test_data): New variable.
22798         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
22799         (y0_test_data): New variable.
22800         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
22801         (y1_test_data): New variable.
22802         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
22803         (significand_test_data): New variable.
22804         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
22805
22806 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
22807
22808         [BZ #12387]
22809         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
22810
22811 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
22812
22813         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
22814
22815 2013-05-10  Andreas Jaeger  <aj@suse.de>
22816
22817         [BZ #15448]
22818         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
22819         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
22820
22821 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
22822
22823         * math/gen-libm-test.pl (adjust_arg): New function.
22824         (special_functions): Handle generating output in both functions
22825         and arrays.
22826         (parse_args): Likewise.
22827         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
22828         $in_func argument to parse_args.
22829         * math/libm-test.inc (struct test_f_f_data): New type.
22830         (IF_ROUND_INIT_): New macro.
22831         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
22832         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22833         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22834         (IF_ROUND_INIT_FE_UPWARD): Likewise.
22835         (ROUND_RESTORE_): Likewise.
22836         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
22837         (ROUND_RESTORE_FE_TONEAREST): Likewise.
22838         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
22839         (ROUND_RESTORE_FE_UPWARD): Likewise.
22840         (RUN_TEST_LOOP_f_f): New macro.
22841         (acos_test_data): New variable.
22842         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
22843         (acos_tonearest_test_data): New variable.
22844         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22845
22846 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22847
22848         * benchtests/bench-skeleton.c (startup): Fix coding style.
22849
22850 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
22851
22852         [BZ #6809]
22853         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
22854         negative infinity argument.
22855         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
22856         negative infinity argument.
22857         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
22858         negative infinity argument.
22859         * math/libm-test.inc (tgamma_test): Expect errno to be set for
22860         domain errors.
22861
22862 2013-05-10  Florian Weimer  <fweimer@redhat.com>
22863
22864         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
22865         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
22866         * iconv/iconv_prog.c (main): Likewise.
22867         * locale/programs/charmap-dir.c (charmap_readdir)
22868         (fopen_uncompressed): Likewise.
22869         * locale/programs/locfile.c (siblings_uncached)
22870         (write_locale_data): Use lstat64 instead of lstat.
22871         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
22872         stat.
22873
22874 2013-05-10  Andreas Jaeger  <aj@suse.de>
22875
22876         [BZ #15395]
22877         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
22878         localization.
22879         Include <locale.h>.
22880
22881 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
22882
22883         * elf/dl-close.c (_dl_close_worker): Add comments.
22884
22885 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
22886
22887         [BZ #15359]
22888         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
22889         high part of pi/2.
22890         (__ieee754_rem_pio2l): Update comments.
22891
22892         [BZ #15429]
22893         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
22894         high part of pi/2.
22895         (__ieee754_rem_pio2l): Update comments.
22896
22897         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
22898         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
22899
22900         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
22901         M_PI_4l.
22902
22903         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
22904         (M_PI_34_LOG10El): Likewise.
22905         (M_PI2_LOG10El): Likewise.
22906         (M_PI4_LOG10El): Likewise.
22907         (M_PI_LOG10El): Likewise.
22908
22909 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22910
22911         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22912
22913 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
22914
22915         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
22916         (MINUS_ZERO_INIT): Likewise.
22917         (PLUS_INFTY_INIT): Likewise.
22918         (MINUS_INFTY_INIT): Likewise.
22919         (QNAN_VALUE_INIT): Likewise.
22920         (MAX_VALUE_INIT): Likewise.
22921         (MIN_VALUE_INIT): Likewise.
22922         (MIN_SUBNORM_VALUE_INIT): Likewise.
22923         (plus_zero): Initialize with PLUS_ZERO_INIT.
22924         (minus_zero): Initialize with MINUS_ZERO_INIT.
22925         (plus_infty): Initialize with PLUS_INFTY_INIT.
22926         (minus_infty): Initialize with MINUS_INFTY_INIT.
22927         (qnan_value): Initialize with QNAN_VALUE_INIT.
22928         (max_value): Initialize with MAX_VALUE_INIT.
22929         (min_value): Initialize with MIN_VALUE_INIT.
22930         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
22931
22932         * math/libm-test.inc (RUN_TEST_if_f): New macro.
22933         (jn_test): Use TEST_if_f instead of TEST_ff_f.
22934         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
22935         (yn_test): Use TEST_if_f instead of TEST_ff_f.
22936
22937         * math/libm-test.inc (RUN_TEST_f_f): New macro.
22938         (RUN_TEST_2_f): Likewise.
22939         (RUN_TEST_ff_f): Likewise.
22940         (RUN_TEST_fi_f): Likewise.
22941         (RUN_TEST_fl_f): Likewise.
22942         (RUN_TEST_fff_f): Likewise.
22943         (RUN_TEST_c_f): Likewise.
22944         (RUN_TEST_f_f1): Likewise.
22945         (RUN_TEST_fF_f1): Likewise.
22946         (RUN_TEST_fI_f1): Likewise.
22947         (RUN_TEST_ffI_f1): Likewise.
22948         (RUN_TEST_c_c): Likewise.
22949         (RUN_TEST_cc_c): Likewise.
22950         (RUN_TEST_f_i): Likewise.
22951         (RUN_TEST_f_i_tg): Likewise.
22952         (RUN_TEST_ff_i_tg): Likewise.
22953         (RUN_TEST_f_b): Likewise.
22954         (RUN_TEST_f_b_tg): Likewise.
22955         (RUN_TEST_f_l): Likewise.
22956         (RUN_TEST_f_L): Likewise.
22957         (RUN_TEST_sincos): Likewise.
22958         * math/gen-libm-test.pl (new_test): Take new argument to indicate
22959         whether to show exceptions.  Do not include ");\n" in return
22960         value.
22961         (special_functions): Output call to RUN_TEST_sincos instead of
22962         check_float calls.  Update calls to new_test.
22963         (parse_args): Output call to single RUN_TEST_* macro instead of
22964         check_* calls and other assignments.  Update calls to new_test.
22965
22966         [BZ #2546]
22967         [BZ #2560]
22968         [BZ #5159]
22969         [BZ #15426]
22970         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
22971         input to result for tgamma overflow.
22972         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
22973         (gamma_coeff): New variable.
22974         (NCOEFF): New macro.
22975         (gamma_positive): New function.
22976         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
22977         underflow here.  Use gamma_positive instead of exp (lgamma) for
22978         other arguments.
22979         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
22980         (gamma_coeff): New variable.
22981         (NCOEFF): New macro.
22982         (gammaf_positive): New function.
22983         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
22984         underflow here.  Use gamma_positive instead of exp (lgamma) for
22985         other arguments.
22986         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
22987         (gamma_coeff): New variable.
22988         (NCOEFF): New macro.
22989         (gammal_positive): New function.
22990         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
22991         underflow here.  Use gamma_positive instead of exp (lgamma) for
22992         other arguments.
22993         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
22994         (gamma_coeff): New variable.
22995         (NCOEFF): New macro.
22996         (gammal_positive): New function.
22997         (__ieee754_gammal_r): Handle positive infinity, overflow and
22998         underflow here.  Handle NaN the same as positive infinity.  Remove
22999         check x < 0xffffffff for negative integers.  Use gamma_positive
23000         instead of exp (lgamma) for other arguments.
23001         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
23002         (gamma_coeff): New variable.
23003         (NCOEFF): New macro.
23004         (gammal_positive): New function.
23005         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
23006         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
23007         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
23008         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
23009         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
23010         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
23011         * sysdeps/generic/math_private.h (__gamma_productf): New
23012         prototype.
23013         (__gamma_product): Likewise.
23014         (__gamma_productl): Likewise.
23015         * math/Makefile (libm-calls): Add gamma_product.
23016         * math/libm-test.inc (tgamma_test): Add more tests.
23017         * sysdeps/i386/fpu/libm-test-ulps: Update.
23018         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23019
23020 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
23021
23022         * benchtests/bench-skeleton.c (main): Preheat CPU.
23023
23024 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
23025
23026         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
23027
23028 2013-05-07  Roland McGrath  <roland@hack.frob.com>
23029
23030         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
23031         and _dl_skip_args_internal.
23032
23033 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
23034
23035         * manual/message.texi (Message Translation): Talk about users.
23036         Message to key mapping impacts design.
23037
23038 2013-05-06  Roland McGrath  <roland@hack.frob.com>
23039
23040         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
23041
23042         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
23043
23044         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
23045         * sysdeps/wordsize-64/glob64.c: ... here.
23046
23047         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
23048         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
23049         New macros.
23050
23051         * debug/getlogin_r_chk.c: Moved to ...
23052         * login/getlogin_r_chk.c: ... here.
23053         * debug/Makefile (routines): Move getlogin_r_chk to ...
23054         * login/Makefile (routines): ... here.
23055         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
23056         * login/Versions (libc: GLIBC_2.4): ... here.
23057
23058         * io/poll.c (__poll): Renamed from poll.
23059         Add libc_hidden_def.
23060         (poll): Define as weak alias.
23061
23062         * debug/ptsname_r_chk.c: Moved to ...
23063         * login/ptsname_r_chk.c: ... here.
23064         * debug/Makefile (routines): Move ptsname_r_chk to ...
23065         * login/Makefile (routines): ... here.
23066         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
23067         * login/Versions (libc: GLIBC_2.4): ... here.
23068
23069         * posix/getlogin.c: Moved to ...
23070         * login/getlogin.c: ... here.
23071         * posix/getlogin_r.c: Moved to ...
23072         * login/getlogin_r.c: ... here.
23073         * posix/getlogin_r.c: Moved to ...
23074         * login/getlogin_r.c: ... here.
23075         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
23076         * login/Makefile (routines): ... here.
23077         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
23078         * login/Versions (libc: GLIBC_2.0): ... here.
23079
23080         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
23081         (setrlimit): Define as weak alias.
23082
23083         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
23084         Call __ names for open, ftruncate, and close.
23085         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
23086         (truncate): Define as weak alias.
23087
23088 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
23089
23090         * math/gen-libm-test.pl (parse_args): Initialize x before each
23091         test of frexp, modf and remquo.
23092
23093         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
23094         test signgam value.
23095
23096 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23097
23098         [BZ #15418]
23099         [BZ #15419]
23100         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
23101         internal tests.
23102         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
23103
23104 2013-05-06  Roland McGrath  <roland@hack.frob.com>
23105
23106         * elf/dl-writev.h: New file.
23107         * elf/dl-misc.c: Include it.
23108         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
23109         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
23110
23111 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
23112
23113         * math/libm-test.inc (noXFails): Remove variable.
23114         (noXPasses): Likewise.
23115         (BUILD_COMPLEX_INT): Remove macro.
23116         (print_screen): Remove xfail argument.
23117         (print_screen_max_error): Likewise.
23118         (update_stats): Likewise.
23119         (print_max_error): Likewise.  Update calls to other affected
23120         functions.
23121         (print_complex_max_error): Likewise.
23122         (test_single_exception): Update calls to print_screen.
23123         (test_single_errno): Likewise.
23124         (check_float_internal): Remove xfail argument.  Update calls to
23125         other affected functions.
23126         (check_float): Likewise.
23127         (check_complex): Likewise.
23128         (check_int): Likewise.
23129         (check_long): Likewise.
23130         (check_bool): Likewise.
23131         (check_longlong): Likewise.
23132         (main): Don't print noXFails and noXPasses.
23133         * math/gen-libm-test.pl (top level): Don't mention expected
23134         failure handling in comment.
23135         (new_test): Don't handle expected failures.
23136         (parse_args): Don't mention expected failure handling in comment.
23137         (generate_testfile): Don't handle expected failures.
23138         (parse_ulps): Likewise.
23139         (print_ulps_file): Likewise.
23140         (get_failure): Remove function.
23141         (output_test): Don't handle expected failures.
23142         * make/README.libm-test: Don't mention expected failure handling.
23143
23144         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
23145         (minus_zero): Likewise.
23146         (plus_infty): Likewise.
23147         (minus_infty): Likewise.
23148         (qnan_value): Likewise.
23149         (max_value): Likewise.
23150         (min_value): Likewise.
23151         (min_subnorm_value): Likewise.
23152         (initialize): Do not initialize those variables dynamically.
23153
23154 2013-05-03  Roland McGrath  <roland@hack.frob.com>
23155
23156         * io/open.c (__open_2): Moved to ...
23157         * io/open_2.c: ... this new file.
23158         * io/open64.c (__open64_2): Moved to ...
23159         * io/open64_2.c: ... this new file.
23160         * io/openat.c (__openat_2): Moved to ...
23161         * io/openat_2.c: ... this new file.
23162         * io/openat64.c (__openat64_2): Moved to ...
23163         * io/openat64_2.c: ... this new file.
23164         * io/Makefile (routines): Add them.
23165         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
23166         * sysdeps/unix/sysv/linux/open_2.c: File removed.
23167         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
23168         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
23169         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
23170         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
23171         (__openat64): Add hidden_ver.
23172         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
23173         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
23174
23175         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
23176         Separately conditionalize setting of GLRO(dl_sysinfo) so
23177         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
23178         as well, but the actual setting is only under [NEED_DL_SYSINFO].
23179
23180 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23181
23182         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
23183         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
23184         definition.
23185         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
23186         * sysdeps/unix/sysv/linux/powerpc/init-first.c
23187         (_libc_vdso_platform_setup): Add __vdso_time initialization.
23188         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
23189         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
23190
23191 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
23192
23193         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
23194         test signgam value.
23195
23196         * math/libm-test.inc (hypot_test): Do not use
23197         IGNORE_ZERO_INF_SIGN.
23198
23199 2013-05-03  Andreas Jaeger  <aj@suse.de>
23200
23201         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
23202         Linux 3.9.
23203         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
23204         (PF_MAX): Adjust for VSOCK change.
23205
23206 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23207
23208         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23209
23210 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
23211
23212         [BZ #15264]
23213         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
23214         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
23215         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
23216
23217 2013-05-02  David S. Miller  <davem@davemloft.net>
23218
23219         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23220
23221 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
23222
23223         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
23224
23225 2013-05-01  Roland McGrath  <roland@hack.frob.com>
23226
23227         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
23228
23229 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
23230
23231         [BZ #14952]
23232         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
23233         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
23234         Use __attribute__ ((__gnu_inline__)).
23235         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
23236         Don't use __attribute__ ((__gnu_inline__)).
23237
23238 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
23239
23240         [BZ #15423]
23241         * math/s_catan.c (__catan): Handle small real or imaginary part of
23242         input specially to avoid spurious underflow.
23243         * math/s_catanf.c (__catanf): Likewise.
23244         * math/s_catanh.c (__catanh): Likewise.
23245         * math/s_catanhf.c (__catanhf): Likewise.
23246         * math/s_catanhl.c (__catanhl): Likewise.
23247         * math/s_catanl.c (__catanl): Likewise.
23248         * math/libm-test.inc (catan_test): Add more tests.
23249         (catanh_test): Likewise.
23250         * sysdeps/i386/fpu/libm-test-ulps: Update.
23251         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23252
23253 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23254
23255         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23256
23257 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
23258
23259         [BZ #15416]
23260         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
23261         accurately for denominator in atan2.
23262         * math/s_catanf.c (__catanf): Likewise.
23263         * math/s_catanh.c (__catanh): Likewise.
23264         * math/s_catanhf.c (__catanhf): Likewise.
23265         * math/s_catanhl.c (__catanhl): Likewise.
23266         * math/s_catanl.c (__catanl): Likewise.
23267         * math/libm-test.inc (catan_test): Add more tests.
23268         (catanh_test): Likewise.
23269         * sysdeps/i386/fpu/libm-test-ulps: Update.
23270         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23271
23272 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
23273
23274         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
23275
23276         * benchtests/Makefile (bench): Remove slow benchmarks.
23277         * benchtests/atan-inputs: Add slow benchmark inputs.
23278         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
23279         (BENCH_FUNC): Accept variant offset.
23280         (VARIANT): Define.
23281         * benchtests/bench-skeleton.c (main): Run benchmark for each
23282         variant.
23283         * benchtests/cos-inputs: Add slow benchmark inputs.
23284         * benchtests/exp-inputs: Likewise.
23285         * benchtests/pow-inputs: Likewise.
23286         * benchtests/sin-inputs: Likewise.
23287         * benchtests/slowatan-inputs: Remove.
23288         * benchtests/slowatan.c: Remove.
23289         * benchtests/slowcos-inputs: Remove.
23290         * benchtests/slowcos.c: Remove.
23291         * benchtests/slowexp-inputs: Remove.
23292         * benchtests/slowexp.c: Remove.
23293         * benchtests/slowpow-inputs: Remove.
23294         * benchtests/slowpow.c: Remove.
23295         * benchtests/slowsin-inputs: Remove.
23296         * benchtests/slowsin.c: Remove.
23297         * benchtests/slowtan-inputs: Remove.
23298         * benchtests/slowtan.c: Remove.
23299         * benchtests/tan-inputs: Add slow benchmark inputs.
23300         * scripts/bench.pl: Parse comments and directives.
23301
23302         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
23303         in CPPFLAGS.
23304         ($(objpfx)bench-%.c): Remove *-ITER.
23305         * benchtests/bench-modf.c: Remove definition of ITER.
23306         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
23307         (main): Loop for DURATION seconds instead of fixed number of
23308         iterations.
23309         * scripts/bench.pl: Don't expect iterations in parameters.
23310
23311 2013-04-29  Roland McGrath  <roland@hack.frob.com>
23312
23313         * io/fchdir.c (__fchdir): Renamed from fchdir.
23314         (fchdir): Define as weak alias.
23315
23316 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
23317
23318         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
23319         (ERRNO_EDOM): Likewise.
23320         (ERRNO_ERANGE): Likewise.
23321         (noErrnoTests): New variable.
23322         (init_max_error): Set errno to 0.
23323         (test_single_errno): New function.
23324         (test_errno): Likewise.
23325         (check_float_internal): Call test_errno.  Set errno to 0.
23326         (check_complex): Refer to errno tests in comment.
23327         (check_int): Call test_errno.  Set errno to 0.
23328         (check_long): Likewise.
23329         (check_bool): Likewise.
23330         (check_longlong): Likewise.
23331         (cos_test): Use ERRNO_* flags for errno tests instead of
23332         check_int.
23333         (expm1_test): Likewise.
23334         (fmod_test): Likewise.
23335         (ilogb_test): Likewise.
23336         (lgamma_test): Likewise.
23337         (pow_test): Likewise.
23338         (remainder_test): Likewise.
23339         (sin_test): Likewise.
23340         (tan_test): Likewise.
23341         (yn_test): Likewise.
23342         (initialize): Set errno to 0.
23343         (main): Print number of errno tests.
23344         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
23345
23346 2013-04-29  Andreas Jaeger  <aj@suse.de>
23347
23348         [BZ #15084]
23349         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
23350         and RES_USEVC.
23351
23352         [BZ #15085]
23353         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
23354         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
23355         unimplemented.
23356
23357         [BZ #15380]
23358         * stdlib/random.c (__initstate): Return NULL if
23359         __initstate fails.
23360
23361         [BZ #15086]
23362         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
23363         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
23364         RES_SNGLKUPREOP.
23365
23366 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23367
23368         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23369
23370 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
23371
23372         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
23373         of individual tests.
23374         (casin_test): Likewise.
23375         (casinh_test): Likewise.
23376
23377 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
23378
23379         [BZ #15409]
23380         * math/s_catan.c (__catan): Handle arguments with large real or
23381         imaginary part separately without squaring.
23382         * math/s_catanf.c (__catanf): Likewise.
23383         * math/s_catanh.c (__catanh): Likewise.
23384         * math/s_catanhf.c (__catanhf): Likewise.
23385         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
23386         and redefine.
23387         (__catanhl): Handle arguments with large real or imaginary part
23388         separately without squaring.
23389         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
23390         and redefine.
23391         (__catanl): Handle arguments with large real or imaginary part
23392         separately without squaring.
23393         * math/libm-test.inc (catan_test): Add more tests.
23394         (catanh_test): Likewise.
23395         * sysdeps/i386/fpu/libm-test-ulps: Update.
23396         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23397
23398 2013-04-27  Andreas Jaeger  <aj@suse.de>
23399
23400         [BZ #15007]
23401         * stdlib/stdlib.h: Update guards for qecvt.
23402         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
23403         <stdlib.h>.
23404
23405 2013-04-27  Allan McRae  <allan@archlinux.org>
23406
23407         * sysdeps/i386/fpu/libm-test-ulps: Update.
23408
23409 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
23410
23411         [BZ #15406]
23412         * math/s_catan.c: Include <float.h>.
23413         (__catan): Ensure underflow exception occurs for underflowed
23414         result.
23415         * math/s_catanf.c: Include <float.h>.
23416         (__catanf): Ensure underflow exception occurs for underflowed
23417         result.
23418         * math/s_catanh.c: Include <float.h>.
23419         (__catanh): Ensure underflow exception occurs for underflowed
23420         result.
23421         * math/s_catanhf.c: Include <float.h>.
23422         (__catanhf): Ensure underflow exception occurs for underflowed
23423         result.
23424         * math/s_catanhl.c: Include <float.h>.
23425         (__catanhl): Ensure underflow exception occurs for underflowed
23426         result.
23427         * math/s_catanl.c: Include <float.h>.
23428         (__catanl): Ensure underflow exception occurs for underflowed
23429         result.
23430         * math/libm-test.inc (catan_test): Add more tests.
23431         (catanh_test): Likewise.
23432
23433         [BZ #15405]
23434         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
23435         underflowed result.
23436         * math/s_ccoshf.c (__ccoshf): Likewise.
23437         * math/s_ccoshl.c (__ccoshl): Likewise.
23438         * math/s_csin.c (__csin): Likewise.
23439         * math/s_csinf.c (__csinf): Likewise.
23440         * math/s_csinh.c (__csinh): Likewise.
23441         * math/s_csinhf.c (__csinhf): Likewise.
23442         * math/s_csinhl.c (__csinhl): Likewise.
23443         * math/s_csinl.c (__csinl): Likewise.
23444         * math/libm-test.inc (ccos_test): Add more tests.
23445         (ccosh_test): Likewise.
23446         (csin_test): Likewise.
23447         (csinh_test): Likewise.
23448
23449 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23450
23451         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
23452         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
23453         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
23454         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
23455         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
23456         powerpc/power5+/fpu folders.
23457         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
23458
23459
23460 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
23461
23462         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
23463
23464 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
23465
23466         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
23467         additions to variable.
23468         [$(config-machine) = x86_64] (modules-names): Likewise.
23469         ($(objpfx)tst-audit3): Remove dependency.
23470         ($(objpfx)tst-audit3.out): Likewise.
23471         ($(objpfx)tst-audit4): Likewise.
23472         ($(objpfx)tst-audit4.out): Likewise.
23473         ($(objpfx)tst-audit5): Likewise.
23474         ($(objpfx)tst-audit5.out): Likewise.
23475         ($(objpfx)tst-audit6): Likewise.
23476         ($(objpfx)tst-audit6.out): Likewise.
23477         ($(objpfx)tst-audit7): Likewise.
23478         ($(objpfx)tst-audit7.out): Likewise.
23479         (tst-audit3-ENV): Remove variable.
23480         (tst-audit4-ENV): Likewise.
23481         (tst-audit5-ENV): Likewise.
23482         (tst-audit6-ENV): Likewise.
23483         (tst-audit7-ENV): Likewise.
23484         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
23485         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
23486         addition to variable.
23487         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
23488         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
23489         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
23490         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
23491         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
23492         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
23493         tst-audit3, tst-audit4 and tst-audit5.
23494         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
23495         tst-audit6 and tst-audit7.
23496         [$(subdir) = elf] (modules-names): Add audit modules for those
23497         tests.
23498         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
23499         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
23500         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
23501         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
23502         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
23503         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
23504         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
23505         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
23506         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
23507         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
23508         [$(subdir) = elf] (tst-audit3-ENV): New variable.
23509         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
23510         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
23511         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
23512         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
23513         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
23514         Likewise.
23515         [$(subdir) = elf && $(config-cflags-avx) = yes]
23516         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
23517         [$(subdir) = elf && $(config-cflags-avx) = yes]
23518         (CFLAGS-tst-auditmod4a.c): Likewise.
23519         [$(subdir) = elf && $(config-cflags-avx) = yes]
23520         (CFLAGS-tst-auditmod4b.c): Likewise.
23521         [$(subdir) = elf && $(config-cflags-avx) = yes]
23522         (CFLAGS-tst-auditmod6b.c): Likewise.
23523         [$(subdir) = elf && $(config-cflags-avx) = yes]
23524         (CFLAGS-tst-auditmod6c.c): Likewise.
23525         [$(subdir) = elf && $(config-cflags-avx) = yes]
23526         (CFLAGS-tst-auditmod7b.c): Likewise.
23527         * elf/tst-audit3.c: Move to ...
23528         * sysdeps/x86_64/tst-audit3.c: ... here.
23529         * elf/tst-audit4.c: Move to ...
23530         * sysdeps/x86_64/tst-audit4.c: ... here.
23531         * elf/tst-audit5.c: Move to ...
23532         * sysdeps/x86_64/tst-audit5.c: ... here.
23533         * elf/tst-audit6.c: Move to ...
23534         * sysdeps/x86_64/tst-audit6.c: ... here.
23535         * elf/tst-audit7.c: Move to ...
23536         * sysdeps/x86_64/tst-audit7.c: ... here.
23537         * elf/tst-auditmod3a.c: Move to ...
23538         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
23539         * elf/tst-auditmod3b.c: Move to ...
23540         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
23541         * elf/tst-auditmod4a.c: Move to ...
23542         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
23543         * elf/tst-auditmod4b.c: Move to ...
23544         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
23545         * elf/tst-auditmod5a.c: Move to ...
23546         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
23547         * elf/tst-auditmod5b.c: Move to ...
23548         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
23549         * elf/tst-auditmod6a.c: Move to ...
23550         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
23551         * elf/tst-auditmod6b.c: Move to ...
23552         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
23553         * elf/tst-auditmod6c.c: Move to ...
23554         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
23555         * elf/tst-auditmod7a.c: Move to ...
23556         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
23557         * elf/tst-auditmod7b.c: Move to ...
23558         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
23559
23560 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
23561
23562         [BZ #15366]
23563         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
23564         define unconditionally.
23565         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
23566         define unconditionally.
23567         (INT8_C, INT16_C, etc.): Likewise.
23568
23569 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
23570
23571         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
23572         __ehdr_start with hidden visibility.
23573
23574         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
23575
23576 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
23577
23578         * math/libm-test.inc (cos_test): Use accurate hex constants.
23579         (sincost_test): Likewise.
23580
23581 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
23582
23583         * math/libm-test.inc (catan_test): Add more tests.
23584         (catanh_test): Likewise.
23585
23586         * math/s_catanf.c (__catanf): Use suffixed floating-point
23587         constants.
23588         * math/s_catanhf.c (__catanhf): Likewise.
23589         * math/s_catanhl.c (__catanhl): Likewise.
23590         * math/s_catanl.c (__catanl): Likewise.
23591
23592         [BZ #15394]
23593         * math/s_catan.c (__catan): Calculate imaginary part of result
23594         with log1p not log unless computing log of number close to 0.
23595         * math/s_catanf.c (__catanf): Likewise.
23596         * math/s_catanl.c (__catanl): Likewise.
23597         * math/s_catanh.c (__catanh): Calculate real part of result with
23598         log1p not log unless computing log of number close to 0.
23599         * math/s_catanhf.c (__catanhf): Likewise.
23600         * math/s_catanhl.c (__catanhl): Likewise.
23601         * math/libm-test.inc (catan_test): Add more tests.
23602         (catanh_test): Likewise.
23603         * sysdeps/i386/fpu/libm-test-ulps: Update.
23604         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23605
23606 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
23607
23608         * benchtests/Makefile: Mention files in which fast and slow
23609         paths of math functions are implemented.
23610
23611 2013-04-23  Roland McGrath  <roland@hack.frob.com>
23612
23613         * sysdeps/posix/timespec_get.c: New file.
23614
23615 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23616
23617         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
23618         POWER.
23619         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
23620         for POWER.
23621         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
23622         powerpc/power5/fpu folders.
23623         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
23624         * benchtests/Makefile: Add modf testcase.
23625         * benchtests/bench-modf.c: New file: Benchmark test for mo
23626
23627 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
23628
23629         [BZ #14888]
23630         * time/Makefile (tests): Add tst-strptime-whitespace.
23631         * time/strptime_l.c (get_number): Use ISSPACE.
23632         (__strptime_internal): Likewise.
23633         * time/tst-strptime-whitespace.c: New test case.
23634
23635 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
23636
23637         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
23638         member.
23639         (_nss_files_init): Set it here.
23640
23641 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
23642
23643         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
23644         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
23645         unsigned.
23646
23647 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
23648
23649         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
23650
23651 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
23652
23653         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
23654         size just once.
23655
23656 2013-04-21  David S. Miller  <davem@davemloft.net>
23657
23658         * po/ru.po: Update Russion translation from translation project.
23659
23660 2013-04-17  Adam Conrad  <adconrad@0c3.net>
23661
23662         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
23663         and setfsgid.
23664
23665 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
23666
23667         * configure.in: Remove i386 configure warning. Remove i386 case.
23668         * configure: Regenerate.
23669         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
23670         Add example to error message.
23671         * sysdeps/i386/configure: Regenerate.
23672
23673 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
23674
23675         * benchtests/Makefile (bench): Add cos, tan, slowcos and
23676         slowtan.
23677         * benchtests/cos-inputs: New file.
23678         * benchtests/slowcos-inputs: New file.
23679         * benchtests/slowcos.c: New file.
23680         * benchtests/slowtan-inputs: New file.
23681         * benchtests/slowtan.c: New file.
23682         * benchtests/tan-inputs: New file.
23683
23684 2013-04-16  Roland McGrath  <roland@hack.frob.com>
23685
23686         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
23687         considered kosher.
23688
23689 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
23690
23691         * benchtests/Makefile: Include cppflags-iterator.mk to add
23692         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
23693
23694         * Makefile.in (bench-clean): New target.
23695         * benchtests/Makefile (bench-clean): Likewise.
23696
23697 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
23698
23699         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
23700
23701 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
23702
23703         * stdio-common/tstdiomisc.c: Fix coding-style violation.
23704
23705 2013-04-15  Andreas Schwab  <schwab@suse.de>
23706
23707         * nscd/grpcache.c (cache_addgr): Properly check for short write.
23708         * nscd/initgrcache.c (addinitgroupsX): Likewise.
23709         * nscd/pwdcache.c (cache_addpw): Likewise.
23710         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
23711         more than recsize.
23712
23713 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23714
23715         * benchtests/Makefile (bench): Write all output to
23716         bench-out.tmp together.
23717
23718 2013-04-15  Andreas Schwab  <schwab@suse.de>
23719
23720         * nscd/nscd.c (main): Don't fork again after closing files.
23721
23722 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23723
23724         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
23725
23726         * benchtests/Rules (bench-deps): Collect dependencies into a
23727         single variable.  Add Makefile to dependencies.
23728         ($(objpfx)bench-%.c): Depend on bench-deps.
23729
23730 2013-04-12  Roland McGrath  <roland@hack.frob.com>
23731             Xavier Roche  <roche+kml2@exalead.com>
23732
23733         [BZ #15361]
23734         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
23735         just that it's a file descriptor.
23736         * manual/llio.texi (Synchronizing AIO Operations): Update description
23737         for EBADF error from aio_fsync.
23738
23739 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
23740
23741         * Rules (bench): Move target definition...
23742         * benchtests/Makefile: ... here.
23743
23744 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
23745
23746         * math/libm-test.inc (cos_test): Fix PI/2 test.
23747         (sincos_test): Likewise.
23748         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
23749         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
23750
23751 2013-04-11  Andreas Schwab  <schwab@suse.de>
23752
23753         [BZ #13988]
23754         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
23755         accept exponent character only when digits were seen.
23756         * stdio-common/Makefile (tests): Add bug26.
23757         * stdio-common/bug26.c: New file.
23758
23759         [BZ #14293]
23760         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
23761         non-freeable.
23762
23763 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23764
23765         * Makeconfig (rtld-prefix): Define built linker prefix.
23766         * Rules (run-bench): Use it.
23767         * math/Makefile (run-regen-ulps): Likewise.
23768
23769         * Rules (bench): Remove eval.
23770
23771 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23772             Roland McGrath  <roland@hack.frob.com>
23773             Ondrej Bilka  <neleai@seznam.cz>
23774
23775         [BZ #15346]
23776         * time/getdate.c: Include ctype.h and alloca.h.
23777         (__getdate_r): Trim leading and trailing spaces of input.
23778         * time/tst-getdate.c (tests): Add tests with leading and
23779         trailing spaces.
23780
23781 2013-04-08  Roland McGrath  <roland@hack.frob.com>
23782
23783         [BZ #14280]
23784         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
23785         when computing value.
23786
23787 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23788
23789         * math/README.libm-test (How can I generate "libm-test-ulps"?):
23790         Use testrun.sh to run libm tests.
23791
23792         [BZ #15309]
23793         * elf/dl-open.c (dl_open_worker): memset all of seen array.
23794
23795 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
23796
23797         [BZ #15264]
23798         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
23799
23800 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23801
23802         * Makefile.in (regen-ulps): New target.
23803         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
23804         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
23805         [ifneq (no,$(PERL)] (regen-ulps): New target.
23806         [ifeq (no,$(PERL)] (regen-ulps): New target.
23807         * math/libm-test.inc (ulps_file_name): Define.
23808         (output_dir): New variable.
23809         (options): Add "output-dir" option.
23810         (parse_opt): Handle 'o' case.
23811         (main): If output_dir is non-NULL use it as a prefix
23812         otherwise use "".
23813         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
23814
23815 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23816
23817         [BZ #10060, #10062]
23818         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
23819         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
23820         fail configure if __sync_val_compare_and_swap is not inlined.
23821         * sysdeps/i386/configure: Regenerate.
23822         * configure.in: Build for i686 when configured for i386.
23823         * configure: Regenerate.
23824         * README: Remove i386 reference.
23825
23826 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23827
23828         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
23829         * sysdeps/s390/s390-64/sysdep.h: Likewise.
23830
23831 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
23832
23833         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
23834         (lmsnanval): New variables.
23835         (F): Add conversion tests.
23836         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
23837         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
23838
23839         * stdio-common/tstdiomisc.c (F): Properly collect individual
23840         tests' results.
23841
23842         [BZ #14686, #15336]
23843         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
23844         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
23845         Instead, use input NaN values or generate a qNaN by arithmetic
23846         operation.  Also fix bugs to comply with the standard.
23847         * math/libm-test.inc (remainder_test): Add more tests.
23848
23849         [BZ #15335, #15342]
23850         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
23851         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
23852         input NaN values or generate a qNaN by arithmetic operation.
23853
23854         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
23855         unreachable code.
23856
23857         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
23858         definitions.
23859
23860 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
23861
23862         [BZ #14478]
23863         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
23864         underflowed result.
23865         * math/s_cexpf.c (__cexpf): Likewise.
23866         * math/s_cexpl.c (__cexpl): Likewise.
23867         * math/libm-test.inc (cexp_test): Add more tests.
23868
23869 2013-04-03  Andreas Schwab  <schwab@suse.de>
23870
23871         [BZ #15330]
23872         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
23873         order arrays from heap if bigger than alloca cutoff.
23874
23875 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
23876
23877         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
23878         (SNAN_TESTS_double): Refer to GCC PR56831.
23879         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
23880         GCC PR56828.
23881
23882 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23883
23884         * Rules (bench): Move bench.out after the run is complete.
23885
23886         * Rules (bench): Echo currently running benchmark.
23887
23888         * benchtests/Makefile (bench): Add atan and slowatan.
23889         * benchtests/atan-inputs: New file.
23890         * benchtests/slowatan-inputs: New file.
23891         * benchtests/slowatan.c: New file.
23892
23893         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
23894         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
23895         its value.
23896
23897         [BZ #15305]
23898         * sysdeps/unix/sysv/linux/kernel-features.h
23899         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
23900         __ASSUME_XFS_RESTRICTED_CHOWN.
23901         * sysdeps/unix/sysv/linux/pathconf.c
23902         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
23903         Save and restore errno.
23904
23905 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
23906
23907         [BZ #15327]
23908         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
23909         arguments using __kernel_casinh.
23910         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
23911         arguments using __kernel_casinhf.
23912         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
23913         arguments using __kernel_casinhl.
23914         * math/libm-test.inc (cacosh_test): Add more tests.
23915         * sysdeps/i386/fpu/libm-test-ulps: Update.
23916         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23917
23918 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
23919
23920         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
23921         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
23922
23923         * bench/Makefile (bench): Add sin and slowsin.
23924         * benchtests/sin-inputs: New file.
23925         * benchtests/slowsin-inputs: New file.
23926         * benchtests/slowsin.c: New file.
23927
23928         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
23929         (bench): Add slowexp and slowpow.
23930         (exp-ITER): Increase iterations.
23931         (pow-ITER): Likewise.
23932         * benchtests/exp-inputs: Change input.
23933         * benchtests/pow-inputs: Likewise.
23934         * benchtests/slowexp-inputs: New file.
23935         * benchtests/slowexp.c: New file.
23936         * benchtests/slowpow-inputs: New file.
23937         * benchtests/slowpow.c: New file.
23938
23939 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23940
23941         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
23942         instructions.
23943         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
23944         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
23945         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
23946         * benchtests/Makefile: Add rint benchtest.
23947         * benchtests/rint-inputs: Input for rint benchtest.
23948
23949 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
23950
23951         * Versions.def (libm): Add GLIBC_2.18.
23952         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
23953         hidden libm prototypes.
23954         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
23955         * math/Makefile (libm-calls): Add s_issignaling.
23956         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
23957         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
23958         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
23959         declaration.
23960         * math/math.h [__USE_GNU] (issignaling): New macro.
23961         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
23962         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
23963         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
23964         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
23965         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
23966         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
23967         * manual/arith.texi (issignaling): New section.
23968         * manual/libm-err-tab.pl (@all_functions): Update comment.
23969         * math/gen-libm-test.pl (parse_args): Apply special handling for
23970         issignaling.
23971         * math/libm-test.inc (print_float, issignaling_test): New
23972         functions.
23973         (check_float_internal): Add issignaling checks.
23974         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
23975         default definition.
23976         * sysdeps/powerpc/math-tests.h: New file.
23977         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
23978         tests.
23979         * math/test-snan.c (TEST_FUNC): Likewise.
23980
23981 2013-03-30  David S. Miller  <davem@davemloft.net>
23982
23983         * po/de.po: Update from translation team.
23984
23985 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
23986
23987         [BZ #10357]
23988         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23989         imaginary part less than 1.0 and real part less than 0.5
23990         specially.
23991         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23992         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23993         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
23994         (cacos_test): Add more tests.
23995         (casin_test): Likewise.
23996         (casinh_test): Likewise.
23997         * sysdeps/i386/fpu/libm-test-ulps: Update.
23998         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23999
24000 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
24001
24002         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
24003         ONE with its value.
24004
24005         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
24006         (__pow_mp): Replace ONE and MONE with their values.
24007         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
24008         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
24009         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
24010         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
24011         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
24012         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
24013
24014         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
24015
24016         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
24017         (__pow_mp): Replace ZERO and MZERO with their values.
24018         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
24019         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
24020         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
24021         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
24022         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
24023         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
24024         (__sqr): Likewise.
24025
24026         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
24027
24028         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
24029
24030 2013-03-28  Roland McGrath  <roland@hack.frob.com>
24031
24032         * include/stdlib.h [!SHARED] (__call_tls_dtors):
24033         Declare with __attribute__ ((weak)).
24034         * stdlib/exit.c (__libc_atexit) [!SHARED]:
24035         Call __call_tls_dtors only if it's not NULL.
24036
24037 2013-03-28  Roland McGrath  <roland@hack.frob.com>
24038
24039         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
24040         didn't do it already, then set _dl_phdr and _dl_phnum based on the
24041         magic __ehdr_start linker symbol if it's defined.
24042         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
24043         them up here if it was already done.
24044
24045         * elf/dl-support.c (_dl_phdr): Make pointer to const.
24046         (_dl_aux_init): Use const in cast when setting it.
24047         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
24048         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
24049         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
24050
24051         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
24052         Declare them here.
24053         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
24054         * csu/libc-tls.c: Nor here.
24055         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
24056
24057         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
24058         (__libc_message): Never call vsyslog.
24059
24060 2013-03-28  Alan Modra  <amodra@gmail.com>
24061
24062         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
24063         Define as empty.
24064         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
24065         Likewise.
24066
24067 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24068
24069         [BZ #15214]
24070         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
24071         underflow.
24072         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24073
24074 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24075
24076         [BZ #15304]
24077         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
24078         Don't add gid passed as argument.
24079
24080         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
24081
24082 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
24083
24084         [BZ #15307]
24085         * math/k_casinh.c (__kernel_casinh): Handle arguments with
24086         imaginary part between 1.0 and 1.5 and real part less than 0.5
24087         specially.
24088         * math/k_casinhf.c (__kernel_casinhf): Likewise.
24089         * math/k_casinhl.c (__kernel_casinhl): Likewise.
24090         * math/libm-test.inc (cacos_test): Add more tests.
24091         (casin_test): Likewise.
24092         (casinh_test): Likewise.
24093         * sysdeps/i386/fpu/libm-test-ulps: Update.
24094         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24095
24096 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24097
24098         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
24099         constants.
24100         (norm): Likewise.
24101         (denorm): Likewise.
24102         (__dbl_mp): Likewise.
24103         (add_magnitudes): Likewise.
24104         (sub_magnitudes): Likewise.
24105         (__add): Likewise.
24106         (__sub): Likewise.
24107         (__mul): Likewise.
24108         (__sqr): Likewise.
24109         (__inv): Likewise.
24110         (__dvd): Likewise.
24111
24112         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
24113         commented code.
24114         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
24115         (__dubcos): Likewise.
24116         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
24117         (__ieee754_acos): Likewise.
24118         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
24119         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
24120         (__exp1): Likewise.
24121         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
24122         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
24123         (log1): Likewise.
24124         (my_log2): Likewise.
24125         (checkint): Likewise.
24126         * sysdeps/ieee754/dbl-64/e_remainder.c
24127         (__ieee754_remainder): Likewise.
24128         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
24129         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
24130         (bsloww): Likewise.
24131         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
24132
24133         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
24134         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
24135         MANTISSA_STORE_T to store computations on mantissa.  Use
24136         macros for rounding and division.
24137         (denorm): Likewise.
24138         (__dbl_mp): Likewise.
24139         (add_magnitudes): Likewise.
24140         (sub_magnitudes): Likewise.
24141         (__mul): Likewise.
24142         (__sqr): Likewise.
24143         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
24144         powers of two in terms of TWOPOW macro.
24145         (mp_no): Make type of mantissa as MANTISSA_T.
24146         [!RADIXI]: Define RADIXI.
24147         [!TWO52]: Define TWO52.
24148         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
24149
24150 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24151
24152         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
24153         llroundl symbol when building for PPC32.
24154
24155 2013-03-24  Mark H Weaver  <mhw@netris.org>
24156
24157         * manual/arith.texi (Normalization Functions): Fix prototypes for
24158         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
24159
24160 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24161
24162         [BZ #13889]
24163         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
24164         high value to check if expl overflow.
24165         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
24166         to check for underflow and overflow.
24167         * math/libm-test.inc: Add exp test.
24168
24169 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
24170
24171         [BZ #11120]
24172         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
24173         with NOT_IN_libc.
24174
24175 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24176
24177         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
24178         symbol.
24179
24180 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
24181
24182         * math/gen-libm-test.pl (parse_args, special_functions): Properly
24183         wrap blocks consisting of several statements.
24184
24185         * sysdeps/generic/math-tests.h: New file.
24186         * sysdeps/i386/fpu/math-tests.h: Likewise.
24187         * math/test-snan.c: Include it.
24188         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
24189
24190 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
24191
24192         [BZ #15285]
24193         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
24194         (__ieee754_j0l): Do not improve calculations using cos of twice
24195         input for inputs above LDBL_MAX / 2.0L.
24196         (__ieee754_y0l): Likewise.
24197         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
24198         (__ieee754_j1l): Do not improve calculations using cos of twice
24199         input for inputs above LDBL_MAX / 2.0L.
24200         (__ieee754_y1l): Likewise.
24201         * math/libm-test.inc (j0_test): Add another test.
24202         (j1_test): Likewise.
24203         (y0_test): Likewise.
24204         (y1_test): Likewise.
24205         * sysdeps/i386/fpu/libm-test-ulps: Update.
24206
24207 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24208
24209         * Rules ($(objpfx)bench-%.c): Include code from a C source
24210         file.
24211
24212 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
24213
24214         [BZ #15287]
24215         * math/k_casinh.c (__kernel_casinh): Handle arguments with
24216         imaginary part 1.0 and real part less than 0.5 specially.
24217         * math/k_casinhf.c (__kernel_casinhf): Likewise.
24218         * math/k_casinhl.c (__kernel_casinhl): Likewise.
24219         * math/libm-test.inc (cacos_test): Add more tests.
24220         (casin_test): Likewise.
24221         (casinh_test): Likewise.
24222         * sysdeps/i386/fpu/libm-test-ulps: Update.
24223         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24224
24225 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24226
24227         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
24228         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
24229
24230 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
24231
24232         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
24233         * config.make.in (config-cflags-sse4): Remove variable.
24234         (config-cflags-avx): Likewise.
24235         (config-cflags-sse2avx): Likewise.
24236         (config-cflags-novzeroupper): Likewise.
24237         (config-asflags-i686): Likewise.
24238         (have-mfma4): Likewise.
24239         (have-as-vis3): Likewise.
24240         (MIG): Likewise.
24241         * configure.in (MIG): Do not AC_SUBST.
24242         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
24243         (libc_cv_cc_sse4): Do not AC_SUBST.
24244         (libc_cv_cc_avx): Likewise.
24245         (libc_cv_cc_sse2avx): Likewise.
24246         (libc_cv_cc_novzeroupper): Likewise.
24247         (libc_cv_cc_fma4): Likewise.
24248         (libc_cv_as_i686): Likewise.
24249         (libc_cv_sparc_as_vis3): Likewise.
24250         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
24251         LIBC_CONFIG_VAR.
24252         (config-asflags-i686): Likewise.
24253         (config-cflags-avx): Likewise.
24254         (config-cflags-sse2avx): Likewise.
24255         (have-mfma4): Likewise.
24256         (config-cflags-novzeroupper): Likewise.
24257         * sysdeps/mach/configure.in (MIG): Likewise.
24258         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
24259         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
24260         LIBC_CONFIG_VAR.
24261         (config-cflags-avx): Likewise.
24262         (config-cflags-sse2avx): Likewise.
24263         (have-mfma4): Likewise.
24264         (config-cflags-novzeroupper): Likewise.
24265         * configure: Regenerated.
24266         * sysdeps/i386/configure: Likewise.
24267         * sysdeps/mach/configure: Likewise.
24268         * sysdeps/sparc/configure: Likewise.
24269         * sysdeps/x86_64/configure: Likewise.
24270
24271 2013-03-20  Roland McGrath  <roland@hack.frob.com>
24272
24273         [BZ #14812]
24274         * locale/programs/localedef.c (options): Put N_ translation marker
24275         on argument names, not just descriptions.
24276
24277 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
24278
24279         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
24280
24281 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
24282
24283         [BZ #14176]
24284         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
24285
24286 2013-03-19  Roland McGrath  <roland@hack.frob.com>
24287
24288         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
24289         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
24290         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
24291         [!BEFORE_ABORT] (before_abort): New function.
24292         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
24293         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
24294         (writev_for_fatal): New function.
24295         (WRITEV_FOR_FATAL): New macro; call that.
24296         (backtrace_and_maps): New function.
24297         (BEFORE_ABORT): New macro; call that.
24298         (struct str_list): Type removed.
24299         (__libc_message, __libc_fatal): Functions removed.
24300         Include <sysdeps/posix/libc_fatal.c> instead.
24301
24302 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
24303
24304         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
24305         constants.
24306         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
24307         double constants.
24308
24309 2013-03-19  Andreas Schwab  <schwab@suse.de>
24310
24311         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
24312         * sysdeps/gnu/configure: Regenerate.
24313
24314         * configure.in: Substitute libc_cv_rtlddir.
24315         * configure: Regenerate.
24316         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
24317         * Makeconfig (rtlddir, inst_rtlddir): New variables.
24318         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
24319         * elf/Makefile (install-others, CFLAGS-interp.c)
24320         (ldso_install, common-ldd-rewrite): Likewise.
24321         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
24322         $(inst_slibdir)/$(rtld-installed-name).
24323         * scripts/rellns-sh: Add -p option.
24324         * Makerules (make-shlib-link): Use rellns-sh to get relative name
24325         for source.
24326
24327 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24328
24329         * manual/nptl.texi: Renamed to ...
24330         * manual/threads.texi: ... this.
24331         * manual/Makefile (chapters): Update.
24332
24333 2013-03-18  Roland McGrath  <roland@hack.frob.com>
24334
24335         [BZ #14812]
24336         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
24337         on argument names, not just descriptions.
24338         * malloc/memusagestat.c (options): Likewise.
24339         * nss/getent.c (options): Likewise.
24340
24341 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
24342
24343         [BZ #14812]
24344         * iconv/iconv_prog.c (options): Put N_ translation marker
24345         on argument names, not just descriptions.
24346         * iconv/iconvconfig.c (options): Likewise.
24347
24348 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
24349
24350         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
24351         implementation which is faster on all x86_64 architectures.
24352         Tested on AMD, Intel Nehalem, SNB, IVB.
24353         * sysdeps/x86_64/strnlen.S: Likewise.
24354
24355         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24356         Remove all multiarch strlen and strnlen versions.
24357         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
24358         Remove strlen and strnlen related parts.
24359
24360         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
24361         Inline strlen part.
24362         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
24363
24364         * sysdeps/x86_64/multiarch/strlen.S: Remove.
24365         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
24366         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
24367         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
24368         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
24369         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
24370
24371 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
24372
24373         * manual/memory.texi (Malloc Tunable Parameters):
24374         Sort parameters alphabetically. Add comments for missing entries.
24375
24376 2013-03-17  David S. Miller  <davem@davemloft.net>
24377
24378         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24379
24380 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
24381
24382         [BZ #15283]
24383         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
24384         for arguments at most half maximum finite value.
24385         * math/libm-test.inc (j0_test): Add more tests.
24386         (j1_test): Likewise.
24387         (y0_test): Likewise.
24388         (y1_test): Likewise.
24389         * sysdeps/i386/fpu/libm-test-ulps: Update.
24390         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24391
24392         [BZ #14155]
24393         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
24394         1 / x and functions P and Q for arguments above 0x1p256L.
24395         (__ieee754_y0l): Likewise.
24396         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
24397         (__ieee754_y1l): Likewise.
24398         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
24399         (j1_test): Likewise.
24400         (y0_test): Likewise.
24401         (y1_test): Likewise.
24402
24403 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
24404
24405         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
24406         variable.
24407
24408 2013-03-15  Roland McGrath  <roland@hack.frob.com>
24409
24410         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
24411         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
24412         zero since it's initialized to EXEC_PAGESIZE.
24413
24414         * sysdeps/unix/sysv/linux/ldsodefs.h
24415         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
24416         * sysdeps/generic/ldsodefs.h: ... here.
24417
24418 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
24419
24420         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
24421
24422         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
24423         math/test-snan.c.
24424         * math/test-snan.c: Renamed from
24425         sysdeps/powerpc/fpu/test-powerpc-snan.c.
24426         * math/Makefile (tests): Add test-snan.
24427         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
24428         test-powerpc-snan.
24429
24430         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
24431         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
24432         functions.
24433         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
24434         __builtin_nan family of functions.
24435         * math/libm-test.inc (initialize): Initialize qnan_value with
24436         __builtin_nan family of functions.
24437         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
24438         Remove variables.
24439         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
24440         Remove functions.
24441         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
24442         storage class.  Initialize qNaN_var and sNaN_var with
24443         __builtin_nan and __builtin_nans families of functions,
24444         respectively.
24445
24446         * math/libm-test.inc (acosh_test): Also test with qNaN input.
24447         (sqrt_test): Remove duplicate test with qNaN input.
24448         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
24449         (round_test, signbit_test, significand_test): Note missing +/-Inf
24450         as well as qNaN tests.
24451
24452         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
24453         qNaN_var.  Fix a few strings, too.
24454         * math/libm-test.inc (nan_value): Rename to qnan_value.
24455         * math/gen-libm-test.pl (%beautify): Adjust to that.
24456         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
24457         * math/test-misc.c (main): Likewise.
24458         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
24459         to __qnan_bytes, and __qnan_union, respectively.
24460         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
24461         Likewise.
24462         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
24463         and lqnanval, respectively.
24464         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
24465         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
24466         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
24467         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
24468
24469         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
24470         * math/test-misc.c (main) [__x86_64__]: Enable test for long
24471         doubles.
24472
24473         * math/test-misc.c (main): Fix copy'n'pastos.
24474         * misc/tst-efgcvt.c (special): Likewise.
24475
24476         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
24477         Remove declarations.
24478
24479 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24480
24481         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
24482         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
24483         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
24484         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
24485
24486 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24487
24488         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
24489         macro to return vdso values correctly in IFUNC implementations.
24490         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
24491         Optimization by using IFUNC.
24492
24493 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24494             Richard Henderson  <rth@redhat.com>
24495             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
24496
24497         * Makefile.in (bench): New target.
24498         * NEWS: Mention the benchmark framework.
24499         * Rules (bench): Likewise.
24500         (binaries-bench): Generate binaries for functions to
24501         benchmark.
24502         * benchtests/Makefile: New makefile for benchmark tests.
24503         * benchtests/bench-skeleton.c: New skeleton file for benchmark
24504         programs.
24505         * benchtests/exp-inputs: New input file for EXP function.
24506         * benchtests/pow-inputs: New input file for POW function.
24507         * scripts/bench.pl: New script to generate source files for
24508         benchmark programs.
24509
24510 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24511
24512         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
24513         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
24514         computations on mantissa.  Use macros for rounding and
24515         division.
24516         (denorm): Likewise.
24517         (__dbl_mp): Likewise.
24518         (add_magnitudes): Likewise.
24519         (sub_magnitudes): Likewise.
24520         (__mul): Likewise.
24521         (__sqr): Likewise.
24522         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
24523         powers of two in terms of TWOPOW macro.
24524         (mp_no): Make type of mantissa as MANTISSA_T.
24525         [!RADIXI]: Define RADIXI.
24526         [!TWO52]: Define TWO52.
24527         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
24528
24529         * manual/nptl.texi (cindex): Modify threads to pthreads.
24530
24531 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
24532
24533         * sysdeps/x86_64/preconfigure: Regenerated.
24534
24535 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
24536
24537         [BZ #14155]
24538         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
24539         0x1p28 and above.
24540         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
24541         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
24542         0x1p28 and above.
24543         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
24544         * math/libm-test.inc (j0_test): Do not allow one spurious
24545         underflow exception.
24546         (y1_test): Likewise.
24547
24548 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24549
24550         * manual/Makefile (chapters): Add nptl.
24551         * manual/debug.texi (Debugging Support): Add link to Threads
24552         chapter.
24553         * manual/nptl.texi: New file.
24554
24555         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
24556
24557 2013-03-14  Petr Baudis  <pasky@ucw.cz>
24558
24559         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
24560         for non-NULL pointer before the memory validity test. Pointed
24561         out by Holger Brunck <holger.brunck@keymile.com>.
24562
24563 2013-03-13  Andreas Schwab  <schwab@suse.de>
24564
24565         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
24566         instead of .os.
24567
24568 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
24569
24570         * timezone/zic.c: Update from tzcode 2013b.
24571
24572 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
24573
24574         * manual/install.texi (Configuring and compiling):
24575         Mention i686 and i586.
24576         * INSTALL: Regenerate.
24577
24578 2013-03-12  Roland McGrath  <roland@hack.frob.com>
24579
24580         * sysdeps/init_array/elf-init.c: New file.
24581         * csu/elf-init.c
24582         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
24583         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
24584
24585         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
24586         __gmon_start__ as global, but as static with a .preinit_array pointer.
24587         * sysdeps/init_array/gmon-start.c: New file.  Use that.
24588         * sysdeps/init_array/crti.S: New file, empty except for comments.
24589         * sysdeps/init_array/crtn.S: Likewise.
24590
24591 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
24592
24593         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
24594         definining bcopy.
24595         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
24596         Remove Prefer_SSE_for_memop.
24597         * sysdeps/x86_64/multiarch/init-arch.h: Remove
24598         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
24599         HAS_PREFER_SSE_FOR_MEMOP.
24600         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
24601         memset-x86-64.
24602         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24603         Remove bzero, memset ifunc support.
24604         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
24605         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
24606         * sysdeps/x86_64/multiarch/memset.S: Likewise.
24607         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
24608
24609 2013-03-11  Andreas Schwab  <schwab@suse.de>
24610
24611         [BZ #15234]
24612         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
24613         by SHLIB_COMPAT.
24614         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
24615         (GLIBC_2.16): Remove pthread_atfork.
24616
24617 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
24618
24619         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
24620         (ptestcases.h): Likewise.
24621
24622 2013-03-08  Roland McGrath  <roland@hack.frob.com>
24623
24624         * Makeconfig ($(common-objpfx)config.status): Depend on
24625         sysdeps/*/preconfigure{,.in} too.
24626
24627 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
24628
24629         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
24630         (__free_hook): Use void * instead of __malloc_ptr_t.
24631         (__malloc_hook): Likewise.
24632         (__realloc_hook): Likewise.
24633         (__memalign_hook): Likewise.
24634         (__after_morecore_hook): Likewise.
24635         * malloc/arena.c (save_malloc_hook): Likewise.
24636         (save_free_hook): Likewise.
24637         * malloc/hooks.c (malloc_hook_ini): Likewise.
24638         (realloc_hook_ini): Likewise.
24639         (memalign_hook_ini): Likewise.
24640         * malloc/malloc.c (malloc_hook_ini): Likewise.
24641         (realloc_hook_ini): Likewise.
24642         (memalign_hook_ini): Likewise.
24643         (__free_hook): Likewise.
24644         (__malloc_hook): Likewise.
24645         (__realloc_hook): Likewise.
24646         (__memalign_hook): Likewise.
24647         (__libc_malloc): Likewise.
24648         (__libc_free): Likewise.
24649         (__libc_realloc): Likewise.
24650         (__libc_memalign): Likewise.
24651         (__libc_valloc): Likewise.
24652         (__libc_pvalloc): Likewise.
24653         (__libc_calloc): Likewise.
24654         (__posix_memalign): Likewise.
24655         * malloc/morecore.c (__sbrk): Likewise.
24656         (__default_morecore): Likewise.
24657
24658         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
24659
24660         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
24661         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
24662         __malloc_ptrdiff_t.
24663
24664         * malloc/malloc.h (__malloc_size_t): Remove macro.
24665         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
24666         __malloc_size_t.
24667         (old_memalign_hook): Likewise.
24668         (old_realloc_hook): Likewise.
24669         (struct hdr): Likewise.
24670         (flood): Likewise.
24671         (mallochook): Likewise.
24672         (memalignhook): Likewise.
24673         (reallochook): Likewise.
24674         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
24675         (tr_old_realloc_hook): Likewise.
24676         (tr_old_memalign_hook): Likewise.
24677         (tr_mallochook): Likewise.
24678         (tr_reallochook): Likewise.
24679         (tr_memalignhook): Likewise.
24680
24681 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24682
24683         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
24684         default_ldbl_pack and using as default implementation.
24685         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
24686         implementation.
24687         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
24688         redundant definition.
24689         (ldbl_insert_mantissa): Likewise.
24690         (ldbl_canonicalize): Likewise.
24691         (ldbl_nearbyint): Likewise.
24692         (ldbl_pack): Rename to ldbl_pack_ppc.
24693         (ldbl_unpack): Rename to ldbl_unpack_ppc.
24694         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
24695         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
24696
24697 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
24698
24699         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
24700         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
24701         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
24702         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
24703         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
24704         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
24705         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
24706         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
24707
24708 2013-03-07  Andreas Jaeger  <aj@suse.de>
24709
24710         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
24711         bits/mman-linux.h.
24712
24713 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
24714
24715         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
24716         Include mpa.h and declare __MPEXP.
24717         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
24718         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
24719         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
24720         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
24721         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
24722         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
24723         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
24724
24725         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
24726         (__slowpow): Use long double EXPL and LOGL functions to
24727         compute POW.
24728         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
24729         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
24730         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
24731         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
24732         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
24733         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
24734
24735         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
24736         intermediate variable to calculate exponent.
24737         (__sqr): Likewise.
24738         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
24739         Likewise.
24740         (__sqr): Likewise.
24741
24742         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
24743         [!NO__SQR]: Define __sqr.
24744         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
24745         and NO__SQR.  Remove all code except __mul and __sqr.  Include
24746         sysdeps/ieee754/dbl-64/mpa.c.
24747         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
24748
24749         [BZ #12723]
24750         * posix/Makefile (tests): Add tst-pathconf.
24751         * posix/tst-pathconf.c: New test case.
24752         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
24753         _PC_PIPE_BUF.
24754         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
24755
24756 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
24757
24758         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
24759
24760 2013-03-06  Andreas Jaeger  <aj@suse.de>
24761
24762         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
24763         definition via __MAP_ANONYMOUS.
24764
24765         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
24766         it's not part of Linux headers.
24767
24768         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
24769         (MAP_HUGE_MASK): Define.
24770
24771         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24772         Define.
24773         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24774         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24775         Define.
24776         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24777         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24778         Define.
24779         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24780         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
24781         Define.
24782         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24783
24784         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
24785         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
24786         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
24787         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
24788         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
24789         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
24790
24791         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
24792         Handle f2fs.
24793
24794         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
24795         Handle f2fs and efivarfs.
24796
24797         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
24798         f2fs.
24799
24800         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
24801         (EFIVARFS_MAGIC): Add.
24802         (F2FS_LINK_MAX): Add.
24803
24804 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
24805
24806         * stdio-common/vfprintf.c: Replace __builtin_expect with
24807         __glibc_unlikely.
24808
24809 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
24810
24811         [BZ #13550]
24812         * sysdeps/generic/bp-sym.h: Remove file.
24813         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
24814         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
24815         <bp-sym.h> and <bp-asm.h>.
24816         (__longjmp): Don't use BP_SYM.
24817         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
24818         and <bp-asm.h>.
24819         (memcpy): Don't use BP_SYM.
24820         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
24821         <bp-sym.h> and <bp-asm.h>.
24822         (memcpy): Don't use BP_SYM.
24823         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
24824         <bp-asm.h>.
24825         (memcpy): Don't use BP_SYM.
24826         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
24827         <bp-asm.h>.
24828         (memset): Don't use BP_SYM.
24829         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24830         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24831         (__bzero): Don't use BP_SYM.
24832         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24833         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24834         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
24835         <bp-sym.h> and <bp-asm.h>.
24836         (memcmp): Don't use BP_SYM.  Remove comment about bounded
24837         pointers.
24838         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
24839         <bp-sym.h> and <bp-asm.h>.
24840         (memcpy): Don't use BP_SYM.
24841         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
24842         <bp-sym.h> and <bp-asm.h>.
24843         (memset): Don't use BP_SYM.
24844         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24845         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24846         (__bzero): Don't use BP_SYM.
24847         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24848         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24849         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
24850         <bp-sym.h> and <bp-asm.h>.
24851         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24852         pointers.
24853         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
24854         <bp-sym.h> and <bp-asm.h>.
24855         (memcpy): Don't use BP_SYM.
24856         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
24857         <bp-sym.h> and <bp-asm.h>.
24858         (memset): Don't use BP_SYM.
24859         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24860         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24861         (__bzero): Don't use BP_SYM.
24862         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24863         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24864         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
24865         <bp-sym.h> and <bp-asm.h>.
24866         (__memchr): Don't use BP_SYM.
24867         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
24868         <bp-sym.h> and <bp-asm.h>.
24869         (memcmp): Don't use BP_SYM.  Remove comment about bounded
24870         pointers.
24871         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
24872         <bp-sym.h> and <bp-asm.h>.
24873         (memcpy): Don't use BP_SYM.
24874         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
24875         <bp-sym.h> and <bp-asm.h>.
24876         (__mempcpy): Don't use BP_SYM.
24877         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
24878         <bp-sym.h> and <bp-asm.h>.
24879         (__memrchr): Don't use BP_SYM.
24880         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
24881         <bp-sym.h> and <bp-asm.h>.
24882         (memset): Don't use BP_SYM.
24883         (__bzero): Likewise.
24884         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
24885         <bp-sym.h> and <bp-asm.h>.
24886         (__rawmemchr): Don't use BP_SYM.
24887         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
24888         <bp-sym.h> and <bp-asm.h>.
24889         (__STRCMP): Don't use BP_SYM.
24890         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
24891         <bp-sym.h> and <bp-asm.h>.
24892         (strchr): Don't use BP_SYM.
24893         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
24894         <bp-sym.h> and <bp-asm.h>.
24895         (__strchrnul): Don't use BP_SYM.
24896         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
24897         <bp-sym.h> and <bp-asm.h>.
24898         (strlen): Don't use BP_SYM.
24899         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
24900         <bp-sym.h> and <bp-asm.h>.
24901         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24902         pointers.
24903         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
24904         <bp-sym.h> and <bp-asm.h>.
24905         (__strnlen): Don't use BP_SYM.
24906         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
24907         <bp-sym.h> and <bp-asm.h>.
24908         (__GI__setjmp): Don't use BP_SYM.
24909         (_setjmp): Likewise.
24910         (__sigsetjmp): Likewise.
24911         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
24912         (L(start_addresses)): Don't use BP_SYM.
24913         (_start): Likewise.
24914         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
24915         <bp-asm.h>.
24916         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
24917         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
24918         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24919         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24920         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
24921         <bp-asm.h>.
24922         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
24923         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
24924         about bounded pointers.
24925         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24926         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24927         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
24928         <bp-asm.h>.
24929         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
24930         about bounded pointers.  Remove GKM FIXME comments.
24931         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24932         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
24933         <bp-asm.h>.
24934         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
24935         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
24936         Remove GKM FIXME comments.
24937         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24938         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24939         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
24940         <bp-asm.h>.
24941         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
24942         about bounded pointers.  Remove GKM FIXME comment.
24943         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
24944         and <bp-asm.h>.
24945         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24946         pointers.
24947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
24948         <bp-sym.h> and <bp-asm.h>.
24949         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
24950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
24951         <bp-sym.h> and <bp-asm.h>.
24952         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
24953         comment.
24954
24955 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
24956
24957         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
24958         call free(NULL).
24959
24960 2013-03-05  David S. Miller  <davem@davemloft.net>
24961
24962         * po/es.po: Update from translation team.
24963
24964 2013-03-05  Andreas Jaeger  <aj@suse.de>
24965
24966         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
24967         <bits/mman-linux.h>.
24968         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24969         is fine.
24970         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
24971         <bits/mman-linux.h> to end of file.
24972         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24973         is fine.
24974         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
24975         <bits/mman-linux.h> to end of file.
24976         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24977         is fine.
24978         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
24979         <bits/mman-linux.h> to end of file.
24980
24981         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
24982         (MCL_CURRENT, MCL_FUTURE): Define here.
24983
24984 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24985
24986         [BZ #15232]
24987         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
24988         attribute_hidden.
24989         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
24990
24991 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24992
24993         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
24994         fourth parameter needed for rt_sigprocmask syscall.
24995         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
24996         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
24997         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
24998         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
24999         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
25000         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
25001
25002 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
25003
25004         [BZ #13550]
25005         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
25006         comment about bounded pointers.
25007         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
25008         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
25009
25010 2013-03-04  Andreas Jaeger  <aj@suse.de>
25011
25012         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
25013         common definitions.
25014
25015         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
25016         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
25017         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
25018         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
25019         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
25020         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
25021
25022 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25023
25024         [BZ #15055]
25025         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
25026         __ieee754_sqrl instead of __sqrl.
25027
25028 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
25029
25030         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
25031         * sysdeps/powerpc/fpu_control.h: ... here.
25032         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
25033         * sysdeps/powerpc/bits/fenvinline.h: ... here.
25034         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
25035         * sysdeps/powerpc/bits/mathinline.h: ... here.
25036
25037 2013-03-01  Roland McGrath  <roland@hack.frob.com>
25038
25039         * elf/dl-hwcaps.c (_dl_important_hwcaps):
25040         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
25041         to just [NEED_DL_SYSINFO_DSO].
25042         * elf/dl-support.c: Likewise.
25043         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
25044         * elf/rtld.c (dl_main): Likewise.
25045         * elf/setup-vdso.h (setup_vdso): Likewise.
25046         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
25047         * sysdeps/unix/sysv/linux/dl-sysdep.c
25048         (_dl_discover_osversion): Likewise.
25049
25050 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
25051
25052         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
25053         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
25054
25055 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
25056
25057         * NEWS: Mention libm performance improvements and non-x86 PI
25058         futex support.
25059
25060         * csu/libc-start.c (__pthread_initialize_minimal): Change
25061         function arguments.
25062         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
25063
25064 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
25065
25066         [BZ #13550]
25067         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
25068         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
25069         <bp-sym.h> and <bp-asm.h>.
25070         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
25071         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
25072         and <bp-asm.h>.
25073         (memcpy): Don't use BP_SYM.
25074         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
25075         <bp-asm.h>.
25076         (__mpn_add_n): Don't use BP_SYM.
25077         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
25078         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
25079         and <bp-asm.h>.
25080         (__mpn_addmul_1): Don't use BP_SYM.
25081         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25082         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
25083         <bp-sym.h>.
25084         (_setjmp): Don't use BP_SYM.
25085         (__novmx_setjmp): Likewise.
25086         (__GI__setjmp): Likewise.
25087         (__vmx_setjmp): Likewise.
25088         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
25089         <bp-sym.h>.
25090         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
25091         (__bzero): Don't use BP_SYM.
25092         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
25093         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
25094         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
25095         <bp-sym.h> and <bp-asm.h>.
25096         (memcpy): Don't use BP_SYM.
25097         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
25098         <bp-sym.h> and <bp-asm.h>.
25099         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
25100         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
25101         <bp-sym.h> and <bp-asm.h>.
25102         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
25103         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
25104         <bp-asm.h>.
25105         (__mpn_lshift): Don't use BP_SYM.
25106         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25107         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
25108         <bp-asm.h>.
25109         (memset): Don't use BP_SYM.
25110         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
25111         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
25112         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
25113         <bp-asm.h>.
25114         (__mpn_mul_1): Don't use BP_SYM.
25115         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25116         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
25117         <bp-sym.h> and <bp-asm.h>.
25118         (memcmp): Don't use BP_SYM.
25119         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
25120         <bp-sym.h> and <bp-asm.h>.
25121         (memcpy): Don't use BP_SYM.
25122         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
25123         <bp-sym.h> and <bp-asm.h>.
25124         (memset): Don't use BP_SYM.
25125         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
25126         <bp-sym.h> and <bp-asm.h>.
25127         (strncmp): Don't use BP_SYM.
25128         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
25129         <bp-sym.h> and <bp-asm.h>.
25130         (memcpy): Don't use BP_SYM.
25131         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
25132         <bp-sym.h> and <bp-asm.h>.
25133         (memset): Don't use BP_SYM.
25134         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
25135         <bp-sym.h> and <bp-asm.h>.
25136         (__memchr): Don't use BP_SYM.
25137         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
25138         <bp-sym.h> and <bp-asm.h>.
25139         (memcmp): Don't use BP_SYM.
25140         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
25141         <bp-sym.h> and <bp-asm.h>.
25142         (memcpy): Don't use BP_SYM.
25143         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
25144         <bp-sym.h> and <bp-asm.h>.
25145         (__mempcpy): Don't use BP_SYM.
25146         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
25147         <bp-sym.h> and <bp-asm.h>.
25148         (__memrchr): Don't use BP_SYM.
25149         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
25150         <bp-sym.h> and <bp-asm.h>.
25151         (memset): Don't use BP_SYM.
25152         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
25153         <bp-sym.h> and <bp-asm.h>.
25154         (__rawmemchr): Don't use BP_SYM.
25155         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
25156         <bp-sym.h> and <bp-asm.h>.
25157         (__STRCMP): Don't use BP_SYM.
25158         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
25159         <bp-sym.h> and <bp-asm.h>.
25160         (strchr): Don't use BP_SYM.
25161         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
25162         <bp-sym.h> and <bp-asm.h>.
25163         (__strchrnul): Don't use BP_SYM.
25164         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
25165         <bp-sym.h> and <bp-asm.h>.
25166         (strlen): Don't use BP_SYM.
25167         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
25168         <bp-sym.h> and <bp-asm.h>.
25169         (strncmp): Don't use BP_SYM.
25170         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
25171         <bp-sym.h> and <bp-asm.h>.
25172         (__strnlen): Don't use BP_SYM.
25173         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
25174         <bp-asm.h>.
25175         (__mpn_rshift): Don't use BP_SYM.
25176         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25177         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
25178         <bp-sym.h> and <bp-asm.h>.
25179         (__sigsetjmp): Don't use BP_SYM.
25180         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
25181         (L(start_addresses)): Don't use BP_SYM.
25182         (_start): Likewise.
25183         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
25184         <bp-asm.h>.
25185         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
25186         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
25187         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
25188         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
25189         <bp-asm.h>.
25190         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
25191         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
25192         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25193         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
25194         <bp-asm.h>.
25195         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
25196         comments.
25197         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
25198         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
25199         <bp-asm.h>.
25200         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
25201         FIXME comments.
25202         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
25203         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
25204         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
25205         <bp-asm.h>.
25206         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
25207         comment.
25208         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
25209         and <bp-asm.h>.
25210         (strncmp): Don't use BP_SYM,
25211         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
25212         <bp-asm.h>.
25213         (__mpn_sub_n): Don't use BP_SYM.
25214         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25215         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
25216         and <bp-asm.h>.
25217         (__mpn_submul_1): Don't use BP_SYM.
25218         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25219         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
25220         <bp-sym.h> and <bp-asm.h>.
25221         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
25222         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
25223         <bp-sym.h> and <bp-asm.h>.
25224         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
25225         comment.
25226
25227 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
25228
25229         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
25230         Use ZK to minimize writes to Z.
25231         (sub_magnitudes): Simplify code a bit.
25232         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
25233         Use ZK to minimize writes to Z.
25234         (sub_magnitudes): Simplify code a bit.
25235
25236 2013-02-27  Roland McGrath  <roland@hack.frob.com>
25237
25238         * csu/gmon-start.c: Add special exception to license text.
25239
25240 2013-02-27  Richard Henderson  <rth@redhat.com>
25241
25242         * scripts/config.guess: Update from config.git.
25243         * scripts/config.sub: Likewise.
25244
25245 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
25246
25247         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
25248
25249         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
25250
25251         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
25252
25253         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
25254
25255         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
25256
25257 2013-02-26  Roland McGrath  <roland@hack.frob.com>
25258
25259         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
25260         [$(build-shared = yes].
25261
25262 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25263
25264         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
25265         (__mul): Reduce iterations for calculating mantissa.
25266
25267         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
25268         MPTWO.
25269         (__mpranred): Likewise.
25270
25271         [BZ #15160]
25272         * malloc/memusagestat.c (main): Draw graphs for heap and stack
25273         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
25274
25275 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
25276
25277         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
25278         Define __attribute__.
25279
25280 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25281
25282         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
25283         unused.
25284         * posix/regex_internal.h (__attribute): Remove.
25285         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
25286         (re_string_context_at): Likewise.
25287         (bitset_not): Use __attribute__ and mark function as possibly
25288         unused.
25289         (bitset_merge): Likewise.
25290         (bitset_mask): Likewise.
25291         (re_string_char_size_at): Likewise.
25292         (re_string_wchar_at): Likewise.
25293         (re_string_elem_size_at): Likewise.
25294
25295 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
25296
25297         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
25298         code.
25299         (cc32): Likewise.
25300
25301         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
25302         (__acr): Likewise.
25303         (__cpy): Likewise.
25304         (norm): Likewise.
25305         (denorm): Likewise.
25306         (__dbl_mp): Likewise.
25307         (add_magnitudes): Likewise.
25308         (sub_magnitudes): Likewise.
25309         (__mul): Likewise.
25310         (__inv): Likewise.
25311
25312         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
25313         style.
25314
25315         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
25316         style.
25317
25318         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
25319         code.
25320
25321         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
25322         up changes with default code.
25323         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
25324         Likewise.
25325
25326 2013-02-24  Allan McRae  <allan@archlinux.org>
25327
25328         * manual/socket.texi (The Internet Namespace): Order menu items
25329         to match that in the file.
25330
25331         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
25332         node listing of the info page menu.
25333
25334 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
25335
25336         [BZ #13550]
25337         * sysdeps/i386/bp-asm.h: Remove file.
25338         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
25339         (PARMS): Do not use macros from bp-asm.h.
25340         (S1): Likewise.
25341         (S2): Likewise.
25342         (SIZE): Likewise.
25343         (__mpn_add_n): Do not use BP_SYM
25344         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
25345         "bp-asm.h".
25346         (PARMS): Do not use macros from bp-asm.h.
25347         (S1): Likewise.
25348         (SIZE): Likewise.
25349         (__mpn_addmul_1): Do not use BP_SYM
25350         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
25351         "bp-asm.h".
25352         (PARMS): Do not use macros from bp-asm.h.
25353         (SIGMSK): Likewise.
25354         (_setjmp): Likewise.  Do not use BP_SYM.
25355         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
25356         "bp-asm.h".
25357         (PARMS): Do not use macros from bp-asm.h.
25358         (SIGMSK): Likewise.
25359         (setjmp): Likewise.  Do not use BP_SYM.
25360         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
25361         "bp-asm.h".
25362         (PARMS): Do not use macros from bp-asm.h.
25363         (__frexp): Do not use BP_SYM.
25364         (frexp): Likewise.
25365         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
25366         "bp-asm.h".
25367         (PARMS): Do not use macros from bp-asm.h.
25368         (__frexpf): Do not use BP_SYM.
25369         (frexpf): Likewise.
25370         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
25371         "bp-asm.h".
25372         (PARMS): Do not use macros from bp-asm.h.
25373         (__frexpl): Do not use BP_SYM.
25374         (frexpl): Likewise.
25375         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
25376         "bp-asm.h".
25377         (PARMS): Do not use macros from bp-asm.h.
25378         (__remquo): Do not use BP_SYM.
25379         (remquo): Likewise.
25380         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
25381         "bp-asm.h".
25382         (PARMS): Do not use macros from bp-asm.h.
25383         (__remquof): Do not use BP_SYM.
25384         (remquof): Likewise.
25385         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
25386         "bp-asm.h".
25387         (PARMS): Do not use macros from bp-asm.h.
25388         (__remquol): Do not use BP_SYM.
25389         (remquol): Likewise.
25390         * sysdeps/i386/i486/strcat.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         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
25396         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
25397         "bp-asm.h".
25398         (PARMS): Do not use macros from bp-asm.h.
25399         (strlen): Do not use BP_SYM.
25400         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
25401         "bp-asm.h".
25402         (PARMS): Do not use macros from bp-asm.h.
25403         (S1): Likewise.
25404         (S2): Likewise.
25405         (SIZE): Likewise.
25406         (__mpn_add_n): Do not use BP_SYM.
25407         * sysdeps/i386/i586/addmul_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_addmul_1): Do not use BP_SYM.
25413         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
25414         weak_alias.
25415         (bzero): Likewise.
25416         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
25417         "bp-asm.h".
25418         (PARMS): Do not use macros from bp-asm.h.
25419         (S): Likewise.
25420         (SIZE): Likewise.
25421         (__mpn_lshift): Do not use BP_SYM.
25422         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
25423         "bp-asm.h".
25424         (PARMS): Do not use macros from bp-asm.h.
25425         (DEST): Likewise.
25426         (SRC): Likewise.
25427         (LEN): Likewise.
25428         (memcpy): Likewise.  Do not use BP_SYM.
25429         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
25430         libc_hidden_def and weak_alias.
25431         (mempcpy): Do not use BP_SYM in weak_alias.
25432         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
25433         "bp-asm.h".
25434         (PARMS): Do not use macros from bp-asm.h.
25435         (DEST): Likewise.
25436         (LEN): Likewise.
25437         [!BZERO_P] (CHR): Likewise.
25438         (memset): Likewise.  Do not use BP_SYM.
25439         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
25440         "bp-asm.h".
25441         (PARMS): Do not use macros from bp-asm.h.
25442         (S1): Likewise.
25443         (SIZE): Likewise.
25444         (__mpn_mul_1): Do not use BP_SYM.
25445         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
25446         "bp-asm.h".
25447         (PARMS): Do not use macros from bp-asm.h.
25448         (S): Likewise.
25449         (SIZE): Likewise.
25450         (__mpn_rshift): Do not use BP_SYM.
25451         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
25452         "bp-asm.h".
25453         (PARMS): Do not use macros from bp-asm.h.
25454         (STR): Likewise.
25455         (CHR): Likewise.
25456         (strchr): Likewise.  Do not use BP_SYM.
25457         (index): Do not use BP_SYM in weak_alias.
25458         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
25459         "bp-asm.h".
25460         (PARMS): Do not use macros from bp-asm.h.
25461         (DEST): Likewise.
25462         (SRC): Likewise.
25463         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
25464         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
25465         "bp-asm.h".
25466         (PARMS): Do not use macros from bp-asm.h.
25467         (strlen): Do not use BP_SYM.
25468         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
25469         "bp-asm.h".
25470         (PARMS): Do not use macros from bp-asm.h.
25471         (S1): Likewise.
25472         (S2): Likewise.
25473         (SIZE): Likewise.
25474         (__mpn_sub_n): Do not use BP_SYM.
25475         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
25476         "bp-asm.h".
25477         (PARMS): Do not use macros from bp-asm.h.
25478         (S1): Likewise.
25479         (SIZE): Likewise.
25480         (__mpn_submul_1): Do not use BP_SYM.
25481         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
25482         "bp-asm.h".
25483         (PARMS): Do not use macros from bp-asm.h.
25484         (S1): Likewise.
25485         (S2): Likewise.
25486         (SIZE): Likewise.
25487         (__mpn_add_n): Do not use BP_SYM.
25488         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
25489         weak_alias.
25490         (bzero): Likewise.
25491         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
25492         "bp-asm.h".
25493         (PARMS): Do not use macros from bp-asm.h.
25494         (BLK2): Likewise.
25495         (LEN): Likewise.
25496         (memcmp): Do not use BP_SYM.
25497         (bcmp): Do not use BP_SYM in weak_alias.
25498         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
25499         "bp-asm.h".
25500         (PARMS): Do not use macros from bp-asm.h.
25501         (DEST): Likewise.
25502         (SRC): Likewise.
25503         (LEN): Likewise.
25504         (memcpy): Likewise.  Do not use BP_SYM.
25505         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
25506         "bp-asm.h".
25507         (PARMS): Do not use macros from bp-asm.h.
25508         (DEST): Likewise.
25509         (SRC): Likewise.
25510         (LEN): Likewise.
25511         (memmove): Likewise.  Do not use BP_SYM.
25512         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
25513         "bp-asm.h".
25514         (PARMS): Do not use macros from bp-asm.h.
25515         (DEST): Likewise.
25516         (SRC): Likewise.
25517         (LEN): Likewise.
25518         (__mempcpy): Likewise.  Do not use BP_SYM.
25519         (mempcpy): Do not use BP_SYM in weak_alias.
25520         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
25521         "bp-asm.h".
25522         (PARMS): Do not use macros from bp-asm.h.
25523         (DEST): Likewise.
25524         (LEN): Likewise.
25525         [!BZERO_P] (CHR): Likewise.
25526         (memset): Likewise.  Do not use BP_SYM.
25527         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
25528         "bp-asm.h".
25529         (PARMS): Do not use macros from bp-asm.h.
25530         (STR2): Likewise.
25531         (strcmp): Do not use BP_SYM.
25532         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
25533         "bp-asm.h".
25534         (PARMS): Do not use macros from bp-asm.h.
25535         (STR): Likewise.
25536         (DELIM): Likewise.
25537         [USE_AS_STRTOK_R] (SAVE): Likewise.
25538         (FUNCTION): Likewise.  Do not use BP_SYM.
25539         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
25540         aliases.
25541         (strtok_r): Likewise.
25542         (__GI___strtok_r): Likewise.
25543         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
25544         (PARMS): Do not use macros from bp-asm.h.
25545         (S): Likewise.
25546         (SIZE): Likewise.
25547         (__mpn_lshift): Do not use BP_SYM.
25548         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
25549         (PARMS): Do not use macros from bp-asm.h.
25550         (STR): Likewise.
25551         (CHR): Likewise.
25552         (__memchr): Do not use BP_SYM.
25553         (memchr): Do not use BP_SYM in weak_alias.
25554         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
25555         (PARMS): Do not use macros from bp-asm.h.
25556         (BLK2): Likewise.
25557         (LEN): Likewise.
25558         (memcmp): Do not use BP_SYM.
25559         (bcmp): Do not use BP_SYM in weak_alias.
25560         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
25561         (PARMS): Do not use macros from bp-asm.h.
25562         (S1): Likewise.
25563         (SIZE): Likewise.
25564         (__mpn_mul_1): Do not use BP_SYM.
25565         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
25566         "bp-asm.h".
25567         (PARMS): Do not use macros from bp-asm.h.
25568         (STR): Likewise.
25569         (CHR): Likewise.
25570         (__rawmemchr): Do not use BP_SYM.
25571         (rawmemchr): Do not use BP_SYM in weak_alias.
25572         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
25573         (PARMS): Do not use macros from bp-asm.h.
25574         (S): Likewise.
25575         (SIZE): Likewise.
25576         (__mpn_rshift): Do not use BP_SYM.
25577         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
25578         (PARMS): Do not use macros from bp-asm.h.
25579         (SIGMSK): Likewise.
25580         (__sigsetjmp): Likewise.  Do not use BP_SYM.
25581         * sysdeps/i386/start.S: Do not include "bp-sym.h".
25582         (_start): Do not use BP_SYM.
25583         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
25584         (PARMS): Do not use macros from bp-asm.h.
25585         (DEST): Likewise.
25586         (SRC): Likewise.
25587         (__stpcpy): Likewise.  Do not use BP_SYM.
25588         (stpcpy): Do not use BP_SYM in weak_alias.
25589         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
25590         "bp-asm.h".
25591         (PARMS): Do not use macros from bp-asm.h.
25592         (DEST): Likewise.
25593         (SRC): Likewise.
25594         (LEN): Likewise.
25595         (__stpncpy): Likewise.  Do not use BP_SYM.
25596         (stpncpy): Do not use BP_SYM in weak_alias.
25597         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
25598         (PARMS): Do not use macros from bp-asm.h.
25599         (STR): Likewise.
25600         (CHR): Likewise.
25601         (strchr): Likewise.  Do not use BP_SYM.
25602         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
25603         "bp-asm.h".
25604         (PARMS): Do not use macros from bp-asm.h.
25605         (STR): Likewise.
25606         (CHR): Likewise.
25607         (__strchrnul): Likewise.  Do not use BP_SYM.
25608         (strchrnul): Do not use BP_SYM in weak_alias.
25609         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
25610         "bp-asm.h".
25611         (PARMS): Do not use macros from bp-asm.h.
25612         (STOP): Likewise.
25613         (strcspn): Do not use BP_SYM.
25614         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
25615         "bp-asm.h".
25616         (PARMS): Do not use macros from bp-asm.h.
25617         (STR): Likewise.
25618         (STOP): Likewise.
25619         (strpbrk): Likewise.  Do not use BP_SYM.
25620         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
25621         "bp-asm.h".
25622         (PARMS): Do not use macros from bp-asm.h.
25623         (STR): Likewise.
25624         (CHR): Likewise.
25625         (strrchr): Likewise.  Do not use BP_SYM.
25626         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
25627         (PARMS): Do not use macros from bp-asm.h.
25628         (SKIP): Likewise.
25629         (strspn): Do not use BP_SYM.
25630         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
25631         (PARMS): Do not use macros from bp-asm.h.
25632         (STR): Likewise.
25633         (DELIM): Likewise.
25634         (SAVE): Likewise.
25635         (FUNCTION): Likewise.  Do not use BP_SYM.
25636         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
25637         aliases.
25638         (strtok_r): Likewise.
25639         (__GI___strtok_r): Likewise.
25640         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
25641         (PARMS): Do not use macros from bp-asm.h.
25642         (S1): Likewise.
25643         (S2): Likewise.
25644         (SIZE): Likewise.
25645         (__mpn_sub_n): Do not use BP_SYM.
25646         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
25647         "bp-asm.h".
25648         (PARMS): Do not use macros from bp-asm.h.
25649         (S1): Likewise.
25650         (SIZE): Likewise.
25651         (__mpn_submul_1): Do not use BP_SYM.
25652         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
25653         <bp-sym.h>.
25654         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
25655         and <bp-asm.h>.
25656         (PARMS): Do not use macros from bp-asm.h.
25657         (FLAGS): Likewise.
25658         (PTID): Likewise.
25659         (TLS): Likewise.
25660         (CTID): Likewise.
25661         (__clone): Do not use BP_SYM.
25662         (clone): Do not use BP_SYM in weak_alias.
25663         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
25664         and <bp-asm.h>.
25665         (PARMS): Do not use macros from bp-asm.h.
25666         (LEN): Likewise.
25667         (__mmap64): Do not use BP_SYM.
25668         (mmap64): Do not use BP_SYM in weak_alias.
25669         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
25670         <bp-sym.h> and <bp-asm.h>.
25671         (PARMS): Do not use macros from bp-asm.h.
25672         (__posix_fadvise64_l64): Do not use BP_SYM.
25673         * sysdeps/unix/sysv/linux/i386/semtimedop.S
25674         (PARMS): Do not use macros from bp-asm.h.
25675         (NSOPS): Likewise.
25676         (semtimedop): Do not use BP_SYM.
25677         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
25678         and <bp-asm.h>.
25679
25680 2013-02-21  Allan McRae  <allan@archlinux.org>
25681
25682         * manual/message.texi (Charset conversion in gettext):
25683         Move @end statement to beginning of line.
25684
25685 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25686
25687         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
25688         static.
25689         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
25690         Likewise.
25691
25692         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
25693         (denorm): Likewise.
25694         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
25695         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
25696
25697 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25698
25699         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
25700         tail-call to the resolved function if pltexit isn't needed.
25701
25702 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25703
25704         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
25705         or Y being zero as being unlikely.
25706         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
25707         Likewise.
25708
25709 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
25710
25711         * manual/nss.texi (System Databases and Name Service Switch):
25712         Remove frobnicate @pxref.
25713
25714 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
25715
25716         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
25717         __attribute__ ((unused)) to __attribute__ ((__unused__)).
25718
25719 2013-02-20  Petr Machata  <pmachata@redhat.com>
25720
25721         * elf/elf.h (R_ARM_TARGET1): New macro.
25722         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
25723         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
25724         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
25725         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
25726         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
25727         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
25728         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
25729         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
25730         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
25731         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
25732         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
25733         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
25734         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
25735         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
25736         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
25737         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
25738         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
25739         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
25740         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
25741         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
25742         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
25743         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
25744         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
25745         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
25746         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
25747         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
25748         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
25749         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
25750         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
25751         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
25752         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
25753         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
25754         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
25755         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
25756         (R_ARM_THM_GOT_BREL12): Likewise.
25757         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
25758         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
25759         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
25760         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
25761         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
25762         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
25763         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
25764         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
25765         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
25766
25767 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
25768
25769         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
25770         __attribute_used__ to __attribute__ ((unused)).
25771
25772 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
25773
25774         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
25775         powerpc mpa.c.
25776         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
25777         comment formatting.
25778         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
25779
25780 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
25781
25782         [BZ #13550]
25783         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
25784         Remove macro.
25785         (ENTER): Remove both macro definitions.
25786         (LEAVE): Likewise.
25787         (CHECK_BOUNDS_LOW): Likewise.
25788         (CHECK_BOUNDS_HIGH): Likewise.
25789         (CHECK_BOUNDS_BOTH): Likewise.
25790         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
25791         (RETURN_BOUNDED_POINTER): Likewise.
25792         (RETURN_NULL_BOUNDED_POINTER): Likewise.
25793         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
25794         (POP_ERRNO_LOCATION_RETURN): Likewise.
25795         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
25796         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25797         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
25798         macros.
25799         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25800         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
25801         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
25802         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
25803         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
25804         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
25805         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
25806         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
25807         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
25808         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
25809         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
25810         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
25811         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25812         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
25813         removed macros.
25814         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25815         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
25816         macros.
25817         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25818         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
25819         * sysdeps/i386/i586/memset.S (memset): Likewise.
25820         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
25821         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25822         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
25823         macros.
25824         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25825         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
25826         Change uses of L(2) to L(out).
25827         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
25828         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
25829         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
25830         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25831         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
25832         removed macros.
25833         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25834         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
25835         macros.
25836         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25837         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
25838         (RETURN): Do not use macro LEAVE.
25839         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
25840         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
25841         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
25842         * sysdeps/i386/i686/memset.S (memset): Likewise.
25843         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
25844         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
25845         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
25846         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
25847         Likewise.
25848         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25849         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
25850         L(1_2) and L(1_3) into L(1).
25851         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
25852         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
25853         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25854         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
25855         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
25856         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
25857         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
25858         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25859         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
25860         macros.
25861         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
25862         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25863         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
25864         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
25865         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
25866         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
25867         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
25868         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
25869         * sysdeps/i386/strcspn.S (strcspn): Likewise.
25870         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
25871         * sysdeps/i386/strrchr.S (strrchr): Likewise.
25872         * sysdeps/i386/strspn.S (strspn): Likewise.
25873         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
25874         conditional code.
25875         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25876         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
25877         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
25878         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
25879         L(1_3) into L(1_1).
25880         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
25881         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25882         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
25883         macros.
25884         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25885
25886 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
25887
25888         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
25889         macro.
25890
25891 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25892
25893         * math/atest-exp.c (exp_mpn): Remove ROUND.
25894         * math/atest-exp2.c (exp_mpn): Likewise.
25895         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
25896
25897         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
25898         * stdlib/tst-tls-atexit-lib.c: Likewise.
25899         * stdlib/tst-tls-atexit.c: Likewise.
25900
25901 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25902
25903         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
25904         and __attribute_alloc_size__.
25905
25906 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25907
25908         * include/programs/xmalloc.h: Change __attribute_alloc_size to
25909         __attribute_alloc_size__.
25910         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
25911         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
25912
25913 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25914
25915         * include/programs/xmalloc.h: New file.
25916         * catgets/gencat.c: Include it.
25917         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
25918         * elf/pldd.c: Likewise.
25919         * iconv/iconv_charmap.c: Likewise.
25920         * iconv/iconvconfig.c: Likewise.
25921         * iconv/strtab.c: Likewise.
25922         * locale/programs/locale.c: Likewise.
25923         * locale/programs/localedef.h: Likewise.
25924         * locale/programs/simple-hash.c: Likewise.
25925         * nscd/nscd.h: Likewise.
25926         * nss/makedb.c: Likewise.
25927         * sysdeps/generic/ldconfig.h: Likewise.
25928
25929 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25930
25931         * Versions.def: Add GLIBC_2.18.
25932         * include/link.h (struct link_map): New member l_tls_dtor_count.
25933         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
25934         (__call_tls_dtors): Likewise.
25935         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
25936         __cxa_thread_atexit_impl.
25937         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
25938         Likewise.
25939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
25940         Likewise.
25941         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
25942         Likewise.
25943         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
25944         Likewise.
25945         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
25946         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
25947         Likewise.
25948         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
25949         Likewise.
25950         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
25951         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
25952         Likewise.
25953         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
25954         (tests): Add test case tst-tls-atexit.
25955         (modules-names): Add shared library for tst-tls-atexit.
25956         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
25957         (GLIBC_PRIVATE): Add __call_tls_dtors.
25958         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
25959         for libstdc++.
25960         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
25961         * stdlib/tst-tls-atexit.c: New test case.
25962         * stdlib/tst-tls-atexit-lib.c: New test case.
25963
25964         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
25965
25966         * elf/Versions (ld): Add _dl_find_dso_for_object.
25967         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
25968         * elf/dl-open.c (_dl_find_dso_for_object): New function.
25969         (dl_open_worker): Use _dl_find_dso_for_object.
25970         * elf/dl-sym.c (do_sym): Likewise.
25971         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
25972
25973 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25974
25975         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
25976         Syntactic changes only.
25977         (_dl_runtime_profile): Do a tail-call to the resolved function.
25978
25979 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
25980
25981         [BZ #13550]
25982         * sysdeps/x86_64/bp-asm.h: Remove file.
25983         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
25984         <bp-sym.h> and <bp-asm.h>.
25985         (__clone): Do not use BP_SYM.
25986         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
25987         <bp-sym.h> and <bp-asm.h>.
25988         * sysdeps/unix/x86_64/sysdep.S: Likewise.
25989         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
25990         "bp-asm.h".
25991         (_setjmp): Do not use BP_SYM.
25992         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
25993         "bp-asm.h".
25994         (setjmp): Do not use BP_SYM.
25995         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
25996         libc_hidden_def.
25997         (mempcpy): Do not use BP_SYM in weak_alias.
25998         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
25999         "bp-asm.h".
26000         (strchr): Do not use BP_SYM.
26001         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
26002         "bp-asm.h".
26003         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
26004         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
26005         (_start): Do not use BP_SYM.
26006         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
26007         "bp-asm.h".
26008         (strcat): Do not use BP_SYM.
26009         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
26010         "bp-asm.h".
26011         (STRCMP): Do not use BP_SYM.
26012         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
26013         "bp-asm.h".
26014         (STRCPY): Do not use BP_SYM.
26015         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
26016         "bp-asm.h".
26017         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
26018         "bp-asm.h".
26019         (FUNCTION): Do not use BP_SYM.
26020         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
26021         weak_alias.
26022         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
26023
26024 2013-02-17  Andreas Jaeger  <aj@suse.de>
26025
26026         * time/Versions: Sort entries.
26027         * string/Versions: Likewise.
26028         * resolv/Versions: Likewise.
26029         * posix/Versions: Likewise.
26030         * iconv/Versions: Likewise.
26031         * elf/Versions: Likewise.
26032         * wcsmbs/Versions: Likewise.
26033
26034 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26035
26036         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
26037         loop termination condition.
26038
26039         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
26040         variable to calculate EZ.
26041         (__sqr): Likewise.
26042
26043         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
26044         the lower precision input.
26045
26046 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
26047
26048         [BZ #13550]
26049         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
26050         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
26051         (run-via-rtld-prefix): Do not handle %-bp tests.
26052         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
26053         (all-object-suffixes): Remove .ob.
26054         (bppfx): Remove variable.
26055         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
26056         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
26057         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
26058         [$(build-bounded) = yes] (libtype.ob): Likewise.
26059         * Makerules (elide-routines.ob): Remove variable.
26060         (do-tests-clean): Do not handle *-bp.out.
26061         (common-mostlyclean): Do not handle *-bp and *-bp.out.
26062         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
26063         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
26064         (tests): Do not include $(tests-bp.out).
26065         (xtests): Do not include $(xtests-bp.out).
26066         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
26067         [$(build-bounded) = yes] ($(addprefix
26068         $(objpfx),$(binaries-bounded))): Remove rule.
26069         ($(objpfx)%-bp.out): Remove rule.
26070         * config.make.in (build-bounded): Remove variable.
26071         * crypt/Makefile [$(build-bounded) = yes]
26072         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
26073         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
26074         append to variable.
26075         [$(build-bounded) = yes] (install-lib): Likewise.
26076         [$(build-bounded) = yes] (generated): Likewise.
26077         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
26078         Remove rule.
26079         * intl/Makefile [$(build-bounded) = yes]
26080         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
26081         * math/Makefile [$(build-bounded) = yes]
26082         ($(tests:%=$(objpfx)%-bp): Likewise.
26083         * misc/Makefile [$(build-bounded) = yes]
26084         ($(objpfx)tst-tsearch-bp): Likewise.
26085         * nptl/Makeconfig (bounded-thread-library): Remove variable.
26086         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
26087         Remove dependency.
26088         * string/Makefile (o-objects.ob): Remove variable.
26089         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
26090         (CFLAGS-.ob): Remove variable.
26091         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
26092         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
26093         both definitions of variable.
26094         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
26095         (ASFLAGS-.ob): Remove variable.
26096
26097 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
26098
26099         [BZ #13550]
26100         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
26101         Remove __BOUNDED_POINTERS__ from condition.
26102         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
26103         * string/bits/string2.h [!__NO_STRING_INLINES &&
26104         !__BOUNDED_POINTERS__]: Likewise.
26105         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
26106         Likewise.
26107         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
26108         Remove conditional code.
26109         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
26110         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
26111         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
26112         condition.
26113
26114         [BZ #13550]
26115         * csu/libc-start.c: Do not include <bp-sym.h>.
26116         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
26117         * elf/dl-open.c: Do not include <bp-sym.h>.
26118         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
26119         * math/fegetenv.c: Do not include <bp-sym.h>.
26120         (fegetenv): Do not use BP_SYM in versioned symbols.
26121         * nptl/sysdeps/pthread/bits/libc-lockP.h
26122         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
26123         <bp-sym.h>.
26124         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26125         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
26126         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26127         (__pthread_mutex_destroy): Likewise.
26128         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26129         (__pthread_mutex_lock): Likewise.
26130         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26131         (__pthread_mutex_trylock): Likewise.
26132         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26133         (__pthread_mutex_unlock): Likewise.
26134         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26135         (__pthread_mutexattr_init): Likewise.
26136         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26137         (__pthread_mutexattr_destroy): Likewise.
26138         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26139         (__pthread_mutexattr_settype): Likewise.
26140         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26141         (__pthread_rwlock_init): Likewise.
26142         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26143         (__pthread_rwlock_destroy): Likewise.
26144         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26145         (__pthread_rwlock_rdlock): Likewise.
26146         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26147         (__pthread_rwlock_tryrdlock): Likewise.
26148         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26149         (__pthread_rwlock_wrlock): Likewise.
26150         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26151         (__pthread_rwlock_trywrlock): Likewise.
26152         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26153         (__pthread_rwlock_unlock): Likewise.
26154         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26155         (__pthread_key_create): Likewise.
26156         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26157         (__pthread_setspecific): Likewise.
26158         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26159         (__pthread_getspecific): Likewise.
26160         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
26161         Likewise.
26162         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26163         (_pthread_cleanup_push_defer): Likewise.
26164         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26165         (_pthread_cleanup_pop_restore): Likewise.
26166         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26167         (pthread_setcancelstate): Likewise.
26168         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
26169         <bp-sym.h>.
26170         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
26171         (memchr): Do not use BP_SYM in weak_alias.
26172         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
26173         (fegetenv): Do not use BP_SYM in versioned symbols.
26174         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
26175         (fesetenv): Do not use BP_SYM in versioned symbols.
26176         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
26177         (feupdateenv): Do not use BP_SYM in versioned symbols.
26178         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
26179         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
26180         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
26181         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
26182         (open64): Do not use BP_SYM in weak_alias.
26183         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
26184         (fegetenv): Do not use BP_SYM in versioned symbols.
26185         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
26186         (fesetenv): Do not use BP_SYM in versioned symbols.
26187         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
26188         (feupdateenv): Do not use BP_SYM in versioned symbols.
26189         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
26190         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
26191         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
26192         (feraiseexcept): Do not use BP_SYM in versioned symbols.
26193         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
26194         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
26195         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
26196         <bp-sym.h>.
26197         (__libc_start_main): Do not use BP_SYM.
26198
26199 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26200
26201         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
26202         redundant return line.
26203         (norm): Likewise.
26204         (denorm): Likewise.
26205         (dbl_mp): Likewise.
26206         (sub_magnitudes): Likewise.
26207         (__add): Likewise.
26208         (__sub): Likewise.
26209         (__mul): Likewise.
26210         (__inv): Likewise.
26211         (__dvd): Likewise.
26212         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
26213         (norm): Likewise.
26214         (denorm): Likewise.
26215         (dbl_mp): Likewise.
26216         (sub_magnitudes): Likewise.
26217         (__add): Likewise.
26218         (__sub): Likewise.
26219         (__mul): Likewise.
26220         (__inv): Likewise.
26221         (__dvd): Likewise.
26222
26223         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
26224         instead of __mul.
26225         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
26226         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
26227         (cc32): Likewise.
26228
26229         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
26230         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
26231         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
26232         of __mul for squares.
26233         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
26234         function
26235         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
26236         Likewise.
26237         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
26238         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
26239
26240 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
26241
26242         [BZ #13550]
26243         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
26244         code.
26245         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
26246         prototype or function definition.  Rename ubp_* variables and
26247         parameters.  Remove argv definitions conditional on
26248         [__BOUNDED_POINTERS__].
26249         * debug/backtrace.c (__backtrace): Do not use __unbounded.
26250         * elf/dl-runtime.c (_dl_fixup): Likewise.
26251         * include/set-hooks.h (RUN_HOOK): Likewise.
26252         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
26253         definition.
26254         * string/strcpy.c (strcpy): Do not use __unbounded.
26255         * sysdeps/generic/frame.h (struct layout): Likewise.
26256         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
26257         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
26258         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
26259         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
26260         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
26261         (__backtrace): Likewise.
26262         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
26263         use __ptrvalue.
26264         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
26265         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
26266         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
26267         Likewise.
26268         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
26269         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
26270         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
26271         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
26272         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
26273         Do not use __unbounded.
26274         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
26275         Rename __unboundedrlimits parameter to rlimits in prototype.
26276         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
26277         Do not use __unbounded.
26278         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
26279         not use __ptrvalue.
26280         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
26281         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
26282         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
26283         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
26284         __ptrvalue or __unbounded.
26285         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
26286         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
26287         use __unbounded.
26288         (__new_msgctl): Do not use __ptrvalue.
26289         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
26290         __unbounded.
26291         (__libc_msgrcv): Do not use __ptrvalue.
26292         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
26293         startup_info): Do not use __unbounded.
26294         (__libc_start_main): Likewise.  Rename ubp_* variables and
26295         parameters.  Remove argv definitions conditional on
26296         [__BOUNDED_POINTERS__].
26297         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
26298         __ptrvalue.
26299         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
26300         use __unbounded.
26301         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
26302         or __ptrvalue.
26303         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
26304         use __unbounded.
26305         (__new_shmctl): Do not use __ptrvalue.
26306         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
26307         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
26308         Likewise.
26309         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
26310         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
26311         (__libc_sigaction): Likewise.
26312         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
26313         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
26314         Likewise.
26315         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
26316
26317 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
26318
26319         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
26320
26321         * string/mempcpy.c: Implement by calling memcpy.
26322
26323 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
26324
26325         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
26326
26327         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
26328         evaluation.
26329
26330         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
26331         values in the mantissa.
26332
26333         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
26334         minimize writes to Z.
26335         (sub_magnitudes): Simplify code a bit.
26336
26337 2013-02-12  Roland McGrath  <roland@hack.frob.com>
26338
26339         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
26340         from the message.  The linker prefixes all warnings with that already.
26341
26342 2013-02-12  Andreas Schwab  <schwab@suse.de>
26343
26344         [BZ #15078]
26345         * posix/regexec.c (extend_buffers): Add parameter min_len.
26346         (check_matching): Pass minimum needed length.
26347         (clean_state_log_if_needed): Likewise.
26348         (get_subexp): Likewise.
26349         * posix/Makefile (tests): Add bug-regex34.
26350         (bug-regex34-ENV): Define.
26351         * posix/bug-regex34.c: New file.
26352
26353         [BZ #11561]
26354         * posix/regcomp.c (parse_bracket_exp): When looking up collating
26355         elements compare against the byte sequence of it, not its name.
26356         * posix/Makefile (tests): Add bug-regex35.
26357         (bug-regex35-ENV): Define.
26358         * posix/bug-regex35.c: New file.
26359
26360 2013-02-11  Tom de Vries  <tom@codesourcery.com>
26361
26362         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
26363         comment.
26364         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
26365         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
26366         (CHECK_EOL): Add undef.
26367
26368 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
26369
26370         * bits/stdlib-bsearch.h: New file.
26371         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
26372         * stdlib/stdlib.h: Likewise.
26373
26374 2013-02-11  Roland McGrath  <roland@hack.frob.com>
26375
26376         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
26377         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
26378         declaration.
26379         * manual/search.texi (Array Search Function): Add missing const in
26380         lfind prototype.
26381         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
26382         declaration to use rlim_t.
26383         (Basic Scheduling Functions): Remove erroneous const from
26384         sched_getparam prototype.  Remove erroneous * from
26385         sched_get_priority_max and sched_get_priority_min prototypes.
26386         (Resource Usage): Fix summary @comment on vtimes to refer to
26387         sys/vtimes.h rather than vtimes.h.
26388         Add missing *s in vtimes prototype.
26389         (Limits on Resources): Fix ulimit prototype to return long int.
26390         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
26391         prototypes to use long int rather than double.
26392         (BSD Random): Fix initstate and setstate to use char *, not void *.
26393         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
26394         prototype to make second argument 'struct aiocb64 *const[]'.
26395         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
26396         (Status of AIO Operations): Remove erroneous const in aio_return and
26397         aio_return64 prototypes.
26398         (Synchronizing I/O): Fix sync prototype to return void.
26399         * manual/startup.texi (Suboptions): Remove an erroneous const in
26400         getsubopt prototype.
26401         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
26402         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
26403         use size_t rather than int.
26404         (Scanning All Users): Likewise for getpwent_r.
26405         (Setting Groups): Add missing const to setgroups prototype.
26406         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
26407         * manual/socket.texi (Host Names): Fix gethostbyaddr and
26408         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
26409         'const void *' rather than 'const char *'.
26410         (Host Address Functions): Likewise for inet_ntop.
26411         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
26412         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
26413         ssize_t for return value.
26414         (Sending Data): Likewise for send, sendto, sendmsg.
26415         (Socket Option Functions): Add a missing const in setsockopt prototype.
26416         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
26417         use wchar_t for the argument.
26418         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
26419         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
26420         take no arguments.
26421         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
26422         double/float/long double for second argument.
26423         Fix return types of significand, significandf, significandl.
26424         * manual/filesys.texi (Setting Permissions): Use mode_t for second
26425         argument in fchmod prototype.
26426         (File Owner): Use uid_t and gid_t in fchown prototype.
26427         (File Times): Add const to utimes, futimes, and lutimes prototypes.
26428         (Making Special Files): Use mode_t and dev_t in mknod prototype.
26429         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
26430         use 'const struct dirent **' as argument types to CMP function pointer
26431         argument.
26432         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
26433         (File Times): Fix summary magic @comment for struct utimbuf and utime
26434         to refer to utime.h, not time.h.
26435         * manual/string.texi (Argz Functions): Add missing const in
26436         argz_extract and argz_next prototypes.
26437         (Finding Tokens in a String): Likewise for basename.
26438         (String/Array Comparison): Fix typo in wcscasecmp prototype.
26439         (Copying and Concatenation): Fix typo in wmemmove prototype.
26440         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
26441         (Signal Stack): Remove erroneous const in sigstack prototype.
26442         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
26443         prototype.
26444         (Simple Calendar Time): Likewise for stime.
26445         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
26446         prototype.
26447         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
26448         say sys/sysctl.h instead.
26449         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
26450         and vsyslog prototypes.
26451
26452 2013-02-11  Tom de Vries  <tom@codesourcery.com>
26453
26454         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
26455         Remove.
26456
26457 2013-02-11  Roland McGrath  <roland@hack.frob.com>
26458
26459         * misc/sys/mman.h: Fix typo in mremap comment.
26460
26461 2013-02-08  Roland McGrath  <roland@hack.frob.com>
26462
26463         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
26464         the '\0' terminator.
26465
26466 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
26467
26468         [BZ #13550]
26469         * debug/segfault.c: Don't include <bp-checks.h>.
26470         * sysdeps/generic/bp-checks.h: Remove file.
26471         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
26472         (__GETDENTS): Don't use CHECK_N.
26473         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
26474         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
26475         (__getgroups): Don't use CHECK_N.
26476         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
26477         (setgroups): Don't use CHECK_N.
26478         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
26479         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
26480         (__libc_msgrcv): Don't use CHECK_N.
26481         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
26482         (__libc_msgsnd): Don't use CHECK_N.
26483         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
26484         <bp-checks.h>.
26485         (__libc_pread): Don't use CHECK_N.
26486         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
26487         include <bp-checks.h>.
26488         (__libc_pread64): Don't use CHECK_N.
26489         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
26490         include <bp-checks.h>.
26491         (__libc_pwrite): Don't use CHECK_N.
26492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
26493         include <bp-checks.h>.
26494         (__libc_pwrite64): Don't use CHECK_N.
26495         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
26496         <bp-checks.h>.
26497         (__libc_pread): Don't use CHECK_N.
26498         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
26499         include <bp-checks.h>.
26500         (__libc_pread64): Don't use CHECK_N.
26501         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
26502         include <bp-checks.h>.
26503         (__libc_pwrite): Don't use CHECK_N.
26504         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
26505         include <bp-checks.h>.
26506         (__libc_pwrite64): Don't use CHECK_N.
26507         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
26508         (do_pread): Don't use CHECK_N.
26509         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
26510         (do_pread64): Don't use CHECK_N.
26511         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
26512         (do_pwrite): Don't use CHECK_N.
26513         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
26514         (do_pwrite64): Don't use CHECK_N.
26515         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
26516         (__libc_readv): Don't use CHECK_N.
26517         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
26518         (semop): Don't use CHECK_N.
26519         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
26520         <bp-checks.h>.
26521         (semtimedop): Don't use CHECK_N.
26522         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
26523         (__libc_pread): Don't use CHECK_N.
26524         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
26525         <bp-checks.h>.
26526         (__libc_pread64): Don't use CHECK_N.
26527         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
26528         <bp-checks.h>.
26529         (__libc_pwrite): Don't use CHECK_N.
26530         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
26531         <bp-checks.h>.
26532         (__libc_pwrite64): Don't use CHECK_N.
26533         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
26534         <bp-checks.h>.
26535         (__libc_msgrcv): Don't use CHECK_N.
26536         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
26537         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
26538         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
26539         (__libc_writev): Don't use CHECK_N.
26540
26541 2013-02-08  Roland McGrath  <roland@hack.frob.com>
26542
26543         * string/strcpy.c: Removed unused variable.
26544
26545         * Makeconfig (+sysdep-includes): Define with := rather than =.
26546         Use an existing include/ subdir of each sysdeps dir before it.
26547
26548 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
26549
26550         * nscd/connection.c (register_traced_file): Comment function.
26551         [HAVE_INOTIFY] (union __inev): Define.
26552         [HAVE_INOTIFY] (inotify_check_files): New function.
26553         [HAVE_INOTIFY] (clear_db_cache): Likewise.
26554         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
26555         clear_db_cache.
26556         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
26557
26558 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
26559
26560         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
26561         loaded if not already and that a failure is permanent.
26562
26563 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
26564
26565         [BZ #15006]
26566         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
26567         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
26568
26569 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
26570
26571         [BZ #13550]
26572         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
26573         (CHECK_1_NULL_OK): Likewise.
26574         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
26575         (__fxstat): Do not use CHECK_1.
26576         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
26577         <bp-checks.h>.
26578         (___fxstat64): Do not use CHECK_1.
26579         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
26580         <bp-checks.h>.
26581         (__fxstatat): Do not use CHECK_1.
26582         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
26583         <bp-checks.h>.
26584         (__fxstatat64): Do not use CHECK_1.
26585         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
26586         <bp-checks.h>.
26587         (__fxstat): Do not use CHECK_1.
26588         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
26589         <bp-checks.h>.
26590         (__fxstatat): Do not use CHECK_1.
26591         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
26592         <bp-checks.h>.
26593         (__getresgid): Do not use CHECK_1.
26594         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
26595         <bp-checks.h>.
26596         (__getresuid): Do not use CHECK_1.
26597         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
26598         <bp-checks.h>.
26599         (__lxstat): Do not use CHECK_1.
26600         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
26601         <bp-checks.h>.
26602         (__old_msgctl): Do not use CHECK_1.
26603         (__new_msgctl): Likewise.
26604         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
26605         <bp-checks.h>.
26606         (__new_setrlimit): Do not use CHECK_1.
26607         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
26608         <bp-checks.h>.
26609         (__old_shmctl): Do not use CHECK_1.
26610         (__new_shmctl): Likewise.
26611         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
26612         <bp-checks.h>.
26613         (__xstat): Do not use CHECK_1.
26614         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
26615         (__lxstat): Do not use CHECK_1.
26616         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
26617         <bp-checks.h>.
26618         (___lxstat64): Do not use CHECK_1.
26619         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
26620         (__old_msgctl): Do not use CHECK_1.
26621         (__new_msgctl): Likewise.
26622         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
26623         <bp-checks.h>.
26624         (__gettimeofday): Do not use CHECK_1.
26625         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
26626         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
26627         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
26628         <bp-checks.h>.
26629         (__gettimeofday): Do not use CHECK_1.
26630         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
26631         (__old_shmctl): Do not use CHECK_1_NULL_OK.
26632         (__new_shmctl): Do not use CHECK_1.
26633         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
26634         <bp-checks.h>.
26635         (do_sigtimedwait): Do not use CHECK_1.
26636         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
26637         <bp-checks.h>.
26638         (do_sigwaitinfo): Do not use CHECK_1.
26639         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
26640         <bp-checks.h>.
26641         (msgctl): Do not use CHECK_1.
26642         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
26643         <bp-checks.h>.
26644         (shmctl): Do not use CHECK_1.
26645         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
26646         (ustat): Do not use CHECK_1.
26647         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
26648         <bp-checks.h>.
26649         (__fxstat): Do not use CHECK_1.
26650         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
26651         <bp-checks.h>.
26652         (__fxstatat): Do not use CHECK_1.
26653         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
26654         <bp-checks.h>.
26655         (__lxstat): Do not use CHECK_1.
26656         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
26657         <bp-checks.h>.
26658         (__xstat): Do not use CHECK_1.
26659         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
26660         (__xstat): Do not use CHECK_1.
26661         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
26662         (___xstat64): Do not use CHECK_1.
26663
26664         [BZ #13550]
26665         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
26666         definitions.
26667         (CHECK_BOUNDS_HIGH): Likewise.
26668         * string/strcpy.c: Do not include <bp-checks.h>.
26669         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
26670
26671 2013-02-07  Roland McGrath  <roland@hack.frob.com>
26672
26673         * nscd/nscd-client.h (__nscd_drop_map_ref):
26674         Add __attribute__ ((unused)).
26675         * nis/nss-nisplus.h (niserr2nss): Likewise.
26676
26677         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
26678         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
26679
26680         * csu/libc-tls.c (init_static_tls, init_slotinfo):
26681         Remove inline keyword.
26682         * include/rounding-mode.h (round_away): Likewise.
26683         * libio/wfileops.c (adjust_wide_data): Likewise.
26684         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
26685         (__m128i_strloadu_tolower): Likewise.
26686         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
26687         (__m128i_strloadu_tolower): Likewise.
26688         * time/mktime.c (ydhms_diff): Likewise.
26689         * locale/elem-hash.h (elem_hash): Likewise.
26690         * locale/setlocale.c (setdata): Likewise.
26691         * posix/regex_internal.h (re_string_char_size_at): Likewise.
26692         (re_string_wchar_at): Likewise.
26693         (bitset_not, bitset_merge, bitset_mask): Likewise.
26694         [!(__GNUC__ > 3)] (inline): Remove macro.
26695         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
26696         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
26697         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
26698         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
26699         * string/memcmp.c (memcmp_bytes): Likewise.
26700         * locale/programs/locarchive.c (compute_hashval): Likewise.
26701         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
26702         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
26703         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
26704         * nss/getent.c (print_rpc, print_protocols): Likewise.
26705         (print_passwd, print_group, print_aliases): Likewise.
26706         * nis/nss-nisplus.h (niserr2nss): Likewise.
26707         * nscd/connections.c (restart_p): Likewise.
26708         Change return type to bool.
26709
26710 2013-02-05  Roland McGrath  <roland@hack.frob.com>
26711
26712         * Makeconfig (all-Depend-files): Add existing
26713         $(sorted-subdirs:=/Depend) files.
26714         (all-subdirs): Remove nss.
26715         * sysdeps/unix/inet/Subdirs: Add it here instead.
26716         * hesiod/Depend: New file.
26717
26718         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
26719         instead of calling alloca.
26720
26721         * io/lseek.c (__lseek): Rename to __libc_lseek.
26722         Define __lseek as an alias.
26723
26724         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
26725
26726 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
26727
26728         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
26729         else clause and remove check for non-standard endianness.
26730
26731 2013-02-04  David S. Miller  <davem@davemloft.net>
26732
26733         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26734
26735 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
26736
26737         [BZ #13550]
26738         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
26739         (__ubp_memchr): Remove prototype.
26740         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
26741         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
26742         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
26743         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
26744         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
26745         Remove alias.
26746         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
26747         (__ubp_memchr): Likewise.
26748         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
26749         (__ubp_memchr): Likewise.
26750         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
26751         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
26752         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
26753         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
26754         CHECK_STRING.
26755         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
26756         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
26757         (__getcwd): Do not use CHECK_STRING.
26758         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
26759         <bp-checks.h>.
26760         (__real_chown): Do not use CHECK_STRING.
26761         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
26762         <bp-checks.h>.
26763         (fchownat): Do not use CHECK_STRING.
26764         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
26765         CHECK_STRING.
26766         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
26767         <bp-checks.h>.
26768         (__lchown): Do not use CHECK_STRING.
26769         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
26770         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
26771         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
26772         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
26773         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
26774         include <bp-checks.h>.
26775         (truncate64): Do not use CHECK_STRING.
26776         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
26777         <bp-checks.h>.
26778         (__real_chown): Do not use CHECK_STRING.
26779         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
26780         <bp-checks.h>.
26781         (__lchown): Do not use CHECK_STRING.
26782         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
26783         <bp-checks.h>.
26784         (__chown): Do not use CHECK_STRING.
26785         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
26786         <bp-checks.h>.
26787         (truncate64): Do not use CHECK_STRING.
26788         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
26789         Likewise.
26790         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
26791         (__xmknod): Do not use CHECK_STRING.
26792         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
26793         <bp-checks.h>.
26794         (__xmknodat): Do not use CHECK_STRING.
26795         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
26796         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
26797
26798 2013-02-04  Andreas Schwab  <schwab@suse.de>
26799
26800         [BZ #14142]
26801         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
26802         * include/netdb.h: Likewise for h_errno.
26803         * elf/tst-stackguard1.c: Include <tls.h>.
26804
26805 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
26806
26807         * elf/link.h (struct link_map): Extend the l_addr comment.
26808         * include/link.h (struct link_map): Likewise.
26809
26810 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
26811
26812         [BZ #13550]
26813         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
26814         (BOUNDED_1): Remove macro.
26815         * debug/backtrace.c: Don't include <bp-checks.h>.
26816         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
26817         (__backtrace): Likewise.
26818         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
26819         <bp-checks.h>.
26820         (__backtrace): Don't use BOUNDED_1.
26821         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
26822         <bp-checks.h>.
26823         (__backtrace): Don't use BOUNDED_1.
26824         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
26825         (__backtrace): Don't use BOUNDED_1.
26826         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
26827         (shmat): Don't use BOUNDED_N.
26828
26829 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
26830
26831         [BZ #13550]
26832         * sysdeps/generic/bp-start.h: Remove file.
26833         * csu/libc-start.c: Don't include <bp-start.h>.
26834         (LIBC_START_MAIN): Set up __environ directly instead of using
26835         INIT_ARGV_and_ENVIRON.
26836         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
26837         <bp-start.h>.
26838
26839         [BZ #13550]
26840         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
26841         definitions.
26842         (CHECK_FCNTL): Likewise.
26843         (CHECK_N_PAGES): Likewise.
26844
26845         [BZ #13550]
26846         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
26847         definitions.
26848         (CHECK_SIGSET_NULL_OK): Likewise.
26849         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
26850         <bp-checks.h>.
26851         (sigpending): Don't use CHECK_SIGSET.
26852         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
26853         <bp-checks.h>.
26854         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26855         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
26856         <bp-checks.h>.
26857         (do_sigsuspend): Don't use CHECK_SIGSET.
26858         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
26859         use CHECK_SIGSET.
26860         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
26861         (do_sigwait): Don't use CHECK_SIGSET.
26862         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
26863         use CHECK_SIGSET.
26864         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
26865         include <bp-checks.h>.
26866         (sigpending): Don't use CHECK_SIGSET.
26867         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
26868         include <bp-checks.h>.
26869         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26870         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
26871         <bp-checks.h>.
26872         (sigpending): Don't use CHECK_SIGSET.
26873         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
26874         <bp-checks.h>.
26875         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26876
26877         [BZ #13550]
26878         * sysdeps/generic/bp-semctl.h: Remove file.
26879         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
26880         <bp-checks.h> and <bp-semctl.h>.
26881         (__old_semctl): Don't use CHECK_SEMCTL.
26882         (__new_semctl): Likewise.
26883         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
26884         and <bp-semctl.h>.
26885         (__old_semctl): Don't use CHECK_SEMCTL.
26886         (__new_semctl): Likewise.
26887         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
26888         <bp-checks.h> and <bp-semctl.h>.
26889         (__old_semctl): Don't use CHECK_SEMCTL.
26890         (__new_semctl): Likewise.
26891         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
26892         <bp-checks.h> and <bp-semctl.h>.
26893         (semctl): Don't use CHECK_SEMCTL.
26894
26895         [BZ #13550]
26896         * Makerules (elide-bp-thunks): Remove variable.
26897         (elide-routines.oS): Don't use $(elide-bp-thunks).
26898         (elide-routines.os): Likewise.
26899         (elide-routines.o): Likewise.
26900         (elide-routines.op): Likewise.
26901         (elide-routines.og): Likewise.
26902         (objects): Don't use $(bp-thunks).
26903         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
26904         include.
26905         (common-generated): Do not add s-proto-bp.d.
26906         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
26907         (int): Likewise.
26908         (typ): Likewise.
26909         Do not generate makefile rules for bounded-pointer thunks.
26910         * sysdeps/generic/bp-thunks.h: Remove file.
26911         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
26912         * sysdeps/unix/s-proto-bp.S: Likewise.
26913
26914         [BZ #15062]
26915         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
26916         parts of result separately when argument is not close to line from
26917         -i to i and one part of argument is small.
26918         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26919         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26920         * math/libm-test.inc (cacos_test): Add more tests.
26921         (casin_test): Likewise.
26922         (casinh_test): Likewise.
26923         * sysdeps/i386/fpu/libm-test-ulps: Update.
26924         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26925
26926 2013-01-31  David S. Miller  <davem@davemloft.net>
26927
26928         * po/de.po: Update from translation team.
26929
26930 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
26931
26932         * time/tzfile.c: Include stdint.h for SIZE_MAX.
26933
26934 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
26935
26936         * configure.in (_AC_PROG_CC_C89): New definition.
26937         * configure: Regenerate.
26938
26939         * configure.in (AC_PROG_CPP): New definition.
26940         * configure: Regenerate.
26941
26942 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
26943
26944         * debug/tst-backtrace.h: New file.
26945         * debug/tst-backtrace2.c: Include tst-backtrace.h.
26946         (ret): Remove variable.
26947         (x): Likewise.
26948         (FAIL): Remove macro.
26949         (NO_INLINE): Likewise.
26950         (fn1): Use match function instead of strstr.
26951         * debug/tst-backtrace3.c: Include tst-backtrace.h.
26952         (ret): Remove variable.
26953         (x): Likewise.
26954         (FAIL): Remove macro.
26955         (NO_INLINE): Likewise.
26956         (fn): Use match function instead of strstr.
26957         * debug/tst-backtrace4.c: Include tst-backtrace.h.
26958         (ret): Remove variable.
26959         (x): Likewise.
26960         (FAIL): Remove macro.
26961         (NO_INLINE): Likewise.
26962         (handle_signal): Use match function instead of strstr.
26963         * debug/tst-backtrace5.c: Include tst-backtrace.h.
26964         (ret): Remove variable.
26965         (x): Likewise.
26966         (FAIL): Remove macro.
26967         (NO_INLINE): Likewise.
26968         (handle_signal): Use match function instead of strstr.
26969
26970 2013-01-23  Roland McGrath  <roland@hack.frob.com>
26971
26972         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
26973
26974 2013-01-23  David S. Miller  <davem@davemloft.net>
26975
26976         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
26977         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
26978         argument of CAS if possible.
26979         * sysdeps/sparc/sparc64/bits/atomic.h
26980         (__arch_compare_and_exchange_val_32_acq): Likewise.
26981         (__arch_compare_and_exchange_val_64_acq): Likewise.
26982
26983 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
26984
26985         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
26986         * sysdeps/posix/ulimit.c: ... this.
26987         Include <limits.h>.
26988         * sysdeps/unix/bsd/ulimit.c: Remove file.
26989
26990 2013-01-23  Adam Conrad  <adconrad@0c3.net>
26991
26992         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
26993         (LDFLAGS-tst-array5): Likewise.
26994
26995 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
26996
26997         [BZ #15036]
26998         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
26999         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
27000         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
27001         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
27002
27003 2013-01-21  David S. Miller  <davem@davemloft.net>
27004
27005         * sysdeps/sparc/backtrace.c: New file.
27006         * sysdeps/sparc/sparc32/backtrace.h: New file.
27007         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
27008         * sysdeps/sparc/sparc64/backtrace.h: New file.
27009         * sysdeps/sparc/sparc64/backtrace.c: Delete.
27010         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
27011         -funwind-tables.
27012
27013 2013-01-21  Andreas Schwab  <schwab@suse.de>
27014
27015         [BZ #15020]
27016         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
27017         closed its stdout.
27018
27019 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
27020
27021         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
27022         "mpa2.h".
27023         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27024
27025 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
27026             Mark Mitchell  <mark@codesourcery.com>
27027             Tom de Vries  <tom@codesourcery.com>
27028             Paul Pluzhnikov  <ppluzhnikov@google.com>
27029
27030         * debug/tst-backtrace2.c: New file.
27031         * debug/tst-backtrace3.c: Likewise.
27032         * debug/tst-backtrace4.c: Likewise.
27033         * debug/tst-backtrace5.c: Likewise.
27034         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
27035         (CFLAGS-tst-backtrace3.c): Likewise.
27036         (CFLAGS-tst-backtrace4.c): Likewise.
27037         (CFLAGS-tst-backtrace5.c): Likewise.
27038         (LDFLAGS-tst-backtrace2): Likewise.
27039         (LDFLAGS-tst-backtrace3): Likewise.
27040         (LDFLAGS-tst-backtrace4): Likewise.
27041         (LDFLAGS-tst-backtrace5): Likewise.
27042         (tests): Add new tests tst-backtrace2, tst-backtrace3,
27043         tst-backtrace4 and tst-backtrace5.
27044
27045 2013-01-18  Anton Blanchard  <anton@samba.org>
27046             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27047
27048         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
27049         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
27050         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
27051         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
27052         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
27053         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
27054         "+r" and remove output regs list as redundant.  Add explicit inline
27055         asm to specify register of return val to work around compiler codegen
27056         bug.  Remove (int) cast on return value.  Add return type parameter to
27057         use in macro so that this macro does not truncate return value for
27058         64-bit values.
27059         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
27060         pass to INTERNAL_VSYSCALL_NCS.
27061         (INLINE_VSYSCALL): Add 'long int' as return type to
27062         INTERNAL_VSYSCALL_NCS macro invocation.
27063         (INTERNAL_VSYSCALL): Add 'long int' as return type to
27064         INTERNAL_VSYSCALL_NCS macro invocation.
27065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
27066
27067 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
27068
27069         [BZ #14496]
27070         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
27071         Fix application of SIMD FP exception mask.
27072
27073         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
27074         mp_no from a power of two.
27075         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
27076         __mpexp_twomm1.  Use __pow_mp.
27077
27078         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
27079         multiplication.
27080
27081 2013-01-17  David S. Miller  <davem@davemloft.net>
27082
27083         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27084
27085 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
27086
27087         [BZ #15023]
27088         * include/complex.h: Condition contents on [!_COMPLEX_H].
27089         (__kernel_casinhf): New prototype.
27090         (__kernel_casinh): Likewise.
27091         (__kernel_casinhl): Likewise.
27092         * math/Makefile (libm_calls): Add k_casinh.
27093         * math/k_casinh.c: New file.
27094         * math/k_casinhf.c: Likewise.
27095         * math/k_casinhl.c: Likewise.
27096         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
27097         finite nonzero arguments.
27098         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
27099         finite nonzero arguments.
27100         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
27101         finite nonzero arguments.
27102         * math/s_casinh.c: Do not include <float.h>.
27103         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
27104         * math/s_casinhf.c: Do not include <float.h>.
27105         (__casinhf): Move code for finite nonzero arguments to
27106         k_casinhf.c.
27107         * math/s_casinhl.c: Do not include <float.h>.
27108         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
27109         redefine.
27110         (__casinhl): Move code for finite nonzero arguments to
27111         k_casinhl.c.
27112         * math/libm-test.inc (cacos_test): Add more tests.
27113         * sysdeps/i386/fpu/libm-test-ulps: Update.
27114         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27115
27116 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
27117
27118         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
27119         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
27120         [!HAVE_MREMAP]: Remove [defined linux] case.
27121         * malloc/arena.c: Do not include <malloc-sysdep.h>.
27122
27123 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
27124
27125         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
27126
27127 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
27128
27129         * elf/elf.h (R_386_SIZE32): New relocation.
27130         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
27131         R_386_SIZE32.
27132         (elf_machine_rela): Likewise.
27133         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
27134         R_X86_64_SIZE64 and R_X86_64_SIZE32.
27135
27136 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
27137
27138         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
27139         (FP_FAST_FMA): Do not define.
27140         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
27141         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
27142         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
27143         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
27144         !_SOFT_FLOAT]: Likewise.
27145         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
27146         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
27147         value.
27148         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
27149         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
27150         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
27151         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
27152         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
27153         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
27154         file.
27155
27156 2013-01-16  Andreas Schwab  <schwab@suse.de>
27157
27158         [BZ #14327]
27159         * include/stdlib.h (__mktemp): Add declaration.
27160         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
27161         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
27162
27163 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
27164
27165         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
27166         definitions.
27167         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
27168         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
27169         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
27170         definitions here.
27171         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
27172         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
27173         definitions.
27174         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
27175         and ONE.
27176         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
27177         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
27178         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
27179         definitions.
27180         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
27181         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
27182         definitions.
27183         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
27184
27185         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
27186
27187 2013-01-15  David S. Miller  <davem@davemloft.net>
27188
27189         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
27190         trunc{,f} to libm-sysdep_routes.
27191         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
27192         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
27193         file.
27194         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
27195         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
27196         file.
27197         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
27198         file.
27199         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
27200         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
27201         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
27202         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
27203         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
27204         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
27205         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
27206         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
27207
27208         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
27209         nearbyint{,f} to libm-sysdep_routes.
27210         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
27211         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
27212         New file.
27213         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
27214         file.
27215         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
27216         New file.
27217         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
27218         file.
27219         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
27220         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
27221         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
27222         file.
27223         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
27224         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
27225         file.
27226         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
27227         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
27228         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
27229
27230         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
27231         libc_feholdexcept and libc_fesetenv.
27232
27233 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
27234
27235         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
27236
27237 2013-01-14  David S. Miller  <davem@davemloft.net>
27238
27239         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
27240         (SPARC_ASM_VIS2_IFUNC): Likewise.
27241         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
27242         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
27243         use of 'siam' instruction.
27244         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
27245         Likewise.
27246         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
27247         Likewise.
27248         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
27249         Likewise.
27250         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
27251         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
27252         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
27253         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
27254         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
27255         file.
27256         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
27257         file.
27258         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
27259         file.
27260         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
27261         file.
27262         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
27263         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
27264         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
27265         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
27266         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
27267         new VIS2 routines.
27268         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
27269         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
27270         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
27271         Likewise.
27272         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
27273         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
27274         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
27275         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
27276         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
27277         routines to libm-sysdep_routines.
27278         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
27279
27280         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
27281         fdim/fdimf to libm-sysdep_routines.
27282         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
27283         file.
27284         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
27285         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
27286         file.
27287         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
27288         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
27289         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
27290         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
27291         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
27292         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
27293         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
27294
27295 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27296
27297         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
27298         to optimize copies.
27299
27300         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
27301         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27302         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27303
27304         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
27305         local variable MPTWO.
27306         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
27307         Likewise.
27308
27309 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
27310
27311         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
27312         GLOB_NOESCAPE.
27313
27314 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
27315
27316         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
27317
27318 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
27319
27320         * manual/pattern.texi (glob_t): Document gl_flags.
27321         (glob64_t): Likewise.
27322
27323 2013-01-11  David S. Miller  <davem@davemloft.net>
27324
27325         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
27326         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
27327         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
27328         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
27329         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
27330         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
27331         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
27332         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
27333         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
27334         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
27335         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
27336         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
27337         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
27338
27339         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
27340         sparc V9 rather than using V8 code.
27341         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27342         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27343
27344         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
27345         Move to...
27346         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
27347         Here.
27348
27349 2013-01-11  Roland McGrath  <roland@hack.frob.com>
27350
27351         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
27352         not in the main loop.
27353         * configure: Regenerated.
27354
27355 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
27356
27357         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
27358         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
27359         to just #else.
27360         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
27361         [!__GLIBC_HAVE_LONG_LONG] case.
27362         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
27363         condition to just #else.
27364         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
27365         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
27366         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
27367         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
27368         unconditional.
27369         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
27370         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
27371         #elif condition to just #else.
27372         * sysdeps/unix/sysv/linux/sys/sysmacros.h
27373         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
27374         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
27375         #elif condition to just #else.
27376
27377 2013-01-11  Steve Ellcey  <sellcey@mips.com>
27378
27379         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
27380         (EF_MIPS_ARCH_64): Fix value.
27381         (EF_MIPS_ARCH_32R2): New.
27382         (EF_MIPS_ARCH_64R2): New.
27383
27384 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
27385
27386         * Makeconfig (+link-pie-before-libc): New.
27387         (+link-pie-after-libc): Likewise.
27388         (+link-pie-tests): Likewise.
27389         (+link-pie): Rewritten.
27390         (link-before-libc): Remove $(config-LDFLAGS).
27391         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
27392         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
27393         (config-LDFLAGS): Renamed to ...
27394         (rtld-LDFLAGS): This.
27395         (rtld-tests-LDFLAGS): New macro.
27396         (link-libc-rpath-link): Likewise.
27397         (link-libc-tests-rpath-link): Likewise.
27398         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
27399         (link-libc): Prepand $(link-libc-rpath-link).
27400         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
27401         (test-program-prefix): New macro.
27402         (test-via-rtld-prefix): Likewise.
27403         (test-program-cmd): Likewise.
27404         (host-test-program-cmd): Likewise.
27405         * Makefile ($(common-objpfx)testrun.sh): Replace
27406         $(run-program-prefix) with $(test-program-prefix).
27407         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
27408         $(rtld-LDFLAGS).
27409         ($(common-objpfx)shlib.lds): Likewise.
27410         (build-module-helper): Likewise.
27411         ($(common-objpfx)format.lds): Likewise.
27412         * Rules (binaries-pie-tests): New.
27413         (binaries-pie-notests): Likewise.
27414         (binaries-pie): Rewritten.
27415         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
27416         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
27417         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
27418         (make-test-out): Replace $(host-built-program-cmd) with
27419         $(host-test-program-cmd).
27420         * config.make.in (build-hardcoded-path-in-tests): New variable.
27421         * configure.in (--enable-hardcoded-path-in-tests): New configure
27422         option.
27423         (hardcoded_path_in_tests): New AC_SUBST.
27424         * configure: Regenerated.
27425         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
27426         $(built-program-cmd) with $(test-program-cmd).
27427         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
27428         (test_program_cmd): This.
27429         * elf/Makefile ($(objpfx)order.out): Run test with
27430         $(test-program-prefix).
27431         ($(objpfx)order2.out): Likewise.
27432         ($(objpfx)tst-initorder.out): Likewise.
27433         ($(objpfx)tst-initorder2.out): Likewise.
27434         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
27435         $(test-program-cmd).
27436         ($(objpfx)tst-array1-static.out): Likewise.
27437         ($(objpfx)tst-array2.out): Likewise.
27438         ($(objpfx)tst-array3.out): Likewise.
27439         ($(objpfx)tst-array4.out): Likewise.
27440         ($(objpfx)tst-array5.out): Likewise.
27441         ($(objpfx)tst-array5-static.out): Likewise.
27442         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
27443         $(test-program-cmd).
27444         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
27445         $(run-program-prefix) with $(test-program-prefix).
27446         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
27447         (test_program_prefix): This.
27448         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
27449         $(run-program-prefix) with $(test-program-prefix).
27450         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
27451         (test_program_prefix): This.
27452         * iconvdata/tst-tables.sh: Likewise.
27453         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
27454         $(run-program-prefix) with $(test-program-prefix).
27455         ($(objpfx)tst-translit.out): Likewise.
27456         ($(objpfx)tst-gettext2.out): Likewise.
27457         ($(objpfx)tst-gettext4.out): Likewise.
27458         ($(objpfx)tst-gettext6.out): Likewise.
27459         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
27460         (test_program_prefix): This.
27461         * intl/tst-gettext2.sh: Likewise.
27462         * intl/tst-gettext4.sh  Likewise.
27463         * intl/tst-gettext6.sh: Likewise.
27464         * intl/tst-translit.sh: Likewise.
27465         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
27466         with $(test-program-cmd).
27467         * libio/Makefile ($(objpfx)test-freopen.out): Replace
27468         $(run-program-prefix) with $(test-program-prefix).
27469         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
27470         (test_program_prefix): This.
27471         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
27472         $(run-program-prefix) with $(test-program-prefix).
27473         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
27474         (test_program_prefix): This.
27475         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
27476         * posix/Makefile ($(objpfx)globtest.out): Replace
27477         $(run-via-rtld-prefix) and $(test-wrapper) with
27478         $(test-program-prefix) and $(test-via-rtld-prefix).
27479         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
27480         $(test-program-prefix).
27481         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
27482         $(host-test-program-cmd).
27483         (tst-spawn-ARGS): Likewise.
27484         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
27485         $(test-program-prefix).
27486         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
27487         (test_via_rtld_prefix): This.
27488         (test_wrapper): Renamed to ...
27489         (test_program_prefix): This.
27490         (run_program_prefix): Replaced by test_program_prefix.
27491         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
27492         (test_program_prefix): This.
27493         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
27494         with $(host-test-program-cmd).
27495         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
27496         $(run-program-prefix) with $(test-program-prefix).
27497         ($(objpfx)tst-printf.out): Likewise.
27498         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
27499         $(test-program-cmd).
27500         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
27501         (test_program_prefix): This.
27502         * stdio-common/tst-unbputc.sh: Likewise.
27503         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
27504         $(run-program-prefix) with $(test-program-prefix).
27505         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
27506         (test_program_prefix): This.
27507         * string/Makefile ($(objpfx)tst-svc.out):  Replace
27508         $(built-program-cmd) with $(test-program-cmd).
27509
27510 2013-01-11  Andreas Jaeger  <aj@suse.de>
27511
27512         [BZ #15003]
27513         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
27514         value. Sync with Linux 3.7.
27515
27516 2013-01-10  David S. Miller  <davem@davemloft.net>
27517
27518         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
27519         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27520         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27521
27522 2013-01-10  Roland McGrath  <roland@hack.frob.com>
27523
27524         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
27525         never set.
27526         * configure: Regenerated.
27527
27528 2013-01-10  David S. Miller  <davem@davemloft.net>
27529
27530         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
27531         sparc V9 rather than using V8 code.
27532         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27533         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27534
27535 2013-01-10  Roland McGrath  <roland@hack.frob.com>
27536
27537         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
27538         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
27539         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
27540         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
27541         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
27542         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
27543         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
27544         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
27545         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
27546         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
27547         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
27548         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
27549         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
27550         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
27551         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
27552         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
27553         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
27554         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
27555         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
27556         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
27557         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
27558         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
27559         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
27560         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
27561         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
27562         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
27563         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
27564
27565 2013-01-10  David S. Miller  <davem@davemloft.net>
27566
27567         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27568
27569 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
27570
27571         * posix/Makefile (tests-static): New variable.
27572         (tests): Add $(tests-static).
27573         (tst-exec-static-ARGS): New variable.
27574         (tst-spawn-static-ARGS): Likewise.
27575         * posix/tst-exec-static.c: New file.
27576         * posix/tst-spawn-static.c: Likewise.
27577         * posix/tst-exec.c: Support run directly.
27578         * posix/tst-spawn.c: Likewise.
27579
27580 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
27581
27582         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
27583         long.
27584         * math/bits/mathcalls.h (llrint): Likewise.
27585         (llround): Likewise.
27586         * stdlib/stdlib.h (struct drand48_data): Likewise.
27587         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
27588         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
27589         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
27590         Likewise.
27591         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
27592         Likewise.
27593         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
27594         (elf_greg_t): Likewise.
27595         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
27596         (__jmp_buf): Likewise.
27597         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
27598         definitions.
27599         (llrint): Likewise, for all definitions.
27600         (llrintl): Likewise.
27601
27602         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
27603         Remove [__GNUC__] condition.
27604         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
27605         condition to just [__USE_ISOC99].
27606         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
27607
27608 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
27609
27610         [BZ #14200]
27611         * sysdeps/unix/sysv/linux/x86/bits/environments.h
27612         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
27613         defined.
27614         (_POSIX_V6_ILP32_OFF32): Likewise.
27615         (_XBS5_ILP32_OFF32): Likewise.
27616         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
27617         (__ILP32_OFFBIG_LDFLAGS): Likewise.
27618
27619 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27620
27621         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
27622
27623         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
27624         doubles __mpexp_twomm1.  Adjust usage.
27625         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
27626         Remove.
27627
27628 2013-01-10  Andreas Schwab  <schwab@suse.de>
27629
27630         [BZ #14964]
27631         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
27632         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
27633
27634 2013-01-09  David S. Miller  <davem@davemloft.net>
27635
27636         [BZ #15003]
27637         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
27638         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
27639         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
27640         (TCP_FASTOPEN): Define.
27641         (tcp_repair_opt): New structure.
27642         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
27643         enum values.
27644         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
27645         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
27646         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
27647         (tcp_cookie_transactions): New structure.
27648
27649 2013-01-09  Anton Blanchard  <anton@samba.org>
27650
27651         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
27652         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
27653         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
27654         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
27655
27656 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
27657
27658         * include/features.h (__USE_ANSI): Remove.
27659
27660 2013-01-09  Roland McGrath  <roland@hack.frob.com>
27661
27662         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
27663
27664         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
27665
27666 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
27667
27668         * sysdeps/s390/fpu/libm-test-ulps: Update.
27669
27670         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27671
27672         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
27673         (__acr): Likewise.
27674         (__cpy): Likewise.
27675         (norm): Likewise.
27676         (denorm): Likewise.
27677         (__mp_dbl): Likewise.
27678         (__dbl_mp): Likewise.
27679         (add_magnitudes): Likewise.
27680         (sub_magnitudes): Likewise.
27681         (__add): Likewise.
27682         (__sub): Likewise.
27683         (__mul): Likewise.
27684         (__inv): Likewise.
27685         (__dvd): Likewise.
27686         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
27687         (__acr): Likewise.
27688         (__cpy): Likewise.
27689         (norm): Likewise.
27690         (denorm): Likewise.
27691         (__mp_dbl): Likewise.
27692         (__dbl_mp): Likewise.
27693         (add_magnitudes): Likewise.
27694         (sub_magnitudes): Likewise.
27695         (__add): Likewise.
27696         (__sub): Likewise.
27697         (__mul): Likewise.
27698         (__inv): Likewise.
27699         (__dvd): Likewise.
27700         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
27701         (__acr): Likewise.
27702         (__cpy): Likewise.
27703         (norm): Likewise.
27704         (denorm): Likewise.
27705         (__mp_dbl): Likewise.
27706         (__dbl_mp): Likewise.
27707         (add_magnitudes): Likewise.
27708         (sub_magnitudes): Likewise.
27709         (__add): Likewise.
27710         (__sub): Likewise.
27711         (__mul): Likewise.
27712         (__inv): Likewise.
27713         (__dvd): Likewise.
27714
27715 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
27716
27717         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
27718         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
27719         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
27720         2 && __USE_EXTERN_INLINES]: Likewise.
27721
27722 2013-01-08  Andreas Jaeger  <aj@suse.de>
27723
27724         [BZ# 14985]
27725         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
27726         Remove.
27727         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
27728         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
27729
27730 2013-01-07  Anton Blanchard  <anton@samba.org>
27731
27732         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
27733         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27734         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
27735         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27736         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
27737         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27738         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
27739         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
27740         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27741         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
27742         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27743         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27744         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
27745         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27746         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
27747         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27748         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27749         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27750         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
27751         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
27752         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
27753         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
27754         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
27755         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
27756         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
27757         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
27758         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
27759         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27760         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
27761         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
27762         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
27763         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27764         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
27765         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27766         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27767         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
27768         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27769         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
27770         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
27771         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
27772         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
27773         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
27774         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
27775
27776 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
27777
27778         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
27779         (__MALLOC_PMT): Likewise.
27780         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
27781         [__GNUC__], only on [_LIBC].
27782         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
27783         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
27784         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
27785         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
27786         forward declaration.
27787         (realloc_hook_ini): Likewise.
27788         (memalign_hook_ini): Likewise.
27789         (__libc_memalign): Do not use __MALLOC_PMT in variable
27790         declaration.
27791         (__libc_valloc): Likewise.
27792         (__libc_pvalloc): Likewise.
27793         (__libc_calloc): Likewise.
27794         (__posix_memalign): Likewise.
27795
27796         [BZ #14996]
27797         * math/s_casinh.c: Include <float.h>.
27798         (__casinh): Do not do computation with squaring and square root
27799         for large arguments.
27800         * math/s_casinhf.c: Include <float.h>.
27801         (__casinhf): Do not do computation with squaring and square root
27802         for large arguments.
27803         * math/s_casinhl.c: Include <float.h>.
27804         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
27805         (__casinhl): Do not do computation with squaring and square root
27806         for large arguments.
27807         * math/libm-test.inc (casin_test): Add more tests.
27808         (casinh_test): Likewise.
27809         * sysdeps/i386/fpu/libm-test-ulps: Update.
27810         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27811
27812 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
27813
27814         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
27815         (__x86_64_raw_data_cache_size): Likewise.
27816         (__x86_64_data_cache_size_half): Likewise.
27817         (__x86_64_raw_data_cache_size_half): Likewise.
27818         (__x86_64_shared_cache_size): Likewise.
27819         (__x86_64_raw_shared_cache_size): Likewise.
27820         (__x86_64_shared_cache_size_half): Likewise.
27821         (__x86_64_raw_shared_cache_size_half): Likewise.
27822         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
27823         to ...
27824         (__x86_data_cache_size): This.
27825         (__x86_64_raw_data_cache_size): Renamed to ...
27826         (__x86_raw_data_cache_size): This.
27827         (__x86_64_data_cache_size_half): Renamed to ...
27828         (__x86_data_cache_size_half): This.
27829         (__x86_64_raw_data_cache_size_half): Renamed to ...
27830         (__x86_raw_data_cache_size_half): This.
27831         (__x86_64_shared_cache_size): Renamed to ...
27832         (__x86_shared_cache_size): This.
27833         (__x86_64_raw_shared_cache_size): Renamed to ...
27834         (__x86_raw_shared_cache_size): This.
27835         (__x86_64_shared_cache_size_half): Renamed to ...
27836         (__x86_shared_cache_size_half): This.
27837         (__x86_64_raw_shared_cache_size_half): Renamed to ...
27838         (__x86_raw_shared_cache_size_half): This.
27839         * sysdeps/x86_64/memcpy.S: Updated.
27840         * sysdeps/x86_64/memset.S: Likewise.
27841         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
27842         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
27843         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
27844
27845 2013-01-04  David S. Miller  <davem@davemloft.net>
27846
27847         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27848
27849 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
27850
27851         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
27852         1 to avoid redefinition warning.
27853         (__USE_GNU): Don't define.
27854         (init_signaling_nan): Protoize.
27855
27856         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27857
27858 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
27859
27860         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
27861         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
27862         (__cpymn): Likewise.
27863         (norm): Remove commented code.
27864         (denorm): Likewise.
27865         (__mp_dbl): Likewise.
27866         (__inv): Likewise.
27867         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
27868         (__cpymn): Likewise.
27869         (norm): Remove commented code.
27870         (denorm): Likewise.
27871         (__mp_dbl): Likewise.
27872         (__inv): Likewise.
27873
27874         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
27875         mp_no value for 1.0 and 2.0.
27876         (norm): Use RADIXI instead of radixi.d.
27877         (denorm): Likewise.
27878         (__mul): Use 0.0 instead of zero.d.
27879         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
27880         mp_no value for 1.0 and 2.0.
27881         (norm): Use RADIXI instead of radixi.d.
27882         (denorm): Likewise.
27883         (__mul): Use 0.0 instead of zero.d.
27884
27885 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
27886
27887         [BZ #14994]
27888         * math/s_casinh.c (__casinh): Reduce finite argument to first
27889         quadrant then set signs of results at the end.
27890         * math/s_casinhf.c (__casinhf): Likewise.
27891         * math/s_casinhl.c (__casinhl): Likewise.
27892         * math/libm-test.inc (casin_test): Add more tests.
27893         (casinh_test): Likewise.
27894         * sysdeps/i386/fpu/libm-test-ulps: Update.
27895         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27896
27897 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
27898
27899         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
27900
27901         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
27902
27903         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
27904         declarations.
27905         (denorm): Likewise.
27906         (__mp_dbl): Likewise.
27907         (__inv): Likewise.
27908
27909         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
27910         and adjust the header comment.
27911
27912         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
27913         variable name from declaration.
27914
27915 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
27916
27917         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27918         Initialize COMMON_CPUID_INDEX_7 element.
27919         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
27920         (CPUID_RTM): Likewise.
27921         (HAS_RTM): Likewise.
27922         (COMMON_CPUID_INDEX_7): New enum.
27923
27924 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
27925
27926         [BZ #14981]
27927         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
27928         size is zero, record memory as freed.
27929
27930 2013-01-03  Andreas Jaeger  <aj@suse.de>
27931
27932         * po/ia.po: Add new Interlingua translation.
27933
27934 2012-01-03  Allan McRae  <allan@archlinux.org>
27935
27936         * locale/programs/localedef.c: Fix description of '--posix' flag.
27937
27938 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
27939
27940         * NEWS: Update dates in second copyright notice.
27941         * README: Update copyright dates in example.
27942         * manual/libc.texinfo: Update copyright dates.
27943         * scripts/test-installation.pl: Update copyright date in --version
27944         output.
27945
27946         * hurd/ctty-input.c: Fix copyright notice formatting.
27947         * hurd/ctty-output.c: Likewise.
27948         * hurd/dtable.c: Likewise.
27949         * hurd/hurd-raise.c: Likewise.
27950         * hurd/hurdprio.c: Likewise.
27951         * hurd/msgportdemux.c: Likewise.
27952         * misc/sys/file.h: Likewise.
27953         * misc/sys/ioctl.h: Likewise.
27954         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
27955         * sysdeps/mach/hurd/chdir.c: Likewise.
27956         * sysdeps/mach/hurd/fchdir.c: Likewise.
27957         * sysdeps/mach/hurd/rename.c: Likewise.
27958         * sysdeps/mach/hurd/rmdir.c: Likewise.
27959         * sysdeps/mach/hurd/seekdir.c: Likewise.
27960         * sysdeps/mach/hurd/setsid.c: Likewise.
27961         * sysdeps/posix/wait3.c: Likewise.
27962
27963         * All files with FSF copyright notices: Update copyright dates
27964         using scripts/update-copyrights.
27965         * intl/plural.c: Regenerated.
27966         * locale/programs/charmap-kw.h: Likewise.
27967         * locale/programs/locfile-kw.h: Likewise.
27968
27969 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
27970
27971         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
27972         four values.
27973
27974         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
27975         calculation loop and add branch prediction.
27976
27977         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
27978         check access beyond bounds of m1np.
27979
27980         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
27981         MPTWO.
27982         (__inv): Remove local variable MPTWO to use the global
27983         constant.
27984         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
27985         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
27986         variable MPTWO.
27987         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
27988         MP3HALFS static const.
27989
27990 2013-01-01  David S. Miller  <davem@davemloft.net>
27991
27992         * po/ca.po: Update from translation team.
27993
27994 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
27995
27996         * scripts/update-copyrights: New file.
27997         * Makeconfig: Reformat copyright notice.
27998         * ctype/ctype.h: Likewise.
27999         * debug/swprintf_chk.c: Likewise.
28000         * elf/dl-cache.c: Likewise.
28001         * elf/dl-debug.c: Likewise.
28002         * elf/dl-object.c: Likewise.
28003         * grp/initgroups.c: Likewise.
28004         * hurd/Makefile: Likewise.
28005         * hurd/hurd/signal.h: Likewise.
28006         * hurd/hurdfault.c: Likewise.
28007         * hurd/hurdioctl.c: Likewise.
28008         * hurd/hurdlookup.c: Likewise.
28009         * hurd/intr-msg.c: Likewise.
28010         * iconv/gconv_open.c: Likewise.
28011         * libio/swprintf.c: Likewise.
28012         * locale/lc-ctype.c: Likewise.
28013         * locale/nl_langinfo.c: Likewise.
28014         * mach/Machrules: Likewise.
28015         * mach/Makefile: Likewise.
28016         * malloc/obstack.h: Likewise.
28017         * manual/Makefile: Likewise.
28018         * manual/tsort.awk: Likewise.
28019         * misc/bits/stab.def: Likewise.
28020         * nis/nis_print_group_entry.c: Likewise.
28021         * nis/nis_table.c: Likewise.
28022         * nis/nss_compat/compat-pwd.c: Likewise.
28023         * nis/nss_compat/compat-spwd.c: Likewise.
28024         * po/Makefile: Likewise.
28025         * posix/fnmatch.c: Likewise.
28026         * posix/regex.h: Likewise.
28027         * resolv/Makefile: Likewise.
28028         * resolv/nss_dns/dns-network.c: Likewise.
28029         * resolv/res_hconf.c: Likewise.
28030         * scripts/gen-sorted.awk: Likewise.
28031         * soft-fp/soft-fp.h: Likewise.
28032         * stdio-common/printf.h: Likewise.
28033         * stdlib/monetary.h: Likewise.
28034         * stdlib/random.c: Likewise.
28035         * stdlib/random_r.c: Likewise.
28036         * sysdeps/generic/Makefile: Likewise.
28037         * sysdeps/gnu/Makefile: Likewise.
28038         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
28039         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
28040         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
28041         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
28042         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
28043         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
28044         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
28045         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
28046         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
28047         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
28048         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
28049         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
28050         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
28051         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
28052         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
28053         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
28054         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
28055         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
28056         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
28057         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
28058         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
28059         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
28060         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
28061         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
28062         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
28063         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
28064         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
28065         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
28066         * sysdeps/mach/hurd/errnos.awk: Likewise.
28067         * sysdeps/mach/hurd/fork.c: Likewise.
28068         * sysdeps/mach/hurd/getcwd.c: Likewise.
28069         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
28070         * sysdeps/mach/hurd/mmap.c: Likewise.
28071         * sysdeps/mach/hurd/utimes.c: Likewise.
28072         * sysdeps/mach/hurd/xmknod.c: Likewise.
28073         * sysdeps/posix/profil.c: Likewise.
28074         * sysdeps/posix/readdir_r.c: Likewise.
28075         * sysdeps/powerpc/bits/mathdef.h: Likewise.
28076         * sysdeps/powerpc/bits/setjmp.h: Likewise.
28077         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
28078         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
28079         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
28080         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
28081         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
28082         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
28083         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
28084         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
28085         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
28086         * sysdeps/pthread/lio_listio.c: Likewise.
28087         * sysdeps/sparc/dl-procinfo.h: Likewise.
28088         * sysdeps/unix/i386/sysdep.S: Likewise.
28089         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
28090         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
28091         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
28092         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
28093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
28094         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
28095         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
28096         * sysdeps/unix/sysv/linux/speed.c: Likewise.
28097         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
28098         * sysdeps/wordsize-32/divdi3.c: Likewise.
28099         * time/sys/time.h: Likewise.
28100         * wcsmbs/Makefile: Likewise.
28101
28102 2013-01-01  David S. Miller  <davem@davemloft.net>
28103
28104         * po/fr.po: Update from translation team.
28105
28106         * catgets/gencat.c: Update copyright year.
28107         * csu/version.c: Likewise.
28108         * debug/catchsegv.sh: Likewise.
28109         * debug/pcprofiledump.c: Likewise.
28110         * debug/xtrace.sh: Likewise.
28111         * elf/ldconfig.c: Likewise.
28112         * elf/ldd.bash.in: Likewise.
28113         * elf/pldd.c: Likewise.
28114         * elf/sotruss.ksh: Likewise.
28115         * elf/sprof.c: Likewise.
28116         * iconv/iconv_prog.c: Likewise.
28117         * iconv/iconvconfig.c: Likewise.
28118         * locale/programs/locale.c: Likewise.
28119         * locale/programs/localedef.c: Likewise.
28120         * login/programs/pt_chown.c: Likewise.
28121         * malloc/memusage.sh: Likewise.
28122         * malloc/memusagestat.c: Likewise.
28123         * malloc/mtrace.pl: Likewise.
28124         * nscd/nscd.c: Likewise.
28125         * nss/getent.c: Likewise.
28126         * nss/makedb.c: Likewise.
28127         * posix/getconf.c: Likewise.
28128
28129 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
28130
28131         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
28132         numbers.
28133
28134 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
28135
28136         * math/bits/mathcalls.h (modf): Use __nonnull.
28137
28138 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
28139
28140         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
28141         (split): Use macro CN instead of the bare value.
28142         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
28143         could be used.
28144         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
28145         instead of the bare value.
28146         (power1): Likewise.
28147
28148 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28149
28150         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
28151         __ATAN_TWOM.
28152         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
28153
28154         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
28155         their values.
28156         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
28157         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
28158         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
28159         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
28160
28161 2012-12-28  Andreas Jaeger  <aj@suse.de>
28162
28163         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
28164         values are from Linux 3.7.
28165
28166         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
28167         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
28168
28169 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28170
28171         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
28172         TRUE case.
28173
28174         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
28175         (norm): Likewise.
28176         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
28177         variables with preprocessor constants.
28178         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
28179         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
28180         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
28181
28182 2012-12-27  Bruno Haible  <bruno@clisp.org>
28183
28184         [BZ #14317]
28185         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
28186         only if needed.
28187
28188 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28189
28190         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
28191         and use variable directly.
28192         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
28193
28194         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
28195         MPONE.
28196         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
28197         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
28198         variable MPONE.
28199         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
28200         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
28201         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
28202         include directive.  Remove local variable MPONE.
28203         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
28204         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
28205         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
28206
28207 2012-12-25  David S. Miller  <davem@davemloft.net>
28208
28209         * version.h (RELEASE): Set to "development".
28210         (VERSION): Set to "2.17.90".
28211         * NEWS: Add 2.18 section.
28212
28213 2012-12-21  David S. Miller  <davem@davemloft.net>
28214
28215         * po/hr.po: Update from translation team.
28216
28217 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28218
28219         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
28220
28221 2012-12-19  Steve Ellcey  <sellcey@mips.com>
28222
28223         * NEWS:  Mention new memcpy for MIPS.
28224
28225 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28226
28227         * manual/contrib.texi (Contributors): Spelling correction.
28228
28229 2012-12-15  David S. Miller  <davem@davemloft.net>
28230
28231         * po/ru.po: Update from translation team.
28232
28233 2012-12-13  David S. Miller  <davem@davemloft.net>
28234
28235         * NEWS: Mention IFUNC testsuite enhancements.
28236
28237         * po/pl.po: Update from translation team.
28238         * po/bg.po: Likewise.
28239
28240         * manual/contrib.texi (Contributors): Update entries for Hongjiu
28241         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
28242
28243 2012-12-11  David S. Miller  <davem@davemloft.net>
28244
28245         * po/sv.po: Update from translation team.
28246
28247         * po/vi.po: Update from translation team.
28248
28249         * po/cs.po: Update from translation team.
28250
28251         * po/de.po: Update from translation team.
28252         * po/eo.po: Likewise.
28253         * po/nl.po: Likewise.
28254
28255 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
28256
28257         [BZ #14246]
28258         * manual/argp.texi (Argp Helper Functions): Move node to follow
28259         Argp Parsing State.
28260
28261         [BZ #14872]
28262         * manual/conf.texi (Limits on File System Capacity): Mention if
28263         terminating null is included in the max size.
28264
28265 2012-12-10  Andreas Jaeger  <aj@suse.de>
28266
28267         * po/cs.po: Update from translation team.
28268
28269 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
28270
28271         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
28272         void pointer and cast to uintptr_t.
28273         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
28274         path.
28275         * sysdeps/s390/s390-64/memcpy.S: Likewise.
28276         * sysdeps/s390/s390-64/memset.S: Likewise.
28277
28278 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
28279
28280         [BZ #14833]
28281         * menual/message.texi (Message Translation): Fix typos.
28282         (Helper programs for gettext): Likewise.
28283
28284 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
28285
28286         [BZ #14898]
28287         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
28288         Change to -1.
28289
28290 2012-12-07  David S. Miller  <davem@davemloft.net>
28291
28292         * po/libc.pot: Update.
28293
28294 2012-12-07  Richard Henderson  <rth@redhat.com>
28295
28296         [BZ #10114]
28297         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
28298         normal/normal case to before the switch.
28299         (_FP_DIV): Likewise.
28300
28301 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
28302             Mike Frysinger  <vapier@gentoo.org>
28303
28304         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
28305         check for __NR_fadvise64_64.
28306
28307 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
28308
28309         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
28310         0, not just to plain "0" as a statement.
28311         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
28312         with cw.
28313
28314 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
28315
28316         * NEWS: Use sourceware.org in Bugzilla URL.
28317
28318 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
28319
28320         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
28321         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
28322
28323         * stdio-common/tst-put-error.c (do_test): Add newline to the
28324         padded test to ensure flush.
28325
28326 2012-12-05  Jeff Law  <law@redhat.com>
28327
28328         * sunrpc/etc.rpc (fedfs_admin): Add entry.
28329
28330 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
28331
28332         * README: Don't refer to ports add-on as distributed separately.
28333         Mention AArch64 in list of systems supported in the ports add-on.
28334
28335         * LICENSES: Add more non-FSF copyright and license notices.
28336
28337         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
28338         ((unused)).
28339
28340         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
28341
28342         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
28343         10000 as width of padded output.
28344
28345 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
28346
28347         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
28348
28349         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
28350         variable LX with __attribute__ ((unused)).
28351         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
28352         Likewise.
28353         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
28354         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
28355         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
28356         with __attribute__ ((unused)).
28357
28358 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
28359
28360         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
28361
28362 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
28363
28364         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
28365         (CFLAGS-nldbl-acos.c): New variable.
28366         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
28367         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
28368         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
28369         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
28370         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
28371         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
28372         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
28373         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
28374         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
28375         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
28376         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
28377         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
28378         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
28379         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
28380         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
28381         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
28382         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
28383         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
28384         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
28385         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
28386         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
28387         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
28388         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
28389         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
28390         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
28391         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
28392         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
28393         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
28394         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
28395         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
28396         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
28397         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
28398         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
28399         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
28400         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
28401         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
28402         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
28403         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
28404         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
28405         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
28406         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
28407         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
28408         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
28409         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
28410         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
28411         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
28412         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
28413         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
28414         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
28415         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
28416         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
28417         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
28418         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
28419         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
28420         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
28421         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
28422         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
28423         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
28424         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
28425         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
28426         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
28427         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
28428         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
28429         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
28430         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
28431         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
28432         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
28433         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
28434         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
28435         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
28436         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
28437         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
28438         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
28439         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
28440         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
28441         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
28442         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
28443         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
28444         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
28445         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
28446         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
28447         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
28448         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
28449         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
28450         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
28451         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
28452         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
28453         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
28454         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
28455         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
28456         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
28457         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
28458         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
28459         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
28460         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
28461         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
28462         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
28463
28464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
28465         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
28466
28467         [BZ #14914]
28468         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
28469         whole low double instead of just low 47 bits when splitting values
28470         into two parts.
28471
28472 2012-12-03  Allan McRae  <allan@archlinux.org>
28473
28474         * manual/stdio.texi (Predefined Printf Handlers): Remove
28475         @hsep and @vsep usage.
28476
28477 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
28478
28479         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
28480         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
28481
28482 2012-12-03  Jeff Law  <law@redhat.com>
28483
28484         * time/sys/time.h (settimeofday): Do not mark TV argument
28485         as __nonnull.
28486
28487 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
28488
28489         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
28490         when currently writing and seek to current position when not.
28491         * libio/Makefile (tests): Remove bug-fclose1.
28492         * libio/bug-fclose1.c: Delete.
28493
28494 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
28495
28496         * manual/arith.texi (feenableexcept): Fix typo.
28497         (fedisableexcept): Likewise.
28498
28499 2012-11-30  Roland McGrath  <roland@hack.frob.com>
28500
28501         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
28502         second, differently-typed declaration, rather than a cast.
28503
28504 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
28505
28506         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
28507         * include/rpc/svc.h: ... here.
28508
28509 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
28510
28511         [BZ #13013]
28512         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
28513         depending n and resplen2 to catch cases where answer
28514         equals answerp2.
28515
28516 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
28517
28518         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
28519         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
28520
28521 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
28522
28523         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
28524
28525 2012-11-29  Roland McGrath  <roland@hack.frob.com>
28526
28527         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
28528
28529 2012-11-28  Jeff Law  <law@redhat.com>
28530
28531         [BZ #13761]
28532         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
28533         dataset_temporary.  Track alloca usage into alloca_used.
28534         If dataset is large allocate and release it via malloc/free.
28535
28536 2012-06-04  Florian Weimer  <fweimer@redhat.com>
28537
28538         [BZ #14197]
28539         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
28540
28541 2012-11-28  David S. Miller  <davem@davemloft.net>
28542
28543         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28544
28545 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
28546
28547         [BZ #14803]
28548         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
28549         of pi/2 rounded to nearest to 64 bits.
28550         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
28551         nearest to 64 bits.
28552         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
28553         bits.
28554
28555 2012-11-28  Jeff Law <law@redhat.com>
28556             Martin Osvald <mosvald@redhat.com>
28557
28558         [BZ #14889]
28559         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
28560         * sunrpc/svc.c: Include time.h.
28561         (__svc_accept_failed): New function.
28562         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
28563         any reason other than EINTR, call __svc_accept_failed.
28564         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
28565         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
28566
28567 2012-11-28  Andreas Schwab  <schwab@suse.de>
28568
28569         * scripts/abilist.awk: Also handle indirect functions in .opd
28570         section.
28571
28572 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
28573
28574         [BZ #13881]
28575         * sysdeps/x86/fpu/powl_helper.c: New file.
28576         * sysdeps/x86/fpu/Makefile: Likewise.
28577         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
28578         (p3): New object.
28579         (__ieee754_powl): Use __powl_helper for finite arguments except
28580         integer exponents below 8.
28581         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
28582         (p3): New object.
28583         (__ieee754_powl): Use __powl_helper for finite arguments except
28584         integer exponents below 8.
28585         * math/libm-test.inc (pow_test): Add more tests and enable some
28586         previously disabled tests.
28587         * sysdeps/i386/fpu/libm-test-ulps: Update.
28588         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28589
28590 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28591             Carlos O'Donell  <carlos_odonell@mentor.com>
28592
28593         * nss/makedb.c (is_prime): Assert that input is odd and greater
28594         than 4.  Note that fact in a comment too.
28595         (next_prime): Add 4 to input.
28596
28597 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28598
28599         [BZ #11741]
28600         * libio/Makefile (tests): Add test case tst-fwrite-error.
28601         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
28602         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
28603         * libio/tst-fwrite-error.c: New test case.
28604
28605 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
28606
28607         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
28608         before casting to void *.
28609         * include/libc-internal.h (__pointer_type): New macro.
28610         (__integer_if_pointer_type_sub): Likewise.
28611         (__integer_if_pointer_type): Likewise.
28612         (cast_to_integer): Likewise.
28613         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
28614         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
28615         before casting to atomic64_t.
28616         (atomic_exchange_acq): Likewise.
28617         (__arch_exchange_and_add_body): Likewise.
28618         (__arch_add_body): Likewise.
28619         (atomic_add_negative): Likewise.
28620         (atomic_add_zero): Likewise.
28621
28622 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
28623
28624         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
28625         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
28626         (add_fdes): Likewise.
28627         (linear_search_fdes): Likewise.
28628         (binary_search_unencoded_fdes): Likewise.
28629
28630 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
28631
28632         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
28633
28634 2012-11-24  Adam Conrad  <adconrad@0c3.net>
28635
28636         * configure.in: Autodetect C++ header directories.
28637         * configure: Regenerated.
28638
28639 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
28640
28641         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
28642
28643 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
28644
28645         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28646
28647 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
28648
28649         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
28650         LDBL_MANT_DIG == 106]: Disable some tests.
28651         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
28652         Likewise.
28653         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
28654         Likewise.
28655
28656         [BZ #14871]
28657         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
28658         input for small inputs.  Return +/- pi/2 for large inputs.
28659         * math/libm-test.inc (atan_test): Add more tests.
28660
28661         * sysdeps/generic/unwind-dw2-fde-glibc.c
28662         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
28663         __attribute__ ((unused)).
28664
28665         [BZ #14645]
28666         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
28667         x * y if x and y are nonzero and z is zero.
28668
28669         [BZ #14811]
28670         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
28671         nonzero exponents with absolute value below 0x1p-117 to +/-
28672         0x1p-117.
28673
28674         [BZ #14869]
28675         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
28676         up arguments below 2**-450, not just those below 2**-500.
28677         * math/libm-test.inc (hypot_test): Add another test.
28678
28679         [BZ #14868]
28680         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
28681         Return a+b for ratio over 2**120, not 2**60.
28682         * math/libm-test.inc (hypot_test): Add another test.
28683
28684         * math/libm-test.inc (clog_test): Use
28685         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
28686         (clog10_test): Likewise.
28687
28688         [BZ #6778]
28689         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
28690
28691 2012-11-22  Andreas Schwab  <schwab@suse.de>
28692
28693         * sysdeps/i386/fpu/libm-test-ulps: Update.
28694
28695 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
28696
28697         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
28698         printf output with newline.
28699
28700 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
28701
28702         [BZ #14865]
28703         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
28704         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
28705         -z nodlopen, -z initfirst and -z execstack support.
28706         * configure: Regenerated.
28707
28708         * elf/elf.h (DF_1_NODIRECT): New macro.
28709         (DF_1_IGNMULDEF): Likewise.
28710         (DF_1_NOKSYMS): Likewise.
28711         (DF_1_NOHDR): Likewise.
28712         (DF_1_EDITED): Likewise.
28713         (DF_1_NORELOC): Likewise.
28714         (DF_1_SYMINTPOSE): Likewise.
28715         (DF_1_GLOBAUDIT): Likewise.
28716         (DF_1_SINGLETON): Likewise.
28717         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
28718         DT_1_SUPPORTED_MASK bits.
28719         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
28720
28721 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
28722
28723         * sysdeps/unix/make-syscalls.sh: Document prefixes.
28724
28725 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
28726
28727         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
28728         macro.
28729
28730         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
28731         (sendmmsg): Move declarations...
28732         * socket/sys/socket.h: ... here.
28733         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
28734         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
28735         include it from...
28736         * socket/recvmmsg.c: ... this new file.
28737         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
28738         (sendmmsg): Rename to __sendmmsg, create weak alias and make
28739         definition of __sendmmsg hidden.
28740         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
28741         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
28742         Move ENOSYS stub into and include it from...
28743         * socket/sendmmsg.c: ... this new file.
28744         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
28745         (sysdep_routines): Move recvmmsg and sendmmsg...
28746         * socket/Makefile (routines): ... here.
28747         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
28748         (GLIBC_PRIVATE): Add __sendmmsg.
28749         * include/sys/socket.h (__sendmmsg): Add declarations.
28750         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
28751         sendmmsg.
28752
28753 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
28754
28755         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
28756         variable I1 with __attribute__ ((unused)).
28757         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
28758
28759 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
28760
28761         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
28762         DUMMY variables with __attribute__ ((unused)).
28763
28764         * bits/byteswap.h: Include <bits/types.h>.
28765         (__bswap_64): Use __uint64_t instead of unsigned long long int.
28766
28767 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
28768
28769         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
28770         string_t.  Do not manually set errno.
28771         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
28772         length with __strnlen.  Make sure to both set errno and return it on
28773         failure.
28774
28775 2012-11-19  David S. Miller  <davem@davemloft.net>
28776
28777         With help from Joseph Myers.
28778         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
28779         very large arguments properly.
28780         * math/libm-test.inc (atan_test): New tests.
28781         (atan2_test): New tests.
28782         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28783         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28784
28785 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
28786
28787         [BZ #14856]
28788         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
28789         Define to 3.
28790
28791         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
28792         [POSIX] (EADDRNOTAVAIL): Likewise.
28793         [POSIX] (EAFNOSUPPORT): Likewise.
28794         [POSIX] (EALREADY): Likewise.
28795         [POSIX] (ECONNABORTED): Likewise.
28796         [POSIX] (ECONNREFUSED): Likewise.
28797         [POSIX] (ECONNRESET): Likewise.
28798         [POSIX] (EDESTADDRREQ): Likewise.
28799         [POSIX] (EDQUOT): Likewise.
28800         [POSIX] (EHOSTUNREACH): Likewise.
28801         [POSIX] (EIDRM): Likewise.
28802         [POSIX] (EISCONN): Likewise.
28803         [POSIX] (ELOOP): Likewise.
28804         [POSIX] (EMULTIHOP): Likewise.
28805         [POSIX] (ENETDOWN): Likewise.
28806         [POSIX] (ENETUNREACH): Likewise.
28807         [POSIX] (ENOBUFS): Likewise.
28808         [POSIX] (ENODATA): Likewise.
28809         [POSIX] (ENOLINK): Likewise.
28810         [POSIX] (ENOMSG): Likewise.
28811         [POSIX] (ENOPROTOOPT): Likewise.
28812         [POSIX] (ENOSR): Likewise.
28813         [POSIX] (ENOSTR): Likewise.
28814         [POSIX] (ENOTCONN): Likewise.
28815         [POSIX] (ENOTSOCK): Likewise.
28816         [POSIX] (EOPNOTSUPP): Likewise.
28817         [POSIX] (EOVERFLOW): Likewise.
28818         [POSIX] (EPROTO): Likewise.
28819         [POSIX] (EPROTONOSUPPORT): Likewise.
28820         [POSIX] (EPROTOTYPE): Likewise.
28821         [POSIX] (ESTALE): Likewise.
28822         [POSIX] (ETIME): Likewise.
28823         [POSIX] (ETXTBSY): Likewise.
28824         [POSIX] (EWOULDBLOCK): Likewise.
28825         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
28826         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
28827         [POSIX] (SEEK_CUR): Likewise.
28828         [POSIX] (SEEK_END): Likewise.
28829         [POSIX || UNIX98] (mode_t): Do not require.
28830         [POSIX] (off_t): Likewise.
28831         [POSIX] (pid_t): Likewise.
28832         [POSIX] (sys/stat.h): Do not allow header.
28833         [POSIX] (unistd.h): Likewise.
28834         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
28835         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
28836         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
28837         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
28838         require.
28839         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
28840         sigevent): Specify elements.
28841         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
28842         entry.
28843         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
28844         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
28845
28846         * conform/data/cpio.h-data [POSIX]: Disable whole file.
28847         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
28848         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
28849         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
28850         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
28851         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
28852         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
28853         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
28854         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
28855         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
28856         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
28857         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
28858         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
28859         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
28860         Likewise.
28861         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
28862         Likewise.
28863         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
28864         Likewise.
28865         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
28866         Likewise.
28867         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
28868         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
28869         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
28870         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
28871         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
28872         Specify lower bound on value.
28873         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
28874         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
28875         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
28876         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
28877         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
28878         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
28879         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
28880         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
28881         value.
28882         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
28883         as optional.
28884         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
28885         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
28886         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
28887         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
28888         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
28889         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
28890         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
28891         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
28892         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
28893         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
28894         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
28895         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
28896         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
28897         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
28898         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
28899         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
28900         entry.
28901         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
28902         optional.
28903         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
28904         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
28905         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
28906         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
28907         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
28908         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
28909         Likewise.
28910         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
28911         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
28912         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
28913         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
28914         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
28915         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
28916         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
28917         as optional.
28918         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
28919         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
28920         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
28921         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
28922         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
28923         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
28924         specify as optional.
28925         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
28926         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
28927         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
28928         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
28929         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
28930         [XPG3] (NL_LANGMAX): Likewise.
28931         [POSIX || XPG3] (NL_MSGMAX): Likewise.
28932         [POSIX || XPG3] (NL_NMAX): Likewise.
28933         [POSIX || XPG3] (NL_SETMAX): Likewise.
28934         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
28935         [XPG3] (NZERO): Likewise.
28936         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
28937         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
28938         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
28939         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
28940         (REG_ERANGE): Expect.
28941         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
28942         optional-constant.
28943         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
28944         Use (void) in prototype.
28945         [POSIX] (*_t): Allow.
28946         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
28947         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
28948         (WRDE_BADVAL): Expect.
28949
28950         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
28951         expect.
28952         [XPG3 || XPG4] (O_RSYNC): Likewise.
28953         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
28954         Likewise.
28955         [XPG3 || XPG4] (pthread_sigmask): Likewise.
28956         [XPG3 || XPG4] (sigqueue): Likewise.
28957         [XPG3 || XPG4] (sigtimedwait): Likewise.
28958         [XPG3 || XPG4] (sigwaitinfo): Likewise.
28959         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
28960         [XPG3 || XPG4] (vsnprintf): Likewise.
28961         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
28962         Likewise.
28963         [XPG3 || XPG4] (blksize_t): Likewise.
28964         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
28965         Likewise.
28966         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
28967         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
28968         [XPG3 || XPG4] (struct itimerspec): Likewise.
28969         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
28970         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
28971         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
28972         [XPG3 || XPG4] (clockid_t): Likewise.
28973         [XPG3 || XPG4] (timer_t): Likewise.
28974         [XPG3 || XPG4] (clock_getres): Likewise.
28975         [XPG3 || XPG4] (clock_gettime): Likewise.
28976         [XPG3 || XPG4] (clock_settime): Likewise.
28977         [XPG3 || XPG4] (nanosleep): Likewise.
28978         [XPG3 || XPG4] (timer_create): Likewise.
28979         [XPG3 || XPG4] (timer_delete): Likewise.
28980         [XPG3 || XPG4] (timer_gettime): Likewise.
28981         [XPG3 || XPG4] (timer_getoverrun): Likewise.
28982         [XPG3 || XPG4] (timer_settime): Likewise.
28983         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
28984         [XPG3 || XPG4] (getlogin_r): Likewise.
28985         [XPG3 || XPG4] (pread): Likewise.
28986         [XPG3 || XPG4] (pthread_atfork): Likewise.
28987         [XPG3 || XPG4] (pwrite): Likewise.
28988
28989         [BZ #14835]
28990         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
28991         <bits/siginfo.h>.
28992
28993 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
28994
28995         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
28996         finalizing MALLSTREAM.
28997
28998         * sysdeps/mach/hurd/syncfs.c: New file.
28999
29000 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
29001
29002         [BZ #14719]
29003         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
29004         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
29005         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
29006         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
29007         (_nss_dns_gethostbyname4_r): Likewise.
29008         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
29009         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
29010
29011 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
29012
29013         [BZ #13763]
29014         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
29015
29016 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
29017
29018         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
29019         * elf/cache.c (print_entry): Print ",AArch64" for
29020         FLAG_AARCH64_LIB64
29021
29022         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
29023         * elf/cache.c (print_entry): Print ",hard-float" for
29024         FLAG_ARM_LIBHF.
29025
29026 2012-11-18  David S. Miller  <davem@davemloft.net>
29027
29028         With help from Joseph Myers.
29029         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
29030         cutoff to 2**-13.
29031         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
29032         cutoff to 2**-25.
29033         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
29034         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
29035         small.
29036         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
29037         * math/libm-test.inc (y0_test): New tests.
29038         (y1_test): New tests.
29039         * sysdeps/i386/fpu/libm-test-ulps: Update.
29040         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29041         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29042
29043 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
29044
29045         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
29046         64-bit targets.
29047         * configure: Regenerated.
29048
29049 2012-11-17  David S. Miller  <davem@davemloft.net>
29050
29051         [BZ #14811]
29052         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
29053         nonzero exponents with absolute value below 0x1p-128 to +/-
29054         0x1p-128.
29055
29056 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
29057
29058         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
29059
29060         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
29061
29062         * posix/getconf-speclist.c: New file.
29063         * posix/posix-envs.def: Likewise.
29064         * posix/confstr.c (START_ENV_GROUP): New macro.
29065         (END_ENV_GROUP): Likewise.
29066         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
29067         (KNOWN_PRESENT_ENV_STRING): Likewise.
29068         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
29069         (UNKNOWN_ENVIRONMENT): Likewise.
29070         (confstr): Include posix-envs.def instead of handling
29071         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
29072         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
29073         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
29074         (END_ENV_GROUP): Likewise.
29075         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
29076         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
29077         (UNKNOWN_ENVIRONMENT): Likewise.
29078         (__sysconf): Include posix-envs.def instead of handling associated
29079         cases directly here.
29080         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
29081         preprocessing getconf-speclist.c rather than running getconf or
29082         generating empty file.
29083
29084 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
29085
29086         * scripts/check-local-headers.sh: Ignore 'mach' headers.
29087
29088 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
29089
29090         [BZ #14672]
29091         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
29092
29093 2012-11-16  David S. Miller  <davem@davemloft.net>
29094
29095         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
29096         smaller than LDBL_EPSILON/2.0L, just return xm1.
29097
29098 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
29099
29100         * elf/tst-array1.c (init): Set constructor priority to 1000.
29101         (fini): Set destructor priority to 1000.
29102         * elf/tst-array2dep.c: Likewise.
29103
29104 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29105
29106         [BZ #11741]
29107         * libio/fileops.c (_IO_new_file_write): Correctly return error.
29108         (_IO_new_file_xsputn): Also return EOF if none of the input
29109         data was written when overflow failed.
29110         * libio/iopadn.c (_IO_padn): Likewise.
29111         * libio/iowpadn.c (_IO_wpadn): Likewise.
29112         * stdio-common/tst-put-error.c: Add copyright notice.
29113         (do_test): Add case for printing padded string.
29114         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
29115         _IO_padn returned error.
29116         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
29117         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
29118         return EOF.
29119
29120 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29121
29122         * libio/libioP.h: Add comment note that the references to C++
29123         bits are now obsolete.
29124
29125 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29126
29127         * math/libm-test.inc (check_complex): Use asprintf.
29128
29129 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
29130
29131         * debug/pcprofiledump.c (print_version): Update copyright year.
29132         * malloc/memusagestat.c (print_version): Likewise.
29133
29134 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
29135
29136         [BZ #14831]
29137         * elf/Makefile (tests): Add tst-audit8.
29138         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
29139         ($(objpfx)tst-audit8.out): New target.
29140         (tst-audit8-ENV): New variable.
29141         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
29142         audit if l_reloc_result is NULL.
29143         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
29144         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
29145         * elf/tst-audit8.c: New file.
29146
29147 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29148
29149         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
29150         * misc/Makefile (CFLAGS-select.c): Define.
29151         * posix/Makefile (CFLAGS-pause.c): Define.
29152
29153 2012-11-13  David S. Miller  <davem@davemloft.net>
29154
29155         * crypt/Makefile: Move test targets after toplevel Rules
29156         inclusion.  Grab any necessary sysdep routines when linking.
29157         * crypt/md5.c (md5_process_block): Remove define, we will always
29158         name it __md5_process_block.
29159         (md5_finish_ctx): Update md5_process_block call.
29160         (md5_stream): Likewise.
29161         (md5_process_bytes): Likewise.
29162         (md5_process_block): Rename to __md5_process_block and move to ...
29163         * crypt/md5-block.c: ... here.
29164         * crypt/sha256.c (sha256_process_block): Move to ...
29165         * crypt/sha256-block.c: ... here.
29166         * crypt/sha512.c (sha512_process_block): Move to ...
29167         * crypt/sha512-block.c: ... here.
29168         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
29169         path.
29170         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
29171         * sysdeps/sparc/sparc64/multiarch/Makefile
29172         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
29173         crypt subdir.
29174         (localedef-aux): Add md5 crypto assembler when in locale subdir.
29175         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
29176         multiarch changes.
29177         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
29178         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
29179         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
29180         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
29181         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
29182         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
29183         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
29184         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
29185         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
29186         file.
29187         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
29188         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
29189         file.
29190         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
29191
29192 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
29193
29194         * timezone/tzselect.ksh: Update from tzcode git revision
29195         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
29196         * timezone/zdump.c: Likewise.
29197         * timezone/zic.c: Likewise.
29198         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
29199         in TZVERSION setting, not $(PKGVERSION).
29200         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
29201         REPORT_BUGS_TO settings.
29202
29203         [BZ #14838]
29204         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
29205         macro.
29206
29207 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29208
29209         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
29210         detection to immediately after _FP_ROUND().
29211         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
29212         bits are 0.
29213
29214 2012-11-11  David S. Miller  <davem@davemloft.net>
29215
29216         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
29217         inttypes.h
29218         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
29219         __close rather than their public counterparts.
29220
29221 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
29222
29223         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
29224         file.
29225         [UNIX98] (sem_timedwait): Do not expect.
29226         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
29227         [XPG4 || UNIX98] (sockatmark): Do not expect.
29228         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
29229         (clock_getcpuclockid): Do not expect.
29230         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
29231         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
29232         Do not expect.
29233         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
29234         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
29235         [UNIX98] (vwscanf): Likewise.
29236         [UNIX98] (vswscanf): Likewise.
29237
29238 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
29239
29240         * timezone/version.h: Remove file.
29241         * timezone/README: Do not refer to version.h.
29242         * timezone/Makefile ($(objpfx)zic.o): New dependency on
29243         $(objpfx)version.h.
29244         ($(objpfx)zdump.o): Likewise.
29245         ($(objpfx)version.h): New target.
29246
29247         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
29248         2012i.
29249         * timezone/README: Don't mention modification to tzselect.ksh.
29250         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
29251         work on unmodified tzselect.ksh.  Substitute version numbers in
29252         tzselect.ksh.
29253
29254         * Makefile (format-me): Remove.
29255         (INSTALL): Adjust indentation.  Use commands directly instead of
29256         using $(format-me).
29257
29258         * aclocal.m4 (ACX_PKGVERSION): New macro.
29259         (ACX_BUGURL): Likewise.
29260         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
29261         (PKGVERSION): New AC_DEFINE_UNQUOTED.
29262         (REPORT_BUGS_TO): Likewise.
29263         * configure: Regenerated.
29264         * config.h.in (PKGVERSION): New macro.
29265         (REPORT_BUGS_TO): Likewise.
29266         * config.make.in (PKGVERSION): New variable.
29267         (PKGVERSION_TEXI): Likewise.
29268         (REPORT_BUGS_TO): Likewise.
29269         (REPORT_BUGS_TEXI): Likewise.
29270         * Makefile (format-me): Use -I$(common-objpfx)manual.
29271         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
29272         ($(common-objpfx)manual/%): New target.
29273         (manual/%): Remove target.
29274         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
29275         (print_version): Use PKGVERSION.
29276         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
29277         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
29278         and REPORT_BUGS_TO.
29279         ($(objpfx)xtrace): Likewise.
29280         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
29281         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
29282         (print_version): Use PKGVERSION.
29283         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
29284         (do_version): Use PKGVERSION.
29285         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
29286         REPORT_BUGS_TO.
29287         (common-ldd-rewrite): Likewise.
29288         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
29289         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
29290         (print_version): Use PKGVERSION.
29291         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
29292         * elf/pldd.c (argp_program_bug_address): Remove variable.
29293         (more_help): New function.
29294         (argp): Use more_help.
29295         (print_version): Use PKGVERSION.
29296         * elf/sln.c (main): Use PKGVERSION.
29297         (usage): Use REPORT_BUGS_TO.
29298         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
29299         (top level): Use PKGVERSION.
29300         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
29301         (print_version): Use PKGVERSION.
29302         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
29303         (print_version): Use PKGVERSION.
29304         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
29305         (print_version): Use PKGVERSION.
29306         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
29307         (print_version): Use PKGVERSION.
29308         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
29309         (print_version): Use PKGVERSION.
29310         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
29311         (print_version): Use PKGVERSION.
29312         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
29313         and BUGURL.
29314         ($(objpfx)memusage): Likewise.
29315         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
29316         (do_version): Use PKGVERSION.
29317         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
29318         (print_version): Use PKGVERSION.
29319         * malloc/mtrace.pl ($PACKAGE): Remove variable.
29320         ($PKGVERSION): New variable.
29321         ($REPORT_BUGS_TO): Likewise.
29322         (usage): Use $REPORT_BUGS_TO.
29323         (top level): Use $PKGVERSION.
29324         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
29325         ($(objpfx)pkgvers.texi): New rule.
29326         ($(objpfx)stamp-pkgvers): Likewise.
29327         * manual/install.texi: Include pkgvers.texi.
29328         (--with-pkgversion): Document new configure option.
29329         (--with-bugurl): Likewise.
29330         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
29331         than necessarily for this particular distribution.  Use
29332         REPORT_BUGS_TO for where to report bugs.
29333         * INSTALL: Regenerated.
29334         * manual/libc.texinfo: Include pkgvers.texi.
29335         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
29336         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
29337         (print_version): Use PKGVERSION.
29338         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
29339         (print_version): Use PKGVERSION.
29340         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
29341         (print_version): Use PKGVERSION.
29342         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
29343         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
29344         macro.
29345         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
29346         (print_version): Use PKGVERSION.
29347         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
29348         (print_version): Use PKGVERSION.
29349         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
29350         and PKGVERSION.
29351
29352         * timezone/checktab.awk: Update from tzcode 2012i.
29353         * timezone/ialloc.c: Likewise.
29354         * timezone/private.h: Likewise.
29355         * timezone/scheck.c: Likewise.
29356         * timezone/tzfile.h: Likewise.
29357         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
29358         (TZVERSION): Hardcode tzcode version number.
29359         * timezone/zdump.c: Update from tzcode 2012i.
29360         * timezone/zic.c: Likewise.
29361         * timezone/version.h: New file.
29362         * timezone/README: Describe version.h.  Update upstream location.
29363
29364         [BZ #14824]
29365         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
29366         (mktemp): Enable declaration.
29367         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
29368         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
29369         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
29370         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
29371         Likewise.
29372         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
29373         Likewise.
29374         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
29375         Likewise.
29376         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
29377         Likewise.
29378         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
29379         Likewise.
29380         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
29381         Likewise.
29382
29383         [BZ #14821]
29384         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
29385         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
29386         for copies of such integer values.
29387         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
29388         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
29389
29390 2012-11-09  Andreas Jaeger  <aj@suse.de>
29391
29392         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
29393         definitions and declarations that are provided by
29394         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
29395
29396 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29397
29398         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
29399         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
29400         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
29401         definition.
29402
29403 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29404
29405         * elf/elf.h: Update comment before AArch64 relocations.
29406
29407 2012-11-07  David S. Miller  <davem@davemloft.net>
29408
29409         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
29410         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
29411         (__start_context): Declare.
29412         (__makecontext_ret): Delete.
29413         (__makecontext): Hook up __start_context instead of
29414         __makecontext_ret.
29415         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
29416         (sysdep_routines): Add __start_context when in stdlib.
29417
29418 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29419
29420         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
29421         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
29422         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
29423         hardcoded "nm".
29424         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
29425         (READELF): New variable.  Use it instead of hardcoded "readelf".
29426
29427 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
29428
29429         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
29430         * sysdeps/x86/Makefile: Here.
29431         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
29432         * sysdeps/x86/tst-xmmymm.sh: This.
29433
29434 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29435
29436         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
29437         expectations.
29438         [UNIX98] (pthread_barrier_t): Do not expect.
29439         [UNIX98] (pthread_barrierattr_t): Likewise.
29440         [UNIX98] (pthread_spinlock_t): Likewise.
29441         [UNIX98] (pthread_barrier_destroy): Likewise.
29442         [UNIX98] (pthread_barrier_init): Likewise.
29443         [UNIX98] (pthread_barrier_wait): Likewise.
29444         [UNIX98] (pthread_barrierattr_destroy): Likewise.
29445         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
29446         [UNIX98] (pthread_barrierattr_init): Likewise.
29447         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
29448         [UNIX98] (pthread_getcpuclockid): Likewise.
29449         [UNIX98] (pthread_mutex_timedlock): Likewise.
29450         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
29451         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
29452         [UNIX98] (pthread_sigmask): Likewise.
29453         [UNIX98] (pthread_spin_destroy): Likewise.
29454         [UNIX98] (pthread_spin_init): Likewise.
29455         [UNIX98] (pthread_spin_lock): Likewise.
29456         [UNIX98] (pthread_spin_trylock): Likewise.
29457         [UNIX98] (pthread_spin_unlock): Likewise.
29458         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
29459         Do not expect.
29460         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
29461         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
29462         [XPG3 || XPG4] (pthread_cond_t): Likewise.
29463         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
29464         [XPG3 || XPG4] (pthread_key_t): Likewise.
29465         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
29466         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
29467         [XPG3 || XPG4] (pthread_once_t): Likewise.
29468         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
29469         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
29470         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
29471         [XPG3 || XPG4] (pthread_t): Likewise.
29472
29473         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
29474         not expect.
29475         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
29476
29477         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
29478         Change function return type to int.
29479
29480         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
29481         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
29482         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
29483         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
29484         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
29485         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
29486         [!POSIX] (posix_madvise): Likewise.
29487         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
29488         && !UNIX98].
29489         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
29490         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
29491         (mode_t): Likewise.
29492         (posix_mem_offset): Likewise.
29493         (posix_typed_mem_get_info): Likewise.
29494         (posix_typed_mem_open): Likewise.
29495
29496         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
29497         Change condition to [XOPEN2K8].
29498
29499         * conform/conformtest.pl: Preprocess allow-header data with -x c
29500         instead of from stdin.
29501         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
29502         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
29503         [C99-based standards] (cerfc): Likewise.
29504         [C99-based standards] (cexp2): Likewise.
29505         [C99-based standards] (cexpm1): Likewise.
29506         [C99-based standards] (clog10): Likewise.
29507         [C99-based standards] (clog1p): Likewise.
29508         [C99-based standards] (clog2): Likewise.
29509         [C99-based standards] (clgamma): Likewise.
29510         [C99-based standards] (ctgamma): Likewise.
29511         [C99-based standards] (cerff): Likewise.
29512         [C99-based standards] (cerfcf): Likewise.
29513         [C99-based standards] (cexp2f): Likewise.
29514         [C99-based standards] (cexpm1f): Likewise.
29515         [C99-based standards] (clog10f): Likewise.
29516         [C99-based standards] (clog1pf): Likewise.
29517         [C99-based standards] (clog2f): Likewise.
29518         [C99-based standards] (clgammaf): Likewise.
29519         [C99-based standards] (ctgammaf): Likewise.
29520         [C99-based standards] (cerfl): Likewise.
29521         [C99-based standards] (cerfcl): Likewise.
29522         [C99-based standards] (cexp2l): Likewise.
29523         [C99-based standards] (cexpm1l): Likewise.
29524         [C99-based standards] (clog10l): Likewise.
29525         [C99-based standards] (clog1pl): Likewise.
29526         [C99-based standards] (clog2l): Likewise.
29527         [C99-based standards] (clgammal): Likewise.
29528         [C99-based standards] (ctgammal): Likewise.
29529         * conform/data/inttypes.h-data [C99-based standards]: Include
29530         stdint.h-data.  Remove all expectations for stdint.h contents.
29531         [C99-based standards] (PRI*): Do not allow.
29532         [C99-based standards] (SCN*): Likewise.
29533         [C99-based standards] (*_t): Likewise.
29534         [C99-based-standards] (PRId8): Expect macro.
29535         [C99-based-standards] (PRIi8): Likewise.
29536         [C99-based-standards] (PRIo8): Likewise.
29537         [C99-based-standards] (PRIu8): Likewise.
29538         [C99-based-standards] (PRIx8): Likewise.
29539         [C99-based-standards] (PRIX8): Likewise.
29540         [C99-based-standards] (SCNd8): Likewise.
29541         [C99-based-standards] (SCNi8): Likewise.
29542         [C99-based-standards] (SCNo8): Likewise.
29543         [C99-based-standards] (SCNu8): Likewise.
29544         [C99-based-standards] (SCNx8): Likewise.
29545         [C99-based-standards] (PRIdLEAST8): Likewise.
29546         [C99-based-standards] (PRIiLEAST8): Likewise.
29547         [C99-based-standards] (PRIoLEAST8): Likewise.
29548         [C99-based-standards] (PRIuLEAST8): Likewise.
29549         [C99-based-standards] (PRIxLEAST8): Likewise.
29550         [C99-based-standards] (PRIXLEAST8): Likewise.
29551         [C99-based-standards] (SCNdLEAST8): Likewise.
29552         [C99-based-standards] (SCNiLEAST8): Likewise.
29553         [C99-based-standards] (SCNoLEAST8): Likewise.
29554         [C99-based-standards] (SCNuLEAST8): Likewise.
29555         [C99-based-standards] (SCNxLEAST8): Likewise.
29556         [C99-based-standards] (PRIdFAST8): Likewise.
29557         [C99-based-standards] (PRIiFAST8): Likewise.
29558         [C99-based-standards] (PRIoFAST8): Likewise.
29559         [C99-based-standards] (PRIuFAST8): Likewise.
29560         [C99-based-standards] (PRIxFAST8): Likewise.
29561         [C99-based-standards] (PRIXFAST8): Likewise.
29562         [C99-based-standards] (SCNdFAST8): Likewise.
29563         [C99-based-standards] (SCNiFAST8): Likewise.
29564         [C99-based-standards] (SCNoFAST8): Likewise.
29565         [C99-based-standards] (SCNuFAST8): Likewise.
29566         [C99-based-standards] (SCNxFAST8): Likewise.
29567         [C99-based-standards] (PRId16): Likewise.
29568         [C99-based-standards] (PRIi16): Likewise.
29569         [C99-based-standards] (PRIo16): Likewise.
29570         [C99-based-standards] (PRIu16): Likewise.
29571         [C99-based-standards] (PRIx16): Likewise.
29572         [C99-based-standards] (PRIX16): Likewise.
29573         [C99-based-standards] (SCNd16): Likewise.
29574         [C99-based-standards] (SCNi16): Likewise.
29575         [C99-based-standards] (SCNo16): Likewise.
29576         [C99-based-standards] (SCNu16): Likewise.
29577         [C99-based-standards] (SCNx16): Likewise.
29578         [C99-based-standards] (PRIdLEAST16): Likewise.
29579         [C99-based-standards] (PRIiLEAST16): Likewise.
29580         [C99-based-standards] (PRIoLEAST16): Likewise.
29581         [C99-based-standards] (PRIuLEAST16): Likewise.
29582         [C99-based-standards] (PRIxLEAST16): Likewise.
29583         [C99-based-standards] (PRIXLEAST16): Likewise.
29584         [C99-based-standards] (SCNdLEAST16): Likewise.
29585         [C99-based-standards] (SCNiLEAST16): Likewise.
29586         [C99-based-standards] (SCNoLEAST16): Likewise.
29587         [C99-based-standards] (SCNuLEAST16): Likewise.
29588         [C99-based-standards] (SCNxLEAST16): Likewise.
29589         [C99-based-standards] (PRIdFAST16): Likewise.
29590         [C99-based-standards] (PRIiFAST16): Likewise.
29591         [C99-based-standards] (PRIoFAST16): Likewise.
29592         [C99-based-standards] (PRIuFAST16): Likewise.
29593         [C99-based-standards] (PRIxFAST16): Likewise.
29594         [C99-based-standards] (PRIXFAST16): Likewise.
29595         [C99-based-standards] (SCNdFAST16): Likewise.
29596         [C99-based-standards] (SCNiFAST16): Likewise.
29597         [C99-based-standards] (SCNoFAST16): Likewise.
29598         [C99-based-standards] (SCNuFAST16): Likewise.
29599         [C99-based-standards] (SCNxFAST16): Likewise.
29600         [C99-based-standards] (PRId32): Likewise.
29601         [C99-based-standards] (PRIi32): Likewise.
29602         [C99-based-standards] (PRIo32): Likewise.
29603         [C99-based-standards] (PRIu32): Likewise.
29604         [C99-based-standards] (PRIx32): Likewise.
29605         [C99-based-standards] (PRIX32): Likewise.
29606         [C99-based-standards] (SCNd32): Likewise.
29607         [C99-based-standards] (SCNi32): Likewise.
29608         [C99-based-standards] (SCNo32): Likewise.
29609         [C99-based-standards] (SCNu32): Likewise.
29610         [C99-based-standards] (SCNx32): Likewise.
29611         [C99-based-standards] (PRIdLEAST32): Likewise.
29612         [C99-based-standards] (PRIiLEAST32): Likewise.
29613         [C99-based-standards] (PRIoLEAST32): Likewise.
29614         [C99-based-standards] (PRIuLEAST32): Likewise.
29615         [C99-based-standards] (PRIxLEAST32): Likewise.
29616         [C99-based-standards] (PRIXLEAST32): Likewise.
29617         [C99-based-standards] (SCNdLEAST32): Likewise.
29618         [C99-based-standards] (SCNiLEAST32): Likewise.
29619         [C99-based-standards] (SCNoLEAST32): Likewise.
29620         [C99-based-standards] (SCNuLEAST32): Likewise.
29621         [C99-based-standards] (SCNxLEAST32): Likewise.
29622         [C99-based-standards] (PRIdFAST32): Likewise.
29623         [C99-based-standards] (PRIiFAST32): Likewise.
29624         [C99-based-standards] (PRIoFAST32): Likewise.
29625         [C99-based-standards] (PRIuFAST32): Likewise.
29626         [C99-based-standards] (PRIxFAST32): Likewise.
29627         [C99-based-standards] (PRIXFAST32): Likewise.
29628         [C99-based-standards] (SCNdFAST32): Likewise.
29629         [C99-based-standards] (SCNiFAST32): Likewise.
29630         [C99-based-standards] (SCNoFAST32): Likewise.
29631         [C99-based-standards] (SCNuFAST32): Likewise.
29632         [C99-based-standards] (SCNxFAST32): Likewise.
29633         [C99-based-standards] (PRId64): Likewise.
29634         [C99-based-standards] (PRIi64): Likewise.
29635         [C99-based-standards] (PRIo64): Likewise.
29636         [C99-based-standards] (PRIu64): Likewise.
29637         [C99-based-standards] (PRIx64): Likewise.
29638         [C99-based-standards] (PRIX64): Likewise.
29639         [C99-based-standards] (SCNd64): Likewise.
29640         [C99-based-standards] (SCNi64): Likewise.
29641         [C99-based-standards] (SCNo64): Likewise.
29642         [C99-based-standards] (SCNu64): Likewise.
29643         [C99-based-standards] (SCNx64): Likewise.
29644         [C99-based-standards] (PRIdLEAST64): Likewise.
29645         [C99-based-standards] (PRIiLEAST64): Likewise.
29646         [C99-based-standards] (PRIoLEAST64): Likewise.
29647         [C99-based-standards] (PRIuLEAST64): Likewise.
29648         [C99-based-standards] (PRIxLEAST64): Likewise.
29649         [C99-based-standards] (PRIXLEAST64): Likewise.
29650         [C99-based-standards] (SCNdLEAST64): Likewise.
29651         [C99-based-standards] (SCNiLEAST64): Likewise.
29652         [C99-based-standards] (SCNoLEAST64): Likewise.
29653         [C99-based-standards] (SCNuLEAST64): Likewise.
29654         [C99-based-standards] (SCNxLEAST64): Likewise.
29655         [C99-based-standards] (PRIdFAST64): Likewise.
29656         [C99-based-standards] (PRIiFAST64): Likewise.
29657         [C99-based-standards] (PRIoFAST64): Likewise.
29658         [C99-based-standards] (PRIuFAST64): Likewise.
29659         [C99-based-standards] (PRIxFAST64): Likewise.
29660         [C99-based-standards] (PRIXFAST64): Likewise.
29661         [C99-based-standards] (SCNdFAST64): Likewise.
29662         [C99-based-standards] (SCNiFAST64): Likewise.
29663         [C99-based-standards] (SCNoFAST64): Likewise.
29664         [C99-based-standards] (SCNuFAST64): Likewise.
29665         [C99-based-standards] (SCNxFAST64): Likewise.
29666         [C99-based-standards] (PRIdMAX): Likewise.
29667         [C99-based-standards] (PRIiMAX): Likewise.
29668         [C99-based-standards] (PRIoMAX): Likewise.
29669         [C99-based-standards] (PRIuMAX): Likewise.
29670         [C99-based-standards] (PRIxMAX): Likewise.
29671         [C99-based-standards] (PRIXMAX): Likewise.
29672         [C99-based-standards] (SCNdMAX): Likewise.
29673         [C99-based-standards] (SCNiMAX): Likewise.
29674         [C99-based-standards] (SCNoMAX): Likewise.
29675         [C99-based-standards] (SCNuMAX): Likewise.
29676         [C99-based-standards] (SCNxMAX): Likewise.
29677         [C99-based-standards] (PRIdPTR): Likewise.
29678         [C99-based-standards] (PRIiPTR): Likewise.
29679         [C99-based-standards] (PRIoPTR): Likewise.
29680         [C99-based-standards] (PRIuPTR): Likewise.
29681         [C99-based-standards] (PRIxPTR): Likewise.
29682         [C99-based-standards] (PRIXPTR): Likewise.
29683         [C99-based-standards] (SCNdPTR): Likewise.
29684         [C99-based-standards] (SCNiPTR): Likewise.
29685         [C99-based-standards] (SCNoPTR): Likewise.
29686         [C99-based-standards] (SCNuPTR): Likewise.
29687         [C99-based-standards] (SCNxPTR): Likewise.
29688         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
29689         allow.
29690         * conform/data/stdint.h-data: Update comments to clarify
29691         requirements.
29692         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
29693         type.
29694         [C99-based standards] (INT8_MAX): Likewise.
29695         [C99-based standards] (INT16_MIN): Likewise.
29696         [C99-based standards] (INT16_MAX): Likewise.
29697         [C99-based standards] (INT32_MIN): Likewise.
29698         [C99-based standards] (INT32_MAX): Likewise.
29699         [C99-based standards] (INT64_MIN): Likewise.
29700         [C99-based standards] (INT64_MAX): Likewise.
29701         [C99-based standards] (UINT8_MAX): Likewise.
29702         [C99-based standards] (UINT16_MAX): Likewise.
29703         [C99-based standards] (UINT32_MAX): Likewise.
29704         [C99-based standards] (UINT64_MAX): Likewise.
29705         [C99-based standards] (INT_LEAST8_MIN): Likewise.
29706         [C99-based standards] (INT_LEAST8_MAX): Likewise.
29707         [C99-based standards] (INT_LEAST16_MIN): Likewise.
29708         [C99-based standards] (INT_LEAST16_MAX): Likewise.
29709         [C99-based standards] (INT_LEAST32_MIN): Likewise.
29710         [C99-based standards] (INT_LEAST32_MAX): Likewise.
29711         [C99-based standards] (INT_LEAST64_MIN): Likewise.
29712         [C99-based standards] (INT_LEAST64_MAX): Likewise.
29713         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
29714         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
29715         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
29716         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
29717         [C99-based standards] (INT_FAST8_MIN): Likewise.
29718         [C99-based standards] (INT_FAST8_MAX): Likewise.
29719         [C99-based standards] (INT_FAST16_MIN): Likewise.
29720         [C99-based standards] (INT_FAST16_MAX): Likewise.
29721         [C99-based standards] (INT_FAST32_MIN): Likewise.
29722         [C99-based standards] (INT_FAST32_MAX): Likewise.
29723         [C99-based standards] (INT_FAST64_MIN): Likewise.
29724         [C99-based standards] (INT_FAST64_MAX): Likewise.
29725         [C99-based standards] (UINT_FAST8_MAX): Likewise.
29726         [C99-based standards] (UINT_FAST16_MAX): Likewise.
29727         [C99-based standards] (UINT_FAST32_MAX): Likewise.
29728         [C99-based standards] (UINT_FAST64_MAX): Likewise.
29729         [C99-based standards] (INTPTR_MIN): Likewise.
29730         [C99-based standards] (INTPTR_MAX): Likewise.
29731         [C99-based standards] (UINTPTR_MAX): Likewise.
29732         [C99-based standards] (INTMAX_MIN): Likewise.
29733         [C99-based standards] (INTMAX_MAX): Likewise.
29734         [C99-based standards] (UINTMAX_MAX): Likewise.
29735         [C99-based standards] (PTRDIFF_MIN): Likewise.
29736         [C99-based standards] (PTRDIFF_MAX): Likewise.
29737         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
29738         [C99-based standards] (SIZE_MAX): Likewise.
29739         [C99-based standards] (WCHAR_MAX): Likewise.
29740         [C99-based standards] (WINT_MAX): Likewise.
29741         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
29742         constraint on value.
29743         [C99-based standards] (WCHAR_MIN): Likewise.
29744         [C99-based standards] (WINT_MIN): Likewise.
29745         [C99-based standards] (*_t): Allow.
29746         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
29747         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
29748         Include math.h-data and complex.h-data.  Remove all expectations
29749         of math.h and complex.h contents.
29750         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
29751         at end of line.
29752         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
29753         (struct tm): Expect tag.
29754         [C99-based-standards] (wcstof): Expect function.
29755         [C99-based-standards] (wcstold): Likewise.
29756         [C99-based-standards] (wcstoll): Likewise.
29757         [C99-based-standards] (wcstoull): Likewise.
29758         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
29759         macro-int-constant.  Specify type.
29760         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
29761         constraint on value.
29762         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
29763         Specify type.
29764         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
29765         Specify value.
29766         [ISO C standards]: Do not allow headers.
29767         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
29768         wcs[abcdefghijklmnopqrstuvwxyz]*.
29769         [ISO C standards] (*_t): Do not allow.
29770         * conform/data/wctype.h-data [C99-based standards] (iswblank):
29771         Expect function.
29772         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
29773         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
29774         Specify type.
29775         [ISO C standards]: Do not allow headers.
29776         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
29777         is[abcdefghijklmnopqrstuvwxyz]*.
29778         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
29779         to[abcdefghijklmnopqrstuvwxyz]*.
29780         [ISO C standards] (*_t): Do not allow.
29781         * conform/data/stdalign.h-data: New file.
29782         * conform/data/stdbool.h-data: Likewise.
29783         * conform/data/stdnoreturn.h-data: Likewise.
29784
29785 2012-11-07  Roland McGrath  <roland@hack.frob.com>
29786
29787         [BZ #14815]
29788         * manual/filesys.texi (Directory Entries): Typo fix.
29789         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
29790
29791 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29792
29793         * elf/elf.h (EM_AARCH64): New macro.
29794         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
29795         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
29796         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
29797         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
29798         (R_AARCH64_TLSDESC): Likewise.
29799         (NT_ARM_TLS): Likewise.
29800         (NT_ARM_HW_BREAK): Likewise.
29801         (NT_ARM_HW_WATCH): Likewise.
29802
29803 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29804
29805         [BZ #14811]
29806         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
29807         (__ieee754_powl): Saturate nonzero exponents with absolute value
29808         below 0x1p-79 to +/- 0x1p-79.
29809         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
29810         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
29811         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
29812         nonzero exponents with absolute value below 0x1p-32 to +/-
29813         0x1p-32.
29814         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
29815         (__ieee754_powl): Saturate nonzero exponents with absolute value
29816         below 0x1p-79 to +/- 0x1p-79.
29817         * math/libm-test.inc (pow_test): Add more tests.
29818
29819 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29820
29821         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
29822         _dl_s390_cap_flags with kernel. Increase string length.
29823         (_dl_s390_platforms): Add z196 and zEC12.
29824
29825 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29826
29827         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
29828         Change XOPEN21K to XOPEN2K.
29829
29830 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
29831
29832         * string/memmove.c: Use memcpy when possible.
29833
29834 2012-11-06  Andreas Jaeger  <aj@suse.de>
29835
29836         * po/eo.po: Update from translation team.
29837
29838 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
29839
29840         [BZ #14793]
29841         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
29842         exponent and small x and y exponents, scale x or y up.  Increase
29843         by 2 the exponent used in scaling up.
29844         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29845         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29846         * math/libm-test.inc (fma_test): Add more tests.
29847         (fma_test_towardzero): Likewise.
29848         (fma_test_downward): Likewise.
29849         (fma_test_upward): Likewise.
29850
29851 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
29852
29853         [BZ #14805]
29854         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
29855         fenv_t *.
29856
29857         [BZ #14801]
29858         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
29859         namespace for names of struct fields.
29860         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
29861         fenv_t fields.
29862         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
29863         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
29864
29865 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
29866
29867         [BZ #3665]
29868         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
29869
29870 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
29871
29872         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
29873         PTR_DEMANGLE.
29874
29875         [BZ #5246]
29876         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
29877         PTR_DEMANGLE.
29878
29879 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
29880
29881         [BZ #14797]
29882         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
29883         definitely overflow as x * y not x * y + z.
29884         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29885         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29886         * math/libm-test.inc (fma_test): Add more tests.
29887         (fma_test_towardzero): Likewise.
29888         (fma_test_downward): Likewise.
29889         (fma_test_upward): Likewise.
29890
29891 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
29892
29893         [BZ #157]
29894
29895         * include/stub-tag.h: Remove file.
29896         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
29897         '#include' of it.
29898         * manual/maint.texi (Porting): Don't reference it.
29899         * Makerules ($(objpfx)stubs): Likewise.
29900         * dirent/closedir.c: Don't include <stub-tag.h>.
29901         * dirent/dirfd.c: Likewise.
29902         * dirent/fdopendir.c: Likewise.
29903         * dirent/getdents.c: Likewise.
29904         * dirent/getdents64.c: Likewise.
29905         * dirent/opendir.c: Likewise.
29906         * dirent/readdir.c: Likewise.
29907         * dirent/readdir64.c: Likewise.
29908         * dirent/readdir64_r.c: Likewise.
29909         * dirent/readdir_r.c: Likewise.
29910         * dirent/rewinddir.c: Likewise.
29911         * dirent/seekdir.c: Likewise.
29912         * dirent/telldir.c: Likewise.
29913         * gmon/profil.c: Likewise.
29914         * grp/setgroups.c: Likewise.
29915         * inet/if_index.c: Likewise.
29916         * io/access.c: Likewise.
29917         * io/chdir.c: Likewise.
29918         * io/chmod.c: Likewise.
29919         * io/chown.c: Likewise.
29920         * io/close.c: Likewise.
29921         * io/dup.c: Likewise.
29922         * io/dup2.c: Likewise.
29923         * io/dup3.c: Likewise.
29924         * io/euidaccess.c: Likewise.
29925         * io/faccessat.c: Likewise.
29926         * io/fchdir.c: Likewise.
29927         * io/fchmod.c: Likewise.
29928         * io/fchmodat.c: Likewise.
29929         * io/fchown.c: Likewise.
29930         * io/fchownat.c: Likewise.
29931         * io/fcntl.c: Likewise.
29932         * io/flock.c: Likewise.
29933         * io/fstatfs.c: Likewise.
29934         * io/fstatfs64.c: Likewise.
29935         * io/fstatvfs.c: Likewise.
29936         * io/fstatvfs64.c: Likewise.
29937         * io/futimens.c: Likewise.
29938         * io/fxstat.c: Likewise.
29939         * io/fxstat64.c: Likewise.
29940         * io/fxstatat.c: Likewise.
29941         * io/fxstatat64.c: Likewise.
29942         * io/getcwd.c: Likewise.
29943         * io/isatty.c: Likewise.
29944         * io/lchmod.c: Likewise.
29945         * io/lchown.c: Likewise.
29946         * io/link.c: Likewise.
29947         * io/linkat.c: Likewise.
29948         * io/lseek.c: Likewise.
29949         * io/lseek64.c: Likewise.
29950         * io/lxstat64.c: Likewise.
29951         * io/mkdir.c: Likewise.
29952         * io/mkdirat.c: Likewise.
29953         * io/mkfifo.c: Likewise.
29954         * io/mkfifoat.c: Likewise.
29955         * io/open.c: Likewise.
29956         * io/open64.c: Likewise.
29957         * io/openat.c: Likewise.
29958         * io/openat64.c: Likewise.
29959         * io/pipe.c: Likewise.
29960         * io/pipe2.c: Likewise.
29961         * io/poll.c: Likewise.
29962         * io/posix_fadvise.c: Likewise.
29963         * io/posix_fadvise64.c: Likewise.
29964         * io/posix_fallocate.c: Likewise.
29965         * io/posix_fallocate64.c: Likewise.
29966         * io/read.c: Likewise.
29967         * io/readlink.c: Likewise.
29968         * io/readlinkat.c: Likewise.
29969         * io/rmdir.c: Likewise.
29970         * io/sendfile.c: Likewise.
29971         * io/sendfile64.c: Likewise.
29972         * io/statfs.c: Likewise.
29973         * io/statfs64.c: Likewise.
29974         * io/statvfs.c: Likewise.
29975         * io/statvfs64.c: Likewise.
29976         * io/symlink.c: Likewise.
29977         * io/symlinkat.c: Likewise.
29978         * io/ttyname.c: Likewise.
29979         * io/ttyname_r.c: Likewise.
29980         * io/umask.c: Likewise.
29981         * io/unlink.c: Likewise.
29982         * io/unlinkat.c: Likewise.
29983         * io/utime.c: Likewise.
29984         * io/utimensat.c: Likewise.
29985         * io/write.c: Likewise.
29986         * io/xmknod.c: Likewise.
29987         * io/xmknodat.c: Likewise.
29988         * io/xstat.c: Likewise.
29989         * io/xstat64.c: Likewise.
29990         * login/getpt.c: Likewise.
29991         * login/grantpt.c: Likewise.
29992         * login/unlockpt.c: Likewise.
29993         * math/e_acoshl.c: Likewise.
29994         * math/e_acosl.c: Likewise.
29995         * math/e_asinl.c: Likewise.
29996         * math/e_atan2l.c: Likewise.
29997         * math/e_atanhl.c: Likewise.
29998         * math/e_coshl.c: Likewise.
29999         * math/e_expl.c: Likewise.
30000         * math/e_fmodl.c: Likewise.
30001         * math/e_gammal_r.c: Likewise.
30002         * math/e_hypotl.c: Likewise.
30003         * math/e_j0l.c: Likewise.
30004         * math/e_j1l.c: Likewise.
30005         * math/e_jnl.c: Likewise.
30006         * math/e_lgammal_r.c: Likewise.
30007         * math/e_log10l.c: Likewise.
30008         * math/e_log2l.c: Likewise.
30009         * math/e_logl.c: Likewise.
30010         * math/e_powl.c: Likewise.
30011         * math/e_rem_pio2l.c: Likewise.
30012         * math/e_sinhl.c: Likewise.
30013         * math/e_sqrtl.c: Likewise.
30014         * math/fclrexcpt.c: Likewise.
30015         * math/fedisblxcpt.c: Likewise.
30016         * math/feenablxcpt.c: Likewise.
30017         * math/fegetenv.c: Likewise.
30018         * math/fegetexcept.c: Likewise.
30019         * math/fegetround.c: Likewise.
30020         * math/feholdexcpt.c: Likewise.
30021         * math/fesetenv.c: Likewise.
30022         * math/fesetround.c: Likewise.
30023         * math/feupdateenv.c: Likewise.
30024         * math/fgetexcptflg.c: Likewise.
30025         * math/fraiseexcpt.c: Likewise.
30026         * math/fsetexcptflg.c: Likewise.
30027         * math/ftestexcept.c: Likewise.
30028         * math/k_cosl.c: Likewise.
30029         * math/k_rem_pio2l.c: Likewise.
30030         * math/k_sinl.c: Likewise.
30031         * math/k_tanl.c: Likewise.
30032         * math/s_asinhl.c: Likewise.
30033         * math/s_atanl.c: Likewise.
30034         * math/s_cbrtl.c: Likewise.
30035         * math/s_erfl.c: Likewise.
30036         * math/s_expm1l.c: Likewise.
30037         * math/s_log1pl.c: Likewise.
30038         * math/s_tanhl.c: Likewise.
30039         * misc/acct.c: Likewise.
30040         * misc/brk.c: Likewise.
30041         * misc/chflags.c: Likewise.
30042         * misc/chroot.c: Likewise.
30043         * misc/fchflags.c: Likewise.
30044         * misc/fgetxattr.c: Likewise.
30045         * misc/flistxattr.c: Likewise.
30046         * misc/fremovexattr.c: Likewise.
30047         * misc/fsetxattr.c: Likewise.
30048         * misc/fsync.c: Likewise.
30049         * misc/ftruncate.c: Likewise.
30050         * misc/futimes.c: Likewise.
30051         * misc/futimesat.c: Likewise.
30052         * misc/getdomain.c: Likewise.
30053         * misc/getdtsz.c: Likewise.
30054         * misc/gethostid.c: Likewise.
30055         * misc/gethostname.c: Likewise.
30056         * misc/getloadavg.c: Likewise.
30057         * misc/getpagesize.c: Likewise.
30058         * misc/getsysstats.c: Likewise.
30059         * misc/getxattr.c: Likewise.
30060         * misc/gtty.c: Likewise.
30061         * misc/ioctl.c: Likewise.
30062         * misc/lgetxattr.c: Likewise.
30063         * misc/listxattr.c: Likewise.
30064         * misc/llistxattr.c: Likewise.
30065         * misc/lremovexattr.c: Likewise.
30066         * misc/lsetxattr.c: Likewise.
30067         * misc/lutimes.c: Likewise.
30068         * misc/madvise.c: Likewise.
30069         * misc/mincore.c: Likewise.
30070         * misc/mlock.c: Likewise.
30071         * misc/mlockall.c: Likewise.
30072         * misc/mmap.c: Likewise.
30073         * misc/mprotect.c: Likewise.
30074         * misc/msync.c: Likewise.
30075         * misc/munlock.c: Likewise.
30076         * misc/munlockall.c: Likewise.
30077         * misc/munmap.c: Likewise.
30078         * misc/preadv.c: Likewise.
30079         * misc/preadv64.c: Likewise.
30080         * misc/ptrace.c: Likewise.
30081         * misc/pwritev.c: Likewise.
30082         * misc/pwritev64.c: Likewise.
30083         * misc/readv.c: Likewise.
30084         * misc/reboot.c: Likewise.
30085         * misc/remap_file_pages.c: Likewise.
30086         * misc/removexattr.c: Likewise.
30087         * misc/revoke.c: Likewise.
30088         * misc/select.c: Likewise.
30089         * misc/setdomain.c: Likewise.
30090         * misc/setegid.c: Likewise.
30091         * misc/seteuid.c: Likewise.
30092         * misc/sethostid.c: Likewise.
30093         * misc/sethostname.c: Likewise.
30094         * misc/setregid.c: Likewise.
30095         * misc/setreuid.c: Likewise.
30096         * misc/setxattr.c: Likewise.
30097         * misc/sstk.c: Likewise.
30098         * misc/stty.c: Likewise.
30099         * misc/swapoff.c: Likewise.
30100         * misc/swapon.c: Likewise.
30101         * misc/sync.c: Likewise.
30102         * misc/syncfs.c: Likewise.
30103         * misc/syscall.c: Likewise.
30104         * misc/truncate.c: Likewise.
30105         * misc/ualarm.c: Likewise.
30106         * misc/usleep.c: Likewise.
30107         * misc/ustat.c: Likewise.
30108         * misc/utimes.c: Likewise.
30109         * misc/vhangup.c: Likewise.
30110         * misc/writev.c: Likewise.
30111         * posix/_exit.c: Likewise.
30112         * posix/alarm.c: Likewise.
30113         * posix/execve.c: Likewise.
30114         * posix/fexecve.c: Likewise.
30115         * posix/fork.c: Likewise.
30116         * posix/fpathconf.c: Likewise.
30117         * posix/getaddrinfo.c: Likewise.
30118         * posix/getegid.c: Likewise.
30119         * posix/geteuid.c: Likewise.
30120         * posix/getgid.c: Likewise.
30121         * posix/getgroups.c: Likewise.
30122         * posix/getlogin.c: Likewise.
30123         * posix/getlogin_r.c: Likewise.
30124         * posix/getpgid.c: Likewise.
30125         * posix/getpid.c: Likewise.
30126         * posix/getppid.c: Likewise.
30127         * posix/getresgid.c: Likewise.
30128         * posix/getresuid.c: Likewise.
30129         * posix/getsid.c: Likewise.
30130         * posix/getuid.c: Likewise.
30131         * posix/glob64.c: Likewise.
30132         * posix/nanosleep.c: Likewise.
30133         * posix/pathconf.c: Likewise.
30134         * posix/pause.c: Likewise.
30135         * posix/posix_madvise.c: Likewise.
30136         * posix/pread.c: Likewise.
30137         * posix/pread64.c: Likewise.
30138         * posix/pwrite.c: Likewise.
30139         * posix/pwrite64.c: Likewise.
30140         * posix/sched_getaffinity.c: Likewise.
30141         * posix/sched_getp.c: Likewise.
30142         * posix/sched_gets.c: Likewise.
30143         * posix/sched_primax.c: Likewise.
30144         * posix/sched_primin.c: Likewise.
30145         * posix/sched_rr_gi.c: Likewise.
30146         * posix/sched_setaffinity.c: Likewise.
30147         * posix/sched_setp.c: Likewise.
30148         * posix/sched_sets.c: Likewise.
30149         * posix/sched_yield.c: Likewise.
30150         * posix/setgid.c: Likewise.
30151         * posix/setlogin.c: Likewise.
30152         * posix/setpgid.c: Likewise.
30153         * posix/setresgid.c: Likewise.
30154         * posix/setresuid.c: Likewise.
30155         * posix/setsid.c: Likewise.
30156         * posix/setuid.c: Likewise.
30157         * posix/sleep.c: Likewise.
30158         * posix/spawni.c: Likewise.
30159         * posix/sysconf.c: Likewise.
30160         * posix/times.c: Likewise.
30161         * posix/wait.c: Likewise.
30162         * posix/wait3.c: Likewise.
30163         * posix/wait4.c: Likewise.
30164         * posix/waitpid.c: Likewise.
30165         * resolv/gai_sigqueue.c: Likewise.
30166         * resource/getpriority.c: Likewise.
30167         * resource/getrlimit.c: Likewise.
30168         * resource/getrusage.c: Likewise.
30169         * resource/nice.c: Likewise.
30170         * resource/setpriority.c: Likewise.
30171         * resource/setrlimit.c: Likewise.
30172         * resource/ulimit.c: Likewise.
30173         * rt/aio_cancel.c: Likewise.
30174         * rt/aio_fsync.c: Likewise.
30175         * rt/aio_read.c: Likewise.
30176         * rt/aio_sigqueue.c: Likewise.
30177         * rt/aio_suspend.c: Likewise.
30178         * rt/aio_write.c: Likewise.
30179         * rt/clock_getres.c: Likewise.
30180         * rt/clock_gettime.c: Likewise.
30181         * rt/clock_nanosleep.c: Likewise.
30182         * rt/clock_settime.c: Likewise.
30183         * rt/lio_listio.c: Likewise.
30184         * rt/mq_close.c: Likewise.
30185         * rt/mq_getattr.c: Likewise.
30186         * rt/mq_notify.c: Likewise.
30187         * rt/mq_open.c: Likewise.
30188         * rt/mq_receive.c: Likewise.
30189         * rt/mq_send.c: Likewise.
30190         * rt/mq_setattr.c: Likewise.
30191         * rt/mq_timedreceive.c: Likewise.
30192         * rt/mq_timedsend.c: Likewise.
30193         * rt/mq_unlink.c: Likewise.
30194         * rt/shm_open.c: Likewise.
30195         * rt/shm_unlink.c: Likewise.
30196         * rt/timer_create.c: Likewise.
30197         * rt/timer_delete.c: Likewise.
30198         * rt/timer_getoverr.c: Likewise.
30199         * rt/timer_gettime.c: Likewise.
30200         * rt/timer_settime.c: Likewise.
30201         * setjmp/__longjmp.c: Likewise.
30202         * setjmp/setjmp.c: Likewise.
30203         * signal/kill.c: Likewise.
30204         * signal/killpg.c: Likewise.
30205         * signal/raise.c: Likewise.
30206         * signal/sigaction.c: Likewise.
30207         * signal/sigaltstack.c: Likewise.
30208         * signal/sigblock.c: Likewise.
30209         * signal/sigignore.c: Likewise.
30210         * signal/sigintr.c: Likewise.
30211         * signal/signal.c: Likewise.
30212         * signal/sigpause.c: Likewise.
30213         * signal/sigpending.c: Likewise.
30214         * signal/sigqueue.c: Likewise.
30215         * signal/sigreturn.c: Likewise.
30216         * signal/sigset.c: Likewise.
30217         * signal/sigsetmask.c: Likewise.
30218         * signal/sigstack.c: Likewise.
30219         * signal/sigsuspend.c: Likewise.
30220         * signal/sigtimedwait.c: Likewise.
30221         * signal/sigvec.c: Likewise.
30222         * signal/sigwait.c: Likewise.
30223         * signal/sigwaitinfo.c: Likewise.
30224         * signal/sysv_signal.c: Likewise.
30225         * socket/accept.c: Likewise.
30226         * socket/accept4.c: Likewise.
30227         * socket/bind.c: Likewise.
30228         * socket/connect.c: Likewise.
30229         * socket/getpeername.c: Likewise.
30230         * socket/getsockname.c: Likewise.
30231         * socket/getsockopt.c: Likewise.
30232         * socket/isfdtype.c: Likewise.
30233         * socket/listen.c: Likewise.
30234         * socket/recv.c: Likewise.
30235         * socket/recvfrom.c: Likewise.
30236         * socket/recvmsg.c: Likewise.
30237         * socket/send.c: Likewise.
30238         * socket/sendmsg.c: Likewise.
30239         * socket/sendto.c: Likewise.
30240         * socket/setsockopt.c: Likewise.
30241         * socket/shutdown.c: Likewise.
30242         * socket/sockatmark.c: Likewise.
30243         * socket/socket.c: Likewise.
30244         * socket/socketpair.c: Likewise.
30245         * stdio-common/ctermid.c: Likewise.
30246         * stdio-common/cuserid.c: Likewise.
30247         * stdio-common/remove.c: Likewise.
30248         * stdio-common/rename.c: Likewise.
30249         * stdio-common/renameat.c: Likewise.
30250         * stdio-common/tempname.c: Likewise.
30251         * stdlib/getcontext.c: Likewise.
30252         * stdlib/makecontext.c: Likewise.
30253         * stdlib/setcontext.c: Likewise.
30254         * stdlib/swapcontext.c: Likewise.
30255         * stdlib/system.c: Likewise.
30256         * streams/fattach.c: Likewise.
30257         * streams/fdetach.c: Likewise.
30258         * streams/getmsg.c: Likewise.
30259         * streams/getpmsg.c: Likewise.
30260         * streams/putmsg.c: Likewise.
30261         * streams/putpmsg.c: Likewise.
30262         * sysdeps/unix/bsd/getpt.c: Likewise.
30263         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
30264         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
30265         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
30266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
30267         Likewise.
30268         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
30269         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
30270         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
30271         * sysvipc/msgctl.c: Likewise.
30272         * sysvipc/msgget.c: Likewise.
30273         * sysvipc/msgrcv.c: Likewise.
30274         * sysvipc/msgsnd.c: Likewise.
30275         * sysvipc/semctl.c: Likewise.
30276         * sysvipc/semget.c: Likewise.
30277         * sysvipc/semop.c: Likewise.
30278         * sysvipc/semtimedop.c: Likewise.
30279         * sysvipc/shmat.c: Likewise.
30280         * sysvipc/shmctl.c: Likewise.
30281         * sysvipc/shmdt.c: Likewise.
30282         * sysvipc/shmget.c: Likewise.
30283         * termios/tcdrain.c: Likewise.
30284         * termios/tcflow.c: Likewise.
30285         * termios/tcflush.c: Likewise.
30286         * termios/tcgetattr.c: Likewise.
30287         * termios/tcgetpgrp.c: Likewise.
30288         * termios/tcsendbrk.c: Likewise.
30289         * termios/tcsetattr.c: Likewise.
30290         * termios/tcsetpgrp.c: Likewise.
30291         * time/adjtime.c: Likewise.
30292         * time/clock.c: Likewise.
30293         * time/getitimer.c: Likewise.
30294         * time/gettimeofday.c: Likewise.
30295         * time/setitimer.c: Likewise.
30296         * time/settimeofday.c: Likewise.
30297         * time/stime.c: Likewise.
30298         * time/time.c: Likewise.
30299
30300 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
30301
30302         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
30303         /usr/old/bin.
30304
30305         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
30306         instead of spaces.
30307         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
30308
30309 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
30310
30311         [BZ #14796]
30312         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
30313         FE_TONEAREST before applying Dekker multiplication and Knuth
30314         addition.  Clear inexact exceptions and check for exact zero
30315         results afterwards.
30316         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30317         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
30318         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30319         * math/libm-test.inc (fma_test): Add more tests.
30320         (fma_test_towardzero): Likewise.
30321         (fma_test_downward): Likewise.
30322         (fma_test_upward): Likewise.
30323         * sysdeps/generic/math_private.h (default_libc_fesetround): New
30324         function.
30325         (libc_fesetround): New macro.
30326         (libc_fesetroundf): Likewise.
30327         (libc_fesetroundl): Likewise.
30328         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
30329         function.
30330         (libc_fesetround_387): Likewise.
30331         (libc_fesetroundf): New macro.
30332         (libc_fesetround): Likewise.
30333         (libc_fesetroundl): Likewise.
30334         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
30335         function.
30336         (libc_fesetroundf): New macro.
30337         (libc_fesetround): Likewise.
30338         (libc_fesetroundl): Likewise.
30339         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
30340         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
30341         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
30342         libm_hidden_ver.
30343         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
30344         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
30345         libm_hidden_def.
30346         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
30347         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
30348         libm_hidden_ver.
30349         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
30350         libm_hidden_def.
30351
30352         [BZ #3439]
30353         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
30354         integer constant usable in #if and use that to give value to enum
30355         constant.
30356         (FE_DIVBYZERO): Likewise.
30357         (FE_UNDERFLOW): Likewise.
30358         (FE_OVERFLOW): Likewise.
30359         (FE_INVALID): Likewise.
30360         (FE_INVALID_SNAN): Likewise.
30361         (FE_INVALID_ISI): Likewise.
30362         (FE_INVALID_IDI): Likewise.
30363         (FE_INVALID_ZDZ): Likewise.
30364         (FE_INVALID_IMZ): Likewise.
30365         (FE_INVALID_COMPARE): Likewise.
30366         (FE_INVALID_SOFTWARE): Likewise.
30367         (FE_INVALID_SQRT): Likewise.
30368         (FE_INVALID_INTEGER_CONVERSION): Likewise.
30369         (FE_TONEAREST): Likewise.
30370         (FE_TOWARDZERO): Likewise.
30371         (FE_UPWARD): Likewise.
30372         (FE_DOWNWARD): Likewise.
30373         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
30374         (FE_DIVBYZERO): Likewise.
30375         (FE_OVERFLOW): Likewise.
30376         (FE_UNDERFLOW): Likewise.
30377         (FE_INEXACT): Likewise.
30378         (FE_TONEAREST): Likewise.
30379         (FE_DOWNWARD): Likewise.
30380         (FE_UPWARD): Likewise.
30381         (FE_TOWARDZERO): Likewise.
30382         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
30383         (FE_UNDERFLOW): Likewise.
30384         (FE_OVERFLOW): Likewise.
30385         (FE_DIVBYZERO): Likewise.
30386         (FE_INVALID): Likewise.
30387         (FE_TONEAREST): Likewise.
30388         (FE_TOWARDZERO): Likewise.
30389         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
30390         (FE_OVERFLOW): Likewise.
30391         (FE_UNDERFLOW): Likewise.
30392         (FE_DIVBYZERO): Likewise.
30393         (FE_INEXACT): Likewise.
30394         (FE_TONEAREST): Likewise.
30395         (FE_TOWARDZERO): Likewise.
30396         (FE_UPWARD): Likewise.
30397         (FE_DOWNWARD): Likewise.
30398         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
30399         (FE_DIVBYZERO): Likewise.
30400         (FE_OVERFLOW): Likewise.
30401         (FE_UNDERFLOW): Likewise.
30402         (FE_INEXACT): Likewise.
30403         (FE_TONEAREST): Likewise.
30404         (FE_DOWNWARD): Likewise.
30405         (FE_UPWARD): Likewise.
30406         (FE_TOWARDZERO): Likewise.
30407
30408 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
30409
30410         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
30411
30412 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
30413
30414         * scripts/cross-test-ssh.sh (command): Use newlines to separate
30415         commands.  Quote $PWD.
30416         (blacklist_exports): Don't use remove_newlines.  Replace "declare
30417         -x" by "export".
30418         (remove_newlines): Remove.
30419
30420 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
30421
30422         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
30423         * stdlib/stdlib.h (atof): Moved to ...
30424         * include/bits/stdlib-float.h: Here.  New file.
30425         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
30426         * stdlib/bits/stdlib-float.h: New file.
30427         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
30428         -mno-sse -mno-mmx.
30429         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
30430         <xmmintrin.h>.
30431
30432 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
30433
30434         * conform/conformtest.pl (@headers): Add fenv.h.
30435         * conform/data/fenv.h-data: New file.
30436         * include/fenv.h [_ISOMAC]: Disable all contents of file except
30437         include of <math/fenv.h>.
30438
30439         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
30440         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
30441         && !UNIX98].  Enables tests for XOPEN2K8.
30442         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
30443         POSIX2008]: Likewise.
30444
30445         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
30446         (struct rusage): Do not expect type or its members.
30447
30448         [BZ #3439]
30449         * math/math.h (FP_NAN): Define macro to integer constant usable in
30450         #if and use that to give value to enum constant.
30451         (FP_INFINITE): Likewise.
30452         (FP_ZERO): Likewise.
30453         (FP_SUBNORMAL): Likewise.
30454         (FP_NORMAL): Likewise.
30455
30456 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
30457
30458         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
30459         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
30460         arguments.
30461
30462 2012-11-02  Roland McGrath  <roland@hack.frob.com>
30463
30464         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
30465         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
30466         autoconf-time if not.
30467         * configure.in: Remove AC_PREREQ.
30468
30469 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30470
30471         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
30472         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
30473         of the internal implementation.
30474
30475 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
30476
30477         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
30478         except include of <misc/sys/syslog.h>.
30479
30480 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
30481
30482         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
30483         function returns with a NULL context exit with zero.
30484
30485 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30486
30487         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
30488
30489 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
30490
30491         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
30492         (run_program_cmd): This.
30493         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
30494         (tst_langinfo): New variable.  Use it.
30495
30496 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
30497
30498         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
30499         floating point opcodes.
30500
30501 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
30502
30503         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
30504         variable.
30505
30506         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
30507
30508         * sysdeps/mach/hurd/powerpc: Remove directory.
30509         * sysdeps/mach/powerpc: Likewise.
30510
30511 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
30512
30513         * scripts/check-local-headers.sh: Ignore c++ headers.
30514
30515 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
30516
30517         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
30518         __libc_cleanup_region_start argument.
30519
30520 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
30521
30522         [BZ #14784]
30523         [BZ #14785]
30524         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
30525         x * y using scaling, not as x * y + z.
30526         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30527         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30528         * math/libm-test.inc (fma_test): Add more tests.
30529         (fma_test_towardzero): Likewise.
30530         (fma_test_downward): Likewise.
30531         (fma_test_upward): Likewise.
30532
30533 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
30534
30535         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
30536
30537 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
30538
30539         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
30540         New variable.
30541
30542 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
30543
30544         * rt/tst-shm.c (worker): Correct checking for mmap failure.
30545
30546 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
30547
30548         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30549         Fix sort order.
30550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30551         Likewise.
30552
30553 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30554
30555         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30556         Fix the order of the list for glibc 2.17.
30557         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30558         Likewise.
30559
30560 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
30561
30562         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30563
30564 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
30565
30566         [BZ #14610]
30567         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
30568         for low part of x being zero before using __atanl (y).
30569         * math/libm-test.inc (atan2_test): Add another test.
30570
30571         * manual/install.texi (Configuring and compiling): Document
30572         general use of test-wrapper and test-wrapper-env.
30573         * INSTALL: Regenerated.
30574
30575         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
30576         (__fma): Do not extract and scale down low bits on after-rounding
30577         systems when result rounded to normal precision would have normal
30578         exponent.
30579         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
30580         (__fmal): Do not extract and scale down low bits on after-rounding
30581         systems when result rounded to normal precision would have normal
30582         exponent.
30583         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
30584         (__fmal): Do not extract and scale down low bits on after-rounding
30585         systems when result rounded to normal precision would have normal
30586         exponent.
30587         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
30588         macro.
30589         (fma_test): Add more tests.
30590         (fma_test_towardzero): Likewise.
30591         (fma_test_downward): Likewise.
30592         (fma_test_upward): Likewise.
30593
30594 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
30595
30596         * sysdeps/i386/tininess.h: Renamed to ...
30597         * sysdeps/x86/tininess.h: This.
30598         * sysdeps/x86_64/tininess.h: Removed.
30599
30600 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
30601
30602         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
30603         input.  Use $(build-program-cmd).
30604         ($(objpfx)tst-array1-static.out): Likewise.
30605         ($(objpfx)tst-array2.out): Likewise.
30606         ($(objpfx)tst-array3.out): Likewise.
30607         ($(objpfx)tst-array4.out): Likewise.
30608         ($(objpfx)tst-array5.out): Likewise.
30609         ($(objpfx)tst-array5-static.out): Likewise.
30610
30611 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
30612
30613         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
30614         if defined.
30615
30616         * nss/nsswitch.h (nss_interface_function): Provide new
30617         macro for use with NSS functions.
30618         * grp/initgroups.c: Use new macro.
30619         * nss/getXXbyYY.c: Likewise.
30620         * nss/getXXbyYY_r.c: Likewise.
30621         * nss/getXXent.c: Likewise.
30622         * nss/getXXent_r.c: Likewise.
30623         * sysdeps/posix/getaddrinfo.c: Likewise.
30624
30625 2012-10-30  Andreas Jaeger  <aj@suse.de>
30626
30627         * po/ru.po: Update Russion translation from translation project.
30628
30629 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
30630
30631         [BZ #14152]
30632         [BZ #14783]
30633         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
30634         result and shift together with sticky bit instead of replicating
30635         round-to-nearest rounding.
30636         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30637         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30638         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
30639         missing underflow exceptions.
30640         (fma_test_towardzero): Add more tests.
30641         (fma_test_downward): Likewise.
30642         (fma_test_upward): Likewise.
30643
30644         [BZ #14047]
30645         * sysdeps/generic/tininess.h: New file.
30646         * sysdeps/i386/tininess.h: Likewise.
30647         * sysdeps/sh/tininess.h: Likewise.
30648         * sysdeps/x86_64/tininess.h: Likewise.
30649         * stdlib/tst-strtod-underflow.c: Likewise.
30650         * stdlib/tst-tininess.c: Likewise.
30651         * stdlib/strtod_l.c: Include <tininess.h>.
30652         (round_and_return): Do not set errno for exact underflow cases.
30653         Force an underflow exception when setting errno for underflow.
30654         Determine underflow based on rounding to normal precision if
30655         TININESS_AFTER_ROUNDING.
30656         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
30657         ERANGE for exact underflow cases.
30658         * stdlib/Makefile (tests): Add tst-tininess and
30659         tst-strtod-underflow.
30660         ($(objpfx)tst-tininess): Use $(link-libm).
30661         ($(objpfx)tst-strtod-underflow): Likewise.
30662
30663 2012-10-30  Andreas Jaeger  <aj@suse.de>
30664
30665         [BZ#14767]
30666         * elf/Makefile (tests): Remove conditional for have-initfini-array
30667         since this is now always required and the variable does not exist
30668         anymore.
30669         (tests-static): Likewise.
30670         (modules-names): Likewise.
30671
30672         * po/eo.po: Add Esperanto translation from translation project.
30673
30674         * elf/tst-array1.c (fini_array): Make writeable so that it can be
30675         merged with constructor/destructor.
30676         (init_array): Likewise.
30677         * elf/tst-array2dep.c (fini_array): Likewise.
30678         (init_array): Likewise.
30679
30680 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
30681
30682         * manual/message.texi: Delete @cartouche tags.
30683
30684 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
30685
30686         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
30687         EOPNOTSUPP.
30688         * sysdeps/mach/hurd/fsync.c: Likewise.
30689
30690         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
30691         [_POSIX_REALTIME_SIGNALS]: Change condition to
30692         [_POSIX_REALTIME_SIGNALS > 0].
30693
30694 2012-10-27  Andreas Jaeger  <aj@suse.de>
30695
30696         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
30697         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
30698         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
30699         [__WORDSIZE != 64]: Likewise.
30700
30701 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
30702
30703         *  iconvdata/tst-table.sh: Remove ${SHELL}.
30704         *  iconvdata/tst-tables.sh: Likewise.
30705
30706 2012-10-25  David S. Miller  <davem@davemloft.net>
30707
30708         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30709         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
30710         of strtoull.
30711
30712         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
30713         ifunc-impl-list.c
30714         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
30715         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
30716         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
30717         file.
30718
30719 2012-10-25  Roland McGrath  <roland@hack.frob.com>
30720
30721         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30722         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
30723         __getdirentries.
30724
30725 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
30726             Jim Blandy  <jimb@codesourcery.com>
30727
30728         * scripts/cross-test-ssh.sh: New file.
30729         * manual/install.texi (Configuring and compiling): Document use of
30730         cross-test-ssh.sh.
30731         * INSTALL: Regenerated.
30732
30733 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
30734
30735         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
30736         EOPNOTSUPP.
30737
30738 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
30739
30740         * Makeconfig (run-program-prefix): Fix comment.
30741
30742 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
30743             Jim Blandy  <jimb@codesourcery.com>
30744
30745         * Makeconfig (test-wrapper): New variable,
30746         (test-wrapper-env): Likewise.
30747         [$(cross-compiling) = yes && $(test-wrapper) != ""]
30748         (run-built-tests): Define to yes.
30749         (run-program-prefix): Use $(test-wrapper).
30750         (built-program-cmd): Likewise.
30751         * Rules (make-test-out): Use $(test-wrapper-env) and
30752         $(host-built-program-cmd).
30753         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
30754         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
30755         tst-pathopt.sh.
30756         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
30757         $(test-wrapper-env) to tst-rtld-load-self.sh.
30758         ($(objpfx)order2.out): Use $(test-wrapper).
30759         ($(objpfx)tst-initorder.out): Likewise.
30760         ($(objpfx)tst-initorder2.out): Likewise.
30761         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
30762         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
30763         (test_wrapper_env): New variable.  Use it to run ld.so.
30764         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
30765         Use it to run ld.so.
30766         (test_wrapper_env): Likewise.
30767         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
30768         $(test-wrapper) to run-iconv-test.sh.
30769         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
30770         (ICONV): Use $test_wrapper.
30771         * posix/Makefile ($(objpfx)globtest.out): Pass
30772         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
30773         globtest.sh, not $(run-program-prefix).
30774         * posix/globtest.sh (run_via_rtld_prefix): New variable.
30775         (test_wrapper): Likewise.
30776         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
30777         set together with run_via_rtld_prefix.
30778         (run_program_prefix): Define in terms of test_wrapper and
30779         run_via_rtld_prefix.
30780
30781 2012-10-24  Roland McGrath  <roland@hack.frob.com>
30782
30783         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
30784         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
30785         Targets removed.
30786
30787         [BZ #14743]
30788         * include/time.h: Remove librt_hidden_proto (clock_gettime).
30789         Declare __clock_getres, __clock_gettime, __clock_settime,
30790         __clock_nanosleep, and __clock_getcpuclockid.
30791         * rt/clock_gettime.c: Define __clock_gettime as an alias.
30792         Remove librt_hidden_def (clock_gettime).
30793         * sysdeps/unix/clock_gettime.c: Likewise.
30794         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
30795         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
30796         * rt/clock_getres.c: Define __clock_getres as an alias.
30797         * sysdeps/posix/clock_getres.c: Likewise.
30798         * rt/clock_settime.c: Define __clock_settime as an alias.
30799         * sysdeps/unix/clock_settime.c: Likewise.
30800         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
30801         * sysdeps/unix/clock_nanosleep.c: Likewise.
30802         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
30803         * rt/clock-compat.c: New file.
30804         * rt/Makefile (librt-routines): Add clock-compat and move
30805         $(clock-routines) to ...
30806         (routines): ... here, new variable.
30807         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
30808         Don't add get_clockfreq here.
30809         * rt/Versions (libc: GLIBC_2.17): New version set.
30810         Add clock_* symbols here.
30811         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
30812         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
30813         (GLIBC_2.17): Add clock_* symbols.
30814         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
30815         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
30816         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
30817         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30818         Likewise.
30819         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30820         Likewise.
30821         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
30822         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
30823         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
30824         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
30825         * NEWS: Mention the move.
30826
30827         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
30828         Use __open, __read, __close rather than their public counterparts.
30829         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30830         (__get_clockfreq_via_cpuinfo): Likewise.
30831         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
30832         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
30833
30834         * config.h.in (HAVE_IFUNC): New #undef.
30835         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
30836         was successful.
30837         * configure: Regenerated.
30838
30839 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
30840
30841         * configure.in: Move READELF check to start of file.
30842         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
30843         libc_cv_asm_gnu_indirect_function in the process.
30844         * configure: Regenerated.
30845
30846 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
30847
30848         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
30849         send the output to /dev/null.
30850         (libc_cv_cc_with_libunwind): Likewise.
30851         (libc_cv_as_noexecstack): Likewise.
30852         * configure: Regenerate.
30853
30854 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
30855
30856         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
30857
30858         * posix/globtest.sh (TMPDIR): Do not set.
30859         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
30860         (testout): Likewise.
30861
30862 2012-10-24  Andreas Jaeger  <aj@suse.de>
30863
30864         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
30865         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
30866         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
30867         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
30868         posix_fadvise64, posix_fallocate64.
30869
30870         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
30871         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
30872         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
30873         Likewise.
30874         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
30875         Likewise.
30876         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
30877
30878         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
30879         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
30880         <bits/fcntl-linux.h>.
30881         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
30882
30883         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
30884         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
30885         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
30886         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
30887         [__WORDSIZE != 64]: Likewise.
30888
30889 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
30890
30891         * Makeconfig (run-built-tests): New variable.
30892         * Rules [$(cross-compiling) = yes]: Change condition to
30893         [$(run-built-tests) = no].
30894         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
30895         to [$(run-built-tests) = yes].
30896         * elf/Makefile [$(cross-compiling) = no]: Likewise
30897         * grp/Makefile [$(cross-compiling) = no]: Likewise.
30898         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
30899         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
30900         * intl/Makefile [$(cross-compiling) = no]: Likewise.
30901         * io/Makefile [$(cross-compiling) = no]: Likewise.
30902         * libio/Makefile [$(cross-compiling) = no]: Likewise.
30903         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
30904         * misc/Makefile [$(cross-compiling) = no]: Likewise.
30905         * posix/Makefile [$(cross-compiling) = no]: Likewise.
30906         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
30907         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
30908         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
30909         * string/Makefile [$(cross-compiling) = no]: Likewise.
30910
30911         * posix/Makefile ($(objpfx)globtest.out): Pass
30912         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
30913         $(rtld-installed-name).
30914         * posix/globtest.sh (elf_objpfx): Remove variable.
30915         (rtld_installed_name): Likewise.
30916         (library_path): Likewise.
30917         (run_program_prefix): New variable.  Use for running globtest
30918         binary.
30919
30920 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
30921             Joseph Myers  <joseph@codesourcery.com>
30922
30923         * Makeconfig (host-built-program-cmd): New variable.
30924         * elf/Makefile (tst-stackguard1-ARGS): Use
30925         $(host-built-program-cmd).
30926         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
30927         (tst-spawn-ARGS): Likewise.
30928         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
30929
30930 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
30931             Jim Blandy  <jimb@codesourcery.com>
30932
30933         * Makeconfig (run-via-rtld-prefix): New variable.
30934         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
30935         (built-program-cmd): Likewise.
30936
30937 2012-10-22  Andreas Jaeger  <aj@suse.de>
30938
30939         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
30940         __O_RSYNC if it exists, otherwise to O_SYNC.
30941
30942 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
30943             Joseph Myers  <joseph@codesourcery.com>
30944
30945         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
30946         /dev/null.
30947         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
30948         from /dev/null
30949         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
30950         /dev/null.
30951
30952 2012-10-22  Andreas Jaeger  <aj@suse.de>
30953
30954         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
30955         Define always.
30956         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
30957
30958         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30959         bits/fcntl-linux.h.
30960
30961         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
30962         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
30963
30964         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
30965         to __O_LARGEFILE.
30966         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
30967         to __O_LARGEFILE.
30968
30969 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
30970             Joseph Myers  <joseph@codesourcery.com>
30971
30972         * config.make.in (NM): New variable.
30973
30974 2012-10-21  Andreas Jaeger  <aj@suse.de>
30975
30976         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
30977         definitions and declarations that are provided by
30978         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
30979
30980 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
30981
30982         [BZ #14683]
30983         * elf/Makefile (tests-static): Add tst-leaks1-static.
30984         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
30985         ($(objpfx)tst-leaks1-static): New rule.
30986         ($(objpfx)tst-leaks1-static-mem): Likewise.
30987         (tst-leaks1-static-ENV): New macro.
30988         * elf/dl-open.c (dl_open_worker): Check the main application
30989         only if SHARED is defined.
30990         * elf/tst-leaks1-static.c: New file.
30991
30992 2012-10-20  Andreas Jaeger  <aj@suse.de>
30993
30994         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
30995         generic values for Linux.
30996         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
30997         and declarations that are provided by <bits/fcntl-linux.h> and
30998         include <bits/fcntl-linux.h>.
30999         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
31000         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
31001
31002 2012-10-20  Roland McGrath  <roland@hack.frob.com>
31003
31004         * io/fcntl.h: Move include of <bits/types.h> to the top and
31005         include it unconditionally.
31006
31007 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
31008
31009         * wcsmbs/Makefile (tests-ifunc): New variable.
31010         (tests): Add $(tests-ifunc).
31011         * wcsmbs/test-wcschr-ifunc.c: New file.
31012         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
31013         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
31014         * wcsmbs/test-wcslen-ifunc.c: Likewise.
31015         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
31016         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
31017
31018         * string/Makefile (tests-ifunc): New variable.
31019         (tests): Add $(tests-ifunc).
31020         * string/test-memccpy.c (TEST_NAME): New macro.
31021         * string/test-memchr.c (TEST_NAME): Likewise.
31022         * string/test-memcmp.c (TEST_NAME): Likewise.
31023         * string/test-memcpy.c (TEST_NAME): Likewise.
31024         * string/test-memmem.c (TEST_NAME): Likewise.
31025         * string/test-memmove.c (TEST_NAME): Likewise.
31026         * string/test-memset.c (TEST_NAME): Likewise.
31027         * string/test-rawmemchr.c (TEST_NAME): Likewise.
31028         * string/test-stpcpy.c (TEST_NAME): Likewise.
31029         * string/test-stpncpy.c (TEST_NAME): Likewise.
31030         * string/test-strcasecmp.c (TEST_NAME): Likewise.
31031         * string/test-strcasestr.c (TEST_NAME): Likewise.
31032         * string/test-strcat.c (TEST_NAME): Likewise.
31033         * string/test-strchr.c (TEST_NAME): Likewise.
31034         * string/test-strcmp.c(TEST_NAME): Likewise.
31035         * string/test-strcpy.c (TEST_NAME): Likewise.
31036         * string/test-strcspn.c (TEST_NAME): Likewise.
31037         * string/test-strlen.c (TEST_NAME): Likewise.
31038         * string/test-strncasecmp.c (TEST_NAME): Likewise.
31039         * string/test-strncmp.c (TEST_NAME): Likewise.
31040         * string/test-strncpy.c (TEST_NAME): Likewise.
31041         * string/test-strnlen.c (TEST_NAME): Likewise.
31042         * string/test-strpbrk.c (TEST_NAME): Likewise.
31043         * string/test-strrchr.c (TEST_NAME): Likewise.
31044         * string/test-strspn.c (TEST_NAME): Likewise.
31045         * string/test-strstr.c (TEST_NAME): Likewise.
31046         * string/test-bcopy-ifunc.c: New file.
31047         * string/test-bzero-ifunc.c: Likewise.
31048         * string/test-memccpy-ifunc.c: Likewise.
31049         * string/test-memchr-ifunc.c: Likewise.
31050         * string/test-memcmp-ifunc.c: Likewise.
31051         * string/test-memcpy-ifunc.c: Likewise.
31052         * string/test-memmem-ifunc.c: Likewise.
31053         * string/test-memmove-ifunc.c: Likewise.
31054         * string/test-mempcpy-ifunc.c: Likewise.
31055         * string/test-memset-ifunc.c: Likewise.
31056         * string/test-rawmemchr-ifunc.c: Likewise.
31057         * string/test-stpcpy-ifunc.c: Likewise.
31058         * string/test-stpncpy-ifunc.c: Likewise.
31059         * string/test-strcasecmp-ifunc.c: Likewise.
31060         * string/test-strcasestr-ifunc.c: Likewise.
31061         * string/test-strcat-ifunc.c: Likewise.
31062         * string/test-strchr-ifunc.c: Likewise.
31063         * string/test-strchrnul-ifunc.c: Likewise.
31064         * string/test-strcmp-ifunc.c: Likewise.
31065         * string/test-strcpy-ifunc.c: Likewise.
31066         * string/test-strcspn-ifunc.c: Likewise.
31067         * string/test-strlen-ifunc.c: Likewise.
31068         * string/test-strncasecmp-ifunc.c: Likewise.
31069         * string/test-strncat-ifunc.c: Likewise.
31070         * string/test-strncmp-ifunc.c: Likewise.
31071         * string/test-strncpy-ifunc.c: Likewise.
31072         * string/test-strnlen-ifunc.c: Likewise.
31073         * string/test-strpbrk-ifunc.c: Likewise.
31074         * string/test-strrchr-ifunc.c: Likewise.
31075         * string/test-strspn-ifunc.c: Likewise.
31076         * string/test-strstr-ifunc.c: Likewise.
31077
31078         * debug/Makefile (tests-ifunc): New variable.
31079         (tests): Add $(tests-ifunc).
31080         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
31081         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
31082         * debug/test-stpcpy_chk-ifunc.c: New file.
31083         * debug/test-strcpy_chk-ifunc.c: Likewise.
31084
31085 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
31086
31087         [BZ #13601]
31088         * elf/dl-load.c (open_verify): Retry read if the entire ELF
31089         header is not read in.
31090
31091 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
31092
31093         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
31094         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
31095         directly.  Pass built executable to script as
31096         $(built-program-cmd).
31097         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
31098         $testprogram without using LD_LIBRARY_PATH and $ldso.
31099
31100         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
31101         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
31102         $(rtld-installed-name).
31103         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
31104         (rtld_installed_name): Likewise.
31105         (library_path): Likewise.
31106         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
31107         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
31108         $(run-program-prefix) to tst-tables.sh.
31109         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
31110         it to run tst-table-from and tst-table-to.
31111         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
31112         Pass it to tst-table.sh.
31113         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
31114         $(run-program-prefix) to tst-gettext.sh.
31115         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
31116         tst-translit.sh.
31117         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
31118         tst-gettext2.sh.
31119         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
31120         to run tst-gettext.
31121         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
31122         to run tst-gettext2.
31123         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
31124         to run tst-translit.
31125         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
31126         $(run-program-prefix) to tst-mtrace.sh.
31127         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
31128         to run tst-mtrace.
31129         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
31130         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
31131         $(rtld-installed-name).
31132         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
31133         (rtld_installed_name): Likewise.
31134         (run_program_prefix): New variable.  Use it to run wordexp-test.
31135
31136         * Makeconfig (ARCH): Remove all definitions.
31137         (machine): Likewise.
31138         [ARCH]: Remove conditional code.
31139         [!objdir]: Give error.
31140         [!objdir] (objpfx): Remove.
31141         [!objdir] (common-objpfx): Likewise.
31142         [!objdir] (common-objdir): Likewise.
31143         * configure.in (config_makefile): Remove.  Hardcode Makefile in
31144         AC_CONFIG_FILES call.
31145         * configure: Regenerated.
31146
31147         [BZ #13888]
31148         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
31149         or TMPDIR.
31150         (testout): Likewise.
31151
31152         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
31153         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
31154         $(rtld-installed-name).
31155         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
31156         (rtld_installed_name): Likwise.
31157         (runit): Remove function.
31158         (run_getconf): New variable,  Use it for running getconf binary.
31159
31160 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
31161
31162         [BZ #14716]
31163         * string/test-memmem.c (check_result): New function.
31164         (do_one_test): Use it.
31165         (check1): New function.
31166         (test_main): Use it.
31167
31168 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
31169
31170         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
31171
31172 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
31173
31174         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
31175         (_G_LSEEK64): Likewise.
31176         (_G_MMAP64): Likewise.
31177         (_G_FSTAT64): Likewise.
31178         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
31179         (_G_LSEEK64): Likewise.
31180         (_G_MMAP64): Likewise.
31181         (_G_FSTAT64): Likewise.
31182         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
31183         unconditional.  Call __mmap64 directly.
31184         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
31185         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
31186         __lseek64 directly.
31187         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
31188         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
31189         __mmap64 directly.
31190         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
31191         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
31192         __lseek64 directly.
31193         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
31194         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
31195         __lseek64 directly.
31196         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
31197         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
31198         __lseek64 directly.
31199         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
31200         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
31201         __fxstat64 directly.
31202         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
31203         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
31204         unconditional.
31205         (freopen64) [!_G_OPEN64]: Remove conditional code.
31206         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
31207         unconditional.
31208         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
31209         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
31210         unconditional.
31211         (ftello64) [!_G_LSEEK64]: Remove conditional code.
31212         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
31213         unconditional.
31214         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
31215         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
31216         unconditional.
31217         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
31218         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
31219         unconditional.
31220         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
31221         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
31222         unconditional.
31223         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
31224         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
31225         unconditional.
31226         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
31227
31228 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
31229
31230         [BZ #12140]
31231         * manual/memory.texi (Malloc Tunable Parameters): Add note
31232         about free list pointers overwriting some perturb bytes.
31233         Wording suggested by Roland McGrath.
31234
31235 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
31236
31237         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
31238         (lgamma_test): Likewise.
31239         (tgamma_test): Likewise.
31240
31241 2012-10-16  Florian Weimer  <fweimer@redhat.com>
31242
31243         [BZ #14700]
31244         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
31245         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
31246
31247 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
31248
31249         * NEWS: Mention BZ #14716.
31250         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
31251         when removing AVAILABLE1_USES_J macro.
31252
31253 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
31254
31255         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
31256         (__bswap_64): __uint64_t for unsigned 64-bit int.
31257
31258 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
31259
31260         * include/string.h (memmem): Declare libc hidden alias.
31261         * string/memmem.c (memmem): Define libc hidden alias.
31262         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
31263         __read, __close instead of open, read, close.
31264
31265 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
31266
31267         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
31268         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
31269         global and hidden.
31270         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
31271         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
31272         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
31273         Likewise.
31274         (__rawmemchr_sse2): Likewise.
31275         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
31276         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
31277         (__strchr_sse2): Likewise.
31278         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
31279         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
31280         (__strcasecmp_sse2): Likewise.
31281         (__strncasecmp_sse2): Likewise.
31282         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
31283         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
31284         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
31285         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
31286         (__strrchr_sse2): Likewise.
31287         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
31288         ifunc-impl-list.c.
31289         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
31290         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
31291         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
31292         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
31293         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
31294         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
31295         * sysdeps/x86_64/multiarch/memset.S: Likewise.
31296         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
31297         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
31298         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
31299         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
31300         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
31301         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
31302         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
31303         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
31304         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
31305         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
31306         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
31307         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
31308         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
31309         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
31310         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
31311         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
31312         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
31313         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
31314         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
31315         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
31316         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
31317         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
31318         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
31319
31320         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
31321         global and hidden.
31322         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
31323         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
31324         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
31325         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
31326         Likewise.
31327         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
31328         Likewise.
31329         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
31330         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
31331         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
31332         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
31333         ifunc-impl-list.c.
31334         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
31335         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
31336         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
31337         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
31338         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
31339         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
31340         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
31341         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
31342         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
31343         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
31344         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
31345         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
31346         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
31347         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
31348         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
31349         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
31350         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
31351         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
31352         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
31353         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
31354         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
31355         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
31356         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
31357         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
31358         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
31359         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
31360         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
31361         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
31362         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
31363         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
31364         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
31365         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
31366         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
31367         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
31368         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
31369         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
31370         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
31371         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
31372         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
31373         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
31374         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
31375
31376         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
31377         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
31378         * include/ifunc-impl-list.h: New file.
31379         * misc/ifunc-impl-list.c: Likewise.
31380         * misc/Makefile (routines): Add ifunc-impl-list.
31381         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
31382         * string/test-string.h: Include <ifunc-impl-list.h>.
31383         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
31384         TEST_NAME]: New variables.
31385         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
31386         are defined.
31387         (test_init): Call __libc_ifunc_impl_list to initialize
31388         func_list if TEST_IFUNC and TEST_NAME are defined.
31389
31390         * string/Makefile (strop-tests): Add bcopy and bzero.
31391         * string/test-bcopy.c: New file.
31392         * string/test-bzero.c: Likewise.
31393         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
31394         defined.
31395         * string/test-memset.c: Support bzero test if TEST_BZERO is
31396         defined.
31397         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
31398         __libc_memmove.
31399         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
31400         __libc_memset.
31401         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
31402         of memset.
31403
31404 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
31405
31406         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
31407         * configure: Regenerated.
31408
31409         * Makeconfig (+link-static-before-libc): Don't include
31410         $(link-static-libc).
31411
31412         * libio/libio.h (_IO_pos_t): Remove.
31413
31414 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
31415
31416         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
31417         McGrath.
31418
31419 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
31420
31421         * crypt/crypt-entry.c: Include fips-private.h.
31422         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
31423         * crypt/md5c-test.c (main): Tolerate disabled MD5.
31424         * sysdeps/unix/sysv/linux/fips-private.h: New file.
31425         * sysdeps/generic/fips-private.h: New file, dummy fallback.
31426
31427 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
31428
31429         * crypt/crypt-private.h: Include stdbool.h.
31430         (_ufc_setup_salt_r): Return bool.
31431         * crypt/crypt-entry.c: Include errno.h.
31432         (__crypt_r): Return NULL with EINVAL for bad salt.
31433         * crypt/crypt_util.c (bad_for_salt): New.
31434         (_ufc_setup_salt_r): Check that salt is long enough and within
31435         the specified alphabet.
31436         * crypt/badsalttest.c: New file.
31437         * crypt/Makefile (tests): Add it.
31438         ($(objpfx)badsalttest): New.
31439
31440 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
31441
31442         * NEWS: Add entry for BZ #14602.
31443
31444 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
31445
31446         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
31447         type-generic.
31448         * math/libm-test.inc: Update comment listing what functions and
31449         macros are tested.
31450         (isgreater_test): New function.
31451         (isgreaterequal_test): Likewise.
31452         (isless_test): Likewise.
31453         (islessequal_test): Likewise.
31454         (islessgreater_test): Likewise.
31455         (isunordered_test): Likewise.
31456         (main): Call the new functions.
31457
31458 2012-10-09  Roland McGrath  <roland@hack.frob.com>
31459
31460         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
31461         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
31462         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
31463         * sysdeps/i386/configure: Regenerated.
31464         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
31465         * sysdeps/mach/configure: Regenerated.
31466         * sysdeps/mach/hurd/configure: Regenerated.
31467         * sysdeps/powerpc/configure: Regenerated.
31468         * sysdeps/powerpc/powerpc32/configure: Regenerated.
31469         * sysdeps/powerpc/powerpc64/configure: Regenerated.
31470         * sysdeps/s390/s390-32/configure: Regenerated.
31471         * sysdeps/s390/s390-64/configure: Regenerated.
31472         * sysdeps/sh/configure: Regenerated.
31473         * sysdeps/sparc/configure: Regenerated.
31474         * sysdeps/unix/sysv/linux/configure: Regenerated.
31475         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
31476         * sysdeps/x86_64/configure: Regenerated.
31477
31478         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
31479         defined.  Don't check if MAP is NULL.
31480
31481 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
31482
31483         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
31484         (_G_stat64): Likewise.
31485         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
31486         (_G_stat64): Likewise.
31487         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
31488         instead of struct _G_stat64.
31489         * libio/fileops.c (mmap_remap_check): Likewise.
31490         (decide_maybe_mmap): Likewise.
31491         (_IO_new_file_seekoff): Likewise.
31492         (_IO_file_stat): Likewise.
31493         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
31494         _G_off64_t.
31495         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
31496         instead of struct _G_stat64.
31497         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
31498
31499 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
31500
31501         [BZ #14602]
31502         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31503         Replace with ...
31504         (CHECK_EOL): New macro.
31505         (two_way_short_needle): Check beginning of haystack for EOL.  Use
31506         CHECK_EOL.
31507         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31508         Replace with CHECK_EOL.
31509         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31510         Replace with CHECK_EOL.
31511
31512 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
31513
31514         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
31515         type-generic.
31516         * math/libm-test.inc: Update comment listing what functions and
31517         macros are tested.
31518         (finite_test): New function.
31519         (isinf_test): Likewise.
31520         (isnan_test): Likewise.
31521         (fpclassify_test): Test subnormal input.
31522         (isfinite_test): Likewise.
31523         (isnormal_test): Likewise.
31524         (main): Call the new functions.
31525
31526 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
31527
31528         [BZ #14660]
31529         * Makerules (%.dynsym): Force C locale when running
31530         $(OBJDUMP) --dynamic-syms.
31531
31532 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
31533
31534         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
31535         <stdint.h>.
31536
31537 2012-10-06  David S. Miller  <davem@davemloft.net>
31538
31539         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
31540         upper 32-bits of the length value in %o2 since we use branch-on-register
31541         tests which consider the entire 64-bit register.
31542
31543 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
31544
31545         * string/test-strstr.c (check2): Add a test for page boundary.
31546
31547 2012-10-05  David S. Miller  <davem@davemloft.net>
31548
31549         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
31550         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
31551         file.
31552         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
31553         sysdep_routines.
31554         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
31555         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
31556         and bzero when HWCAP_SPARC_CRYPTO is present.
31557
31558 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
31559
31560         [BZ #14602]
31561         * string/test-strstr.c (check2): New function.
31562         (test_main): Call check2.
31563
31564         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
31565         and bug-strchr1.
31566         * string/bug-strcasestr1.c (do_test): Moved to ...
31567         * string/test-strcasestr.c (check1): Here.  New function.
31568         (do_one_test): Break out result checking code into ...
31569         (check_result): This.  New function.
31570         (do_one_test): Call check_result.
31571         (test_main): Call check1.
31572         * string/bug-strchr1.c (do_test): Moved to ...
31573         * string/test-strchr.c (check1): Here.  New function.
31574         (do_one_test): Break out result checking code into ...
31575         (check_result): This.  New function.
31576         (do_one_test): Call check_result.
31577         (test_main): Call check1.
31578         * string/bug-strstr1.c (main): Moved to ...
31579         * string/test-strstr.c (check1): Here.  New function.
31580         (do_one_test): Break out result checking code into ...
31581         (check_result): This.  New function.
31582         (do_one_test): Call check_result.
31583         (test_main): Call check1.
31584         * string/bug-strcasestr1.c: Removed.
31585         * string/bug-strchr1.c: Likewise.
31586         * string/bug-strstr1.c: Likewise.
31587
31588         * elf/Makefile (dl-routines): Add hwcaps.
31589         * elf/dl-support.c (_dl_important_hwcaps): Removed.
31590         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
31591         (_dl_important_hwcaps): Moved to ...
31592         * elf/dl-hwcaps.c: Here.  New file.
31593         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
31594
31595         [BZ #14557]
31596         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
31597         if IS_IN_rtld isn't defined.
31598
31599         * elf/dl-support.c (_dl_sysinfo_map): New.
31600         Include "get-dynamic-info.h" and "setup-vdso.h".
31601         (_dl_non_dynamic_init): Call setup_vdso.
31602         * elf/dynamic-link.h: Don't include <assert.h>.
31603         (elf_get_dynamic_info): Moved to ...
31604         * elf/get-dynamic-info.h: Here.  New file.
31605         * elf/dynamic-link.h: Include "get-dynamic-info.h".
31606         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
31607         * elf/setup-vdso.h: Here.  New file.
31608         * elf/rtld.c: Include "setup-vdso.h".
31609         (dl_main): Call setup_vdso.
31610
31611 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
31612
31613         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
31614         creal in comment listing functions tested.  List finite, isinf,
31615         isnan, isless, islessequal, isgreater, isgreaterequal,
31616         islessgreater, isunordered, lgamma_r and pow10 as functions and
31617         macros not tested.  Mention which functions not tested are aliases
31618         for other functions.  Fix typo.  Note that signs of NaNs are not
31619         tested.
31620
31621         * scripts/config.guess: Update from config.git.
31622         * scripts/config.sub: Likewise.
31623
31624 2012-10-04  Roland McGrath  <roland@hack.frob.com>
31625
31626         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
31627         * misc/madvise.c (madvise): Renamed to __madvise.
31628         Make madvise a weak alias.
31629         * include/sys/mman.h: Declare __madvise.
31630         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
31631         * sysdeps/unix/syscalls.list
31632         (madvise): Make __madvise the strong name, and madvise a weak alias.
31633         * sysdeps/unix/sysv/linux/syscalls.list
31634         (madvise, mmap): Remove redundant entries.
31635         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
31636         * malloc/malloc.c (mtrim): Likewise.
31637         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
31638
31639 2012-10-03  Roland McGrath  <roland@hack.frob.com>
31640
31641         * sysdeps/mach/hurd/dl-cache.c: File removed.
31642         * config.h.in (USE_LDCONFIG): New #undef.
31643         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
31644         * configure: Regenerated.
31645         * elf/Makefile (dl-routines): Add dl-cache only under
31646         [$(use-ldconfig) = yes].
31647         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
31648         cache on [USE_LDCONFIG].
31649         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
31650         [USE_LDCONFIG].
31651         * elf/rtld.c (dl_main): Likewise.
31652
31653 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
31654
31655         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
31656         _SC_LEVEL4_CACHE_LINESIZE.
31657
31658 2012-10-03  Roland McGrath  <roland@hack.frob.com>
31659
31660         * sysdeps/unix/bsd/confstr.h: File removed.
31661
31662 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
31663
31664         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
31665         sys/sdt-config.h.
31666
31667 2012-10-02  Roland McGrath  <roland@hack.frob.com>
31668
31669         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
31670         Make 'mapoff' field ElfW(Off) rather than off_t.
31671
31672 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
31673
31674         * nscd/Makefile: Remove nscd-cflags and all its users.
31675         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
31676         (CFLAGS-nonlib): Add compiler flags for nscd modules.
31677
31678         [BZ #10631]
31679         * malloc.c (malloc_printerr): Clarify error message.
31680
31681 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
31682
31683         [BZ #14648]
31684         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31685         Set bit_FMA_Usable if FMA is supported.
31686         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
31687         macro.
31688         (bit_FMA4_Usable): Updated.
31689         (index_FMA_Usable): New macro.
31690         (CPUID_FMA): Likewise
31691         (HAS_FMA): Defined with bit_FMA_Usable.
31692
31693 2012-10-01  Roland McGrath  <roland@hack.frob.com>
31694
31695         * bits/types.h (__swblk_t): Type removed.
31696         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
31697         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
31698         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
31699         (__SWBLK_T_TYPE): Likewise.
31700         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31701         (__SWBLK_T_TYPE): Likewise.
31702         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31703         (__SWBLK_T_TYPE): Likewise.
31704         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
31705         (__SWBLK_T_TYPE): Likewise.
31706
31707 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
31708             Honza Horak <hhorak@redhat.com>
31709
31710         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
31711         (xdr_mapname): Use YPMAXMAP as maxsize.
31712         (xdr_peername): Use YPMAXPEER as maxsize.
31713         (xdr_keydat): Use YPAXRECORD as maxsize.
31714         (xdr_valdat): Use YPMAXRECORD as maxsize.
31715
31716 2012-10-01  Roland McGrath  <roland@hack.frob.com>
31717
31718         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
31719
31720         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
31721         * csu/init-first.c: ... here.
31722         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
31723         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
31724         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
31725         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
31726         * sysdeps/i386/init-first.c: File removed.
31727         * sysdeps/sh/init-first.c: File removed.
31728
31729 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
31730
31731         [BZ #14645]
31732         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
31733         if x * y might underflow to zero and z is zero.
31734         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
31735         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31736         * math/libm-test.inc (min_subnorm_value): New variable.
31737         (fma_test): Add more tests.
31738         (fma_test_towardzero): Likewise.
31739         (fma_test_downward): Likewise
31740         (fma_test_upward): Likewise.
31741         (initialize): Set min_subnorm_value.
31742
31743 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
31744
31745         [BZ #14638]
31746         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
31747         0 + 0.
31748         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
31749         mode for addition resulting in exact zero.
31750         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
31751         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
31752         exact 0 + 0.
31753         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
31754         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31755         * math/libm-test.inc (fma_test): Add more tests.
31756         (fma_test_towardzero): New function.
31757         (fma_test_downward): Likewise.
31758         (fma_test_upward): Likewise.
31759         (main): Call the new functions.
31760
31761 2012-09-28  David S. Miller  <davem@davemloft.net>
31762
31763         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
31764
31765 2012-09-28  Roland McGrath  <roland@hack.frob.com>
31766
31767         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
31768         instead of SIGALRM.
31769
31770         * sysdeps/gnu/_G_config.h: Moved to ...
31771         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
31772         * sysdeps/mach/hurd/_G_config.h: Moved to ...
31773         * sysdeps/generic/_G_config.h: ... here.
31774
31775         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
31776
31777         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
31778
31779         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
31780         Conditionalize target on [libnss_test1.so-version].
31781
31782         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
31783
31784         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
31785         (elfobjdir): Move out of conditionals.
31786
31787         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
31788         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
31789         (__nss_lookup_function): Conditionalize label remove_from_tree on
31790         [!DO_STATIC_NSS || SHARED], matching its only use.
31791
31792 2012-09-28  David S. Miller  <davem@davemloft.net>
31793
31794         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
31795         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
31796         file.
31797         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
31798         sysdep_routines.
31799         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
31800         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
31801         when HWCAP_SPARC_CRYPTO is present.
31802
31803 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31804
31805         * io/tst-mknodat.c: Create a FIFO instead of a socket.
31806
31807 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
31808
31809         [BZ #6530]
31810         * stdio-common/vfprintf.c (process_string_arg): Revert
31811         2000-07-22 change.
31812
31813 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
31814
31815         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
31816         for testcase.
31817         * stdio-common/tst-sprintf.c: Include <locale.h>
31818         (main): Test sprintf's handling of incomplete multibyte
31819         characters.
31820
31821 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
31822
31823         * elf/dl-runtime.c (VERSYMIDX): Removed.
31824         * elf/dl-version.c (VERSYMIDX): Likewise.
31825         * elf/do-rel.h (VERSYMIDX): Likewise.
31826         (VALIDX): Likewise.
31827         * elf/dynamic-link.h (VERSYMIDX): Likewise.
31828         * elf/rtld.c (VALIDX): Likewise.
31829         (ADDRIDX): Likewise.
31830         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
31831         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
31832         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
31833         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
31834         (VALIDX): Likewise.
31835         (ADDRIDX): Likewise.
31836
31837 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31838
31839         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
31840
31841 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
31842
31843         [BZ #11438]
31844         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
31845         to global scope.
31846         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
31847         addresses are in the same scope as 192.0.2/24.
31848         * posix/gai.conf: Document new scope table defaults.
31849
31850 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31851
31852         [BZ #5298]
31853         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
31854         for ftell.  Compute offsets from write pointers instead.
31855         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
31856
31857 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31858
31859         [BZ #14543]
31860         * libio/Makefile (tests): New test case tst-fseek.
31861         * libio/tst-fseek.c: New test case to verify that fseek/ftell
31862         combination works in wide mode.
31863         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
31864         state when the external buffer state changes.
31865
31866 2012-09-27  David S. Miller  <davem@davemloft.net>
31867
31868         [BZ #14376]
31869         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
31870         pass reloc->r_addend in as the 'high' argument to
31871         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
31872
31873         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31874
31875 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31876
31877         * rt/tst-aio2.c: Include <pthread.h>.
31878         * rt/tst-aio3.c: Likewise.
31879
31880 2012-09-27  Steve Ellcey  <sellcey@mips.com>
31881
31882         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
31883
31884 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
31885
31886         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
31887         contents on [SHARED].
31888
31889 2012-09-26  Marek Polacek  <polacek@redhat.com>
31890
31891         [BZ #14530]
31892         [BZ #13741]
31893         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
31894         for C++ and GCC <4.3 as well as for non GCC compilers.
31895
31896 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
31897
31898         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31899
31900 2012-09-25  Roland McGrath  <roland@hack.frob.com>
31901
31902         * Makefile.in (all, install): Declare with .PHONY.
31903         Reported by Michael Hope <michael.hope@linaro.org>.
31904
31905 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
31906
31907         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
31908         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
31909         system header.
31910         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
31911         Likewise.
31912         (sydep_routines): Add the new and the internal functions.
31913         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
31914         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
31915         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
31916         (GLIBC_2.17): Add the new function.
31917         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
31918         (GLIBC_2.17): Likewise.
31919         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
31920         (GLIBC_2.17): Likewise.
31921         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
31922         (GLIBC_2.17): Likewise.
31923         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
31924
31925 2012-09-25  Alan Modra  <amodra@gmail.com>
31926
31927         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
31928         Add release barrier before setting once_control to say
31929         initialisation is done.  Add hints on lwarx.  Use macro in
31930         place of isync.
31931         (clear_once_control): Add release barrier.
31932
31933 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
31934
31935         [BZ #13629]
31936         * math/s_clog.c (__clog): Handle more values close to |z| = 1
31937         specially.
31938         * math/s_clog10.c (__clog10): Likewise.
31939         * math/s_clog10f.c (__clog10f): Likewise.
31940         * math/s_clog10l.c (__clog10l): Likewise.
31941         * math/s_clogf.c (__clogf): Likewise.
31942         * math/s_clogl.c (__clogl): Likewise.
31943         * math/Makefile (libm-calls): Add x2y2m1.
31944         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
31945         (__x2y2m1): Likewise.
31946         (__x2y2m1l): Likewise.
31947         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
31948         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
31949         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
31950         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
31951         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
31952         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
31953         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
31954         * sysdeps/i386/fpu/libm-test-ulps: Update.
31955         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31956
31957         [BZ #14621]
31958         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
31959         int as type of variable DEPTH.
31960         (glob): Use size_t instead of int as type of variables NEWCOUNT
31961         and OLD_PATHC.
31962
31963 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31964
31965         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
31966         Add s_sincosf-sse2.
31967         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
31968         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
31969         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
31970         macros for using routine as __sincosf_ia32.
31971         Use macro for function declaration and weak_alias.
31972         * sysdeps/i386/fpu/libm-test-ulps: Update.
31973
31974         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
31975         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31976
31977         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
31978         subnormal argument.
31979         * math/s_cexpf.c (__cexpf): Likewise.
31980         * math/s_csinf.c (__csinf): Likewise.
31981         * math/s_csinhf.c (__csinhf): Likewise.
31982         * math/s_ctanf.c (__ctanf): Likewise.
31983         * math/s_ctanhf.c (__ctanhf): Likewise.
31984         * math/s_ccosh.c (__ccoshf): Likewise.
31985         * math/s_cexp.c (__cexpl): Likewise.
31986         * math/s_csin.c (__csin): Likewise.
31987         * math/s_csinh.c (__csinh): Likewise.
31988         * math/s_ctan.c (__ctan): Likewise.
31989         * math/s_ctanh.c (ctanh): Likewise.
31990         * math/s_ccoshl.c (__ccoshl): Likewise.
31991         * math/s_cexpl.c (__cexpl): Likewise.
31992         * math/s_csinl.c (__csinl): Likewise.
31993         * math/s_csinhl.c (__csinhl): Likewise.
31994         * math/s_ctanl.c (__ctanl): Likewise.
31995         * math/s_ctanhl.c (__ctanhl): Likewise.
31996
31997 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
31998
31999         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
32000         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
32001         (_IO_off_t): Define to __off_t, not _G_off_t.
32002         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
32003         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
32004         (_IO_wint_t): Define to wint_t, not _G_wint_t.
32005         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
32006         type of __dummy and __dummy2 fields.
32007         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
32008         (_G_ssize_t): Likewise.
32009         (_G_off_t): Likewise.
32010         (_G_pid_t): Likewise.
32011         (_G_uid_t): Likewise.
32012         (_G_wchar_t): Likewise.
32013         (_G_wint_t): Likewise.
32014         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
32015         (_G_ssize_t): Likewise.
32016         (_G_off_t): Likewise.
32017         (_G_pid_t): Likewise.
32018         (_G_uid_t): Likewise.
32019         (_G_wchar_t): Likewise.
32020         (_G_wint_t): Likewise.
32021         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
32022         (_G_ssize_t): Likewise.
32023         (_G_off_t): Likewise.
32024         (_G_pid_t): Likewise.
32025         (_G_uid_t): Likewise.
32026         (_G_wchar_t): Likewise.
32027         (_G_wint_t): Likewise.
32028
32029 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
32030
32031         * malloc/arena.c: Include malloc-sysdep.h.
32032         (shrink_heap): Use check_may_shrink_heap to decide if madvise
32033         is sufficient to shrink the heap or an unmap is needed.
32034         * sysdeps/generic/malloc-sysdep.h: New file.  Define
32035         new function check_may_shrink_heap.
32036         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
32037         new function check_may_shrink_heap.
32038
32039 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
32040
32041         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
32042         comments.
32043
32044 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
32045
32046         * catgets/test-gencat.sh: Add "set -e".
32047         * elf/tst-pathopt.sh: Likewise.
32048         * grp/tst_fgetgrent.sh: Likewise.
32049         * iconvdata/run-iconv-test.sh: Likewise.
32050         * intl/tst-gettext.sh: Likewise.
32051         * intl/tst-gettext2.sh: Likewise.
32052         * intl/tst-gettext4.sh: Likewise.
32053         * intl/tst-gettext6.sh: Likewise.
32054         * intl/tst-translit.sh: Likewise.
32055         * io/ftwtest-sh: Likewise.
32056         * libio/test-freopen.sh: Likewise.
32057         * malloc/tst-mtrace.sh: Likewise.
32058         * posix/globtest.sh: Likewise.
32059         * posix/tst-getconf.sh: Likewise.
32060         * posix/wordexp-tst.sh: Likewise.
32061         * stdio-common/tst-printf.sh: Likewise.
32062         * stdio-common/tst-unbputc.sh: Likewise.
32063         * stdlib/tst-fmtmsg.sh: Likewise.
32064         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
32065         * catgets/Makefile: Do not specify -e option when running
32066         testsuite shell scripts.
32067         * elf/Makefile: Likewise.
32068         * grp/Makefile: Likewise.
32069         * iconvdata/Makefile: Likewise.
32070         * intl/Makefile: Likewise.
32071         * io/Makefile: Likewise.
32072         * libio/Makefile: Likewise.
32073         * malloc/Makefile: Likewise.
32074         * posix/Makefile: Likewise.
32075         * stdio-common/Makefile: Likewise.
32076         * stdlib/Makefile: Likewise.
32077         * sysdeps/x86_64/Makefile: Likewise.
32078
32079         * io/ftwtest-sh: Add copyright header.
32080         * posix/globtest.sh: Likewise.
32081         * posix/tst-getconf.sh: Likewise.
32082         * posix/wordexp-tst.sh: Likewise.
32083         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
32084
32085 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
32086
32087         [BZ #13679]
32088         * Makeconfig (+link): Defined as $(+link-static) if
32089         $(build-shared) isn't yes.
32090         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
32091         isn't yes.
32092         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
32093
32094         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
32095
32096         [BZ #14562]
32097         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
32098         new chunk size with MALLOC_ALIGN_MASK.
32099
32100 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
32101
32102         [BZ #5044]
32103         * stdio-common/printf_fphex.c: Include <stdbool.h> and
32104         <rounding-mode.h>.
32105         (__printf_fphex): Determine rounding using get_rounding_mode and
32106         round_away.
32107         * stdio-common/tst-printf-round.c (struct hex_test): New
32108         structure.
32109         (hex_tests): New variable.
32110         (test_hex_in_one_mode): New function.
32111         (do_test): Also run tests for hex float output.
32112
32113 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
32114
32115         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
32116         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
32117         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
32118         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
32119         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
32120         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
32121         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
32122         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
32123
32124 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
32125
32126         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
32127         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
32128         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
32129         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
32130
32131 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
32132
32133         [BZ #14579]
32134         * elf/rtld.c (dl_main): Limit the check for self loading to normal
32135         mode only.
32136         * elf/tst-rtld-load-self.sh: New test.
32137         * elf/Makefile: Run it.
32138
32139 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
32140
32141         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
32142         (tst-writev-ENV): Remove.
32143         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
32144
32145 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
32146
32147         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
32148
32149 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
32150
32151         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
32152         unconditional.
32153         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
32154         Likewise.
32155         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
32156         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
32157         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
32158         Likewise.
32159
32160 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
32161
32162         [BZ #14587]
32163         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
32164         * config.make.in (have-cpp-asm-debuginfo): Removed.
32165         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
32166         * configure: Regenerated.
32167
32168 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
32169
32170         [BZ #5044]
32171         * stdio-common/printf_fp.c: Include <stdbool.h> and
32172         <rounding-mode.h>.
32173         (___printf_fp): Determine rounding using get_rounding_mode and
32174         round_away.
32175         * stdio-common/tst-printf-round.c: New file.
32176         * stdio-common/Makefile (tests): Add tst-printf-round.
32177         (link-libm): New variable.
32178         ($(objpfx)tst-printf-round): Depend in $(link-libm).
32179
32180 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
32181
32182         [BZ #14576]
32183         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
32184         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
32185         Likewise.
32186         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
32187         Likewise.
32188
32189 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
32190
32191         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
32192         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
32193         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
32194         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
32195
32196 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
32197
32198         [BZ #14518]
32199         * include/rounding-mode.h: New file.
32200         * sysdeps/generic/get-rounding-mode.h: Likewise.
32201         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
32202         * stdlib/strtod_l.c: Include <rounding-mode.h>.
32203         (MAX_VALUE): New macro.
32204         (MIN_VALUE): Likewise.
32205         (overflow_value): New function.
32206         (underflow_value): Likewise.
32207         (round_and_return): Use overflow_value and underflow_value to
32208         determine return values in overflow and underflow cases.  Use
32209         round_away to determine rounding depending on rounding mode.
32210         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
32211         determine return values in overflow and underflow cases.
32212         * stdlib/tst-strtod-round.c: Include <fenv.h>.
32213         (struct test_results): New structure.
32214         (struct test): Use struct test_results to store expected results
32215         for all rounding modes.
32216         (TEST): Include expected results for all rounding modes.
32217         (test_in_one_mode): New function.
32218         (do_test): Use test_in_one_mode to compute and check results.
32219         Check results for all rounding modes.
32220         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
32221         $(link-libm).
32222
32223 2012-12-09  Allan McRae  <allan@archlinux.org>
32224
32225         * sysdeps/i386/fpu/libm-test-ulps: Update
32226
32227 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
32228
32229         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
32230         (_G_int32_t): Likewise.
32231         (_G_uint16_t): Likewise.
32232         (_G_uint32_t): Likewise.
32233         (_G_HAVE_BOOL): Likewise.
32234         (_G_HAVE_ATEXIT): Likewise.
32235         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
32236         (_G_HAVE_IO_FILE_OPEN): Likewise.
32237         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
32238         (_G_int32_t): Likewise.
32239         (_G_uint16_t): Likewise.
32240         (_G_uint32_t): Likewise.
32241         (_G_HAVE_BOOL): Likewise.
32242         (_G_HAVE_ATEXIT): Likewise.
32243         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
32244         (_G_HAVE_IO_FILE_OPEN): Likewise.
32245         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
32246         (_G_int32_t): Likewise.
32247         (_G_uint16_t): Likewise.
32248         (_G_uint32_t): Likewise.
32249         (_G_HAVE_BOOL): Likewise.
32250         (_G_HAVE_ATEXIT): Likewise.
32251         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
32252         (_G_HAVE_IO_FILE_OPEN): Likewise.
32253
32254 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
32255
32256         * csu/libc-tls.c: Update copyright years.
32257
32258 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
32259
32260         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
32261         [!_G_USING_THUNKS]: Remove conditional code.
32262         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
32263         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
32264
32265         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
32266         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
32267         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
32268         (_G_VTABLE_LABEL_PREFIX): Likewise.
32269         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
32270         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
32271         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
32272         (_G_VTABLE_LABEL_PREFIX): Likewise.
32273         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
32274         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
32275         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
32276         (_G_VTABLE_LABEL_PREFIX): Likewise.
32277         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
32278
32279 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
32280
32281         * libio/Makefile: Include ../Makeconfig before tests.
32282         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
32283         only if $(build-shared) is yes.
32284
32285         * iconv/gconv_db.c: Update copyright years.
32286
32287 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32288
32289         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
32290         unwind info if defined PIC. Fix special cases description.
32291         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
32292
32293         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
32294         DP_HI_MASK entry.
32295         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
32296
32297 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
32298
32299         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
32300
32301         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
32302         is NULL.
32303
32304         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
32305         (LDLIBS-tst-chk4): This.
32306         (LDFLAGS-tst-chk5): Renamed to ...
32307         (LDLIBS-tst-chk5): This.
32308         (LDFLAGS-tst-chk6): Renamed to ...
32309         (LDLIBS-tst-chk6): This.
32310         (LDFLAGS-tst-lfschk4): Renamed to ...
32311         (LDLIBS-tst-lfschk4): This.
32312         (LDFLAGS-tst-lfschk5): Renamed to ...
32313         (LDLIBS-tst-lfschk5): This.
32314         (LDFLAGS-tst-lfschk6): Renamed to ...
32315         (LDLIBS-tst-lfschk6): This.
32316
32317         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
32318         on $(common-objpfx)soversions.mk.
32319
32320 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
32321
32322         [BZ #10014]
32323         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
32324         example host name.
32325
32326 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
32327
32328         * malloc/arena.c (arena_get_retry): New function that gets
32329         another arena for the caller to try its request on.
32330         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
32331         current arena cannot fulfill the request.
32332         (__libc_memalign): Likewise.
32333         (__libc_memalign): Likewise.
32334         (__libc_pvalloc): Likewise.
32335         (__libc_calloc): Likewise.
32336
32337 2012-09-05  John Tobey  <john.tobey@gmail.com>
32338
32339         [BZ #13542]
32340         * manual/arith.texi (Operations on Complex): Fix description
32341         of carg branch cut.
32342
32343 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
32344
32345         [BZ #10014]
32346         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
32347         host name.
32348
32349         [BZ #10038]
32350         * manual/memory.texi (Memory): Make order of menu items match
32351         order of sections.
32352
32353 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
32354
32355         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
32356         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
32357         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
32358
32359 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
32360
32361         * csu/libc-tls.c (static_dtv): Renamed to ...
32362         (_dl_static_dtv): This.  Make it global.
32363         (_dl_initial_dtv): Removed.
32364         (__libc_setup_tls): Updated.
32365         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
32366         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
32367         DL_INITIAL_DTV.
32368
32369 2012-09-06  Petr Machata  <pmachata@redhat.com>
32370
32371         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
32372         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
32373         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
32374         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
32375
32376 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
32377
32378         [BZ #14545]
32379         * csu/libc-tls.c (_dl_initial_dtv): New variable.
32380         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
32381         freeing dtv[-1].
32382
32383 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
32384
32385         [BZ #14544]
32386         * Makeconfig (link-static-before-libc): Replace $(+prector)
32387         with $(+prectorT).
32388         (link-static-after-libc): Replace $(+postctor) with
32389         $(+postctorT).
32390         (link-bounded): Replace $(+prector)/$(+postctor) with
32391         $(+prectorT)/$(+postctorT).
32392         (+prectorT): New macro.
32393         (+postctorT): Likewise.
32394
32395 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
32396
32397         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
32398         (round_str): Handle values above the maximum for IBM long double
32399         as inexact.
32400         * stdlib/tst-strtod-round.c (tests): Regenerated.
32401
32402 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32403
32404         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
32405         assembler flag.
32406         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
32407         zarch_nohighgprs around the zarch optimized routines.
32408         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
32409         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
32410         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
32411         for zarch.
32412
32413 2012-09-05  David S. Miller  <davem@davemloft.net>
32414
32415         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32416
32417         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
32418         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
32419         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
32420         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
32421         entries.
32422
32423 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32424
32425         * malloc/arena.c: Fold copyright years.
32426         * malloc/mcheck.c, malloc/memusage.c: Likewise.
32427
32428 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32429
32430         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
32431
32432 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32433
32434         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
32435
32436 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32437
32438         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
32439         change internal state upon failure.
32440
32441 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32442
32443         * malloc/mcheck.c (mcheck_check_all): Fix typo.
32444         * malloc/memusage.c (mmap): Likewise.
32445         (mmap64, mremap): Likewise.  Adjust name in comment.
32446
32447 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
32448
32449         * libio/fileops.c: Fix typos in comments.
32450         * libio/oldfileops.c: Likewise.
32451         * libio/wfileops.c: Likewise.
32452
32453 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
32454
32455         [BZ #1349]
32456         * malloc/Makefile (tests): Add tst-malloc-usable test case.
32457         (tst-malloc-usable-ENV): Set environment for test case.
32458         * malloc/hooks.c (malloc_check_get_size): New function to get
32459         requested size.
32460         * malloc/malloc.c (musable): Use malloc_check_get_size.
32461         * malloc/tst-malloc-usable.c: New test case.
32462
32463 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
32464
32465         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
32466
32467 2012-09-05  Allan McRae  <allan@archlinux.org>
32468
32469         [BZ #13966]
32470         * configure.in (CXX_SYSINCLUDES): Use compiler output to
32471         determine header location.
32472         * configure: Regenerated.
32473
32474 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
32475
32476         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
32477         float format.
32478         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
32479         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
32480         format.
32481         (test): Regenerate.
32482
32483 2012-09-04  David S. Miller  <davem@davemloft.net>
32484
32485         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
32486         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
32487         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
32488
32489 2012-09-04  Florian Weimer  <fweimer@redhat.com>
32490
32491         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
32492         failures.
32493
32494         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
32495
32496 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
32497
32498         [BZ #9914]
32499         * libio/iogetdelim.c: Include <limits.h>.
32500         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
32501         + len + 1 would overflow.
32502
32503 2012-09-03  Andreas Jaeger  <aj@suse.de>
32504
32505         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32506         * sysdeps/i386/fpu/libm-test-ulps: Update.
32507
32508 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32509
32510         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
32511         Add s_sinf-sse2, s_conf-sse2.
32512
32513         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
32514         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
32515         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
32516         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
32517
32518         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
32519         for using routine as __sinf_ia32.
32520         Use macro for function declaration and weak_alias.
32521         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
32522         for using routine as __cosf_ia32.
32523         Use macro for function declaration and weak_alias.
32524
32525         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
32526         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
32527
32528         * sysdeps/x86_64/fpu/s_sinf.S: New file.
32529         * sysdeps/x86_64/fpu/s_cosf.S: New file.
32530         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32531
32532         * math/libm-test.inc (cos_test): Add more test cases.
32533         (sin_test): Likewise.
32534         (sincos_test): Likewise.
32535
32536 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32537
32538         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
32539         (IFUNC_RESOLVE): Make pointers to the specialized implementations
32540         hidden.
32541         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
32542
32543 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
32544
32545         [BZ #14538]
32546         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
32547         first element of the GOT.
32548         (elf_machine_load_address): Return the difference between
32549         the runtime address of _DYNAMIC and elf_machine_dynamic ().
32550
32551 2012-09-01  Allan McRae  <allan@archlinux.org>
32552
32553         [BZ #13412]
32554         * configure.in (AWK): Require gawk version 3.0 or later.
32555         * configure: Regenerated.
32556
32557 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
32558
32559         * sysdeps/unix/sysv/linux/kernel-features.h
32560         (__ASSUME_POSIX_CPU_TIMERS): Remove.
32561         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
32562         [__NR_clock_getres]: Make code unconditional.
32563         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
32564         (clock_getcpuclockid): Remove code left unreachable by removal of
32565         conditionals.
32566         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
32567         code unconditional.
32568         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
32569         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32570         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
32571         Make code unconditional.
32572         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
32573         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32574         * sysdeps/unix/sysv/linux/clock_settime.c
32575         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
32576         conditional code.
32577         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
32578         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32579
32580 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
32581
32582         [BZ #14476]
32583         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
32584         scripts/test-installation.pl.
32585
32586         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
32587         and $ld_so_version if it is set.
32588
32589 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
32590
32591         [BZ #14516]
32592         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
32593         failure if reading from procfs failed.
32594         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
32595
32596 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
32597
32598         * sysdeps/unix/sysv/linux/kernel-features.h
32599         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
32600         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
32601         Remove conditional code.
32602         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32603         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
32604         Remove conditional code.
32605         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32606         * sysdeps/unix/sysv/linux/i386/fxstat.c
32607         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32608         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32609         * sysdeps/unix/sysv/linux/i386/fxstatat.c
32610         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32611         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32612         * sysdeps/unix/sysv/linux/i386/lxstat.c
32613         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32614         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32615         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
32616         Remove conditional code.
32617         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32618         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
32619         Remove conditional code.
32620         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32621         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
32622         <kernel-features.h>.
32623         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
32624         Remove.
32625         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
32626         Remove conditional code.
32627         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32628         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
32629         Remove conditional.
32630
32631 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
32632
32633         [BZ #5400]
32634         * NEWS: Add fixed bug number.
32635
32636 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
32637
32638         [BZ #14519]
32639         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
32640         underflowing exponent in case of negative sign.
32641         * stdlib/tst-strtod-round-data: Add more tests.
32642         * stdlib/tst-strtod-round.c (tests): Regenerated.
32643
32644         [BZ #3479]
32645         * stdlib/strtod_l.c (NDIG): Remove.
32646         (HEXNDIG): Likewise.
32647         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
32648         smallest representable value.
32649         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
32650         lie within an exact representation of 1/2 ulp of the result.
32651         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
32652         unconditionally.
32653         (TENS_P9_IDX): Define unconditionally.
32654         (TENS_P9_SIZE): Likewise.
32655         (TENS_P10_IDX): Likewise.
32656         (TENS_P10_SIZE): Likewise.
32657         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
32658         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
32659         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
32660         entries for 10^2^13 and 10^2^14.
32661         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
32662         (TENS_P13_IDX): Define.
32663         (TENS_P13_SIZE): Likewise.
32664         (TENS_P14_IDX): Likewise.
32665         (TENS_P14_SIZE): Likewise.
32666         (_fpioconst_pow10): Change array size to
32667         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
32668         unconditional.
32669         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
32670         1024]: Add entries for 10^2^13 and 10^2^14.
32671         [LAST_POW10 > _LAST_POW10]: Remove #error.
32672         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
32673         (_fpioconst_pow10): Change array size to
32674         FPIOCONST_POW10_ARRAY_SIZE.
32675         * stdlib/gen-fpioconst.c: New file.
32676         * stdlib/gen-tst-strtod-round.c: Likewise.
32677         * stdlib/tst-strtod-round-data: Likewise.
32678         * stdlib/tst-strtod-round.c: Likewise.
32679         * stdlib/Makefile (tests): Add tst-strtod-round.
32680
32681         [BZ #14459]
32682         * stdlib/strtod_l.c: Include <stdint.h>.
32683         (NDEBUG): Do not define.
32684         (round_and_return): Change EXPONENT parameter to type intmax_t.
32685         Rearrange calculations to avoid internal overflow possibilities.
32686         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
32687         Rearrange calculations to avoid internal overflow possibilities.
32688         Assert that number fits inside MPNSIZE limbs.
32689         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
32690         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
32691         calculations and add assertions to avoid internal overflow
32692         possibilities.  Add casts to avoid signed/unsigned operations.
32693         * stdlib/tst-strtod-overflow.c: New file.
32694         * stdlib/Makefile (tests): Add tst-strtod-overflow.
32695
32696 2012-08-25  Marek Polacek  <polacek@redhat.com>
32697
32698         * time/time.h: Fix some typos in comments.
32699
32700 2012-08-23  Roland McGrath  <roland@hack.frob.com>
32701
32702         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
32703         * posix/tst-rfc3484-2.c: Likewise.
32704         * posix/tst-rfc3484-3.c: Likewise.
32705
32706 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
32707
32708         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
32709         (EF_ARM_ABI_FLOAT_HARD): Likewise.
32710
32711 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
32712
32713         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
32714         #include of fxstatat64.c.
32715
32716 2012-08-22  Roland McGrath  <roland@hack.frob.com>
32717
32718         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
32719         * shadow/getspent_r.c: Likewise.
32720         * shadow/getspnam.c: Likewise.
32721         * shadow/getspnam_r.c: Likewise.
32722         * gshadow/getsgent.c: Likewise.
32723         * gshadow/getsgent_r.c: Likewise.
32724         * gshadow/getsgnam.c: Likewise.
32725         * gshadow/getsgnam_r.c: Likewise.
32726         * inet/getnetbyad.c: Likewise.
32727         * inet/getnetbyad_r.c: Likewise.
32728         * inet/getnetbynm.c: Likewise.
32729         * inet/getnetbynm_r.c: Likewise.
32730         * inet/getnetent.c: Likewise.
32731         * inet/getnetent_r.c: Likewise.
32732         * inet/getproto.c: Likewise.
32733         * inet/getproto_r.c: Likewise.
32734         * inet/getprtent.c: Likewise.
32735         * inet/getprtent_r.c: Likewise.
32736         * inet/getprtname.c: Likewise.
32737         * inet/getprtname_r.c: Likewise.
32738         * inet/getrpcbyname.c: Likewise.
32739         * inet/getrpcbyname_r.c: Likewise.
32740         * inet/getrpcbynumber.c: Likewise.
32741         * inet/getrpcbynumber_r.c: Likewise.
32742         * inet/getrpcent.c: Likewise.
32743         * inet/getrpcent_r.c: Likewise.
32744         * inet/getaliasent.c: Likewise.
32745         * inet/getaliasent_r.c: Likewise.
32746         * inet/getaliasname.c: Likewise.
32747         * inet/getaliasname_r.c: Likewise.
32748         * nscd/getgrgid_r.c: Likewise.
32749         * nscd/getgrnam_r.c: Likewise.
32750         * nscd/gethstbyad_r.c: Likewise.
32751         * nscd/gethstbynm3_r.c: Likewise.
32752         * nscd/getpwnam_r.c: Likewise.
32753         * nscd/getpwuid_r.c: Likewise.
32754         * nscd/getsrvbynm_r.c: Likewise.
32755         * nscd/getsrvbypt_r.c: Likewise.
32756         * nscd/gai.c: Likewise.
32757
32758         * configure.in (build_nscd): New substituted variable, set
32759         by --disable-build-nscd and defaults to $use_nscd.
32760         * configure: Regenerated.
32761         * config.make.in (build-nscd): New substituted variable.
32762         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
32763         Change conditional to require [$(build-nscd) = yes] as well.
32764         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
32765
32766         [BZ# 13696]
32767         * configure.in (use_nscd): New substituted variable, set by
32768         --disable-nscd.  If enabled, define USE_NSCD.
32769         * configure: Regenerated.
32770         * config.h.in: Add USE_NSCD.
32771         * config.make.in (use-nscd): New substituted variable.
32772         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
32773         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
32774         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
32775         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
32776         (CFLAGS-getgrnam_r.c): Likewise.
32777         (CFLAGS-initgroups.c): Likewise.
32778         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
32779         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
32780         Variables removed.
32781         * inet/getnetgrent_r.c
32782         (nscd_setnetgrent): New function, broken out of ...
32783         (setnetgrent): ... here.  Call it.
32784         (innetgr): Conditionalize nscd bits on [USE_NSCD].
32785         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
32786         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
32787         * nscd/Makefile (routines, aux): Move definitions after include of
32788         Makeconfig.  Conditionalize on [$(use-nscd) != no].
32789         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
32790         Conditionalize on [USE_NSCD].
32791         (is_nscd, nscd_init_cb): Likewise.
32792         (nss_load_library): Conditionalize init callback on [USE_NSCD].
32793         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
32794         * nss/nss_db/db-init.c: Likewise.
32795         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
32796         [USE_NSCD].
32797         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
32798         (make_request): Use it.
32799         (cache_valid_p): New function.
32800         (__check_pf): Use it.
32801         * NEWS: Add item for --disable-nscd.
32802
32803 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
32804
32805         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
32806         to support sed >= 4.2.1-20-ga9bf076.
32807         * configure: Regenerated.
32808
32809 2012-08-22  Roland McGrath  <roland@hack.frob.com>
32810
32811         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
32812         Conditionalize whole body on [IREL].
32813
32814 2012-08-22  Jeff Law <law@redhat.com>
32815
32816         [BZ #14505]
32817         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
32818         if the family is PF_UNSPEC.
32819
32820 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
32821
32822         * Makerules (lib-version): Rename from V.
32823         (install-lib-nosubdir): Change V to lib-version.
32824
32825 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
32826
32827         [BZ #14252]
32828         * powerpc32/power6/wcschr.c: New file.
32829         * powerpc32/power6/wcscpy.c: New file.
32830         * powerpc32/power6/wcsrchr.c: New file.
32831         * powerpc64/power6/wcschr.c: New file.
32832         * powerpc64/power6/wcscpy.c: New file.
32833         * powerpc64/power6/wcsrchr.c: New file.
32834
32835 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
32836
32837         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
32838         (two_way_short_needle): Use it.
32839         * string/strstr.c (AVAILABLE1_USES_J): Define.
32840         * string/strcasestr.c: Likewise.
32841
32842         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
32843         array references.
32844         * string/strcasestr.c (TOLOWER): Make side-effect safe.
32845
32846         [BZ #11607]
32847         * NEWS: Add an entry.
32848         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
32849         define their defaults.
32850         (two_way_short_needle): Detect end-of-string on-the-fly.
32851         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
32852         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
32853         * string/bug-strcasestr1.c: New test.
32854         * string/Makefile: Run it.
32855
32856 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
32857
32858         [BZ #11607]
32859         * string/str-two-way.h (two_way_short_needle): Optimize matching of
32860         the first character.
32861
32862 2012-08-21  Roland McGrath  <roland@hack.frob.com>
32863
32864         * csu/elf-init.c (__libc_csu_irel): Function removed.
32865         * csu/libc-start.c (apply_irel): New function.
32866         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
32867
32868 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
32869
32870         * sysdeps/unix/sysv/linux/kernel-features.h
32871         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
32872         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32873         <kernel-features.h>.
32874         [__NR_fadvise64_64]: Make code unconditional.
32875         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
32876         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
32877         !__NR_fadvise64_64)]: Likewise.
32878         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
32879         !__NR_fadvise64_64))]: Likewise.
32880         [__NR_fadvise64]: Make code unconditional.
32881         [!__NR_fadvise64]: Remove conditional code.
32882         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
32883         <kernel-features.h>.
32884         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32885         unconditional.
32886         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32887         conditional code.
32888         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
32889         not include <kernel-features.h>.
32890         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32891         unconditional.
32892         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32893         conditional code.
32894         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
32895         include <kernel-features.h>.
32896         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32897         unconditional.
32898         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32899         conditional code.
32900
32901 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
32902
32903         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
32904         slight instruction rearrangements per scrollpipe analysis.
32905         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
32906
32907 2012-08-20  Roland McGrath  <roland@hack.frob.com>
32908
32909         * manual/syslog.texi (syslog; vsyslog, closelog):
32910         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
32911         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
32912
32913         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
32914         DSOCAPS to match condition on defining it.
32915
32916 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
32917
32918         * sysdeps/unix/sysv/linux/kernel-features.h
32919         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
32920         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
32921         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32922         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
32924         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32925         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32926         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
32927         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32928         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32929
32930         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
32931         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
32932
32933         * sysdeps/unix/sysv/linux/kernel-features.h
32934         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
32935         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
32936         unconditional.
32937         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32938         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
32939         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
32940         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32941         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
32942         Make code unconditional.
32943         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32944         (__mmap64) [!__NR_mmap2]: Likewise.
32945         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
32946         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
32947         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32948         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
32949         [__NR_mmap2]: Make code unconditional.
32950         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32951         (__mmap64) [!__NR_mmap2]: Likewise.
32952
32953 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32954
32955         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
32956
32957 2012-08-18  Andreas Jaeger  <aj@suse.de>
32958
32959         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
32960
32961 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
32962
32963         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
32964         * include/unistd.h (__have_sock_cloexec): Likewise.
32965         (__have_pipe2): Likewise.
32966         (__have_dup3): Likewise.
32967
32968 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
32969
32970         [BZ #9685]
32971         * include/unistd.h (__have_pipe2): Change define into an extern int.
32972         (__have_dup3): Likewise.
32973         * socket/have_sock_cloexec.c: Include fcntl.h.
32974         (__have_pipe2): New variable.
32975         (__have_dup3): Likewise.
32976
32977 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
32978
32979         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
32980
32981 2012-08-17  Marek Polacek  <polacek@redhat.com>
32982
32983         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
32984         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
32985
32986 2012-08-17  Roland McGrath  <roland@hack.frob.com>
32987
32988         * configure.in: Add AC_SUBST for sysheaders.
32989         * configure: Regenerated.
32990         * config.make.in (sysheaders): New substituted variable.
32991
32992         * sysdeps/unix/mkfifo.c: Moved ...
32993         * sysdeps/posix/mkfifo.c: ... here.
32994         * sysdeps/unix/mkfifoat.c: Moved ...
32995         * sysdeps/posix/mkfifoat.c: ... here.
32996
32997         * sysdeps/unix/utime.c: Moved ...
32998         * sysdeps/posix/utime.c: ... here.
32999
33000         * sysdeps/unix/time.c: Moved ...
33001         * sysdeps/posix/time.c: ... here.
33002         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
33003         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
33004
33005         * sysdeps/unix/nice.c: Moved ...
33006         * sysdeps/posix/nice.c: ... here.
33007
33008         * sysdeps/unix/alarm.c: Moved ...
33009         * sysdeps/posix/alarm.c: ... here.
33010
33011         * intl/Makefile ($(codeset_mo)): Depend on the input file.
33012
33013 2012-08-17  Jeff Law <law@redhat.com>
33014
33015         * intl/Makefile (codeset_mo): New variable.
33016         ($(codeset_mo)): New target.
33017         (tst-codeset.out): Depend on that.  Remove explicit rule.
33018         (tst-gettext3.out, tst-gettext5.out): Likewise.
33019         (LOCPATH-ENV, tst-codeset-ENV): New variables.
33020         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
33021         * intl/tst-codeset.sh: Remove.
33022         * intl/tst-gettext3.sh: Likewise.
33023         * intl/tst-gettext5.sh: Likewise.
33024
33025 2012-08-17  Roland McGrath  <roland@hack.frob.com>
33026
33027         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
33028         * sysdeps/unix/syscalls.list: ... here.
33029
33030         * sysdeps/posix/getaddrinfo.c
33031         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
33032         (gaiconf_init, gaiconf_reload): Use them.
33033         [!_STATBUF_ST_NSEC]
33034         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
33035         Define using time_t rather than struct timespec.
33036
33037         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
33038         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
33039         Macros removed.
33040         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
33041         [!NO_THREADS].
33042         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
33043         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
33044         Likewise.
33045
33046         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
33047         __libc_cleanup_push argument.
33048
33049         * bits/param.h: New file.
33050         * misc/sys/param.h: New file.
33051         * include/sys/param.h: New file.
33052         * misc/Makefile (headers): Add bits/param.h.
33053         * sysdeps/generic/sys/param.h: File removed.
33054         * sysdeps/unix/sysv/linux/bits/param.h: New file.
33055         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
33056         * sysdeps/mach/hurd/bits/param.h: New file.
33057         * sysdeps/mach/hurd/sys/param.h: File removed.
33058
33059         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
33060         last change.
33061
33062         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
33063         [_IO_MTSAFE_IO].
33064         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
33065         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
33066         New macros.
33067
33068         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
33069         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
33070         rather than -D_IO_MTSAFE_IO conditionally.
33071         * stdio-common/Makefile (CPPFLAGS): Likewise.
33072         * wcsmbs/Makefile (CPPFLAGS): Likewise.
33073         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
33074         Use $(libio-mtsafe).
33075         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
33076         of -D_IO_MTSAFE_IO.
33077         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
33078         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
33079         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
33080         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
33081         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
33082         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
33083         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
33084         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
33085         (CFLAGS-fread_u_chk.c): Likewise.
33086         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
33087         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
33088         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
33089         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
33090         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
33091         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
33092         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
33093         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
33094         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
33095
33096         * libio/Makefile: Test [$(libc-reentrant) = yes]
33097         instead of [$(filter %REENTRANT, $(defines)) nonempty].
33098
33099         * Makeconfig
33100         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
33101         * sysdeps/pthread/configure: File removed.
33102         * sysdeps/pthread/Makeconfig: New file.
33103         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
33104         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
33105
33106 2012-08-16  Gary Benson  <gbenson@redhat.com>
33107
33108         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
33109         unmapping the first object in a namespace.
33110
33111 2012-08-16  Roland McGrath  <roland@hack.frob.com>
33112
33113         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
33114         (__internal_setnetgrent): ... this.  Add internal_function to
33115         definition.  Add libc_hidden_def.
33116         (setnetgrent): Update caller.
33117         (internal_endnetgrent): Renamed to ...
33118         (__internal_endnetgrent): ... this.  Add internal_function to
33119         definition.  Add libc_hidden_def.
33120         (endnetgrent): Update caller.
33121         (internal_getnetgrent_r): Renamed to ...
33122         (__internal_getnetgrent_r): ... this.  Add internal_function to
33123         definition.  Add libc_hidden_def.
33124         (__getnetgrent_r): Update caller.
33125         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
33126
33127 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
33128
33129         * stdlib/longlong.h: Update from GCC.
33130
33131 2012-08-16  Roland McGrath  <roland@hack.frob.com>
33132
33133         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
33134         on _QL, which is set by umul_ppmm but never used.
33135         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
33136         variables, which are set by GMP macros but never used.
33137         * stdio-common/_itowa.c (_itowa): Likewise.
33138         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
33139         * stdlib/mod_1.c (mpn_mod_1): Likewise.
33140
33141 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
33142
33143         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
33144         struct La_sh_regs is not constant.
33145         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
33146         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
33147         and struct La_sparc64_regs are not constant.
33148
33149 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
33150
33151         * sysdeps/unix/sysv/linux/kernel-features.h
33152         (__ASSUME_POSIX_TIMERS): Remove.
33153         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
33154         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
33155         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
33156         Make code unconditional.
33157         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
33158         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
33159         Make code unconditional.
33160         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
33161         * sysdeps/unix/sysv/linux/clock_nanosleep.c
33162         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
33163         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
33164         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
33165         Make code unconditional.
33166         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
33167         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
33168         (__libc_missing_posix_timers): Remove.
33169
33170 2012-08-15  Roland McGrath  <roland@hack.frob.com>
33171
33172         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
33173         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
33174
33175         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
33176
33177         * elf/dl-sym.c: Include <stdlib.h>.
33178
33179         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
33180         constants, which avoids warnings in 32-bit builds.
33181
33182         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
33183         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
33184
33185         * misc/lseek.c: File moved to ...
33186         * io/lseek.c: ... here.
33187
33188         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
33189
33190         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
33191         shifting LEN more than 31 bits at once.
33192
33193 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
33194
33195         [BZ #14195]
33196         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
33197         segmentation fault for a case of two empty input strings.
33198         * string/test-strncasecmp.c (check1): Renamed to...
33199         (bz12205): ...this.
33200         (bz14195): Add new testcase for two empty input strings and N > 0.
33201         (test_main): Call new testcase, adapt for renamed function.
33202
33203 2012-08-15  Andreas Jaeger  <aj@suse.de>
33204
33205         [BZ #14090]
33206         * crypt/md5test2.c: New test, based on test supplied by Serge
33207         Belyshev <belyshev@depni.sinp.msu.ru>.
33208         * crypt/Makefile (xtests): Add md5test-giant..
33209         * crypt/Makefile ($(objpfx)md5test-giant): Add.
33210
33211 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
33212
33213         [BZ #14090]
33214         * crypt/md5.c (md5_process_block): Don't assume the buffer
33215         length is less than 2**32.
33216         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
33217         length is less than 2**64.
33218
33219 2012-08-15  Roland McGrath  <roland@hack.frob.com>
33220
33221         * string/str-two-way.h: Include <sys/param.h>.
33222         (MAX): Macro removed.
33223
33224         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
33225         Move #define and #undef of memmove to just before and after
33226         including <string.h>.
33227
33228         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
33229         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
33230         and after including <string.h>.  Move declarations of
33231         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
33232         to before #include "string/memmove.c".
33233
33234         * include/dirent.h: Declare __getdirentries.
33235
33236         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
33237         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
33238
33239 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
33240
33241         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
33242         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
33243         * sysdeps/i386/configure: Regenerated.
33244         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
33245         STABS_CURRENT_FILE, and STABS_FUN.
33246         (END): Remove call to STABS_FUN_END.
33247         (STABS_CURRENT_FILE1): Delete.
33248         (STABS_CURRENT_FILE): Likewise.
33249         (STABS_FUN): Likewise.
33250         (STABS_FUN_END): Likewise.
33251         (STABS_FUN2): Likewise.
33252         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
33253         * sysdeps/x86_64/configure: Regenerated.
33254
33255 2012-08-14  Roland McGrath  <roland@hack.frob.com>
33256
33257         * elf/dl-open.c: Include <atomic.h>.
33258         * elf/dl-lookup.c: Likewise.
33259
33260 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
33261
33262         * sysdeps/unix/sysv/linux/kernel-features.h
33263         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
33264         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
33265         unconditionally.
33266         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
33267         unconditionally.
33268         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
33269         condition on __ASSUME_CLONE_THREAD_FLAGS.
33270
33271 2012-08-14  Andreas Jaeger  <aj@suse.de>
33272
33273         * sysdeps/i386/fpu/libm-test-ulps: Update.
33274
33275 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
33276
33277         * include/atomic.h (atomic_exchange_and_add): Split into ...
33278         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
33279         New atomic macros.
33280
33281 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
33282
33283         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33284
33285 2012-08-13  Jeff Law <law@redhat.com>
33286
33287         * manual/stdio.texi (snprintf): Clarify handling of the trailing
33288         null byte in the output string.
33289
33290 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
33291
33292         * sysdeps/unix/sysv/linux/kernel-features.h
33293         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
33294         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
33295         (__ASSUME_ARG_MAX_STACK_BASED): Define.
33296         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
33297         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
33298         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
33299         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
33300
33301 2012-08-09  Jeff Law <law@redhat.com>
33302
33303         [BZ #13939]
33304         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
33305         When avoid_arena is set, don't retry in the that arena.  Pick the
33306         next one, whatever it might be.
33307         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
33308         (arena_lock): Pass in new parameter to arena_get2.
33309         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
33310         arena_get2.
33311         (__libc_malloc): Unify retrying after main arena failure with
33312         __libc_memalign version.
33313         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
33314
33315 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
33316
33317         [BZ #14166]
33318         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
33319         to __redirect_strstr.
33320         (__strstr_sse42): Use typeof __redirect_strstr.
33321         (__strstr_ia32): Likewise.
33322         (__libc_strstr): New prototype.
33323         (strstr): Renamed to ...
33324         (__libc_strstr): This.
33325         (strstr): New strong alias of __libc_strstr.
33326         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
33327         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
33328         __redirect_time.
33329         Include <time.h>.
33330         (__libc_time): New prototype.
33331         (time_ifunc): Replace time with __libc_time.
33332         (time): New strong alias and hidden definition of __libc_time.
33333         (__GI_time): Remove strong alias.
33334         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
33335         Include <stddef.h>.
33336         (memmove): Redefined to __redirect_memmove.
33337         (__memmove_sse2): Use typeof __redirect_memmove.
33338         (__memmove_ssse3): Likewise.
33339         (__memmove_ssse3_back): Likewise.
33340         (__libc_memmove): New prototype.
33341         (memmove): Renamed to ...
33342         (__libc_memmove): This.
33343         (memmove): New strong alias of __libc_memmove.
33344
33345 2012-08-08  Mark Salter  <msalter@redhat.com>
33346
33347         * elf/elf.h
33348         (R_MN10300_TLS_GD): Define.
33349         (R_MN10300_TLS_LD): Likewise.
33350         (R_MN10300_TLS_LDO): Likewise.
33351         (R_MN10300_TLS_GOTIE): Likewise.
33352         (R_MN10300_TLS_IE): Likewise.
33353         (R_MN10300_TLS_LE): Likewise.
33354         (R_MN10300_TLS_DTPMOD): Likewise.
33355         (R_MN10300_TLS_DTPOFF): Likewise.
33356         (R_MN10300_TLS_TPOFF): Likewise.
33357         (R_MN10300_SYM_DIFF): Likewise.
33358         (R_MN10300_ALIGN): Likewise.
33359         (R_MN10300_NUM): Update.
33360
33361 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
33362
33363         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
33364         Remove.
33365
33366 2012-08-08  Roland McGrath  <roland@hack.frob.com>
33367
33368         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
33369
33370         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
33371         sysdeps/unix -> sysdeps/posix move.
33372         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
33373
33374 2012-08-07      Allan McRae     <allan@archlinux.org>
33375
33376         [BZ #14303]
33377         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
33378         (SUNOS_CPP): Likewise.
33379         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
33380         not found.
33381         (open_input): Call CPP using execvp.
33382
33383 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
33384
33385         * sysdeps/unix/sysv/linux/kernel-features.h
33386         (__ASSUME_PROT_GROWSUPDOWN): Remove.
33387         (__ASSUME_NO_CLONE_DETACHED): Likewise.
33388         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
33389         (__ASSUME_WAITID_SYSCALL): Likewise.
33390         * sysdeps/unix/sysv/linux/dl-execstack.c
33391         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
33392         code unconditional.
33393         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
33394         conditional code.
33395         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
33396         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
33397         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
33398         code.
33399         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
33400         unconditional.
33401         [__ASSUME_WAITID_SYSCALL]: Likewise.
33402         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
33403
33404 2012-08-07  Roland McGrath  <roland@hack.frob.com>
33405
33406         * sysdeps/unix/closedir.c: Renamed to ...
33407         * sysdeps/posix/closedir.c: ... here.
33408         * sysdeps/unix/dirfd.c: Renamed to ...
33409         * sysdeps/posix/dirfd.c: ... here.
33410         * sysdeps/unix/dirstream.h: Renamed to ...
33411         * sysdeps/posix/dirstream.h: ... here.
33412         * sysdeps/unix/fdopendir.c: Renamed to ...
33413         * sysdeps/posix/fdopendir.c: ... here.
33414         * sysdeps/unix/opendir.c: Renamed to ...
33415         * sysdeps/posix/opendir.c: ... here.
33416         * sysdeps/unix/readdir.c: Renamed to ...
33417         * sysdeps/posix/readdir.c: ... here.
33418         * sysdeps/unix/readdir_r.c: Renamed to ...
33419         * sysdeps/posix/readdir_r.c: ... here.
33420         * sysdeps/unix/rewinddir.c: Renamed to ...
33421         * sysdeps/posix/rewinddir.c: ... here.
33422         * sysdeps/unix/seekdir.c: Renamed to ...
33423         * sysdeps/posix/seekdir.c: ... here.
33424         * sysdeps/unix/telldir.c: Renamed to ...
33425         * sysdeps/posix/telldir.c: ... here.
33426         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
33427         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
33428         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
33429         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
33430
33431         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
33432         * bits/fcntl.h: ... here.
33433
33434         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
33435         not 0.
33436         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
33437         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
33438         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
33439         (struct flock): Move l_start, l_len to the beginning.
33440         Use __pid_t for l_pid.
33441         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
33442         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
33443         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
33444         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
33445         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
33446         [__USE_LARGEFILE64] (struct flock64): New type.
33447         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
33448
33449         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
33450         * bits/dirent.h: ... here.
33451
33452         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
33453         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
33454
33455 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
33456
33457         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33458         Change from 2.6.0 to 2.6.16.
33459         * sysdeps/unix/sysv/linux/configure: Regenerated.
33460         * sysdeps/unix/sysv/linux/kernel-features.h
33461         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
33462         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
33463         version.
33464         (__ASSUME_UTIMES): Likewise.
33465         (__ASSUME_CLONE_STOPPED): Remove.
33466         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
33467         architectures, not kernel version.
33468         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
33469         (__ASSUME_NO_CLONE_DETACHED): Likewise.
33470         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
33471         (__ASSUME_WAITID_SYSCALL): Likewise.
33472         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
33473         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
33474         * README: State 2.6.16 as minimum Linux kernel version.  Do not
33475         refer to older versions.
33476
33477 2012-08-06  Roland McGrath  <roland@hack.frob.com>
33478
33479         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
33480         Define alphasort64 as an alias.
33481         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
33482         Define versionsort64 as an alias.
33483         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
33484         Define scandir64 as an alias.
33485         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
33486         Define scandirat64 as an alias.
33487         * dirent/alphasort64.c (alphasort64):
33488         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
33489         * dirent/versionsort64.c: Likewise.
33490         * dirent/scandir64.c: Likewise.
33491         * dirent/scandirat64.c: Likewise.
33492         * sysdeps/wordsize-64/alphasort.c: File removed.
33493         * sysdeps/wordsize-64/alphasort64.c: File removed.
33494         * sysdeps/wordsize-64/scandir.c: File removed.
33495         * sysdeps/wordsize-64/scandir64.c: File removed.
33496         * sysdeps/wordsize-64/scandirat.c: File removed.
33497         * sysdeps/wordsize-64/scandirat64.c: File removed.
33498         * sysdeps/wordsize-64/versionsort.c: File removed.
33499         * sysdeps/wordsize-64/versionsort64.c: File removed.
33500         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
33501         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
33502         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
33503         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
33504         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
33505         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
33506         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
33507         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
33508
33509         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
33510         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
33511         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
33512         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33513         [defined __arch64__ || defined __sparcv9]
33514         (__INO_T_MATCHES_INO64_T): New macro.
33515         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33516         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
33517         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
33518         * sysdeps/unix/sysv/linux/bits/dirent.h
33519         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
33520         (_DIRENT_MATCHES_DIRENT64): New macro.
33521
33522         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
33523         Define lockf64 as an alias.
33524         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
33525         Define fseeko64 as an alias.
33526         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
33527         Define ftello64 as an alias.
33528         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
33529         Define _IO_fgetpos64 and fgetpos64 as aliases.
33530         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
33531         Define _IO_fsetpos64 and fsetpos64 as aliases.
33532         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
33533         Conditionalize body on this.
33534         * libio/fseeko64.c: Likewise.
33535         * libio/ftello64.c: Likewise.
33536         * libio/iofgetpos64.c: Likewise.
33537         * libio/iofsetpos64.c: Likewise.
33538         * sysdeps/wordsize-64/lockf.c: File removed.
33539         * sysdeps/wordsize-64/lockf64.c: File removed.
33540         * sysdeps/wordsize-64/fseeko.c: File removed.
33541         * sysdeps/wordsize-64/fseeko64.c: File removed.
33542         * sysdeps/wordsize-64/ftello.c: File removed.
33543         * sysdeps/wordsize-64/ftello64.c: File removed.
33544         * sysdeps/wordsize-64/iofgetpos.c: File removed.
33545         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
33546         * sysdeps/wordsize-64/iofsetpos.c: File removed.
33547         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
33548         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
33549         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
33550         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
33551         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
33552         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
33553         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
33554         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
33555         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
33556         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
33557         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
33558
33559         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
33560         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
33561         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
33562         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33563         [defined __arch64__ || defined __sparcv9]
33564         (__OFF_T_MATCHES_OFF64_T): New macro.
33565         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33566         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
33567         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
33568         (__OFF_T_MATCHES_OFF64_T): New macro.
33569
33570 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
33571
33572         * stdlib/secure-getenv.c (__secure_getenv): Replace
33573         GLIBC_2_16 with GLIBC_2_17.
33574
33575 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
33576
33577         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
33578         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
33579
33580 2012-08-03  David S. Miller  <davem@davemloft.net>
33581
33582         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33583
33584 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
33585
33586         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
33587         Remove.
33588         (__ASSUME_CORRECT_SI_PID): Likewise.
33589         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
33590         (__ASSUME_TMPFS_NAME): Likewise.
33591         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
33592         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
33593         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
33594         (HAVE_AUX_SECURE): Make definition unconditional.
33595         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
33596         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
33597
33598 2012-08-03  Roland McGrath  <roland@hack.frob.com>
33599
33600         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
33601         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
33602         * sysdeps/mach/hurd/eloop-threshold.h: New file.
33603         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
33604         __eloop_threshold instead of SYMLOOP_MAX.
33605
33606         * sysdeps/generic/eloop-threshold.h: New file.
33607         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
33608         of MAXSYMLINKS.
33609         * elf/chroot_canon.c (chroot_canon): Likewise.
33610
33611 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
33612
33613         [BZ #13717]
33614         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33615         Change to 2.6.0 everywhere.
33616         * sysdeps/unix/sysv/linux/configure: Regenerated.
33617         * sysdeps/unix/sysv/linux/kernel-features.h
33618         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
33619         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
33620         kernel versions.
33621         (__ASSUME_POSIX_TIMERS): Define unconditionally.
33622         (__ASSUME_FUTEX_REQUEUE): Remove.
33623         (__ASSUME_STATFS64): Define unconditionally.
33624         (__ASSUME_AT_SECURE): Likewise.
33625         (__ASSUME_CORRECT_SI_PID): Likewise.
33626         (__ASSUME_TGKILL): Define without depending on kernel version for
33627         i386.
33628         (__ASSUME_UTIMES): Likewise.
33629         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
33630         kernel version.
33631         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
33632         (__ASSUME_TMPFS_NAME): Likewise.
33633         * README: Update reference to Linux kernel versions.
33634
33635 2012-08-02  Marek Polacek  <polacek@redhat.com>
33636
33637         [BZ# 14150]
33638         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
33639         libc_cv_asm_type_prefix with %.
33640         * configure: Regenerated.
33641         * include/libc-symbols.h: Remove comment about
33642         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
33643         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
33644         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
33645         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
33646         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
33647         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
33648         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
33649         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
33650         * elf/tst-unique2mod1.c: Likewise.
33651         * elf/tst-unique1mod2.c: Likewise.
33652         * elf/tst-unique1mod1.c: Likewise.
33653         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
33654         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
33655         Replace ASM_TYPE_DIRECTIVE with .type.
33656         * sysdeps/s390/s390-64/sysdep.h: Likewise.
33657         * sysdeps/i386/sysdep.h: Likewise.
33658         * sysdeps/x86_64/sysdep.h: Likewise.
33659         * sysdeps/sh/sysdep.h: Likewise.
33660         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
33661         Do not define ASM_TYPE_DIRECTIVE.
33662         * sysdeps/powerpc/sysdep.h: Likewise.
33663         * sysdeps/powerpc/powerpc32/sysdep.h:
33664         Replace ASM_TYPE_DIRECTIVE with .type.
33665         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
33666         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
33667         * sysdeps/i386/fpu/e_powf.S: Likewise.
33668         * sysdeps/i386/fpu/e_expl.S: Likewise.
33669         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
33670         * sysdeps/i386/fpu/e_acosh.S: Likewise.
33671         * sysdeps/i386/fpu/e_pow.S: Likewise.
33672         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
33673         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
33674         * sysdeps/i386/fpu/s_expm1.S: Likewise.
33675         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
33676         * sysdeps/i386/fpu/e_log2.S: Likewise.
33677         * sysdeps/i386/fpu/e_log2l.S: Likewise.
33678         * sysdeps/i386/fpu/e_scalb.S: Likewise.
33679         * sysdeps/i386/fpu/e_powl.S: Likewise.
33680         * sysdeps/i386/fpu/e_log10f.S: Likewise.
33681         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
33682         * sysdeps/i386/fpu/e_logl.S: Likewise.
33683         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
33684         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
33685         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
33686         * sysdeps/i386/fpu/e_log2f.S: Likewise.
33687         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
33688         * sysdeps/i386/fpu/e_log.S: Likewise.
33689         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
33690         * sysdeps/i386/fpu/e_logf.S: Likewise.
33691         * sysdeps/i386/fpu/e_log10l.S: Likewise.
33692         * sysdeps/i386/fpu/e_atanh.S: Likewise.
33693         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
33694         * sysdeps/i386/fpu/e_log10.S: Likewise.
33695         * sysdeps/i386/fpu/s_frexp.S: Likewise.
33696         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
33697         * sysdeps/i386/fpu/s_asinh.S: Likewise.
33698         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
33699         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
33700         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
33701         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
33702         * sysdeps/i386/i686/strtok.S: Likewise.
33703         * sysdeps/i386/i386-mcount.S: Likewise.
33704         * sysdeps/i386/strtok.S: Likewise.
33705         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
33706         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
33707         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
33708         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
33709         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
33710         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
33711         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
33712         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
33713         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
33714         * sysdeps/x86_64/_mcount.S: Likewise.
33715         * sysdeps/x86_64/strtok.S: Likewise.
33716         * sysdeps/sh/_mcount.S: Likewise.
33717
33718 2012-08-01  Roland McGrath  <roland@hack.frob.com>
33719
33720         * libio/iofopen.c: Include <fcntl.h>.
33721         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
33722         (_IO_fopen64, fopen64): Define as aliases.
33723         * libio/iofopen64.c: Include <fcntl.h>.
33724         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
33725         Conditionalize body on this.
33726         * sysdeps/wordsize-64/iofopen.c: File removed.
33727         * sysdeps/wordsize-64/iofopen64.c: File removed.
33728
33729 2012-08-01  Marek Polacek  <polacek@redhat.com>
33730
33731         * libc/Makeconfig: Use elf in place of binfmt-subdir.
33732         Use dlfcn directly instead of a variable.
33733         (binfmt-subdir): Do not define.
33734         (dlfcn): Likewise.
33735
33736 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
33737
33738         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
33739         Remove all definitions.
33740         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
33741         <kernel-features.h>.
33742         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
33743         (miss_F_GETOWN_EX): Remove all definitions.
33744         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
33745         macro definition.
33746         [!__ASSUME_FCNTL64]: Remove conditional code.
33747         [__ASSUME_FCNTL64]: Make code unconditional.
33748         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
33749         <kernel-features.h>.
33750         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
33751         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
33752         (lockf64) [__NR_fcntl64]: Make code unconditional.
33753         (lockf64) [__ASSUME_FCNTL64]: Likewise.
33754
33755         * sysdeps/unix/sysv/linux/kernel-features.h
33756         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
33757         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
33758         Make code unconditional.
33759         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33760         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33761         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
33762         [__NR_vfork]: Make code unconditional.
33763         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33764         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33765         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
33766         [__NR_vfork]: Make code unconditional.
33767         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33768         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33769
33770 2012-08-01  Roland McGrath  <roland@hack.frob.com>
33771
33772         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
33773         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
33774
33775         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33776         Define mkstemp64 as an alias.
33777         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33778         Define mkstemps64 as an alias.
33779         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33780         Define mkostemp64 as an alias.
33781         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33782         Define mkostemps64 as an alias.
33783         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
33784         Conditionalize body on this.
33785         * misc/mkostemp64.c: Likewise.
33786         * misc/mkostemps64.c: Likewise.
33787         * misc/mkstemps64.c: Likewise.
33788         * sysdeps/wordsize-64/mkstemp64.c: File removed.
33789         * sysdeps/wordsize-64/mkostemp64.c: File removed.
33790         * sysdeps/wordsize-64/mkostemp.c: File removed.
33791         * sysdeps/wordsize-64/mkstemp.c: File removed.
33792         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
33793         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
33794         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
33795         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
33796
33797         [BZ #14138]
33798         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
33799         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
33800         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
33801         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
33802
33803         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
33804         compat_symbol macros from <shlib-compat.h> rather than the underlying
33805         default_symbol_version and symbol_version macros, so that DEFAULT
33806         lines in shlib-versions are respected.
33807         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
33808
33809 2012-08-01  Florian Weimer  <fweimer@redhat.com>
33810
33811         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
33812         Declare with warn_unused_result.
33813         (setgid, setregid, setegid, setresgid): Likewise.
33814         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
33815         Likewise.
33816         * WUR-REPORT: Remove set*id functions.
33817
33818 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
33819
33820         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
33821
33822 2012-07-31  Roland McGrath  <roland@hack.frob.com>
33823
33824         [BZ #10191]
33825         * include/sys/socket.h (__libc_accept, __libc_accept4):
33826         Add attribute_hidden.
33827         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
33828
33829         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
33830         use of PTR_MANGLE.
33831         * inet/getnetgrent_r.c (setup): Likewise.
33832
33833         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
33834
33835 2012-07-31  David S. Miller  <davem@davemloft.net>
33836
33837         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33838
33839 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
33840
33841         [BZ #13629]
33842         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
33843         value between 1.0 and 2.0 and smaller part has absolute value less
33844         than 1.0.
33845         * math/s_clog10.c (__clog10): Likewise.
33846         * math/s_clog10f.c (__clog10f): Likewise.
33847         * math/s_clog10l.c (__clog10l): Likewise.
33848         * math/s_clogf.c (__clogf): Likewise.
33849         * math/s_clogl.c (__clogl): Likewise.
33850         * math/libm-test.inc (clog_test): Add more tests.
33851         (clog10_test): Likewise.
33852         * sysdeps/i386/fpu/libm-test-ulps: Update.
33853         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33854
33855 2012-07-31  Florian Weimer  <fweimer@redhat.com>
33856
33857         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
33858         Exit with zero in case no suitable GID is found, and write a
33859         message to standard error.
33860
33861 2012-07-30  Roland McGrath  <roland@hack.frob.com>
33862
33863         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
33864         rather than to 1.
33865         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
33866         (MAXPATHLEN): Removed.
33867         (NOGROUP, NODEV): New macros.
33868         (setbit, clrbit, isset, isclr): New macros.
33869         (howmany, roundup, powerof2): New macros.
33870         (DEV_BSIZE): New macro.
33871
33872         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
33873         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
33874
33875         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
33876         definition on [!__NO_LONG_DOUBLE_MATH].
33877
33878         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
33879         PTR_MANGLE and PTR_DEMANGLE.
33880
33881         * socket/accept4.c (accept4): Rename to __libc_accept4.
33882         Define accept4 as a weak alias.
33883
33884         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
33885         on [_DIRENT_HAVE_D_TYPE].
33886         * io/ftw.c (ftw_dir): Likewise.
33887
33888         * io/xmknod.c (__xmknod): Don't check PATH for being null.
33889
33890         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
33891
33892         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
33893         Use the BSD numbers rather than the arbitrary ones we had.
33894         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
33895         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
33896         (SIGXCPU, SIGXFSZ): New macros.
33897         (_NSIG): Now 32.
33898
33899         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
33900         initializer on [_LIBC_REENTRANT].
33901
33902         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
33903         definitions inside [_POSIX_MAPPED_FILES].
33904
33905         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
33906
33907         * dirent/opendir.c: Include <fcntl.h>.
33908
33909         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
33910         (__libc_getspecific): Likewise.
33911         (__libc_key_create): Likewise.
33912
33913         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
33914         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
33915         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
33916         (tmpfile64): Define as alias.
33917         * sysdeps/wordsize-64/tmpfile.c: File removed.
33918         * sysdeps/wordsize-64/tmpfile64.c: File removed.
33919         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
33920         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
33921
33922         * stdio-common/vfscanf.c: Include <stdbool.h>.
33923         * nss/makedb.c: Likewise.
33924         * stdio-common/_i18n_number.h: Likewise.
33925         * argp/argp-help.c: Likewise.
33926         * posix/wordexp.c: Likewise.
33927         * sysdeps/posix/spawni.c: Likewise.
33928         * nss/nss_files/files-initgroups.c: Likewise.
33929         * stdio-common/reg-modifier.c: Include <stdlib.h>.
33930         * nss/nss_files/files-initgroups.c: Likewise.
33931         * nss/nss_db/db-netgrp.c: Likewise.
33932         * nss/nss_db/db-initgroups.c: Likewise.
33933         * io/fchmodat.c: Include <sys/stat.h>.
33934
33935         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
33936         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
33937
33938         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
33939         [HAVE_MMAP].
33940
33941         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
33942         Add multiple inclusion protection.
33943
33944 2012-07-27  David S. Miller  <davem@davemloft.net>
33945
33946         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33947
33948 2012-07-27  Gary Benson  <gbenson@redhat.com>
33949
33950         [BZ #14298]
33951         * elf/rtld.c: Include <stap-probe.h>.
33952         (dl_main): Added static probes "init_start" and "init_complete".
33953         * elf/dl-load.c: Include <stap-probe.h>.
33954         (lose): Take new parameter "nsid".
33955         Added static probe "map_failed".
33956         (_dl_map_object_from_fd): Pass namespace id to lose.
33957         Added static probe "map_start".
33958         (open_verify): Pass namespace id to lose.
33959         * elf/dl-open.c: Include <stap-probe.h>.
33960         (dl_open_worker) Added static probes "map_complete", "reloc_start"
33961         and "reloc_complete".
33962         * elf/dl-close.c: Include <stap-probe.h>.
33963         (_dl_close_worker): Added static probes "unmap_start" and
33964         "unmap_complete".
33965         * elf/rtld-debugger-interface.txt: New file documenting the above.
33966
33967 2012-07-26  Roland McGrath  <roland@hack.frob.com>
33968
33969         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
33970         rather than a string variable.
33971         * sunrpc/rpc_main.c (h_output): Likewise.
33972         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
33973
33974 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
33975
33976         * inet/check_native.c: New file.
33977
33978 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
33979
33980         [BZ #13629]
33981         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
33982         if larger part has absolute value 1.0.
33983         * math/s_clog10.c (__clog10): Likewise.
33984         * math/s_clog10f.c (__clog10f): Likewise.
33985         * math/s_clog10l.c (__clog10l): Likewise.
33986         * math/s_clogf.c (__clogf): Likewise.
33987         * math/s_clogl.c (__clogl): Likewise.
33988         * math/libm-test.inc (clog_test): Add more tests.
33989         (clog10_test): Likewise.
33990         * sysdeps/i386/fpu/libm-test-ulps: Update.
33991         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33992
33993         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
33994         (pltexit): Likewise.
33995         (La_regs): Likewise.
33996         (La_retval): Likewise.
33997         (int_retval): Likewise.
33998         Update #error for removed macros to refer only to definitions in
33999         tst-audit.h.
34000         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
34001         macro.
34002         (pltexit): Likewise.
34003         (La_regs): Likewise.
34004         (La_retval): Likewise.
34005         (int_retval): Likewise.
34006         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
34007         macro.
34008         (pltexit): Likewise.
34009         (La_regs): Likewise.
34010         (La_retval): Likewise.
34011         (int_retval): Likewise.
34012         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
34013         macro.
34014         (pltexit): Likewise.
34015         (La_regs): Likewise.
34016         (La_retval): Likewise.
34017         (int_retval): Likewise.
34018         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
34019         macro.
34020         (pltexit): Likewise.
34021         (La_regs): Likewise.
34022         (La_retval): Likewise.
34023         (int_retval): Likewise.
34024         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
34025         macro.
34026         (pltexit): Likewise.
34027         (La_regs): Likewise.
34028         (La_retval): Likewise.
34029         (int_retval): Likewise.
34030         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
34031         macro.
34032         (pltexit): Likewise.
34033         (La_regs): Likewise.
34034         (La_retval): Likewise.
34035         (int_retval): Likewise.
34036         * sysdeps/generic/tst-audit.h: Update comment to refer only to
34037         macro definitions in tst-audit.h.
34038         * sysdeps/i386/tst-audit.h: New file.
34039         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
34040         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
34041         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
34042         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
34043         * sysdeps/sh/tst-audit.h: Likewise.
34044         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
34045         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
34046         * sysdeps/x86_64/tst-audit.h: Likewise.
34047
34048 2012-07-26  Andreas Jaeger  <aj@suse.de>
34049
34050         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
34051         ptrace.
34052
34053         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
34054         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
34055         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
34056         PTRACE_O_MASK.
34057         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
34058         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
34059         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
34060
34061         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
34062         value.
34063
34064         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
34065         _sigsys.
34066         (si_call_addr, si_syscall, si_arch): Define new macro.
34067         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
34068         _sigsys.
34069         (si_call_addr, si_syscall, si_arch): Define new marcro.
34070         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
34071         _sigsys.
34072         (si_call_addr, si_syscall, si_arch): Define new macro.
34073         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
34074         _sigsys.
34075         (si_call_addr, si_syscall, si_arch): Define new macro.
34076
34077 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
34078
34079         [BZ #13717]
34080         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
34081         Change to 2.4.21 where previously 2.4.1.
34082         * sysdeps/unix/sysv/linux/configure: Regenerated.
34083         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
34084         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
34085         Linux kernel version.
34086         (__ASSUME_STD_AUXV): Remove.
34087         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
34088         kernel version.
34089         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
34090         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
34091         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
34092         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
34093         (__ASSUME_NETLINK_SUPPORT): Likewise.
34094         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
34095         (__no_netlink_support): Remove conditional definition.
34096         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
34097         Remove.
34098         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
34099         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
34100         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
34101         (if_nameindex_ioctl): Remove.
34102         (if_nameindex_netlink): Do not handle __no_netlink_support.
34103         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
34104         code.
34105         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
34106         Remove conditional code.
34107         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
34108         code.
34109         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
34110         unconditional.
34111         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
34112         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
34113         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
34114         Remove.
34115         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
34116         [!__ASSUME_STD_AUXV]: Remove conditional code.
34117         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
34118         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
34119         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
34120         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
34121         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
34122         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
34123         code.
34124         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
34125         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
34126         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
34127         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
34128         conditional code.
34129         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
34130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
34131         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
34132         code.
34133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
34134         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
34135         conditional code.
34136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
34137         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
34138         code unconditional.
34139         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
34140         conditional code.
34141         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
34142         unconditional.
34143         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
34144         conditional code.
34145         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
34146         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
34147         unconditional.
34148         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
34149         conditional code.
34150         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
34151         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
34152         code unconditional.
34153         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
34154         conditional code.
34155         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
34156         unconditional.
34157         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
34158         conditional code.
34159         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
34160         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
34161         code unconditional.
34162         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
34163         conditional code.
34164         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
34165         unconditional.
34166         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
34167         conditional code.
34168
34169 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
34170
34171         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
34172         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
34173         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
34174         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
34175         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
34176         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
34177         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
34178         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
34179         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
34180         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
34181         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
34182         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
34183         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
34184         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
34185         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
34186         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
34187         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
34188         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
34189         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
34190         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
34191         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
34192         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
34193         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
34194
34195 2012-07-25  Florian Weimer  <fweimer@redhat.com>
34196
34197         * Versions.def: Add GLIBC_2.17.
34198         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
34199         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
34200         Introduce __libc_secure_getenv.
34201         * stdlib/Versions (2.17): Add secure_getenv
34202         (GLIBC_PRIVATE): Add __libc_secure_getenv.
34203         * stdlib/secure-getenv.c: Rename __secure_getenv to
34204         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
34205         symbol __secure_getenv for GLIBC_2.0.
34206         * stdlib/tst-secure-getenv.c: New.
34207         * stdlib/Makefile (tests): Add testcase.
34208         * manual/startup.texi (Environment Access): Document
34209         secure_getenv.
34210         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
34211         __libc_secure_getenv.
34212         * inet/ruserpass.c (ruserpass): Likewise.
34213         * malloc/mtrace.c (mtrace): Likewise.
34214         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
34215         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
34216         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
34217         * sysdeps/posix/tempname.c: Likewise.  Evaluate
34218         HAVE_SECURE_GETENV.
34219         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
34220         __secure_getenv to __libc_secure_getenv.
34221         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
34222         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
34223         Likewise.
34224         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
34225         Likewise.
34226         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
34227         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
34228         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
34229         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
34230         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
34231         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
34232         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
34233
34234 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
34235
34236         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
34237         (struct La_i86_retval): Likewise.
34238         (struct La_x86_64_regs): Likewise.
34239         (struct La_x86_64_retval): Likewise.
34240         (struct La_x32_regs): Likewise.
34241         (struct La_x32_retval): Likewise.
34242         (struct La_ppc32_regs): Likewise.
34243         (struct La_ppc32_retval): Likewise.
34244         (struct La_ppc64_regs): Likewise.
34245         (struct La_ppc64_retval): Likewise.
34246         (struct La_sh_regs): Likewise.
34247         (struct La_sh_retval): Likewise.
34248         (struct La_s390_32_regs): Likewise.
34249         (struct La_s390_32_retval): Likewise.
34250         (struct La_s390_64_regs): Likewise.
34251         (struct La_s390_64_retval): Likewise.
34252         (struct La_sparc32_regs): Likewise.
34253         (struct La_sparc32_retval): Likewise.
34254         (struct La_sparc64_regs): Likewise.
34255         (struct La_sparc64_retval): Likewise.
34256         (struct audit_ifaces): Remove architecture-specific pltenter and
34257         pltexit members.
34258         * sysdeps/i386/ldsodefs.h: New file.
34259         * sysdeps/powerpc/ldsodefs.h: Likewise.
34260         * sysdeps/s390/ldsodefs.h: Likewise.
34261         * sysdeps/sh/ldsodefs.h: Likewise.
34262         * sysdeps/sparc/ldsodefs.h: Likewise.
34263         * sysdeps/x86_64/ldsodefs.h: Likewise.
34264
34265 2012-07-25  Marek Polacek  <polacek@redhat.com>
34266
34267         [BZ #6808]
34268         * math/libm-test.inc (yn_test): Add another test.
34269         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
34270         to ERANGE when the result is +-Inf.
34271         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
34272         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
34273         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
34274         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
34275
34276 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
34277
34278         * conform/data/time.h-data (NULL): Use macro-constant.  Require
34279         equal to 0.
34280         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
34281         clock_t.
34282         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
34283
34284 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
34285
34286         * configure.in <sysdeps resolving>: Correct printing
34287         Implies_before.
34288         * configure: Regenerate.
34289
34290 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
34291
34292         * math/w_ilogb.c: Include <limits.h>.
34293         * math/w_ilogbl.c: Likewise.
34294
34295 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
34296
34297         * manual/lang.texi (__va_copy): Document primarily as ISO C99
34298         va_copy.  Document allowing for unavailable va_copy only as
34299         pre-C99 compatibility.
34300         * manual/string.texi (Copying and Concatenation): Use va_copy
34301         instead of __va_copy in concat example.
34302
34303 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
34304
34305         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
34306         (__sendto): Use create_address_port.  Initialize APORT and deallocate
34307         it if not null.
34308
34309         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
34310         with O_NOLINK passed to __file_name_lookup.
34311
34312         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
34313         with O_NOLINK passed to __file_name_lookup.
34314
34315         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
34316         negative N or less than NGIDS.
34317
34318         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
34319         type to string_t.  Set ERANGE as errno and return it if NAME is not big
34320         enough.  Use memcpy instead of strncpy.
34321
34322 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
34323
34324         * elf/Makefile (check-data): Remove.
34325         (localplt.data): New vpath directive.
34326         ($(objpfx)check-localplt.out): Use localplt.data from vpath
34327         instead of $(check-data).
34328         * scripts/data/localplt-generic.data: Move to ...
34329         * sysdeps/generic/localplt.data: ... here.
34330         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
34331         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
34332         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
34333         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
34334         ... here.
34335         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
34336         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
34337         ... here.
34338         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
34339         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
34340         ... here.
34341         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
34342         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
34343         ... here.
34344         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
34345         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
34346         ... here.
34347         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
34348         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
34349         ... here.
34350
34351 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34352
34353         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
34354         PPC32 and PPC64 files.
34355         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
34356         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
34357
34358 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34359
34360         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
34361         __makecontext_ret to ...
34362         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
34363         ... here and call exit if uc_link is NULL.  New file.
34364         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
34365         __makecontext_ret.S.
34366         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
34367         __makecontext_ret to ...
34368         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
34369         ... here and call exit if uc_link is NULL.  New file.
34370         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
34371         __makecontext_ret.S.
34372
34373 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34374
34375         * elf/elf.h (R_390_IRELATIVE): New definition.
34376         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
34377         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
34378         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
34379         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
34380         (elf_machine_lazy_rel): Likewise.
34381         * sysdeps/s390/dl-irel.h: New file.
34382         * sysdeps/s390/s390-64/memcpy.S: New asm code.
34383         * sysdeps/s390/s390-64/memset.S: New asm code.
34384         * sysdeps/s390/s390-64/memcmp.S: New asm code.
34385         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
34386         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
34387         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
34388         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
34389         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
34390         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
34391         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
34392         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
34393         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
34394         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
34395         * sysdeps/s390/s390-32/memcpy.S: New asm code.
34396         * sysdeps/s390/s390-32/memset.S: New asm code.
34397         * sysdeps/s390/s390-32/memcmp.S: New asm code.
34398
34399 2012-07-17  Marek Polacek  <polacek@redhat.com>
34400
34401         [BZ #14349]
34402         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
34403         * sysdeps/s390/s390-64/configure.in: Likewise.
34404         * sysdeps/sparc/configure.in: Likewise.
34405         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
34406         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
34407         * sysdeps/i386/configure.in: Likewise.
34408         * sysdeps/x86_64/configure.in: Likewise.
34409         * sysdeps/sh/configure.in: Likewise.
34410         * sysdeps/s390/s390-32/configure: Regenerated.
34411         * sysdeps/s390/s390-64/configure: Likewise.
34412         * sysdeps/x86_64/configure: Likewise.
34413         * sysdeps/sh/configure: Likewise.
34414         * sysdeps/powerpc/powerpc64/configure: Likewise.
34415         * sysdeps/powerpc/powerpc32/configure: Likewise.
34416         * sysdeps/sparc/configure: Likwise.
34417         * sysdeps/i386/configure: Likewise.
34418
34419         * elf/dl-open.c: Comment fixes.
34420
34421 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
34422
34423         * Makefile [CXX] (check-data): Remove.
34424         [CXX] (c++-types.data): New vpath directive.
34425         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
34426         vpath.  Do not allow for C++ type data being missing.
34427         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
34428         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
34429         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
34430         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
34431         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
34432         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
34433         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
34434         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
34435         ... here.
34436         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
34437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
34438         ... here.
34439         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
34440         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
34441         ... here.
34442         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
34443         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
34444         ... here.
34445         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
34446         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
34447         ... here.
34448         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
34449         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
34450         ... here.
34451         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
34452         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
34453         ... here.
34454         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
34455         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
34456
34457         * elf/tls-macros.h (TLS_LE): Move architecture-specific
34458         definitions to architecture-specific files.
34459         (TLS_IE): Likewise.
34460         (TLS_LD): Likewise.
34461         (TLS_GD): Likewise.
34462         * sysdeps/i386/tls-macros.h: New file.
34463         * sysdeps/powerpc/tls-macros.h: Likewise.
34464         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
34465         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
34466         * sysdeps/sh/tls-macros.h: Likewise.
34467         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
34468         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
34469         * sysdeps/x86_64/tls-macros.h: Likewise.
34470
34471 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
34472
34473         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
34474         zero value for regular exit case.
34475
34476         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
34477         (__start_context): Preserve zero value for regular exit case.
34478
34479 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
34480             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34481
34482         * manual/setjmp.texi (setcontext): Clarify normal process
34483         termination when uc_link is the null pointer.
34484         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
34485         exit call.
34486
34487 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
34488
34489         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
34490         preprocessor.  Test for each exception mask separately.
34491
34492 2012-07-16  Andreas Jaeger  <aj@suse.de>
34493
34494         * po/ru.po: Update from translation team.
34495
34496 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
34497
34498         * conform/data/string.h-data (NULL): Use macro-constant.  Require
34499         equal to 0.
34500         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
34501         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
34502         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
34503         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
34504         [ISO || ISO99 || ISO11] (*_t): Do not allow.
34505
34506 2012-07-13  Andreas Jaeger  <aj@suse.de>
34507
34508         * po/fr.po: Update from translation team.
34509
34510 2012-07-12  Marek Polacek  <polacek@redhat.com>
34511
34512         [BZ #14173]
34513         * math/libm-test.inc (yn_test): Add test for BZ #14173.
34514         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
34515         loop condition.
34516
34517 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
34518
34519         [BZ #13717]
34520         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
34521         Change to 2.4.1 where previously 2.4.0.
34522         * sysdeps/unix/sysv/linux/configure: Regenerated.
34523         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
34524         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
34525         version.
34526         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
34527         (__ASSUME_AT_CLKTCK): Remove.
34528         (__ASSUME_AT_PAGESIZE): Likewise.
34529         (__ASSUME_AT_XID): Likewise.
34530         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
34531         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
34532         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
34533         unconditionally.
34534         (HAVE_AUX_PAGESIZE): Likewise.
34535         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
34536         [__ASSUME_AT_CLKTCK]: Make code unconditional.
34537         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
34538
34539 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
34540
34541         [BZ #14307]
34542         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
34543         the temporary buffer used to invoke __gethostbyname2_r,
34544         __gethostbyaddr_r and gethostbyname4_r to make room for struct
34545         host_data / struct gaih_addrtuple.
34546         * resolv/nss_dns/dns-host.c (global scope): Move definition of
34547         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
34548         header file nss/nsswitch.h.
34549         * nss/nsswitch.h (global scope): Add definition of implementation
34550         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
34551         resolv/nss_dns/dns-host.c).
34552
34553 2012-07-11  Andreas Jaeger  <aj@suse.de>
34554
34555         * po/fr.po: Update from translation team.
34556
34557         * po/sv.po: Update from translation team
34558         * po/fr.po: Another update from translation team.
34559
34560 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34561
34562         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
34563         for subnormals or multiply small sinh result by itself.
34564         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
34565         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34566
34567 2012-07-11  David S. Miller  <davem@davemloft.net>
34568
34569         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34570
34571 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
34572
34573         [BZ #14347]
34574         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
34575         (INTERNAL_MARK): Shift it here.
34576
34577 2012-07-10  Marek Polacek  <polacek@redhat.com>
34578
34579         [BZ #14151]
34580         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
34581         libc_cv_asm_global_directive with .globl.
34582         * configure: Regenerated.
34583         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
34584         with .globl.
34585         * sysdeps/i386/configure: Regenerated.
34586         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
34587         with .globl.
34588         * sysdeps/x86_64/configure: Regenerated.
34589         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
34590         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
34591         * elf/tst-unique2mod2.c: Likewise.
34592         * elf/tst-unique2mod1.c: Likewise.
34593         * elf/tst-unique1mod2.c: Likewise.
34594         * elf/tst-unique1mod1.c: Likewise.
34595         * sysdeps/s390/s390-32/sysdep.h: Likewise.
34596         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
34597         * sysdeps/s390/s390-64/sysdep.h: Likewise.
34598         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
34599         * sysdeps/mach/sysdep.h: Likewise.
34600         * sysdeps/i386/sysdep.h: Likewise.
34601         * sysdeps/i386/i386-mcount.S: Likewise.
34602         * sysdeps/x86_64/_mcount.S: Likewise.
34603         * sysdeps/x86_64/sysdep.h: Likewise.
34604         * sysdeps/sh/_mcount.S: Likewise.
34605         * sysdeps/sh/sysdep.h: Likewise.
34606         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
34607         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
34608         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
34609         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
34610         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
34611         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
34612         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
34613         * locale/localeinfo.h: Likewise.
34614         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
34615         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
34616
34617 2012-07-09  Roland McGrath  <roland@hack.frob.com>
34618
34619         [BZ #14336]
34620         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
34621         system".
34622         * manual/message.texi (The Uniforum approach): Likewise.
34623         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
34624         (glibc iconv Implementation): Likewise.
34625
34626 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
34627
34628         [BZ #14337]
34629         * math/s_clog.c (__clog): Avoid scaling a value down where that
34630         could result in underflow.
34631         * math/s_clog10.c (__clog10): Likewise.
34632         * math/s_clog10f.c (__clog10f): Likewise.
34633         * math/s_clog10l.c (__clog10l): Likewise.
34634         * math/s_clogf.c (__clogf): Likewise.
34635         * math/s_clogl.c (__clogl): Likewise.
34636         * math/libm-test.inc (clog_test): Add more tests.
34637         (clog10_test): Likewise.
34638         * sysdeps/i386/fpu/libm-test-ulps: Update.
34639         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34640
34641 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
34642
34643         [BZ #14283]
34644         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
34645         by 7 not 8 to examine high bit of fractional part.
34646
34647         [BZ #14042]
34648         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
34649         for call to __mcount_internal.
34650         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
34651         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
34652         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
34653
34654 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
34655
34656         [BZ #14154]
34657         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
34658         approximation for values within 0x1p-13f of an odd multiple of
34659         pi/4.
34660         * math/libm-test.inc (tan_test): Do not allow spurious underflow
34661         exception.  Add more tests.
34662         * sysdeps/i386/fpu/libm-test-ulps: Update.
34663
34664         [BZ #6778]
34665         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
34666         inputs and return -1 for them.  Do not check for +Inf in case not
34667         reachable for +Inf.
34668         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
34669         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
34670         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
34671         and return -1 for them.  Do not check for +Inf in case not
34672         reachable for +Inf.
34673         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
34674         define.
34675         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
34676         and return -1 for them.  Do not check for +Inf in case not
34677         reachable for +Inf.
34678         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
34679         spurious underflow.
34680         * sysdeps/i386/fpu/libm-test-ulps: Update.
34681         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34682
34683 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
34684
34685         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
34686
34687 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
34688
34689         [BZ #14157]
34690         [BZ #14331]
34691         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
34692         could result in spurious underflow.  Scale down values above
34693         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
34694         * math/s_csqrtf.c (__csqrtf): Likewise.
34695         * math/s_csqrtl.c (__csqrtl): Likewise.
34696         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
34697         spurious underflow.
34698         * sysdeps/i386/fpu/libm-test-ulps: Update.
34699         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34700
34701 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
34702
34703         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
34704         xopen-msg.sed.
34705         * catgets/xopen-msg.awk: New file.
34706         * catgets/xopen-msg.sed: Removed.
34707
34708         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
34709         po2text.sed.
34710         * intl/po2test.awk: New file.
34711         * intl/po2test.sed: Removed.
34712
34713 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
34714
34715         [BZ #14328]
34716         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
34717         or multiply small sinh result by itself.
34718         * math/s_ctanf.c (__ctanf): Likewise.
34719         * math/s_ctanh.c (__ctanh): Likewise.
34720         * math/s_ctanhf.c (__ctanhf): Likewise.
34721         * math/s_ctanhl.c (__ctanhl): Likewise.
34722         * math/s_ctanl.c (__ctanl): Likewise.
34723         * math/libm-test.inc (ctan_test_tonearest): New function.
34724         (ctan_test_towardzero): Likewise.
34725         (ctan_test_downward): Likewise.
34726         (ctan_test_upward): Likewise.
34727         (ctanh_test_tonearest): Likewise.
34728         (ctanh_test_towardzero): Likewise.
34729         (ctanh_test_downward): Likewise.
34730         (ctanh_test_upward): Likewise.
34731         (main): Call these new functions.
34732         * sysdeps/i386/fpu/libm-test-ulps: Update.
34733         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34734
34735 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
34736
34737         * .gitignore: Delete /ports entry.
34738
34739 2012-07-03  Andreas Jaeger  <aj@suse.de>
34740
34741         * po/bg.po: Update from translation team.
34742         * po/cs.po: Likewise.
34743         * po/de.po: Likewise.
34744         * po/hr.po: Likewise.
34745         * po/nl.pl: Likewise.
34746         * po/pl.po: Likewise.
34747         * po/vi.po: Likewise.
34748
34749 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
34750
34751         * Makeconfig [!+link] (+link-before-libc): New variable.
34752         [!+link] (+link-after-libc): Likewise.
34753         [!+link] (+link-tests): Likewise.
34754         [!+link] (+link): Define in terms of $(+link-before-libc) and
34755         $(+link-after-libc).
34756         [!+link-static] (+link-static-before-libc): New variable.
34757         [!+link-static] (+link-static-after-libc): Likewise.
34758         [!+link-static] (+link-static-tests): Likewise.
34759         [!+link-static] (+link-static): Define in terms of
34760         $(+link-static-before-libc) and $(+link-static-after-libc).
34761         [build-shared] (link-libc-before-gnulib): New variable.
34762         [build-shared] (link-libc-tests): Likewise.
34763         [build-shared] (link-libc): Define in terms of
34764         $(link-libc-before-gnulib).
34765         [!build-shared] (link-libc-tests): New variable.
34766         (link-libc-static-tests): New variable.
34767         [!gnulib] (gnulib-arch): New variable.
34768         [!gnulib] (gnulib-tests): Likewise.
34769         [!gnulib] (static-gnulib-arch): Likewise.
34770         [!gnulib] (static-gnulib-tests): Likewise.
34771         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
34772         Define with "=" instead of ":=".
34773         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
34774         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
34775         * Rules (binaries-all-notests): New variable.
34776         (binaries-all-tests): Likewise.
34777         (binaries-static-notests): Likewise.
34778         (binaries-static-tests): Likewise.
34779         (binaries-all): Define using $(binaries-all-notests) and
34780         $(binaries-all-tests).
34781         (binaries-static): Define using $(binaries-static-notests) and
34782         $(binaries-static-tests).
34783         (binaries-shared-tests): New variable.
34784         (binaries-shared-notests): Likewise.
34785         (binaries-shared): Remove variable.
34786         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
34787         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
34788         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
34789         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
34790         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
34791         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
34792         * elf/Makefile (sln-modules): New variable.
34793         (extra-objs): Add $(sln-modules:=.o).
34794         (ldconfig-modules): Add static-stubs.
34795         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
34796         * elf/static-stubs.c: New file.
34797
34798         [BZ #14283]
34799         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
34800         by 7 not 8 to examine high bit of fractional part.  Use volatile
34801         variables when splitting into final array of floats if
34802         __FLT_EVAL_METHOD__ != 0.
34803         * math/libm-test.inc (cos_test): Add another test.
34804         (sin_test): Likewise.
34805         * sysdeps/i386/fpu/libm-test-ulps: Update.
34806
34807         [BZ #14273]
34808         * math/libm-test.inc (cosh_test): Add more tests.
34809
34810         * version.h (RELEASE): Set to "development".
34811         (VERSION): Set to "2.16.90".
34812
34813 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
34814
34815         * NEWS: Update copyright. Remove last-updated date.
34816         Mention math library bug fixes and timezone data changes.
34817         * README: Mention GNU/Hurd, x32, and HPPA support status.
34818
34819 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
34820
34821         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
34822
34823 2012-06-27  Andreas Jaeger  <aj@suse.de>
34824
34825         * manual/contrib.texi (Contributors): Add Samuel Thibault.
34826
34827 2012-06-25  Andreas Jaeger  <aj@suse.de>
34828
34829         * sysdeps/s390/fpu/libm-test-ulps: Update.
34830
34831 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
34832             Thomas Schwinge  <thomas@codesourcery.com>
34833
34834         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
34835         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
34836         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
34837         fanotify_mark.
34838
34839 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
34840
34841         * sysdeps/mach/start.c: Remove file.
34842         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
34843         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
34844         * sysdeps/sh/init-first.c: Likewise.
34845
34846         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
34847         registers for frame unwinding purposes, add CFI directives.
34848         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
34849         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
34850         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
34851         Likewise.
34852
34853         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
34854         __fortify_fail returning.
34855         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
34856
34857         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
34858         sysdeps/sh/____longjmp_chk.S.
34859         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
34860         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
34861         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
34862         (gen-as-const-headers): Append sigaltstack-offsets.sym.
34863
34864         * sysdeps/sh/abort-instr.h: New file.
34865         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
34866         process in case exit returns.
34867
34868         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
34869         initialize the GOT register before use.
34870
34871         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
34872         calculation of ARGC > 4.
34873
34874         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
34875         meaningful names to some local labels.
34876
34877 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
34878             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34879
34880         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
34881         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
34882         (__arch_compare_and_exchange_val_16_acq): Likewise.
34883         (__arch_compare_and_exchange_val_32_acq): Likewise.
34884         (atomic_exchange_and_add): Fix gUSA sequence.
34885         (atomic_add): Likewise.
34886         (atomic_add_negative): Likewise.
34887         (atomic_add_zero): Likewise.
34888         (atomic_bit_test_set): Likewise.
34889
34890 2012-06-22  Andreas Schwab  <schwab@redhat.com>
34891
34892         [BZ #13579]
34893         * include/link.h (struct link_map): Add l_free_initfini.
34894         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
34895         l_initfini.
34896         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
34897         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
34898         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
34899         set.
34900
34901 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
34902
34903         * configure.in: Use AC_LANG_SOURCE.
34904         * configure: Regenerate.
34905
34906 2012-06-22  Roland McGrath  <roland@hack.frob.com>
34907
34908         * configure.in (libc_cv_localstatedir): New substituted variable.
34909         * configure: Regenerated.
34910         * config.make.in (localstatedir): New variable, substituted from
34911         libc_cv_localstatedir.
34912         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
34913         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
34914         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
34915         * sysdeps/gnu/configure: Regenerated.
34916
34917 2012-06-21  Jeff Law  <law@redhat.com>
34918
34919         [BZ #14277]
34920         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
34921         free.  Simplify list management for _LIBC case.
34922
34923 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
34924
34925         [BZ #14273]
34926         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
34927         Clear sign bit of 64-bit integer value before comparing against
34928         overflow value.
34929
34930         * sysdeps/mach/configure: Regenerated.
34931
34932 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
34933
34934         [BZ #14278]
34935         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
34936
34937 2012-06-21  Jeff Law  <law@redhat.com>
34938
34939         [BZ #13882]
34940         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
34941         uint16_t for elements in the "seen" array to avoid char overflows.
34942         * elf/dl-fini.c (_dl_sort_fini): Likewise.
34943         * elf/dl-open.c (dl_open_worker): Likewise.
34944
34945 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
34946
34947         * scripts/list-sources.sh: Scan PORTS for translations.
34948         * po/libc.pot: Regenerated.
34949
34950 2012-06-21  Andreas Jaeger  <aj@suse.de>
34951
34952         [BZ #12194]
34953         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
34954         warning.
34955         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
34956         * bits/byteswap-16.h (__bswap_16): Likewise.
34957         * bits/byteswap.h (__bswap_constant_16): Likewise.
34958
34959 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
34960
34961         [BZ #14117]
34962         * sysdeps/i386/fpu_control.h: Removed.
34963         * sysdeps/x86_64/fpu_control.h: Moved to ...
34964         * sysdeps/x86/fpu_control.h: Here.
34965
34966         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
34967         (_FPU_SETCW): Likewise.
34968
34969 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
34970
34971         [BZ #14117]
34972         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
34973         * sysdeps/x86/fpu/bits/mathinline.h: This.
34974         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
34975
34976         [BZ #14050]
34977         [BZ #14117]
34978         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
34979         functions if __x86_64__ is defined.
34980
34981 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
34982
34983         * string/endian.h: Add !__ASSEMBLER__ condition for including
34984         conversion interfaces.
34985
34986 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
34987
34988         [BZ #14241]
34989         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
34990         of ABS(x) in calculating zero to negative powers other than odd
34991         integers.
34992         * math/libm-test.inc (pow_test): Add more tests.
34993
34994 2012-06-15  Andreas Jaeger  <aj@suse.de>
34995
34996         * manual/contrib.texi (Contributors): Update entry of Liubov
34997         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
34998         Machado Filho.
34999
35000 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
35001
35002         * string/string.h: Add __wur to GNU version of strerror_r.
35003
35004 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
35005
35006         [BZ #14229]
35007         * string/Makefile (tests): Add tst-strtok_r.
35008         * string/tst-strtok_r.c: New file.
35009         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
35010         RAX_LP/RDX_LP on SAVE_PTR.
35011
35012 2012-06-14  Roland McGrath  <roland@hack.frob.com>
35013
35014         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
35015
35016 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
35017
35018         * libm_test.inc (csqrt_test): Allow more spurious underflow
35019         exceptions.
35020         (j0_test): Likewise.
35021         (j1_test): Likewise.
35022         (y0_test): Likewise.
35023         (y1_test): Likewise.
35024
35025 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
35026
35027         * po/Makefile (libc.pot): Use UTF-8 charset.
35028
35029 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
35030
35031         [BZ #14210]
35032         Suppress sign-conversion warning from FD_SET.
35033         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
35034         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
35035         not unsigned long int.
35036         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
35037
35038 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
35039
35040         [BZ #14050]
35041         [BZ #14117]
35042         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
35043         __extern_always_inline instead of __extern_inline.
35044         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
35045         (__signbit): Likewise.
35046         (__signbitl): Support C++ namespace.
35047         (lrintf): New inline function.
35048         (lrint): Likewise.
35049         (llrintf): Likewise.
35050         (llrint): Likewise.
35051         (fmaxf): Likewise.
35052         (fmax): Likewise.
35053         (fminf): Likewise.
35054         (fmin): Likewise.
35055         (rint): Likewise.
35056         (rintf): Likewise.
35057         (ceil): Likewise.
35058         (ceilf): Likewise.
35059         (floor): Likewise.
35060         (floorf): Likewise.
35061         (nearbyint): Likewise.
35062         (nearbyintf): Likewise.
35063
35064 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
35065
35066         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
35067         non-default versions.
35068
35069 2012-06-11  Roland McGrath  <roland@hack.frob.com>
35070
35071         [BZ #14218]
35072         * manual/argp.texi (Argp): Reword argp_parse description slightly.
35073
35074 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
35075
35076         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
35077         (FE_UPWARD, FE_DOWNWARD): Don't define.
35078         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
35079         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
35080
35081         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
35082         reading it.
35083         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
35084         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
35085
35086 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
35087
35088         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
35089         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
35090         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
35091         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
35092
35093 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
35094
35095         [BZ #14117]
35096         * sysdeps/i386/fpu/bits/fenv.h: Removed.
35097         * sysdeps/i386/fpu/Implies: New file.
35098         * sysdeps/x86_64/fpu/Implies: Likewise.
35099         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
35100         * sysdeps/x86/fpu/bits/fenv.h: This.
35101
35102         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
35103         __SSE_MATH__.
35104
35105 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
35106
35107         [BZ #14134]
35108         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
35109         character 0xffff that matches the last element of the
35110         conversion table.
35111
35112 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35113
35114         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
35115         fmodl commit.
35116
35117 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35118
35119         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
35120         values higher than 25.6283.
35121
35122 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35123
35124         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
35125         subnormal exponent extraction and add some __builtin_expect.
35126         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
35127         Fix for subnormal mantissa calculation.
35128
35129 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
35130
35131         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
35132         cpu2 is -1 and errno is not ENOSYS.
35133
35134 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
35135
35136         [BZ #14117]
35137         * sysdeps/i386/i486/bits/string.h: Renamed to ...
35138         * sysdeps/x86/bits/string.h: This.
35139         * sysdeps/x86_64/bits/string.h: Removed.
35140
35141         * sysdeps/i386/i486/bits/string.h: Define inline functions only
35142         if not compiling for x86-64, but compiling for >= i486.
35143
35144         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
35145         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
35146
35147         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
35148         New macro from Linux kernel 3.4.0.
35149         (FP_XSTATE_MAGIC2): Likewise.
35150         (FP_XSTATE_MAGIC2_SIZE): Likewise.
35151         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
35152         (struct _fpx_sw_bytes): New struct.
35153         (struct _xsave_hdr): Likewise.
35154         (struct _ymmh_state): Likewise.
35155         (struct _xstate): Likewise.
35156
35157         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
35158         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
35159         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
35160         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
35161         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
35162         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
35163
35164         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
35165         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
35166         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
35167         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
35168         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
35169         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
35170
35171 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35172
35173         [BZ #13743]
35174         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
35175         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
35176         (sysdep_headers): Include sys/platform/ppc.h.
35177         * sysdeps/powerpc/test-gettimebase.c: Test for
35178         __ppc_get_timebase() to catch future ISA opcode/insn changes.
35179         * manual/Makefile (appendices): Include platform.texi.
35180         * manual/contrib.texi (Contributors): Update @node pointers.
35181         * manual/maint.texi (Maintenance): Likewise.
35182         (Platform): New node.
35183         * manual/platform.texi: New file.  Document the new features.
35184
35185 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
35186             Jakub Jelinek  <jakub@redhat.com>
35187
35188         [BZ #14188]
35189         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
35190         where __builtin_expect is unavailable.
35191
35192 2012-06-03  David S. Miller  <davem@davemloft.net>
35193
35194         * stdlib/longlong.h: Updated from GCC.
35195
35196 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
35197
35198         [BZ #14042]
35199         * sysdeps/powerpc/powerpc32/mcount.c: New file.
35200         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
35201         __mcount_internal.
35202         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
35203         (GLIBC_2.16): Likewise.
35204
35205 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
35206
35207         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
35208
35209 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
35210
35211         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
35212         (default-abi): New variable.
35213         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
35214         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
35215         variable.
35216         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
35217         Likewise.
35218         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
35219         Likewise.
35220         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
35221         Likewise.
35222
35223         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
35224         definition.  Document in comment.
35225
35226 2012-06-01  David S. Miller  <davem@davemloft.net>
35227
35228         * stdlib/longlong.h: Updated from GCC.
35229
35230 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
35231
35232         [BZ #14117]
35233         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
35234         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
35235         sys/debugreg.h sys/io.h here.
35236         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
35237         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
35238         sys/io.h.
35239         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
35240         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
35241         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
35242         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
35243         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
35244         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
35245
35246         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
35247         Define only if __x86_64__ is defined.
35248
35249 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
35250
35251         [BZ #14048]
35252         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
35253         Use int64_t for variable i.
35254         * math/libm-test.inc (fmod_test): Add more tests.
35255
35256         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
35257         z computation is not scheduled after fetestexcept.
35258         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
35259         Use math_force_eval instead of asm to ensure calculation scheduled
35260         before exception test.
35261         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
35262         Ensure a1 + u.d computation is not scheduled after fetestexcept.
35263
35264 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
35265
35266         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
35267         computation is not scheduled after fetestexcept.
35268
35269 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
35270
35271         [BZ #14117]
35272         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
35273         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
35274
35275 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35276
35277         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
35278         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
35279
35280 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
35281
35282         [BZ #14117]
35283         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
35284         <bits/wordsize.h>.
35285         (__WCHAR_MIN): Support __WORDSIZE == 64.
35286         (__WCHAR_MAX): Likewise.
35287
35288         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
35289         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
35290
35291         [BZ #14183]
35292         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
35293         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
35294
35295         [BZ #14117]
35296         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
35297         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
35298
35299         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
35300         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
35301
35302         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
35303         Defined to 1 if __x86_64__ isn't defined.
35304         (_STAT_VER_LINUX_OLD): New.
35305         (st_atime): Remove duplicate.
35306         (st_mtime): Likewise.
35307         (st_ctime): Likewise.
35308
35309 2012-05-31  David S. Miller  <davem@davemloft.net>
35310
35311         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
35312         entries.
35313
35314 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
35315
35316         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
35317         gen-libm-test.pl.
35318
35319         [BZ #14132]
35320         * elf/dl-reloc.c: Include <_itoa.h>.
35321         (_dl_reloc_bad_type): Remove use of INTUSE.
35322         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
35323         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
35324         * stdio-common/psiginfo.c (psiginfo): Likewise.
35325         * stdio-common/psignal.c (psignal): Likewise.
35326         * string/strsignal.c (strsignal): Likewise.
35327         * include/signal.h (_sys_siglist): Declare hidden proto.
35328         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
35329         INTVARDEF with libc_hidden_data_def.
35330         * stdio-common/itoa-udigits.c: Likewise.
35331         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
35332         (_itoa_lower_digits_internal): Remove declaration.
35333         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
35334         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
35335         (_sys_sigabbrev_internal): Remove aliases.
35336         (_sys_siglist): Define hidden alias.
35337
35338 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
35339
35340         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
35341         bits/sysctl.h.
35342
35343 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
35344
35345         [BZ #14117]
35346         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
35347         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
35348
35349         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
35350         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
35351         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
35352         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
35353         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
35354         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
35355
35356         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
35357         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
35358         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
35359
35360         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
35361         with __addr.
35362         (insw): Likewise.
35363         (insl): Likewise.
35364         (outsb): Likewise.
35365         (outsw): Likewise.
35366         (outsl): Likewise.
35367
35368         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
35369         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
35370         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
35371
35372         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
35373         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
35374         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
35375         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
35376         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
35377         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
35378
35379         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
35380         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
35381
35382         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
35383         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
35384
35385         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
35386         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
35387         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
35388
35389         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
35390         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
35391         to ...
35392         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
35393
35394         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
35395         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
35396         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
35397
35398         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
35399         for x86-64.
35400         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
35401
35402 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
35403
35404         * math/math.h (M_El): Use two more decimal places.
35405         (M_LOG2El): Likewise.
35406         (M_LOG10El): Likewise.
35407         (M_LN2l): Likewise.
35408         (M_LN10l): Likewise.
35409         (M_PIl): Likewise.
35410         (M_PI_2l): Likewise.
35411         (M_PI_4l): Likewise.
35412         (M_1_PIl): Likewise.
35413         (M_2_PIl): Likewise.
35414         (M_2_SQRTPIl): Likewise.
35415         (M_SQRT2l): Likewise.
35416         (M_SQRT1_2l): Likewise.
35417
35418 2012-05-31  David S. Miller  <davem@davemloft.net>
35419
35420         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
35421         values between float registers.
35422         * sysdeps/sparc/sparc64/memset.S: Likewise.
35423         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
35424
35425 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
35426
35427         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
35428         -D_FORTIFY_SOURCE=1.
35429         (CPPFLAGS-tst-longjmp_chk.c): Define.
35430         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
35431         (CPPFLAGS-tst-longjmp_chk2.c): Define.
35432         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
35433         CFLAGS-tst-wchar-h.c.
35434
35435 2012-05-31  Marek Polacek  <polacek@redhat.com>
35436
35437         [BZ #14132]
35438         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
35439         __endmntent_internal): Remove declaration.
35440         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
35441         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
35442         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
35443
35444 2012-05-30  David S. Miller  <davem@davemloft.net>
35445
35446         * sysdeps/sparc/sparc32/soft-fp/q_util.c
35447         (___Q_simulate_exceptions): Use real FP ops rather than writing
35448         into the %fsr.
35449         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
35450         Likewise.
35451
35452 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35453
35454         [BZ #14117]
35455         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
35456         * sysdeps/x86/bits/xtitypes.h: This.
35457
35458         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
35459         * sysdeps/x86/bits/wordsize.h: This.
35460
35461         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
35462         * sysdeps/x86/bits/huge_vall.h: This.
35463
35464         * sysdeps/i386/bits/select.h: Removed.
35465         * sysdeps/x86_64/bits/select.h: Renamed to ...
35466         * sysdeps/x86/bits/select.h: This.
35467
35468         * sysdeps/i386/bits/setjmp.h: Removed.
35469         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
35470         * sysdeps/x86/bits/setjmp.h: This.
35471
35472         * sysdeps/i386/bits/mathdef.h: Removed.
35473         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
35474         * sysdeps/x86/bits/mathdef.h: This.
35475
35476 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
35477
35478         [BZ #14132]
35479         * include/sys/socket.h (__connect_internal)
35480         (__libc_sa_len_internal): Remove declaration.
35481         (__connect, __libc_sa_len): Declare hidden_proto.
35482         (SA_LEN): Remove use of INTUSE.
35483         * socket/connect.c: Add libc_hidden_def.
35484         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
35485         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
35486         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
35487         alias.
35488         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
35489         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
35490         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
35491         of adding _internal alias.
35492
35493 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35494
35495         [BZ #14117]
35496         * sysdeps/i386/bits/link.h: Removed.
35497         * sysdeps/i386/bits/linkmap.h: Likewise.
35498         * sysdeps/x86_64/bits/link.h: Renamed to ...
35499         * sysdeps/x86/bits/link.h: This.
35500         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
35501         * sysdeps/x86/bits/linkmap.h: This.
35502
35503         * sysdeps/i386/bits/endian.h: Removed.
35504         * sysdeps/x86_64/bits/endian.h: Renamed to ...
35505         * sysdeps/x86/bits/endian.h: This.
35506
35507         * sysdeps/i386/bits/byteswap.h: Removed.
35508         * sysdeps/i386/bits/byteswap-16.h: Likewise.
35509         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
35510         * sysdeps/x86/bits/byteswap.h: This.
35511         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
35512         * sysdeps/x86/bits/byteswap-16.h: This.
35513         * sysdeps/i386/Implies: Add x86.
35514         * sysdeps/x86_64/Implies: Likewise.
35515
35516 2012-05-30  David S. Miller  <davem@davemloft.net>
35517
35518         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
35519         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
35520         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
35521         (FP_TRAPPING_EXCEPTIONS): Define.
35522         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
35523         (FP_TRAPPING_EXCEPTIONS): Define.
35524         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
35525         subnormals only when inexact has been signalled or underflow
35526         exceptions are enabled.
35527         (_FP_PACK_CANONICAL): Likewise.
35528
35529 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35530
35531         [BZ #14183]
35532         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
35533         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
35534
35535 2012-05-30  Richard Henderson  <rth@twiddle.net>
35536
35537         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
35538         with #ifndef NOT_IN_libc.
35539
35540         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
35541         marked to avoid plt entry.
35542
35543 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35544
35545         [BZ #14112]
35546         * Makeconfig (default-abi): New macro.
35547         (abi-includes): Likewise.
35548         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
35549         $(abi-$(default-abi)-lib-soname) for soname if defined.
35550         ($(common-objpfx)gnu/lib-names.stmp): Generate from
35551         abi-variants.
35552         * Makefile (installed-stubs): Likewise.
35553         * include/stubs-biarch.h: Removed.
35554         * scripts/lib-names.awk: Only handle one library at a time.
35555         * scripts/soversions.awk: Remove WORDSIZE support.
35556         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
35557         entries.
35558         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
35559         Removed.
35560         (syscall-list-default-condition): Likewise.
35561         (syscall-list-default-condition): Likewise.
35562         (syscall-list-includes): Likewise.
35563         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
35564         syscall-list-* with abi-*.  Handle undefined abi-variants.
35565         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
35566         * sysdeps/unix/sysv/linux/i386/Implies: New file.
35567         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
35568         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
35569         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
35570         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
35571         Removed.
35572         (syscall-list-32-options): Likewise.
35573         (syscall-list-32-condition): Likewise.
35574         (syscall-list-64-options): Likewise.
35575         (syscall-list-64-condition): Likewise.
35576         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
35577         macro.
35578         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
35579         Renamed to ...
35580         (abi-*): This.
35581         (abi-64-ld-soname): New macro.
35582         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
35583         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
35584         Renamed to ...
35585         (abi-*): This.
35586         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
35587         * sysdeps/x86_64/x32/shlib-versions: Likewise.
35588
35589 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
35590
35591         * sysdeps/unix/sysv/linux/kernel-features.h
35592         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
35593         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
35594         include <kernel-features.h>.
35595         [!__NR_ftruncate64]: Remove conditional code.
35596         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35597         [__NR_ftruncate64]: Make code unconditional.
35598         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35599         * sysdeps/unix/sysv/linux/truncate64.c: Do not
35600         include <kernel-features.h>.
35601         [!__NR_ftruncate64]: Remove conditional code.
35602         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35603         [__NR_ftruncate64]: Make code unconditional.
35604         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35605         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
35606         include <kernel-features.h>.
35607         [!__NR_ftruncate64]: Remove conditional code.
35608         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35609         [__NR_ftruncate64]: Make code unconditional.
35610         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35611         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
35612         include <kernel-features.h>.
35613         [!__NR_ftruncate64]: Remove conditional code.
35614         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35615         [__NR_ftruncate64]: Make code unconditional.
35616         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35617
35618         * configure.in (libc_cv_fpie): Weaken to a compile test using
35619         LIBC_TRY_CC_OPTION.
35620         * configure: Regenerated.
35621
35622 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35623
35624         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
35625         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
35626         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
35627         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
35628         Refreshed.
35629         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
35630         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
35631         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
35632         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
35633         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
35634         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
35635         Refreshed.
35636
35637 2012-05-27  David S. Miller  <davem@davemloft.net>
35638
35639         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
35640         (___Q_zero): New.
35641         (__Q_simulate_exceptions): Return void.  Change to simulate
35642         exceptions by writing into the %fsr.
35643         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
35644         (__Qp_handle_exceptions): Likewise.
35645         (numbers): Delete.
35646         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
35647         __Qp_handle_exceptions.
35648         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
35649         __Qp_handle_exceptions.
35650         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
35651         as unused and give dummy FP_RND_NEAREST initializer.
35652         (FP_INHIBIT_RESULTS): Define.
35653         (___Q_simulate_exceptions): Update declaration.
35654         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
35655         formatting.
35656         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
35657         as unused and give dummy FP_RND_NEAREST initializer.
35658         (__Qp_handle_exceptions): Update declaration.
35659         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
35660         formatting.
35661
35662 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
35663
35664         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
35665         the temporary FPU control word.
35666         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
35667         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
35668         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
35669         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
35670         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
35671         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
35672         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
35673         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
35674         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
35675         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
35676         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
35677
35678 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
35679
35680         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
35681         fields.
35682
35683 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
35684
35685         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
35686         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
35687         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
35688         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
35689         Likewise.
35690         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
35691         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
35692         Likewise.
35693
35694 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
35695
35696         * po/h.po: Update from translation team.
35697
35698 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
35699
35700         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
35701
35702         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
35703         handling of denormals.
35704         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
35705         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
35706         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
35707         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
35708         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35709         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
35710         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
35711         Likewise.
35712
35713 2012-05-26  Marek Polacek  <polacek@redhat.com>
35714
35715         [BZ #14152]
35716         * math/libm-test.inc (fma_test): Don't always expect underflow
35717         exception.
35718
35719 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
35720
35721         [BZ #12416]
35722         * elf/tst-execstack.c: Include stackinfo.h.
35723         (do_test): Adjust test case to ensure that pthread_getattr_np
35724         behaviour remains the same after marking stack executable.
35725
35726 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
35727
35728         * sysdeps/unix/sysv/linux/kernel-features.h
35729         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
35730         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
35731         kernel-features.h.
35732         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
35733         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
35734         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
35735         kernel-features.h.
35736         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
35737         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
35738
35739 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
35740
35741         * configure.in: Define the default includes to being none.
35742         * configure: Regenerated.
35743
35744 2012-05-25  Roland McGrath  <roland@hack.frob.com>
35745
35746         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
35747         * sysdeps/x86_64/setjmp.S: Likewise.
35748         * sysdeps/i386/bsd-setjmp.S: Likewise.
35749         * sysdeps/i386/bsd-_setjmp.S: Likewise.
35750         * sysdeps/i386/setjmp.S: Likewise.
35751         * sysdeps/i386/__longjmp.S: Likewise.
35752         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
35753         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
35754
35755         * include/stap-probe.h: New file.
35756         * configure.in: Handle --enable-systemtap.
35757         * configure: Regenerated.
35758         * config.h.in (USE_STAP_PROBE): New #undef.
35759         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
35760         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
35761         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
35762
35763 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
35764
35765         [BZ #13717]
35766         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
35767         to 2.4.0 where earlier.
35768         * sysdeps/unix/sysv/linux/configure: Regenerated.
35769         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
35770         <kernel-features.h>.
35771         [__ASSUME_32BITUIDS]: Make code unconditional.
35772         [!__ASSUME_32BITUIDS]: Remove conditional code.
35773         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
35774         <kernel-features.h>.
35775         [__ASSUME_32BITUIDS]: Make code unconditional.
35776         [!__ASSUME_32BITUIDS]: Remove conditional code.
35777         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
35778         [__ASSUME_32BITUIDS]: Make code unconditional.
35779         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
35780         * sysdeps/unix/sysv/linux/i386/getegid.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/geteuid.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/getgid.c: Do not include
35789         <kernel-features.h>.
35790         [__ASSUME_32BITUIDS]: Make code unconditional.
35791         [!__ASSUME_32BITUIDS]: Remove conditional code.
35792         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
35793         <kernel-features.h>.
35794         [__ASSUME_32BITUIDS]: Make code unconditional.
35795         [!__ASSUME_32BITUIDS]: Remove conditional code.
35796         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
35797         <kernel-features.h>.
35798         [__ASSUME_32BITUIDS]: Make code unconditional.
35799         [!__ASSUME_32BITUIDS]: Remove conditional code.
35800         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
35801         <kernel-features.h>.
35802         [__ASSUME_32BITUIDS]: Make code unconditional.
35803         [!__ASSUME_32BITUIDS]: Remove conditional code.
35804         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
35805         <kernel-features.h>.
35806         [__ASSUME_32BITUIDS]: Make code unconditional.
35807         [!__ASSUME_32BITUIDS]: Remove conditional code.
35808         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
35809         <kernel-features.h>.
35810         [__ASSUME_32BITUIDS]: Make code unconditional.
35811         [!__ASSUME_32BITUIDS]: Remove conditional code.
35812         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
35813         <kernel-features.h>.
35814         [__ASSUME_32BITUIDS]: Make code unconditional.
35815         [!__ASSUME_32BITUIDS]: Remove conditional code.
35816         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
35817         <kernel-features.h>.
35818         [__ASSUME_32BITUIDS]: Make code unconditional.
35819         [!__ASSUME_32BITUIDS]: Remove conditional code.
35820         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
35821         <kernel-features.h>.
35822         [__NR_setresgid] (__setresgid): Do not declare.
35823         [__ASSUME_32BITUIDS]: Make code unconditional.
35824         [!__ASSUME_32BITUIDS]: Remove conditional code.
35825         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
35826         <kernel-features.h>.
35827         [__NR_setresuid] (__setresuid): Do not declare.
35828         [__ASSUME_32BITUIDS]: Make code unconditional.
35829         [!__ASSUME_32BITUIDS]: Remove conditional code.
35830         * sysdeps/unix/sysv/linux/i386/setfsgid.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/setfsuid.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/i386/setgid.c: Do not include
35839         <kernel-features.h>.
35840         [__ASSUME_32BITUIDS]: Make code unconditional.
35841         [!__ASSUME_32BITUIDS]: Remove conditional code.
35842         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
35843         <kernel-features.h>.
35844         [__ASSUME_32BITUIDS]: Make code unconditional.
35845         [!__ASSUME_32BITUIDS]: Remove conditional code.
35846         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
35847         <kernel-features.h>.
35848         [__ASSUME_32BITUIDS]: Make code unconditional.
35849         [!__ASSUME_32BITUIDS]: Remove conditional code.
35850         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
35851         <kernel-features.h>.
35852         [__ASSUME_32BITUIDS]: Make code unconditional.
35853         [!__ASSUME_32BITUIDS]: Remove conditional code.
35854         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
35855         <kernel-features.h>.
35856         [__ASSUME_32BITUIDS]: Make code unconditional.
35857         [!__ASSUME_32BITUIDS]: Remove conditional code.
35858         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
35859         <kernel-features.h>.
35860         [__ASSUME_32BITUIDS]: Make code unconditional.
35861         [!__ASSUME_32BITUIDS]: Remove conditional code.
35862         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
35863         <kernel-features.h>.
35864         [__ASSUME_32BITUIDS]: Make code unconditional.
35865         [!__ASSUME_32BITUIDS]: Remove conditional code.
35866         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
35867         <kernel-features.h>.
35868         [__ASSUME_32BITUIDS]: Make code unconditional.
35869         [!__ASSUME_32BITUIDS]: Remove conditional code.
35870         * sysdeps/unix/sysv/linux/kernel-features.h
35871         (__ASSUME_SETRESUID_SYSCALL): Remove.
35872         (__ASSUME_SETRESGID_SYSCALL): Likewise.
35873         (__ASSUME_32BITUIDS): Likewise.
35874         (__ASSUME_LDT_WORKS): Likewise.
35875         (__ASSUME_O_DIRECTORY): Likewise.
35876         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
35877         architecture but not kernel version.
35878         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
35879         (__ASSUME_MMAP2_SYSCALL): Likewise.
35880         (__ASSUME_STAT64_SYSCALL): Likewise.
35881         (__ASSUME_IPC64): Likewise.
35882         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
35883         <kernel-features.h>.
35884         [__ASSUME_32BITUIDS]: Make code unconditional.
35885         [!__ASSUME_32BITUIDS]: Remove conditional code.
35886         * sysdeps/unix/sysv/linux/opendir.c: Do not include
35887         <kernel-features.h>.
35888         [__ASSUME_O_DIRECTORY]: Make code unconditional.
35889         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
35890         132096]: Remove conditional code.
35891         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
35892         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
35893         <kernel-features.h>.
35894         [__ASSUME_32BITUIDS]: Make code unconditional.
35895         [!__ASSUME_32BITUIDS]: Remove conditional code.
35896         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
35897         <kernel-features.h>.
35898         [__ASSUME_32BITUIDS]: Make code unconditional.
35899         [!__ASSUME_32BITUIDS]: Remove conditional code.
35900         * sysdeps/unix/sysv/linux/setegid.c: Do not include
35901         <kernel-features.h>.
35902         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
35903         unconditional.
35904         (__setresgid): Do not declare.
35905         [__ASSUME_32BITUIDS]: Make code unconditional.
35906         [!__ASSUME_32BITUIDS]: Remove conditional code.
35907         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
35908         <kernel-features.h>.
35909         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
35910         unconditional.
35911         (__setresuid): Do not declare.
35912         [__ASSUME_32BITUIDS]: Make code unconditional.
35913         [!__ASSUME_32BITUIDS]: Remove conditional code.
35914         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
35915         <kernel-features.h>.
35916         [__ASSUME_32BITUIDS]: Make code unconditional.
35917         [!__ASSUME_32BITUIDS]: Remove conditional code.
35918         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
35919         <kernel-features.h>.
35920         [__ASSUME_32BITUIDS]: Make code unconditional.
35921         [!__ASSUME_32BITUIDS]: Remove conditional code.
35922
35923 2012-05-25  Richard Henderson  <rth@twiddle.net>
35924
35925         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
35926         dl_hwcap to ifunc resolver.
35927         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
35928         elf_ifunc_invoke.
35929         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
35930         dl_hwcap to ifunc resolver.
35931         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
35932
35933 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35934
35935         [BZ #14153]
35936         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
35937         for |x| <= 2**-26, not 2**-57.
35938         * math/libm-test.inc (acos_test): Do not allow spurious underflow
35939         exception.
35940
35941 2012-05-24  Jeff Law  <law@redhat.com>
35942
35943         * stdio-common/Makefile (tests): Add bug25.
35944         * stdio-common/bug25.c: New test.
35945
35946 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
35947
35948         [BZ #13576]
35949         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
35950         multiple of MALLOC_ALIGNMENT in size.
35951         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
35952
35953 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35954
35955         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
35956         Require >= 256.
35957         (FILENAME_MAX): Use macro-int-constant.
35958         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
35959         (_IOFBF): Use macro-int-constant.
35960         (_IOLBF): Likewise.
35961         (_IONBF): Likewise.
35962         (SEEK_CUR): Likewise.
35963         (SEEK_END): Likewise.
35964         (SEEK_SET): Likewise.
35965         (TMP_MAX): Likewise.
35966         (EOF): Use macro-int-constant.  Require < 0.
35967         (NULL): Use macro-constant.  Require == 0.
35968         (stdin): Require type to be FILE *.
35969         (stdout): Likewise.
35970         (stderr): Likewise.
35971         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
35972         macro-int-constant.
35973         (EXIT_SUCCESS): Likewise.
35974         (NULL): Use macro-constant.  Require == 0.
35975         (RAND_MAX): Use macro-int-constant.
35976         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
35977         [C99-based standards] (strtof): Require function.
35978         [C99-based standards] (strtold): Likewise.
35979         [C99-based standards] (strtoll): Likewise.
35980         [C99-based standards] (strtoull): Likewise.
35981         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
35982         [ISO || ISO99 || ISO11] (limits.h): Likewise.
35983         [ISO || ISO99 || ISO11] (math.h): Likewise.
35984         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
35985         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
35986         [ISO || ISO99 || ISO11] (*_t): Do not allow.
35987
35988 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
35989
35990         [BZ #14132]
35991         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
35992         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
35993         * intl/dgettext.c (DCGETTEXT): Likewise.
35994         * intl/gettext.c (DCGETTEXT): Likewise.
35995         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
35996         * posix/regex_internal.h (gettext): Likewise.
35997         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
35998         Remove declaration.
35999         * include/argz.h (__argz_count_internal)
36000         (__argz_stringify_internal): Remove declaration.
36001         (__argz_count, __argz_stringify): Declare hidden proto.
36002         * intl/dcgettext.c: Remove use of INTDEF.
36003         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
36004         * string/argz-stringify.c: Likewise.
36005         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
36006         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
36007         Declare hidden proto.
36008         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
36009         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
36010         Declare hidden proto.
36011         * include/stdio.h (__asprintf_internal): Don't declare.
36012         (__asprintf): Don't define as macro.  Declare hidden proto.
36013         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
36014         (__fsetlocking): Declare hidden proto.
36015         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
36016         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
36017         hidden proto.
36018         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
36019         (_IO_setlinebuf): Remove use of INTUSE.
36020         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
36021         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
36022         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
36023         Remove declaration.
36024         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
36025         (_IO_do_flush): Remove use of INTUSE.
36026         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
36027         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
36028         (_IO_adjust_column, _IO_least_wmarker)
36029         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
36030         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
36031         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
36032         (_IO_default_doallocate, _IO_wdefault_doallocate)
36033         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
36034         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
36035         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
36036         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
36037         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
36038         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
36039         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
36040         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
36041         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
36042         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
36043         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
36044         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
36045         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
36046         proto.
36047         (_IO_flush_all_internal, _IO_adjust_column_internal)
36048         (_IO_default_uflow_internal, _IO_default_finish_internal)
36049         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
36050         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
36051         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
36052         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
36053         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
36054         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
36055         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
36056         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
36057         (_IO_file_close_internal, _IO_file_close_it_internal)
36058         (_IO_file_underflow_internal, _IO_file_overflow_internal)
36059         (_IO_file_init_internal, _IO_file_attach_internal)
36060         (_IO_file_fopen_internal, _IO_file_read_internal)
36061         (_IO_file_sync_internal, _IO_file_seek_internal)
36062         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
36063         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
36064         (_IO_str_underflow_internal, _IO_str_overflow_internal)
36065         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
36066         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
36067         (_IO_list_all_internal, _IO_link_in_internal)
36068         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
36069         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
36070         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
36071         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
36072         (_IO_do_write_internal, _IO_padn_internal)
36073         (_IO_getline_info_internal, _IO_getline_internal)
36074         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
36075         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
36076         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
36077         (_IO_vfscanf_internal, _IO_vfprintf_internal)
36078         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
36079         (_IO_init_internal, _IO_un_link_internal): Don't declare.
36080         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
36081         with libc_hidden_ver, remove use of INTUSE.
36082         * libio/genops.c: Likewise.
36083         * libio/freopen.c: Likewise.
36084         * libio/freopen64.c: Likewise.
36085         * libio/iofclose.c: Likewise.
36086         * libio/iofdopen.c: Likewise.
36087         * libio/iofflush.c: Likewise.
36088         * libio/iofflush_u.c: Likewise.
36089         * libio/iofgets.c: Likewise.
36090         * libio/iofgets_u.c: Likewise.
36091         * libio/iofopen.c: Likewise.
36092         * libio/iofopncook.c: Likewise.
36093         * libio/iofread.c: Likewise.
36094         * libio/iofread_u.c: Likewise.
36095         * libio/ioftell.c: Likewise.
36096         * libio/iofwrite.c: Likewise.
36097         * libio/iogetline.c: Likewise.
36098         * libio/iogets.c: Likewise.
36099         * libio/iogetwline.c: Likewise.
36100         * libio/iopadn.c: Likewise.
36101         * libio/iopopen.c: Likewise.
36102         * libio/ioseekoff.c: Likewise.
36103         * libio/ioseekpos.c: Likewise.
36104         * libio/iosetbuffer.c: Likewise.
36105         * libio/iosetvbuf.c: Likewise.
36106         * libio/ioungetc.c: Likewise.
36107         * libio/ioungetwc.c: Likewise.
36108         * libio/iovdprintf.c: Likewise.
36109         * libio/iovsprintf.c: Likewise.
36110         * libio/iovsscanf.c: Likewise.
36111         * libio/memstream.c: Likewise.
36112         * libio/obprintf.c: Likewise.
36113         * libio/oldfileops.c: Likewise.
36114         * libio/oldiofclose.c: Likewise.
36115         * libio/oldiofdopen.c: Likewise.
36116         * libio/oldiofopen.c: Likewise.
36117         * libio/oldiopopen.c: Likewise.
36118         * libio/oldstdfiles.c: Likewise.
36119         * libio/putc.c: Likewise.
36120         * libio/setbuf.c: Likewise.
36121         * libio/setlinebuf.c: Likewise.
36122         * libio/stdfiles.c: Likewise.
36123         * libio/strops.c: Likewise.
36124         * libio/vasprintf.c: Likewise.
36125         * libio/vscanf.c: Likewise.
36126         * libio/vsnprintf.c: Likewise.
36127         * libio/vswprintf.c: Likewise.
36128         * libio/wfiledoalloc.c: Likewise.
36129         * libio/wfileops.c: Likewise.
36130         * libio/wgenops.c: Likewise.
36131         * libio/wmemstream.c: Likewise.
36132         * libio/wstrops.c: Likewise.
36133         * libio/__fpurge.c: Likewise.
36134         * libio/__fsetlocking.c: Likewise.
36135         * assert/assert.c: Likewise.
36136         * debug/fgets_chk.c: Likewise.
36137         * debug/fgets_u_chk.c: Likewise.
36138         * debug/fread_chk.c: Likewise.
36139         * debug/fread_u_chk.c: Likewise.
36140         * debug/gets_chk.c: Likewise.
36141         * debug/obprintf_chk.c: Likewise.
36142         * debug/vasprintf_chk.c: Likewise.
36143         * debug/vdprintf_chk.c: Likewise.
36144         * debug/vsnprintf_chk.c: Likewise.
36145         * debug/vsprintf_chk.c: Likewise.
36146         * malloc/mtrace.c: Likewise.
36147         * misc/error.c: Likewise.
36148         * misc/syslog.c: Likewise.
36149         * stdio-common/asprintf.c: Likewise.
36150         * stdio-common/fxprintf.c: Likewise.
36151         * stdio-common/getw.c: Likewise.
36152         * stdio-common/isoc99_fscanf.c: Likewise.
36153         * stdio-common/isoc99_scanf.c: Likewise.
36154         * stdio-common/isoc99_vfscanf.c: Likewise.
36155         * stdio-common/isoc99_vscanf.c: Likewise.
36156         * stdio-common/isoc99_vsscanf.c: Likewise.
36157         * stdio-common/printf-prs.c: Likewise.
36158         * stdio-common/printf_fp.c: Likewise.
36159         * stdio-common/printf_fphex.c: Likewise.
36160         * stdio-common/printf_size.c: Likewise.
36161         * stdio-common/putw.c: Likewise.
36162         * stdio-common/scanf.c: Likewise.
36163         * stdio-common/sprintf.c: Likewise.
36164         * stdio-common/tmpfile.c: Likewise.
36165         * stdio-common/vfprintf.c: Likewise.
36166         * stdio-common/vfscanf.c: Likewise.
36167         * stdlib/strfmon_l.c: Likewise.
36168         * sunrpc/openchild.c: Likewise.
36169         * sunrpc/xdr_stdio.c: Likewise.
36170         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
36171         * sysdeps/mach/hurd/tmpfile.c: Likewise.
36172
36173 2012-05-24  Roland McGrath  <roland@hack.frob.com>
36174
36175         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
36176
36177         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
36178         in the third column, to generate for the shared library an IFUNC
36179         that uses _dl_vdso_vsym.
36180         * Makerules (COMPILE.c, compile-stdin.c): New variables.
36181         * Makeconfig (object-suffixes-noshared): New variable.
36182
36183         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
36184         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
36185         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
36186         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
36187
36188         [BZ #14132]
36189         * include/sys/time.h (__gettimeofday): Remove macro.
36190         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
36191         * time/gettimeofday.c (__gettimeofday): Remove #undef.
36192         Remove INTDEF.
36193         (__gettimeofday): Add libc_hidden_def.
36194         (gettimeofday): Add libc_hidden_weak.
36195         * sysdeps/mach/gettimeofday.c: Likewise.
36196         * sysdeps/posix/gettimeofday.c: Likewise.
36197         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
36198         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
36199         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
36200         (__gettimeofday_internal): Remove strong_alias.
36201         (__gettimeofday): Add libc_hidden_def.
36202         (gettimeofday): Add libc_hidden_weak.
36203         * sysdeps/unix/syscalls.list (gettimeofday):
36204         Remove __gettimeofday_internal alias.
36205
36206 2012-05-24  Daniel Jacobowitz  <drow@false.org>
36207             H.J. Lu  <hongjiu.lu@intel.com>
36208
36209         [BZ #12495]
36210         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
36211         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
36212         (largebin_index_32_big): New.
36213         (largebin_index): Use it for 16-byte alignment.
36214         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
36215         correction with front_misalign.
36216
36217 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
36218
36219         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
36220         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
36221         Likewise.
36222         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
36223         Likewise.
36224         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
36225         Likewise.
36226         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
36227         Likewise.
36228         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
36229         Likewise.
36230         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
36231         Likewise.
36232         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
36233         Likewise.
36234         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
36235         Likewise.
36236         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
36237         Likewise.
36238         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
36239         Likewise.
36240         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
36241         Likewise.
36242         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
36243         Likewise.
36244
36245         * scripts/data/c++-types-x32-linux-gnu.data: New file.
36246         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
36247
36248 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
36249
36250         [BZ #10846]
36251         [BZ #14036]
36252         * math/libm-test.inc (exp_test): Add test from bug 14036.
36253         (pow_test): Add test from bug 10846.
36254
36255         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
36256         and other flags.
36257         (special_function): Do not include flags in test name.
36258         (parse_args): Likewise.
36259         * sysdeps/i386/fpu/libm-test-ulps: Update.
36260         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
36261         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
36262         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
36263         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36264
36265         * math/gen-libm-test.pl (%beautify): Add entries for underflow
36266         exceptions.
36267         * math/libm-test.inc ("Philosophy"): Update comment about
36268         exception testing.
36269         (UNDERFLOW_EXCEPTION): New macro.
36270         (UNDERFLOW_EXCEPTION_OK): Likewise.
36271         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
36272         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
36273         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
36274         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
36275         (INVALID_EXCEPTION_OK): Update value.
36276         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
36277         (OVERFLOW_EXCEPTION_OK): Likewise.
36278         (IGNORE_ZERO_INF_SIGN): Likewise.
36279         (test_exceptions): Handle underflow exceptions.
36280         (acos_test): Update for underflow exception expectations.
36281         (cexp_test): Likewise.
36282         (clog_test): Likewise.
36283         (clog10_test): Likewise.
36284         (csqrt_test): Likewise.
36285         (ctan_test): Likewise.
36286         (ctanh_test): Likewise.
36287         (exp_test): Likewise.
36288         (exp10_test): Likewise.
36289         (exp2_test): Likewise.
36290         (expm1_test): Likewise.
36291         (fma_test): Likewise.
36292         (j0_test): Likewise.
36293         (jn_test): Likewise.
36294         (nexttoward_test): Likewise.
36295         (pow_test): Likewise.
36296         (scalbn_test): Likewise.
36297         (scalbln_test): Likewise.
36298         (tan_test): Likewise.
36299         (y1_test): Likewise.
36300         * sysdeps/i386/fpu/libm-test-ulps: Update.
36301         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36302
36303 2012-05-23  David S. Miller  <davem@davemloft.net>
36304
36305         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
36306         (__libc_sigaction): Remove unused local variables.
36307
36308 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
36309
36310         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
36311
36312 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
36313
36314         mktime: avoid signed integer overflow
36315         * time/mktime.c (__mktime_internal): Do not mishandle the case
36316         where diff == INT_MIN.
36317
36318         mktime: simplify computation of average
36319         * time/mktime.c (ranged_convert): Use new time_t_avg function
36320         instead of rolling our own (probably-slower) code.
36321
36322         mktime: do not assume signed right shift propagates sign bit
36323         * time/mktime.c (isdst_differ): New static function.
36324         (__mktime_internal): No need to normalize tm_isdst now.
36325         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
36326         tm_isdst values.
36327
36328         mktime: merge another wrapv change from gnulib
36329         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
36330         from some compilers.
36331
36332         mktime: remove incorrect attempt at unusual arithmetics
36333         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
36334         The code didn't really work on such machines anyway.
36335         (TYPE_MINIMUM): Assume two's complement.
36336         (twos_complement_arithmetic): Verify that long_int and time_t
36337         are two's complement (or unsigned, in the latter case).
36338
36339         mktime: check signed shifts on long_int and time_t, too
36340         * time/mktime.c (SHR): Check that shifts work as desired
36341         on the types long_int and time_t too, as SHR is used on
36342         such types.
36343
36344         mktime: do not assume 'long' is wide enough
36345         * time/mktime.c (verify): Move decl up.
36346         (long_int): New type.
36347         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
36348         to remove assumption in the code that 'long' is wide enough to
36349         store year values.  This assumption is not true on x32 and on
36350         some non-glibc platforms.
36351
36352         mktime: merge wrapv change from gnulib
36353         * time/mktime.c (WRAPV): New macro.
36354         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
36355         (guess_time_tm, __mktime_internal): Do not assume that signed
36356         integer overflow wraps around; modern compilers generate code
36357         where this assumption is no longer valid.
36358
36359 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
36360
36361         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
36362         Replace "jmp L(pseudo_end)" with "ret".
36363         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
36364         Likewise.
36365
36366 2012-05-23  Andreas Jaeger  <aj@suse.de>
36367
36368         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
36369         * sysdeps/unix/sysv/linux/poll.c: Remove file.
36370
36371 2012-05-23  Andreas Jaeger  <aj@suse.de>
36372             Maximilian Attems  <max@stro.at>
36373
36374         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
36375         New macros.
36376
36377 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
36378
36379         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
36380         code so that pseudo_end is just ret and the stack pointer is
36381         correct also for static library in error case.
36382
36383 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
36384
36385         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
36386         move to syscalls.list.
36387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
36388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
36389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
36390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
36391
36392         * manual/install.texi (Running make install): Do not mention Linux
36393         kernel version for which pt_chown is not needed.
36394         (Linux): Do not mention problems with nscd with 2.0 kernels.
36395         * INSTALL: Regenerated.
36396
36397 2012-05-23  Andreas Jaeger  <aj@suse.de>
36398
36399         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
36400         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
36401         macro.
36402         * sysdeps/unix/sysv/linux/s390/bits/mman.h
36403         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36404         * sysdeps/unix/sysv/linux/sh/bits/mman.h
36405         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36406         * sysdeps/unix/sysv/linux/i386/bits/mman.h
36407         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36408         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
36409         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36410         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
36411         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36412         * sysdeps/unix/sysv/linux/bits/in.h
36413         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
36414
36415 2012-05-22  Roland McGrath  <roland@hack.frob.com>
36416
36417         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
36418         (PREPARE_VERSION): Just use assert instead, it will be elided
36419         under [NDEBUG] anyway.
36420
36421 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36422
36423         * sysdeps/unix/sysv/linux/Makefile: Include
36424         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
36425         (sysdep_routines): Remove sysctl.
36426         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
36427         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
36428         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
36429         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
36430         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
36431
36432 2012-05-22  Andreas Jaeger  <aj@suse.de>
36433
36434         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
36435         that pseudo_end is just ret and the stack pointer is correct also
36436         for static library in error case.
36437
36438 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
36439
36440         [BZ #14122]
36441         * nss/nsswitch.c (defconfig_entries): New variable.
36442         (__nss_database_lookup): Don't leak defconfig entries.
36443         (nss_parse_service_list): Don't leak on error paths.
36444         (free_database_entries): New function.
36445         (free_defconfig): New function.
36446         (free_mem): Move common code to free_database_entries.
36447
36448 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36449
36450         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
36451         Add arch_prctl.
36452         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
36453
36454         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
36455         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
36456         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
36457         New macro.
36458         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
36459         (INTERNAL_SYSCALL_TYPES): Likewise.
36460         (LOAD_ARGS_TYPES_[1-6]): Likewise.
36461         (LOAD_REGS_TYPES_[1-6]): Likewise.
36462         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
36463         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
36464
36465 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36466
36467         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
36468         copysignl for GLIBC_2_0.
36469         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
36470         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
36471         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
36472         logbl for GLIBC_2_0.
36473         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
36474         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
36475
36476 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36477
36478         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
36479         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
36480
36481         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
36482         Use "neg %eax".
36483
36484         * time/mktime.c: Update copyright years.
36485
36486 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
36487
36488         mktime: merge comment-quoting-style change from gnulib
36489         * time/mktime.c: Quote 'like this' in comments.
36490         The GNU coding standards suggest that we no longer quote `like this',
36491         as "`" and "'" are typically rendered asymmetrically nowadays.
36492         The typical gnulib style is to quote 'like this' when quoting
36493         code, and "like this" when quoting English.
36494
36495         * time/mktime.c (compile-command): Add "-I.".
36496
36497         mktime: merge mktime-internal.h change from gnulib
36498         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
36499
36500         mktime: merge time_r change from gnulib
36501         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
36502
36503         mktime: merge DEBUG change from gnulib
36504         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
36505         case system <time.h> has a #define.
36506
36507         mktime: merge <sys/types.h> change from gnulib
36508         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
36509         since <time.t> is now guaranteed to define time_t.
36510
36511         mktime: merge HAVE_CONFIG_H change from gnulib
36512         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
36513
36514 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36515
36516         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
36517         Use "neg %eax".
36518
36519         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
36520         __rlim_t cast.
36521         (struct rusage): Use anonymous union to pad each field to
36522         __syscall_slong_t.
36523
36524 2012-05-21  David S. Miller  <davem@davemloft.net>
36525
36526         * Makefules (o-iterator): Remove .s cases.
36527         (compile-command.s): Delete.
36528         (COMPILE.s): Delete.
36529         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
36530
36531 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
36532
36533         * configure.in (libc_cv_predef_stack_protector): Only consider
36534         "foobar" and "__stack_chk_fail" lines in libc_undefs.
36535         * configure: Regenerated.
36536
36537 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36538
36539         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
36540         New macro.  Use R*LP on int and pointer.
36541         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
36542         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
36543         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
36544         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
36545
36546         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
36547         [__WORDSIZE_TIME64_COMPAT32] instead of
36548         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
36549         (struct utmp): Likewise.
36550         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
36551         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
36552         Renamed to ...
36553         (__WORDSIZE_TIME64_COMPAT32): This.
36554         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
36555         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
36556         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
36557         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
36558         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
36559         (__WORDSIZE_TIME64_COMPAT32): New macro.
36560
36561 2012-05-21  Andreas Jaeger  <aj@suse.de>
36562
36563         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
36564         only if [SHARED]. Add prototype for __wcschr_ia32.
36565
36566 2012-05-21  Roland McGrath  <roland@hack.frob.com>
36567
36568         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
36569         of %rbp unmolested in the jmp_buf while mangling the low bits.
36570         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
36571         unmolested high bits of %rbp while demangling the low bits.
36572         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
36573
36574 2012-05-21  Andreas Jaeger  <aj@suse.de>
36575
36576         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
36577         * sunrpc/svc_simple.c: Use it for registerrpc.
36578         * sunrpc/xcrypt.c: Use it for passwd2des.
36579
36580         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
36581
36582 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36583
36584         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
36585         Don't define if [__SYSCALL_WORDSIZE != 32].
36586         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
36587         New macro.
36588
36589 2012-05-21  Bruno Haible  <bruno@clisp.org>
36590             Andreas Jaeger  <aj@suse.de>
36591
36592         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
36593         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
36594         inptr and inend for must_buffer_ch.
36595         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
36596         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
36597         * stdio-common/Makefile (tests): Remove bug15.
36598         (bug15-ENV): Remove macro.
36599         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
36600         anymore.
36601
36602 2012-05-19  Andreas Jaeger  <aj@suse.de>
36603             Roland McGrath  <roland@hack.frob.com>
36604
36605         * manual/contrib.texi: Completely rewritten. It contains now an
36606         alphabetical list of contributors and their contributions.
36607
36608 2012-05-21  Richard Henderson  <rth@twiddle.net>
36609
36610         * misc/getauxval.c (__getauxval): Use unsigned long int.
36611         * misc/sys/auxv.h: Include <sys/cdefs.h>.
36612         (getauxval): Use unsigned long int.
36613
36614 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36615
36616         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
36617
36618 2012-05-21  Roland McGrath  <roland@hack.frob.com>
36619
36620         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
36621         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
36622         __alignof__ (long double).
36623
36624 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36625
36626         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36627
36628 2012-05-20  Richard Henderson  <rth@twiddle.net>
36629
36630         * misc/getauxval.c: New file.
36631         * misc/sys/auxv.h: New file.
36632         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
36633         (routines): Add getauxval.
36634         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
36635         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
36636         * elf/dl-sysdep.c (_dl_auxv): Remove.
36637         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
36638         * elf/dl-support.c (_dl_auxv): New variable.
36639         (_dl_aux_init): Initialize it.
36640         * manual/startup.texi (Auxiliary Vector): New node.
36641         * sysdeps/generic/bits/hwcap.h: New file.
36642         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
36643         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
36644         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
36645         * sysdeps/sparc/sysdep.h: ... here.  Include it.
36646         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
36647         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
36648         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36649         Update.
36650         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
36651         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
36652         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
36653         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
36654         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
36655         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
36656         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
36657         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
36658
36659 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36660
36661         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36662
36663 2012-05-19  David S. Miller  <davem@davemloft.net>
36664
36665         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36666
36667 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
36668
36669         [BZ #14123]
36670         * math/s_ccosh.c: Include <float.h>
36671         (__ccosh): Avoid internal overflow calculating sinh and cosh
36672         values before multiplying by sin and cos values.
36673         * math/s_ccoshf.c: Likewise.
36674         * math/s_ccoshl.c: Likewise.
36675         * math/s_csin.c: Likewise.
36676         * math/s_csinf.c: Likewise.
36677         * math/s_csinl.c: Likewise.
36678         * math/s_csinh.c: Likewise.
36679         * math/s_csinhf.c: Likewise.
36680         * math/s_csinhl.c: Likewise.
36681         * math/libm-test.inc (ccos_test): Add more tests.
36682         (ccosh_test): Likewise.
36683         (csin_test): Likewise.
36684         (csinh_test): Likewise.
36685         * sysdeps/i386/fpu/libm-test-ulps: Update.
36686         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36687
36688 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
36689
36690         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
36691         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
36692
36693         * sysdeps/x86_64/x32/_itoa.h: Add comment.
36694
36695 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
36696
36697         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
36698         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
36699         * sysdeps/powerpc/soft-fp/Versions: Likewise.
36700         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
36701         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
36702         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
36703         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
36704         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
36705         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
36706         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
36707         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
36708         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
36709         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
36710         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
36711         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
36712         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
36713         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
36714         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
36715         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
36716         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
36717         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
36718         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
36719         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
36720         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
36721         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
36722         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
36723         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
36724         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
36725         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
36726         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
36727         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
36728
36729 2012-05-18  Andreas Jaeger  <aj@suse.de>
36730
36731         * csu/.gitignore: Delete.
36732
36733 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36734
36735         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
36736         (timex): Use __syscall_slong_t.
36737
36738 2012-05-18  Andreas Jaeger  <aj@suse.de>
36739             Carlos O'Donell  <carlos_odonell@mentor.com>
36740
36741         * manual/install.texi (Configuring and compiling): Update
36742         description about files modified in the source directory.
36743         * INSTALL: Regenerated.
36744
36745 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36746
36747         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
36748         value.  Use "or" to set return value to -1.
36749         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
36750         negate return value.
36751
36752 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36753
36754         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
36755         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
36756         failure if the compiler has Graphite support disabled.
36757         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
36758         Likewise.
36759         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
36760         (CFLAGS-memmove.c): Likewise.
36761         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
36762         Likewise.
36763
36764 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36765
36766         * sysdeps/x86_64/x32/_itoa.h: New file.
36767
36768         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
36769         getdents system call only if kernel and user dirents have the
36770         same d_ino and d_off.
36771
36772         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
36773         LLONG_MAX != LONG_MAX.
36774         (_itoa_word): Use _ITOA_WORD_TYPE on value.
36775         (_fitoa_word): Likewise.
36776
36777         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
36778         years.
36779         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
36780         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
36781         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
36782
36783         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
36784         include <bits/wordsize.h>.  Check __x86_64__ instead of
36785         __WORDSIZE.
36786         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
36787         if __x86_64__ is defined.  Use anonymous union on fpstate.
36788
36789         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
36790         anonymous union.
36791
36792 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
36793
36794         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
36795         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
36796         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
36797         Refer to _rtld_local_ro instead of _rtld_global_ro.
36798         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
36799         Likewise.
36800         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
36801         Likewise.
36802         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
36803         Likewise.
36804         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
36805         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
36806         of _rtld_global, and rtld_progname instead of _dl_argv[0].
36807
36808         * sysdeps/powerpc/powerpc32/dl-machine.c
36809         (__elf_machine_runtime_setup) [PROF]: Don't reference
36810         _dl_prof_resolve.
36811
36812 2012-05-18  Andreas Jaeger  <aj@suse.de>
36813
36814         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
36815         function only available for GCCs before 3.4 since GCC 3.4
36816         introduced a builtin.
36817         (lrint): Likewise.
36818         (llrintf): Likewise.
36819         (llrint): Likewise.
36820         (fmaxf): Likewise.
36821         (fmax): Likewise.
36822         (fminf): Likewise.
36823         (fmin): Likewise.
36824         (rint): Likewise.
36825         (rintf): Likewise.
36826         (nearbyint): Likewise.
36827         (nearbyintf): Likewise.
36828         (ceil): Likewise.
36829         (ceilf): Likewise.
36830         (floor): Likewise.
36831         (floorf): Likewise.
36832
36833 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36834
36835         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
36836         on both fields and cast pointer to __syscall_ulong_t.
36837
36838         * bits/types.h (__fsword_t): New type.
36839         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
36840         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
36841         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36842         (__FSWORD_T_TYPE): Likewise.
36843         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36844         (__FSWORD_T_TYPE): Likewise.
36845         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36846         (__FSWORD_T_TYPE): Likewise.
36847         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
36848         (__FSWORD_T_TYPE): Likewise.
36849         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
36850         __SWORD_TYPE with __fsword_t.
36851         (statfs64): Likewise.
36852
36853 2012-05-17  David S. Miller  <davem@davemloft.net>
36854
36855         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
36856
36857 2012-05-17  Andreas Jaeger  <aj@suse.de>
36858
36859         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
36860         warning.
36861
36862 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36863
36864         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
36865
36866 2012-05-17  Andreas Jaeger  <aj@suse.de>
36867
36868         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
36869         when it is used.
36870
36871 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
36872
36873         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
36874
36875 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36876
36877         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
36878         * sysdeps/x86_64/tst-mallocalign1.c: New file.
36879
36880 2012-05-17  Andreas Jaeger  <aj@suse.de>
36881             Carlos O'Donell  <carlos_odonell@mentor.com>
36882
36883         [BZ #14059]
36884         * sysdeps/x86_64/multiarch/init-arch.h
36885         (bit_YMM_Usable): Rename to...
36886         (bit_AVX_Usable): ... this.
36887         (bit_FMA4_Usable): New macro.
36888         (bit_XMM_state): New macro.
36889         (bit_YMM_state): New macro.
36890         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
36891         [__ASSEMBLER__] (index_AVX_Usable): ... this.
36892         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
36893         (CPUID_OSXSAVE): New macro.
36894         (CPUID_AVX): New macro.
36895         (CPUID_FMA4): New macro.
36896         (index_YMM_Usable): Rename to...
36897         (index_AVX_Usable): ... this.
36898         (HAS_AVX): Use HAS_ARCH_FEATURE.
36899         (HAS_FMA4): Likewise.
36900         (HAS_YMM_USABLE): Remove.
36901         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36902         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
36903         are present.
36904         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
36905         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
36906         * sysdeps/x86_64/multiarch/Makefile: Likewise.
36907         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
36908         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
36909
36910 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
36911
36912         * math/libm-test.c: Support platforms without multiple rounding modes.
36913         * math/bug-nextafter.c: Support platforms without FP exceptions.
36914         * math/bug-nexttoward.c: Likewise.
36915         * math/test-fenv.c: Likewise.
36916         * math/test-misc.c: Likewise.
36917         * stdlib/bug-getcontext.c: Likewise.
36918
36919 2012-05-17  Andreas Jaeger  <aj@suse.de>
36920
36921         * manual/examples/search.c (critter_cmp): Change signature to
36922         avoid warnings.
36923         * manual/string.texi (Collation Functions): Likewise.
36924
36925 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36926
36927         * bits/types.h: Fold copyright years.
36928         * bits/typesizes.h: Likewise.
36929         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
36930         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
36931         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
36932         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
36933         * time/time.h: Likewise.
36934
36935 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
36936
36937         [BZ #208]
36938         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
36939         in instead of returning them.  Return void.
36940         (__libc_mallinfo): Accumulate over all arenas.
36941         (__malloc_stats): Adjust for change in int_mallinfo interface.
36942
36943 2012-05-16  Roland McGrath  <roland@hack.frob.com>
36944
36945         [BZ #10375]
36946         * configure.in (NM): Add AC_CHECK_TOOL for it.
36947         (libc_extra_cflags): New substituted variable.
36948         Check for -fstack-protector being used implicitly.
36949         * configure: Regenerated.
36950         * config.make.in (config-extra-cflags): New variable,
36951         gets @libc_extra_cflags@.
36952         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
36953
36954         [BZ #10375]
36955         * configure.in: Check for _FORTIFY_SOURCE being predefined.
36956         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
36957         * configure: Regenerated.
36958         * config.make.in (CPPUNDEFS): New substituted variable.
36959         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
36960         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
36961         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
36962
36963 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36964
36965         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
36966         (mq_attr): Use __syscall_slong_t.
36967
36968 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36969
36970         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
36971         Check __x86_64__ instead of __WORDSIZE.
36972         (_STAT_VER_LINUX): Likewise.
36973         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
36974         __syscall_ulong_t and __syscall_slong_t.
36975         (stat64): Likewise.
36976
36977 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36978
36979         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
36980
36981 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36982
36983         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
36984
36985 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36986
36987         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
36988         __syscall_ulong_t.
36989
36990         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
36991         include <bits/wordsize.h>.  Check __x86_64__ instead of
36992         __WORDSIZE.
36993         (greg_t): Use "__extension__ long long int" if __x86_64__ is
36994         defined.
36995         (mcontext_t): Replace "unsigned long" with "unsigned long long".
36996
36997         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
36998         include <bits/wordsize.h>.  Check __x86_64__ instead of
36999         __WORDSIZE.
37000         (user_regs_struct): Use "__extension__ unsigned long long"
37001         instead of "unsigned long" if __x86_64__ is defined.
37002         (user): Likewise.  Pad after pointer field if __ILP32__ is
37003         defined.
37004
37005 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
37006
37007         * configure.in (makeinfo): Require version 4.5 or later.  Allow
37008         versions 5 to 9.
37009         * configure: Regenerated.
37010         * manual/install.texi (texinfo): Increase version requirement to
37011         4.5 or later.
37012         * INSTALL: Regenerated.
37013
37014         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
37015
37016 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
37017
37018         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
37019
37020         * sysdeps/x86_64/x32/ffs.c: New file.
37021
37022         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
37023         __syscall_ulong_t.
37024         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
37025         defined.  Use __syscall_ulong_t.
37026         (shminfo): Use __syscall_ulong_t.
37027         (shm_info): Likewise.
37028
37029         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
37030         __syscall_ulong_t.
37031
37032         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
37033         <bits/wordsize.h>.
37034         (msgqnum_t): Use __syscall_ulong_t.
37035         (msglen_t): Likewise.
37036         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
37037         __syscall_ulong_t.
37038
37039         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
37040         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
37041
37042         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
37043
37044         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
37045         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
37046
37047         * sysvipc/sys/msg.h (msgbuf): Replace long int with
37048         __syscall_slong_t.
37049
37050         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
37051         include <bits/wordsize.h>.  Check __x86_64__ instead of
37052         __WORDSIZE.
37053
37054         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
37055         "unsigned long long int" if __x86_64__ is defined.
37056         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
37057
37058         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
37059         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
37060         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
37061
37062         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
37063         <stdint.h>.
37064         (GET_PC): Cast to uintptr_t first.
37065         (GET_FRAME): Likewise.
37066         (GET_STACK): Likewise.
37067
37068         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
37069         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
37070         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
37071         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
37072         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
37073         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
37074         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
37075         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
37076         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
37077         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
37078         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
37079         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
37080         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
37081         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
37082         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
37083         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
37084         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
37085         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
37086         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
37087         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
37088         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
37089         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
37090         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
37091         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
37092         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
37093         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
37094         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
37095         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
37096         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
37097
37098 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
37099
37100         * Makerules (+depfiles): Also collect depfiles from .oS in
37101         $(extra-objs).
37102         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
37103         .oS, $(libnldbl-routines)).
37104
37105         * Makerules (native-compile-mkdep-flags): Define.
37106         * sunrpc/Makefile (extra-objs): Add $(addprefix
37107         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
37108         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
37109         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
37110         calling $(make-target-directory).
37111
37112 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37113
37114         * bits/types.h (__snseconds_t): Removed.
37115         * time/time.h (struct timespec): Replace __snseconds_t with
37116         __syscall_slong_t.
37117         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
37118         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
37119         Likewise.
37120         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
37121         (__SNSECONDS_T_TYPE): Likewise.
37122         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
37123         (__SNSECONDS_T_TYPE): Likewise.
37124         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37125         (__SNSECONDS_T_TYPE): Likewise.
37126
37127 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37128
37129         * sysdeps/mach/hurd/bits/typesizes.h
37130         (__SYSCALL_SLONG_TYPE): New macro.
37131         (__SYSCALL_ULONG_TYPE): Likewise.
37132
37133 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37134
37135         * bits/types.h (__syscall_slong_t): New type.
37136         (__syscall_ulong_t): Likewise.
37137
37138         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
37139         (__SYSCALL_ULONG_TYPE): Likewise.
37140         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
37141         (__SYSCALL_SLONG_TYPE): Likewise.
37142         (__SYSCALL_ULONG_TYPE): Likewise.
37143         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
37144         (__SYSCALL_SLONG_TYPE): Likewise.
37145         (__SYSCALL_ULONG_TYPE): Likewise.
37146         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37147         (__SYSCALL_SLONG_TYPE): Likewise.
37148         (__SYSCALL_ULONG_TYPE): Likewise.
37149
37150 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37151
37152         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
37153         Add sigaltstack-offsets.sym.
37154         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
37155         <sigaltstack-offsets.h>.
37156         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
37157         longjmp_msg pointer.
37158         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
37159         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
37160         signal stack.
37161         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
37162
37163 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
37164
37165         * elf/stackguard-macros.h: Remove file.
37166         * sysdeps/generic/stackguard-macros.h: New file.
37167         * sysdeps/i386/stackguard-macros.h: Likewise.
37168         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
37169         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
37170         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
37171         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
37172         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
37173         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
37174         * sysdeps/x86_64/stackguard-macros.h: Likewise.
37175         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
37176         <elf/stackguard-macros.h>.
37177
37178         [BZ #14109]
37179         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
37180         __aligned__ in attribute.
37181         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
37182         (gregset_t): Likewise.
37183
37184 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37185
37186         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
37187         * sysdeps/x86_64/64/Implies-after: Here.  New file.
37188         * sysdeps/x86_64/x32/Implies-after: New file.
37189
37190 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37191
37192         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
37193         and access return value for _dl_profile_fixup.  Use R10_LP to
37194         load frame size.
37195
37196 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37197
37198         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
37199
37200 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37201
37202         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
37203         * sysdeps/x86_64/x32/sysdep.h: New file.
37204
37205 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37206
37207         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
37208         * sysdeps/x86_64/setjmp.S: Likewise.
37209
37210 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37211
37212         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
37213         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
37214         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
37215         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
37216         remove unused global constant.
37217
37218 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
37219
37220         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
37221         include of <not-cancel.h>.
37222
37223 2012-05-15  Roland McGrath  <roland@hack.frob.com>
37224
37225         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
37226
37227 2012-05-15  Jeff Law  <law@redhat.com>
37228             Andreas Jaeger  <aj@suse.de>
37229
37230         [BZ #13594]
37231         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
37232         out from...
37233         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
37234         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
37235         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
37236         code changing __hst_map_handle.map.
37237
37238 2012-05-15  Roland McGrath  <roland@hack.frob.com>
37239
37240         * configure.in (sysnames): Look for Implies-before and Implies-after
37241         files.
37242         * configure: Regenerated.
37243
37244 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37245
37246         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
37247         8-byte data alignment with LP_SIZE alignment.
37248
37249 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37250
37251         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
37252         into R10_LP.
37253
37254 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37255
37256         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
37257
37258 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37259
37260         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
37261         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
37262         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
37263         Likewise.
37264         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
37265
37266 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37267
37268         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
37269         (stackinfo_sub_sp): Likewise.
37270
37271 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37272
37273         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
37274         RAX_LP.
37275
37276 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37277
37278         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
37279         into R*_LP.
37280
37281 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37282
37283         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
37284         sizes into R*_LP.
37285
37286 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37287
37288         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
37289
37290 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37291
37292         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
37293         into R11_LP and load __x86_64_shared_cache_size_half into
37294         R8_LP.
37295
37296 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37297
37298         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
37299         R8_LP.
37300
37301 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37302
37303         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
37304         logb for POWER7.
37305         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
37306         logbf for POWER7.
37307         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
37308         logbl for POWER7.
37309         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
37310         powerpc32/power7/fpu/s_logb.c via #include.
37311         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
37312         powerpc32/power7/fpu/s_logbf.c via #include.
37313         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
37314         powerpc32/power7/fpu/s_logbl.c via #include.
37315
37316 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
37317
37318         * README.libm: Remove file.
37319
37320 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37321
37322         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
37323         count for x32.  Use R*_LP and omit operand-size suffix.
37324
37325 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37326
37327         * shlib-versions: Move x86_64-.*-linux.* entries to ...
37328         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
37329         * sysdeps/x86_64/x32/shlib-versions: New file.
37330
37331 2012-05-14  Roland McGrath  <roland@hack.frob.com>
37332
37333         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
37334         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
37335         Use _dl_fatal_printf instead.
37336
37337 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
37338
37339         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
37340         set if not set by the user.  Do not allow for being unset.
37341         * sysdeps/unix/sysv/linux/configure: Regenerated.
37342
37343 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37344
37345         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
37346         the `q' suffix from lea and replace .quad with ASM_ADDR.
37347
37348 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37349
37350         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
37351         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
37352         instead of $17.
37353         (PTR_DEMANGLE): Likewise.
37354
37355 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37356
37357         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
37358         (LP_OP): Likewise.
37359         (ASM_ADDR): Likewise.
37360         (RAX_LP): Likewise.
37361         (RBP_LP): Likewise.
37362         (RBX_LP): Likewise.
37363         (RCX_LP): Likewise.
37364         (RDI_LP): Likewise.
37365         (RSI_LP): Likewise.
37366         (RSP_LP): Likewise.
37367         (R8_LP): Likewise.
37368         (R9_LP): Likewise.
37369         (R10_LP): Likewise.
37370         (R10_LP): Likewise.
37371         (R11_LP): Likewise.
37372         (R12_LP): Likewise.
37373         (R13_LP): Likewise.
37374         (R14_LP): Likewise.
37375         (R15_LP): Likewise.
37376
37377 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37378
37379         * sysdeps/x86_64/x32/dl-machine.h: New file.
37380
37381 2012-05-14  Andreas Jaeger  <aj@suse.de>
37382
37383         * manual/Makefile (subdir): Remove export of subdir.
37384         (all): Remove target.
37385         (.PHONY): Remove all from list.
37386         (mkinstalldirs): Remove.
37387         (.PHONY): Remove installdirs from list.
37388         ($(inst_infodir)/libc.info): Use make-target-directory.
37389         (installdirs): Remove.
37390         (subdir_%): Remove.
37391         (glibc-targets): Remove.
37392         (lib): Remove.
37393         (stubs): Remove.
37394         ($(objpfx)stubs ../po/manual.pot): Remove.
37395         ($(objpfx)stamp%): Remove.
37396         (make-target-directory): Remove.
37397         (subdir_install): Remove.
37398         (routines): Remove.
37399         (aux): Remove.
37400         (sources): Remove.
37401         (objects): Remove.
37402         (headers): Remove.
37403
37404         [BZ #13750]
37405         * manual/.gitignore: Remove, it's not needed anymore.
37406         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
37407         all files in it.
37408         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
37409         directory.
37410         (texis): Renamed to $(objpfx)texis.
37411         (texis-path): New, contains path to generated files.
37412         (chapters.%): Use texis-path for complete path, add extra argument
37413         libc-texinfo.sh.
37414         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
37415         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
37416         (summary,texi, stamp-summary): Use complete path of
37417         files. Generate files in build dir.
37418         (dir-add.texi): Build in build dir.
37419         (libm-err.texi,stamp-libm-err): Likewise.
37420         (version.texi, stamp-version): Likewise.
37421         (.%c.texi): Likewise.
37422         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
37423         (mostlyclean): Remove target.
37424         (realclean): Remove target.
37425         (generated): Add new variable with contents from mostlyclean and
37426         realclean, remove entries duplicated in common-mostlyclean, add
37427         stamp-libm-err and stamp-version.
37428         (generated-dirs): Add libc directory.
37429         ($(inst_infodir)/libc.info): Install files from build dir.
37430
37431         * manual/install.texi (Configuring and compiling): Adjust since
37432         the info files are not part of the tar ball anymore.
37433
37434 2012-05-14  Andreas Jaeger  <aj@suse.de>
37435
37436         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
37437         variable.
37438
37439 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
37440
37441         [BZ #13717]
37442         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
37443         to 2.2.0 where earlier.
37444         * sysdeps/unix/sysv/linux/configure: Regenerated.
37445         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
37446         Remove conditional code.
37447         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
37448         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
37449         Remove conditional code.
37450         [!__NR_lchown]: Likewise.
37451         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37452         [__NR_lchown]: Likewise.
37453         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
37454         comment referencing __ASSUME_LCHOWN_SYSCALL.
37455         * sysdeps/unix/sysv/linux/i386/sigaction.c
37456         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37457         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37458         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
37459         Remove conditional code.
37460         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
37461         (__protocol_available): Remove #if 0 code.
37462         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
37463         conditional code.
37464         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
37465         * sysdeps/unix/sysv/linux/kernel-features.h
37466         (__ASSUME_GETCWD_SYSCALL): Don't define.
37467         (__ASSUME_REALTIME_SIGNALS): Likewise.
37468         (__ASSUME_PREAD_SYSCALL): Likewise.
37469         (__ASSUME_PWRITE_SYSCALL): Likewise.
37470         (__ASSUME_POLL_SYSCALL): Likewise.
37471         (__ASSUME_LCHOWN_SYSCALL): Likewise.
37472         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
37473         non-SPARC.
37474         (__ASSUME_SIOCGIFNAME): Don't define.
37475         (__ASSUME_MSG_NOSIGNAL): Likewise.
37476         (__ASSUME_SENDFILE): Define unconditionally.
37477         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
37478         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
37479         conditional code.
37480         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
37481         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
37482         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
37483         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37484         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
37485         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
37486         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37487         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
37488         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37489         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37490         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
37491         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37492         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37493         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
37494         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37495         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37496         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
37497         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37498         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37499         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
37500         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37501         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37502         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
37503         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37504         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
37506         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37507         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37508         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
37509         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37510         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37511         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
37512         Remove conditional code.
37513         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37514         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
37515         Remove conditional code.
37516         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37517         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
37518         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
37519         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
37520         Remove conditional code.
37521         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37522         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
37523         Remove conditional code.
37524         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37525         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
37526         Remove conditional code.
37527         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37528         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
37529         Remove conditional code.
37530         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37531         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
37532         Remove conditional code.
37533         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37534         * sysdeps/unix/sysv/linux/sh/pwrite64.c
37535         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37536         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37537         * sysdeps/unix/sysv/linux/sigaction.c
37538         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37539         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37540         * sysdeps/unix/sysv/linux/sigpending.c
37541         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37542         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37543         * sysdeps/unix/sysv/linux/sigprocmask.c
37544         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37545         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37546         * sysdeps/unix/sysv/linux/sigsuspend.c
37547         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37548         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37549         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
37550         (__libc_missing_rt_sigs): Remove.
37551         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
37552         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
37553         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
37554         Remove conditional code.
37555         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
37556         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
37557         return 1.
37558         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
37559         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
37560         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
37561         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
37562
37563 2012-05-14  Andreas Jaeger  <aj@suse.de>
37564
37565         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
37566         it's not used in glibc.
37567         (__coshm1): Likewise.
37568         (__acosh1p): Likewise.
37569         (__sgn): Likewise.
37570
37571         * manual/string.texi (Copying and Concatenation): Add missing
37572         variable in concat example.
37573         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
37574
37575 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37576
37577         [BZ #14103]
37578         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
37579         __builtin_clzl with __builtin_clzll.
37580
37581 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37582
37583         [BZ #14104]
37584         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
37585         libc_freeres_ptr.
37586
37587 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37588
37589         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
37590         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
37591         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
37592         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
37593
37594 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
37595
37596         * NEWS: Update ia64 info.
37597
37598 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
37599
37600         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
37601         used as bcopy.
37602
37603 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
37604
37605         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
37606         * sysdeps/unix/syscalls.list (dup3): Likewise.
37607         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
37608         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
37609
37610 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
37611
37612         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
37613         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
37614
37615 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
37616
37617         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
37618         thread pointer.
37619         (TLS_IE): Use mov/add instead of movq/addq to load thread
37620         pointer.
37621         (TLS_GD_PREFIX): New.
37622         (TLS_GD): Use it.
37623
37624 2012-05-11  David S. Miller  <davem@davemloft.net>
37625
37626         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
37627         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
37628         (_FPU_SETCW): Likewise.
37629
37630 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37631
37632         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
37633         is 32-byte aligned.
37634
37635 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
37636
37637         [BZ #11837]
37638         * iconvdata/gb18030.c: Update tables.
37639         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
37640         characters specially.
37641         (BODY for TO_LOOP): Add encoding of missing ranges.
37642
37643 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
37644
37645         [BZ #13673]
37646         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
37647         * sysdeps/mach/hurd/dup3.c: Likewise.
37648         * sysdeps/mach/hurd/readlinkat.c: Likewise.
37649         * sysdeps/powerpc/memmove.c:: Likewise.
37650
37651 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37652
37653         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
37654         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
37655
37656 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37657
37658         * elf/elf.h (R_X86_64_RELATIVE64): New.
37659         (R_X86_64_NUM): Updated.
37660         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
37661         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
37662         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
37663         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
37664         tst-quad1pie tst-quad2pie
37665         (modules-names): Add tst-quadmod1 tst-quadmod2.
37666         ($(objpfx)tst-quad1): New dependency.
37667         ($(objpfx)tst-quad2): Likewise.
37668         ($(objpfx)tst-quad1pie): Likewise.
37669         ($(objpfx)tst-quad2pie): Likewise.
37670         * sysdeps/x86_64/tst-quad1.c: New file.
37671         * sysdeps/x86_64/tst-quad1pie.c: New file.
37672         * sysdeps/x86_64/tst-quad2.c: Likewise.
37673         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
37674         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
37675         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
37676         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
37677         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
37678
37679 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37680
37681         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
37682         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
37683         * streams/stropts.h (t_scalar_t): Define type.
37684
37685         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
37686         (_PATH_PRESERVE): Set to "/var/lib".
37687         (_PATH_RWHODIR): Set to "/var/spool/rwho".
37688
37689         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
37690         instead of int.
37691
37692         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
37693         if __dir_mkfile succeeded.
37694
37695         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
37696         checking for _hurd_dtablesize.  Unlock it right after having
37697         finished _hurd_dtable allocation.
37698
37699 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37700
37701         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
37702         * sysdeps/mach/hurd/configure: Regenerated.
37703         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
37704         special-casing to...
37705         * sysdeps/gnu/configure.in: ... this new file.
37706         * sysdeps/unix/sysv/linux/configure: Regenerated.
37707         * sysdeps/gnu/configure: New generated file.
37708
37709         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
37710         for Linux: use nsec instead of usec, as well as:
37711         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
37712         members of type struct timespec.
37713         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
37714         New macros.
37715         (struct stat64): Likewise.
37716         (_STATBUF_ST_NSEC): New macro.
37717         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
37718
37719         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
37720         __strtoul_internal rather than strtoul.
37721
37722 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37723
37724         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
37725         and reject them.
37726
37727 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37728
37729         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
37730         which preserves existing values.
37731         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
37732
37733 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37734
37735         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
37736         TIMEOUT values.  Return EINVAL for NFDS values either negative or
37737         greater than FD_SETSIZE.
37738
37739 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37740
37741         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
37742         allocated, call __vm_protect to finish enabling the existing space, and
37743         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
37744         allocate the remainder.
37745
37746 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37747
37748         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
37749         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
37750
37751 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37752
37753         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
37754         sysdeps/mach/hurd/readlink.c.
37755
37756         * posix/tst-sysconf.c (posix_options): Only use
37757         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
37758         _POSIX_SYNCHRONIZED_IO when they are defined
37759         * sysdeps/mach/hurd/bits/posix_opt.h:
37760         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
37761         (_XOPEN_REALTIME): Undefine macro.
37762         (_XOPEN_REALTIME_THREADS): Undefine macro.
37763         (_XOPEN_SHM): Undefine macro.
37764         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
37765         macro to -1.
37766         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
37767         macro to -1.
37768         (_POSIX_ASYNC_IO): Undefine macro.
37769         (_POSIX_PRIORITIZED_IO): Undefine macro.
37770         (_POSIX_SPIN_LOCKS): Define macro to -1.
37771
37772         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
37773         SA_NODEFER, SA_RESETHAND.
37774         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
37775         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
37776         F_DUPFD_CLOEXEC.
37777
37778 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37779
37780         * elf/Makefile (pldd-modules): Define unconditionally.
37781
37782 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37783
37784         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
37785
37786 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37787
37788         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
37789         Return ENOENT when name is empty.
37790         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
37791
37792 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37793
37794         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
37795
37796         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
37797
37798 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37799
37800         Fix mlock in all cases except non-readable pages.
37801         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
37802         instead of VM_PROT_ALL as parameter to __vm_wire function.
37803
37804         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
37805         (__mkdir): When path is `/', just fail with EEXIST.
37806         * sysdeps/mach/hurd/mkdirat.c: Likewise.
37807
37808 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37809
37810         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
37811         <sys/uio.h> (for writev).
37812         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
37813         and <sys/param.h> (for MIN).
37814
37815 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37816
37817         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
37818         REQUESTED_TIME.  Properly set the remaining time and return EINTR
37819         if interrupted.
37820
37821 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37822
37823         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
37824         Depend on against $(link-rpcuserlibs).
37825
37826 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37827
37828         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
37829         (__libc_stack_end): Do not use attribute_relro.
37830         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
37831         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
37832         to libthread-provided value.
37833         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
37834         attribute_relro.
37835
37836 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37837
37838         [BZ #3748]
37839         * bits/libc-lock.h (__libc_once_get): New macro.
37840         * sysdeps/mach/bits/libc-lock.h: Likewise.
37841         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
37842         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
37843         instead of using implementation details.
37844
37845         * libio/fileops.c: Unconditionally include <kernel-features.h>.
37846         * libio/freopen.c: Likewise.
37847         * libio/freopen64.c: Likewise.
37848         * misc/syslog.c: Likewise.
37849         * nscd/connections.c: Likewise.
37850         * nscd/netgroupcache.c: Likewise.
37851         * sysdeps/posix/getcwd.c: Likewise.
37852
37853 2012-05-10  Roland McGrath  <roland@hack.frob.com>
37854
37855         * math/w_ilogbf.c: Add #include <limits.h>.
37856
37857 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37858
37859         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
37860         path instead of returning without unlocking.
37861
37862         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
37863         immediate-write ioctls.
37864         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
37865
37866 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37867
37868         * sysdeps/mach/hurd/i386/init-first.c (init): Use
37869         __builtin_frame_address instead of making assumptions about the
37870         location of the return address relative to DATA.  Force early load of
37871         the return address.
37872         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
37873         __builtin_frame_address.
37874
37875         dup3 for GNU Hurd.
37876         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
37877         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
37878         implement dup3 and do some further code clean-ups.
37879         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
37880         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
37881
37882 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37883
37884         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
37885
37886         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
37887         HURD_CRITICAL_END around holding _hurd_dtable_lock.
37888         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
37889         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
37890         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
37891         d->port.lock.
37892
37893         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
37894         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
37895         when handler == SIG_ERR, not when handler != SIG_ERR.
37896
37897 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37898
37899         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
37900         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
37901         definitions.
37902
37903         accept4 for GNU Hurd.
37904         * include/sys/socket.h (__libc_accept4): New prototype.
37905         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
37906         to implement __libc_accept4.
37907         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
37908         __libc_accept4.
37909         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
37910
37911         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
37912         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
37913         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
37914         signal-defines.sym.
37915
37916 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37917
37918         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
37919
37920 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37921
37922         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
37923         assertion on O_CLOEXEC flag.
37924         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
37925         * hurd/intern-fd.c: Likewise.
37926         * hurd/port2fd.c: Likewise.
37927
37928 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37929
37930         [BZ #3906]
37931         * bits/in.h (IPV6_PKTINFO): Define new macro.
37932         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
37933
37934 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37935
37936         [BZ #13954]
37937         [BZ #13955]
37938         [BZ #13956]
37939         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
37940         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
37941         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
37942         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
37943         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
37944         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
37945         * math/libm-test.inc (logb_test) : Additional logb tests.
37946
37947 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
37948             Andreas Jaeger  <aj@suse.de>
37949
37950         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
37951         * configure: Regenerated.
37952         * config.h.in (LINK_OBSOLETE_RPC): New macro.
37953         * config.make.in (link-obsolete-rpc): New substituted variable.
37954         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
37955         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
37956         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
37957         (shared-only-routines): Don't set it under [link-obsolete-rpc],
37958         so that libc.a contains the symbols.
37959         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
37960         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
37961         * sunrpc/auth_none.c: Likewise.
37962         * sunrpc/auth_unix.c: Likewise.
37963         * sunrpc/authdes_prot.c: Likewise.
37964         * sunrpc/authuxprot.c: Likewise.
37965         * sunrpc/clnt_gen.c: Likewise.
37966         * sunrpc/clnt_perr.c: Likewise.
37967         * sunrpc/clnt_raw.c: Likewise.
37968         * sunrpc/clnt_simp.c: Likewise.
37969         * sunrpc/clnt_tcp.c: Likewise.
37970         * sunrpc/clnt_udp.c: Likewise.
37971         * sunrpc/clnt_unix.c: Likewise.
37972         * sunrpc/des_crypt.c: Likewise.
37973         * sunrpc/des_soft.c: Likewise.
37974         * sunrpc/get_myaddr.c: Likewise.
37975         * sunrpc/key_call.c: Likewise.
37976         * sunrpc/key_prot.c: Likewise.
37977         * sunrpc/netname.c: Likewise.
37978         * sunrpc/pm_getmaps.c: Likewise.
37979         * sunrpc/pm_getport.c: Likewise.
37980         * sunrpc/pmap_clnt.c: Likewise.
37981         * sunrpc/pmap_prot.c: Likewise.
37982         * sunrpc/pmap_prot2.c: Likewise.
37983         * sunrpc/pmap_rmt.c: Likewise.
37984         * sunrpc/publickey.c: Likewise.
37985         * sunrpc/rpc_cmsg.c: Likewise.
37986         * sunrpc/rpc_common.c: Likewise.
37987         * sunrpc/rpc_dtable.c: Likewise.
37988         * sunrpc/rpc_prot.c: Likewise.
37989         * sunrpc/rpc_thread.c: Likewise.
37990         * sunrpc/rtime.c: Likewise.
37991         * sunrpc/svc.c: Likewise.
37992         * sunrpc/svc_auth.c: Likewise.
37993         * sunrpc/svc_raw.c: Likewise.
37994         * sunrpc/svc_run.c: Likewise.
37995         * sunrpc/svc_tcp.c: Likewise.
37996         * sunrpc/svc_udp.c: Likewise.
37997         * sunrpc/svc_unix.c: Likewise.
37998         * sunrpc/svcauth_des.c: Likewise.
37999         * sunrpc/xcrypt.c: Likewise.
38000         * sunrpc/xdr.c: Likewise.
38001         * sunrpc/xdr_array.c: Likewise.
38002         * sunrpc/xdr_float.c: Likewise.
38003         * sunrpc/xdr_intXX_t.c: Likewise.
38004         * sunrpc/xdr_mem.c: Likewise.
38005         * sunrpc/xdr_rec.c: Likewise.
38006         * sunrpc/xdr_ref.c: Likewise.
38007         * sunrpc/xdr_sizeof.c: Likewise.
38008         * sunrpc/xdr_stdio.c: Likewise.
38009
38010 2012-05-10  Roland McGrath  <roland@hack.frob.com>
38011
38012         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
38013         change.  Update copyright years.
38014
38015 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
38016
38017         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
38018
38019 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
38020             Joseph Myers  <joseph@codesourcery.com>
38021             Paul Pluzhnikov  <ppluzhnikov@google.com>
38022
38023         [BZ #14012]
38024         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
38025         requiring rpcgen.
38026         [cross-compiling] (extra-libs): Likewise.
38027         [cross-compiling] (extra-libs-others): Likewise.
38028         [cross-compiling] (librpcsvc-routines): Likewise.
38029         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
38030         [cross-compiling] (omit-deps): Likewise.
38031         (sunrpc-CPPFLAGS): New variable.
38032         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
38033         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
38034         (cross-rpcgen-objs): New variable.
38035         (extra-objs): Append $(cross-rpcgen-objs).
38036         ($(cross-rpcgen-objs)): New rule.
38037         ($(objpfx)cross-rpcgen): Likewise.
38038         (rpcgen-cmd): Define to use $(built-program-file).  Expand
38039         comment.
38040         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
38041         ($(objpfx)x%.stmp): Likewise.
38042         * sunrpc/proto.h [IS_IN_build] (_): Define.
38043         [IS_IN_build] (_libc_intl_domainname): Likewise.
38044
38045 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
38046
38047         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
38048         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
38049         and R_X86_64_TPOFF64.
38050
38051 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
38052
38053         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
38054         sysdeps/unix/sysv/syscalls.list.
38055         (stime): Likewise.
38056         (utime): Likewise.
38057         * sysdeps/unix/sysv/syscalls.list: Remove file.
38058
38059 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
38060
38061         [BZ #3440]
38062         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
38063         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
38064         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
38065         (__LC_IDENTIFICATION): Make these macros useful in #if
38066         expressions, as required by C99.
38067
38068 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
38069
38070         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
38071         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
38072         after this.
38073
38074 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
38075
38076         * stdlib/longlong.h: Updated from GCC.
38077
38078 2012-05-09  Andreas Jaeger  <aj@suse.de>
38079
38080         * nscd/nscd.c (run_modes): Make named enum, reorder so that
38081         default is first entry.
38082         (run_mode): Set type.
38083         (main): Remove informal message about syslog.
38084         (options): Fix typo.
38085
38086         [BZ #14053]
38087         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
38088         to asm.
38089         (lrint): Likewise.
38090         (llrintf): Likewise.
38091         (llrint): Likewise.
38092         (rint): Likewise.
38093         (rintf): Likewise.
38094         (nearbyint): Likewise.
38095         (nearbyintf): Likewise.
38096
38097 2012-05-09  Andreas Jaeger  <aj@suse.de>
38098             Pedro Alves  <palves@redhat.com>
38099
38100         * nscd/nscd.c (run_mode): Use enum.
38101         (main): Cleanup coding style issue.
38102
38103 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
38104             Andreas Jaeger  <aj@suse.de>
38105
38106         * nscd/nscd.c (go_background): Replaced with...
38107         (run_mode): ... this.
38108         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
38109         (options): Add -F --foreground.
38110         (main): Implement it.
38111         (parse_opt): Parse it.
38112
38113 2012-05-09  Andreas Jaeger  <aj@suse.de>
38114
38115         [BZ #14083]
38116         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
38117         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
38118         -Wconversion warning.
38119         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
38120         Likewise.
38121
38122 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
38123
38124         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
38125         == 0.
38126         (LC_ALL): Use macro-int-constant.
38127         (LC_COLLATE): Likewise.
38128         (LC_CTYPE): Likewise.
38129         (LC_MESSAGES): Likewise.
38130         (LC_MONETARY): Likewise.
38131         (LC_NUMERIC): Likewise.
38132         (LC_TIME): Likewise.
38133         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
38134         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
38135         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38136         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
38137         Specify type.
38138         [C99-based standards] (float_t): Expect type.
38139         [C99-based standards] (double_t): Expect type.
38140         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
38141         type.
38142         [C99-based standards] (HUGE_VALL): Likewise.
38143         [C99-based standards] (INFINITY): Likewise.
38144         [C99-based standards] (NAN): Likewise.
38145         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
38146         [C99-based standards] (FP_NAN): Likewise.
38147         [C99-based standards] (FP_NORMAL): Likewise.
38148         [C99-based standards] (FP_SUBNORMAL): Likewise.
38149         [C99-based standards] (FP_ZERO): Likewise.
38150         [C99-based standards] (FP_FAST_FMA): Use
38151         optional-macro-int-constant.  Specify type.  Require == 1.
38152         [C99-based standards] (FP_FAST_FMAF): Likewise.
38153         [C99-based standards] (FP_FAST_FMAL): Likewise.
38154         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
38155         [C99-based standards] (FP_ILOGBNAN): Likewise.
38156         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
38157         Specify type.
38158         [C99-based standards] (MATH_ERREXCEPT): Likewise.
38159         [C99-based standards] (math_errhandling): Specify type.
38160         [ISO99 || ISO11] (signgam): Do not allow.
38161         [non-C99-based standards] (copysignf): Do not allow.
38162         [non-C99-based standards] (exp2f): Likewise.
38163         [non-C99-based standards] (log2f): Likewise.
38164         [non-C99-based standards] (modff): Allow.
38165         [non-C99-based standards] (erff): Do not allow.
38166         [non-C99-based standards] (erfcf): Likewise.
38167         [non-C99-based standards] (gammaf): Likewise.
38168         [non-C99-based standards] (hypotf): Likewise.
38169         [non-C99-based standards] (j0f): Likewise.
38170         [non-C99-based standards] (j1f): Likewise.
38171         [non-C99-based standards] (jnf): Likewise.
38172         [non-C99-based standards] (lgammaf): Likewise.
38173         [non-C99-based standards] (tgammaf): Likewise.
38174         [non-C99-based standards] (y0f): Likewise.
38175         [non-C99-based standards] (y1f): Likewise.
38176         [non-C99-based standards] (ynf): Likewise.
38177         [non-C99-based standards] (isnanf): Likewise.
38178         [non-C99-based standards] (acoshf): Likewise.
38179         [non-C99-based standards] (asinhf): Likewise.
38180         [non-C99-based standards] (atanhf): Likewise.
38181         [non-C99-based standards] (cbrtf): Likewise.
38182         [non-C99-based standards] (expm1f): Likewise.
38183         [non-C99-based standards] (ilogbf): Likewise.
38184         [non-C99-based standards] (log1pf): Likewise.
38185         [non-C99-based standards] (logbf): Likewise.
38186         [non-C99-based standards] (nextafterf): Likewise.
38187         [non-C99-based standards] (remainderf): Likewise.
38188         [non-C99-based standards] (rintf): Likewise.
38189         [non-C99-based standards] (scalbf): Likewise.
38190         [non-C99-based standards] (copysignl): Likewise.
38191         [non-C99-based standards] (exp2l): Likewise.
38192         [non-C99-based standards] (log2l): Likewise.
38193         [non-C99-based standards] (modfl): Allow.
38194         [non-C99-based standards] (erfl): Do not allow.
38195         [non-C99-based standards] (erfcl): Likewise.
38196         [non-C99-based standards] (gammal): Likewise.
38197         [non-C99-based standards] (hypotl): Likewise.
38198         [non-C99-based standards] (j0l): Likewise.
38199         [non-C99-based standards] (j1l): Likewise.
38200         [non-C99-based standards] (jnl): Likewise.
38201         [non-C99-based standards] (lgammal): Likewise.
38202         [non-C99-based standards] (tgammal): Likewise.
38203         [non-C99-based standards] (y0l): Likewise.
38204         [non-C99-based standards] (y1l): Likewise.
38205         [non-C99-based standards] (ynl): Likewise.
38206         [non-C99-based standards] (isnanl): Likewise.
38207         [non-C99-based standards] (acoshl): Likewise.
38208         [non-C99-based standards] (asinhl): Likewise.
38209         [non-C99-based standards] (atanhl): Likewise.
38210         [non-C99-based standards] (cbrtl): Likewise.
38211         [non-C99-based standards] (expm1l): Likewise.
38212         [non-C99-based standards] (ilogbl): Likewise.
38213         [non-C99-based standards] (log1pl): Likewise.
38214         [non-C99-based standards] (logbl): Likewise.
38215         [non-C99-based standards] (nextafterl): Likewise.
38216         [non-C99-based standards] (remainderl): Likewise.
38217         [non-C99-based standards] (rintl): Likewise.
38218         [non-C99-based standards] (scalbl): Likewise.
38219         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38220         [non-C99-based standards] (FP_*): Do not allow.
38221         [C99-based standards] (FP_*): Change to
38222         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
38223         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
38224         allow.
38225         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
38226         (SIG_ERR): Likewise.
38227         [X/Open-based standards] (SIG_HOLD): Likewise.
38228         (SIG_IGN): Likewise.
38229         (SIGABRT): Use macro-int-constant.  Specify type.  Require
38230         positive value.
38231         (SIGFPE): Likewise.
38232         (SIGILL): Likewise.
38233         (SIGINT): Likewise.
38234         (SIGSEGV): Likewise.
38235         (SIGTER): Likewise.
38236         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
38237         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
38238         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
38239         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
38240         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
38241         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
38242         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
38243         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
38244         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
38245         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
38246         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
38247         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
38248         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
38249         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
38250         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
38251         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
38252         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
38253         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
38254         [X/Open-based standards] (SIGTRAP): Likewise.
38255         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
38256         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
38257         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
38258         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
38259         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
38260         allow.
38261
38262 2012-05-08  Ian Wienand  <ianw@vmware.com>
38263
38264         [BZ #14080]
38265         * time/tzset.c (__tzset_parse_tz): Update default rules for
38266         daylight time changes in the Energy Policy Act of 2005.
38267
38268 2012-05-09  Andreas Jaeger  <aj@suse.de>
38269
38270         [BZ #13983]
38271         * elf/ldconfig.c (parse_conf): Change string to make clear that
38272         ldconfig only issued a warning if ld.so.conf does not exist.
38273
38274 2012-05-08  David S. Miller  <davem@davemloft.net>
38275
38276         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
38277         movxtod instead of popping the value on the stack.
38278
38279         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38280
38281 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
38282
38283         * config.h.in: Add HAVE_ARM_PCS_VFP.
38284
38285 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
38286
38287         [BZ #13979]
38288         * include/features.h: Warn if user requests __FORTIFY_SOURCE
38289         checking but the checks are disabled for any reason.
38290
38291 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
38292
38293         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
38294         and ELF64_R_TYPE with ELFW(R_TYPE).
38295
38296 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
38297
38298         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
38299         (ulimit): Likewise.
38300
38301         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
38302         (settimeofday): Likewise.
38303
38304 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
38305
38306         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
38307         a struct th_u2 inside the union, and move tu_block/tu_code into
38308         a new th_u3 union of tu_block/tu_code inside of that.  Move
38309         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
38310         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
38311         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
38312         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
38313         (th_stuff): Change to th_u1.tu_stuff.
38314         (th_data): Define.
38315         (th_msg): Change to th_u1.th_u2.tu_data.
38316
38317 2012-05-07  David S. Miller  <davem@davemloft.net>
38318
38319         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38320
38321         [BZ #14074]
38322         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
38323         (SETUP_PIC_REG): Use it.
38324         (SETUP_PIC_REG_LEAF): Use it.
38325
38326 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
38327
38328         [BZ #13885]
38329         [BZ #13923]
38330         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
38331         USE_AS_EXPM1L.
38332         (EXPL_FINITE): Likewise.
38333         (FLDLOG): Likewise.
38334         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
38335         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
38336         e_expl.S.
38337         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
38338         USE_AS_EXPM1L.
38339         (EXPL_FINITE): Likewise.
38340         (FLDLOG): Likewise.
38341         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
38342         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
38343         e_expl.S.
38344         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
38345         test of -max_value argument for long double.
38346         * sysdeps/i386/fpu/libm-test-ulps: Update.
38347         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38348
38349 2012-05-06  David S. Miller  <davem@davemloft.net>
38350
38351         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
38352         quad soft-float symbols whose references which are compiler
38353         generated.
38354         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
38355
38356 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
38357
38358         [BZ #13884]
38359         [BZ #13914]
38360         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
38361         USE_AS_EXP10L.
38362         (EXPL_FINITE): Likewise.
38363         (FLDLOG): Likewise.
38364         (c0): Likewise.
38365         (c1): Likewise.
38366         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
38367         Adjust comments for base varying.
38368         (__expl_finite): Change alias to EXPL_FINITE.
38369         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
38370         e_expl.S.
38371         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
38372         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
38373         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
38374         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
38375         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
38376         USE_AS_EXP10L.
38377         (EXPL_FINITE): Likewise.
38378         (FLDLOG): Likewise.
38379         (c0): Likewise.
38380         (c1): Likewise.
38381         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
38382         Adjust comments for base varying.
38383         (__expl_finite): Change alias to EXPL_FINITE.
38384         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
38385         tests for bugs.
38386         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38387
38388         [BZ #14064]
38389         * math/libm-test.inc (check_float_internal): Correct ulp
38390         calculation for subnormal expected results.
38391
38392 2012-05-06  Andreas Jaeger  <aj@suse.de>
38393
38394         * Makeconfig (+math-flags): New, set to -frounding-math.
38395         (+cflags): Add +math-flags so that all of glibc gets compiled with
38396         it.
38397
38398         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
38399
38400 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
38401
38402         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
38403         Disable one test.
38404
38405         [BZ #13787]
38406         [BZ #13922]
38407         [BZ #14036]
38408         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
38409         (__ieee754_expl): Allow for and saturate large arguments.
38410         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
38411         (u_threshold): Likewise.
38412         (__exp): Call __ieee754_exp before checking for overflow and
38413         underflow.
38414         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
38415         (u_threshold): Likewise.
38416         (__expf): Call __ieee754_expf before checking for overflow and
38417         underflow.
38418         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
38419         (u_threshold): Likewise.
38420         (__expl): Call __ieee754_expl before checking for overflow and
38421         underflow.
38422         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
38423         (__ieee754_expl): Allow for and saturate large arguments.
38424         * math/libm-test.inc (exp_test): Add another test.  Do not allow
38425         missing overflow exception on overflow.
38426         (expm1_test): Do not allow missing overflow exception on overflow.
38427
38428         * sysdeps/i386/fpu/e_expl.c: Move to ...
38429         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
38430         rather than using inline asm.
38431         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
38432         * sysdeps/x86_64/fpu/e_expl.S: Copy from
38433         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
38434
38435         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
38436         (nice): Likewise.
38437         (poll): Likewise.
38438         (signal): Likewise.
38439         (time): Likewise.
38440         (times): Likewise.
38441
38442 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
38443
38444         * sysdeps/unix/syscalls.list (adjtime): Add entry from
38445         sysdeps/unix/common/syscalls.list.
38446         (fchmod): Likewise.
38447         (fchown): Likewise.
38448         (ftruncate): Likewise.
38449         (getrusage): Likewise.
38450         (gettimeofday): Likewise.
38451         (setpgid): Likewise.
38452         (setregid): Likewise.
38453         (setreuid): Likewise.
38454         (sigaction): Likewise.
38455         (truncate): Likewise.
38456         (vhangup): Likewise.
38457         * sysdeps/unix/common/syscalls.list: Remove file.
38458         * sysdeps/unix/bsd/Implies: Don't include unix/common.
38459         * sysdeps/unix/sysv/linux/Implies: Likewise.
38460
38461 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
38462
38463         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
38464         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
38465         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
38466         Moved to ...
38467         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
38468         Here.
38469         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
38470         to ...
38471         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
38472         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
38473         to ...
38474         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
38475         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
38476         to ...
38477         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
38478         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
38479         to ...
38480         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
38481         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
38482         to ...
38483         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
38484         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
38485         to ...
38486         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
38487         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
38488         to ...
38489         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
38490         Here.
38491         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
38492         to ...
38493         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
38494         Here.
38495         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
38496         to ...
38497         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
38498         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
38499         Moved to ...
38500         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
38501         Here.
38502         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
38503         to ...
38504         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
38505
38506 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
38507
38508         * sysdeps/unix/common/bits/dirent.h: Remove file.
38509         * sysdeps/unix/common/bits/fcntl.h: Likewise.
38510
38511         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
38512         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
38513         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
38514         * sysdeps/unix/bsd/isatty.c: Likewise.
38515         * sysdeps/unix/bsd/tcdrain.c: Likewise.
38516         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
38517         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
38518
38519 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38520
38521         [BZ #13563]
38522         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
38523         long double comparison inaccuracies.
38524         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
38525         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38526
38527 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
38528
38529         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
38530         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
38531
38532 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
38533
38534         [BZ #14049]
38535         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
38536         nonzero digits before rounding a hex value.
38537         * stdlib/tst-strtod.c (tests): Add another test.
38538
38539 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38540
38541         * sysdeps/s390/fpu/libm-test-ulps: Update.
38542
38543 2012-05-03  Andreas Jaeger  <aj@suse.de>
38544
38545         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
38546         does not get optimized out.
38547         (malloc_opt_barrier): New.
38548
38549 2012-05-03  Andreas Jaeger  <aj@suse.de>
38550             Roland McGrath  <roland@hack.frob.com>
38551
38552         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
38553         intermediate file deletion.
38554         (generated): Add .symlist files.
38555
38556 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
38557
38558         [BZ #13775]
38559         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
38560         Redirect under this condition.
38561         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
38562         [__USE_GNU] (__dprintf_chk): Not under this condition.
38563         [__USE_GNU] (__vdprintf_chk): Likewise.
38564         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
38565         under this condition.
38566         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
38567         [__USE_XOPEN2K8] (dprintf): Define under this condition.
38568         [__USE_XOPEN2K8] (vdprintf): Likewise.
38569         [__USE_GNU] (__dprintf_chk): Not under this condition.
38570         [__USE_GNU] (__vdprintf_chk): Likewise.
38571         [__USE_GNU] (dprintf): Likewise.
38572         [__USE_GNU] (vdprintf): Likewise.
38573
38574 2012-05-03  Roland McGrath  <roland@hack.frob.com>
38575
38576         * elf/Makefile (common-generated): Set this instead of generated for
38577         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
38578         $(all-built-dso)-derived lists.
38579
38580 2012-05-03  Andreas Jaeger  <aj@suse.de>
38581
38582         * sysdeps/i386/fpu/libm-test-ulps: Update.
38583
38584         * FAQ: Removed.
38585         * FAQ.in: Likewise.
38586         * scripts/gen-FAQ.pl: Likewise.
38587         * manual/install.texi (Installation): Point to online location of
38588         FAQ.
38589         * Makefile (files-for-dist): Remove FAQ.
38590         (FAQ): Remove.
38591
38592 2012-05-02  Allan McRae  <allan@archlinux.org>
38593
38594         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
38595         (LDFLAGS-reldepmod5.so): Likewise.
38596         (LDFLAGS-reldep6mod1.so): Likewise.
38597         (LDFLAGS-reldep6mod4.so): Likewise.
38598         (LDFLAGS-reldep8mod3.so): Likewise.
38599         (LDFLAGS-unload4mod1.so): Likewise.
38600         (LDFLAGS-unload4mod2.so): Likewise.
38601         (LDFLAGS-tst-initorder): Likewise.
38602         (LDFLAGS-tst-initordera2.so): Likewise.
38603         (LDFLAGS-tst-initordera3.so): Likewise.
38604         (LDFLAGS-tst-initordera4.so): Likewise.
38605         (LDFLAGS-tst-initorderb2.so): Likewise.
38606         (LDFLAGS-noload): Likewise.
38607         (LDFLAGS-next): Likewise.
38608         (LDFLAGS-order2mod1.so): Likewise.
38609         (LDFLAGS-order2mod2.so): Likewise.
38610         (LDFLAGS-tst-initorder2): Likewise.
38611         (LDFLAGS-tst-initorder2a.so): Likewise.
38612         (LDFLAGS-tst-initorder2b.so): Likewise.
38613         (LDFLAGS-tst-initorder2c.so): Likewise.
38614         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
38615
38616 2012-05-02  David S. Miller  <davem@davemloft.net>
38617
38618         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38619
38620 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
38621
38622         [BZ #14055]
38623         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
38624
38625 2012-05-02  Andreas Jaeger  <aj@suse.de>
38626
38627         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
38628         since we manipulate rounding mode.
38629         (CPPFLAGS-test-idouble.c): Likewise.
38630         (CPPFLAGS-test-ifloat.c): Likewise.
38631         (CFLAGS-test-ldouble.c): Likewise.
38632         (CFLAGS-test-double.c): Likewise.
38633         (CFLAGS-test-float.c): Likewise.
38634         (CFLAGS-test-misc.c): Likewise.
38635         (CFLAGS-test-test-fenv.c): Likewise.
38636
38637 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38638
38639         [BZ #2550]
38640         [BZ #2570]
38641         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
38642         comparisons to determine direction to adjust input.
38643
38644 2012-05-01  Roland McGrath  <roland@hack.frob.com>
38645
38646         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
38647         output to the target.
38648
38649         * scripts/localplt.awk: New file.
38650         * elf/Makefile ($(objpfx)check-localplt): Target removed.
38651         (check-localplt-CFLAGS): Variable removed.
38652         ($(all-built-dso:=.jmprel)): New static pattern rule.
38653         (generated): Add those targets.
38654         (localplt-built-dso): New variable.
38655         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
38656
38657         * elf/check-localplt.c: File removed.
38658
38659         * scripts/check-execstack.awk: New file.
38660         * elf/Makefile ($(objpfx)check-execstack): Target removed.
38661         (check-execstack-CFLAGS): Variable removed.
38662         ($(objpfx)check-execstack.h): Target removed.
38663         ($(objpfx)execstack-default): New target.
38664         (generated): Add that instead of check-execstack.h.
38665         ($(all-built-dso:=.phdr)): New static pattern rule.
38666         (generated): Add those targets.
38667         * elf/check-execstack.c: File removed.
38668
38669         * scripts/check-textrel.awk: New file.
38670         * elf/Makefile ($(objpfx)check-textrel): Target removed.
38671         (check-textrel-CFLAGS): Variable removed.
38672         (all-built-dso): Use := to define.o
38673         ($(all-built-dso:=.dyn)): New static pattern rule.
38674         (generated): Add those targets.
38675         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
38676         * config.make.in (READELF): New substituted variable.
38677         * elf/check-textrel.c: File removed.
38678
38679 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
38680
38681         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
38682         allow.
38683         * conform/data/ctype.h-data [C99-based standards] (isblank):
38684         Expect function.
38685         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
38686         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
38687         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38688         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
38689         Specify type.  Require positive value.
38690         (EILSEQ): Likewise.
38691         (ERANGE): Likewise.
38692         [ISO || POSIX] (EILSEQ): Do not expect.
38693         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
38694         Specify type.  Require positive value.
38695         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
38696         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
38697         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
38698         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
38699         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
38700         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
38701         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
38702         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
38703         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
38704         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
38705         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
38706         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
38707         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
38708         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
38709         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
38710         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
38711         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
38712         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
38713         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
38714         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
38715         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
38716         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
38717         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
38718         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
38719         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
38720         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
38721         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
38722         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
38723         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
38724         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
38725         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
38726         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
38727         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
38728         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
38729         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
38730         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
38731         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
38732         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
38733         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
38734         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
38735         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
38736         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
38737         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
38738         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
38739         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
38740         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
38741         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
38742         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
38743         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
38744         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
38745         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
38746         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
38747         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
38748         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
38749         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
38750         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
38751         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
38752         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
38753         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
38754         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
38755         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
38756         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
38757         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
38758         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
38759         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
38760         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
38761         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
38762         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
38763         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
38764         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
38765         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
38766         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
38767         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
38768         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
38769         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
38770         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
38771         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
38772         Require >= 2.
38773         (FLT_ROUNDS): Expect as macro, not constant.
38774         (FLT_MANT_DIG): Use macro-int-constant.
38775         (DBL_MANT_DIG): Likewise.
38776         (LDBL_MANT_DIG): Likewise.
38777         (FLT_DIG): Likewise.
38778         (DBL_DIG): Likewise.
38779         (LDBL_DIG): Likewise.
38780         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
38781         (DBL_MIN_EXP): Likewise.
38782         (LDBL_MIN_EXP): Likewise.
38783         (FLT_MAX_EXP): Use macro-int-constant.
38784         (DBL_MAX_EXP): Likewise.
38785         (LDBL_MAX_EXP): Likewise.
38786         (FLT_MAX_10_EXP): Likewise.
38787         (DBL_MAX_10_EXP): Likewise.
38788         (LDBL_MAX_10_EXP): Likewise.
38789         (FLT_MAX): Use macro-constant.
38790         (DBL_MAX): Likewise.
38791         (LDBL_MAX): Likewise.
38792         (FLT_EPSILON): Use macro-constant.  Give upper bound.
38793         (DBL_EPSILON): Likewise.
38794         (LDBL_EPSILON): Likewise.
38795         (FLT_MIN): Likewise.
38796         (DBL_MIN): Likewise.
38797         (LDBL_MIN): Likewise.
38798         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
38799         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
38800         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
38801         [ISO11] (FLT_HAS_SUBNORM): Likewise.
38802         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
38803         [ISO11] (DBL_DECIMAL_DIG): Likewise.
38804         [ISO11] (FLT_DECIMAL_DIG): Likewise.
38805         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
38806         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
38807         [ISO11] (FLT_TRUE_MIN): Likewise.
38808         [ISO11] (LDBL_TRUE_MIN): Likewise.
38809         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38810         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
38811         (SCHAR_MIN): Use macro-int-constant.  Specify type.
38812         (SCHAR_MAX): Likewise.
38813         (UCHAR_MAX): Likewise.
38814         (CHAR_MIN): Likewise.
38815         (CHAR_MAX): Likewise.
38816         (MB_LEN_MAX): Use macro-int-constant.
38817         (SHRT_MIN): Use macro-int-constant.  Specify type.
38818         (SHRT_MAX): Likewise.
38819         (USHRT_MAX): Likewise.
38820         (INT_MAX): Likewise.
38821         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
38822         bound negative.
38823         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38824         bound with "U".
38825         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38826         bound with "L".
38827         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
38828         bound negative.  Suffix upper bound with "L".
38829         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38830         bound with "UL".
38831         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
38832         Specify type.
38833         [C99-based standards] (LLONG_MAX): Likewise.
38834         [C99-based standards] (ULLONG_MAX): Likewise.
38835         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
38836         == 0.
38837         [ISO11] (max_align_t): Require type.
38838         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38839
38840         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
38841         from $CFLAGS, without defining away __attribute__ calls.
38842         (checknamespace): Use $CFLAGS_namespace.
38843
38844         * conform/conformtest.pl (@keywords): Only include C99 keywords
38845         for standards based on C99 or C11.
38846
38847         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
38848         Disable tests.
38849         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
38850         UNIX98]: Likewise.
38851
38852         * conform/conformtest.pl: Handle "macro-int-constant" and test for
38853         usability of symbols in #if.
38854
38855         * conform/conformtest.pl: If macro or constant types start
38856         "promoted:", expect the symbol to be of the following type
38857         promoted by the integer promotions.
38858
38859         * conform/conformtest.pl: Parse all "constant" and "macro" lines
38860         in one place.  Also handle "macro-constant".
38861
38862         * conform/conformtest.pl: Only accept expected macro values with
38863         "==".  Parse all "macro" lines in one place.
38864         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
38865
38866         * conform/conformtest.pl: Handle braced types on "constant" lines
38867         instead of handling "typed-constant".
38868         * conform/data/signal.h-data: Use "constant" instead of
38869         "typed-constant".
38870
38871         * conform/conformtest.pl: Handle "optional-" at start of lines in
38872         one place rather than duplicating several cases.  Handle each
38873         format of "macro" line with initial "optional-".
38874
38875         * conform/conformtest.pl: Only accept expected constant or
38876         optional-constant values with "==".  Parse all "constant" lines in
38877         one place.  Parse all "optional-constant" lines in one place.
38878         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
38879         * conform/data/fmtmsg.h-data: Likewise.
38880         * conform/data/netinet/in.h-data: Likewise.
38881         * conform/data/tar.h-data: Likewise.
38882         * conform/data/limits.h-data: Use "==" form on "constant" and
38883         "optional-constant" lines.
38884
38885         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
38886         Use -std=c99 for XOPEN2K.
38887         (@knownproblems): Remove.
38888         (newtoken): Don't check %isknown.
38889
38890         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
38891         Do not expect macro.
38892         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
38893         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
38894         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
38895         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
38896         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
38897         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
38898         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
38899         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
38900         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
38901         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
38902         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
38903         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
38904         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
38905         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
38906         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
38907         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
38908         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
38909         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
38910         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
38911         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
38912         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
38913         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
38914         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
38915         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
38916         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
38917         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
38918         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
38919         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
38920         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
38921         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
38922         [XPG3] (acosh): Likewise.
38923         [XPG3] (asinh): Likewise.
38924         [XPG3] (atanh): Likewise.
38925         [XPG3] (cbrt): Likewise.
38926         [XPG3] (expm1): Likewise.
38927         [XPG3] (ilogb): Likewise.
38928         [XPG3] (log1p): Likewise.
38929         [XPG3] (logb): Likewise.
38930         [XPG3] (nextafter): Likewise.
38931         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
38932         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
38933         [XPG3] (remainder): Likewise.
38934         [XPG3] (rint): Likewise.
38935         [XPG3 || XPG4 || UNIX98] (round): Likewise.
38936         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
38937         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
38938         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
38939         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
38940         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
38941         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
38942         [UNIX98 || XOPEN2K] (scalb): Expect.
38943         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
38944         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
38945         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
38946         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
38947         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
38948         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
38949         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
38950         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
38951         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
38952         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
38953         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
38954         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
38955         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
38956         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
38957         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
38958         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
38959         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
38960         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
38961         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
38962         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
38963         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
38964         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
38965         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
38966         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
38967         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
38968         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
38969         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
38970         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
38971         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
38972         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
38973         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
38974         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
38975         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
38976         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
38977         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
38978         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
38979         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
38980         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
38981         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
38982         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
38983         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
38984         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
38985         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
38986         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
38987         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
38988         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
38989         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
38990         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
38991         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
38992         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
38993         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
38994         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
38995         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
38996         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
38997         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
38998         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
38999         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
39000         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
39001         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
39002         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
39003         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
39004         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
39005         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
39006         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
39007         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
39008         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
39009         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
39010         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
39011         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
39012         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
39013         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
39014         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
39015         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
39016         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
39017         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
39018         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
39019         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
39020         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
39021         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
39022         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
39023         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
39024         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
39025         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
39026         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
39027         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
39028         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
39029         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
39030         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
39031         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
39032         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
39033         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
39034         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
39035         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
39036         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
39037         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
39038         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
39039         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
39040         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
39041         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
39042         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
39043         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
39044         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
39045         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
39046         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
39047         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
39048         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
39049         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
39050         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
39051         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
39052         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
39053         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
39054         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
39055         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
39056         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
39057         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
39058         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
39059         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
39060         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
39061         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
39062         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
39063         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
39064         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
39065         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
39066         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
39067         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
39068         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
39069         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
39070         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
39071         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
39072         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
39073         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
39074         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
39075         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
39076         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
39077         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
39078         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
39079         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
39080
39081         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
39082         _XOPEN_SOURCE_EXTENDED for XPG4.
39083
39084         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
39085
39086         * Makeconfig (localtime): Remove variable.
39087         (inst_localtime-file): Likewise.
39088
39089 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
39090
39091         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
39092         Update.
39093         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39094         Update.
39095         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
39096         Update.
39097         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
39098         Update.
39099         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
39100         Update.
39101         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
39102         Update.
39103         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
39104         Update.
39105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
39106         Update.
39107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
39108         Update.
39109
39110 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
39111
39112         [BZ #2550]
39113         [BZ #2570]
39114         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
39115         comparisons to determine direction to adjust input.
39116         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
39117         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
39118         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
39119         Likewise.
39120         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
39121         Likewise.
39122         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
39123         Likewise.
39124         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
39125         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
39126         Likewise.
39127         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
39128         Likewise.
39129         * math/libm-test.inc (nexttoward_test): Add more tests.
39130
39131 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
39132
39133         [BZ #14040]
39134         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
39135         in version GLIBC_2.1, not GLIBC_2.0.
39136         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
39137         Likewise.
39138
39139 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
39140
39141         [BZ #13942]
39142         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
39143         (1 - x) * (1 + x).
39144         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
39145         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
39146         * math/libm-test.inc (acos_test): Add more tests.
39147         (asin_test): Likewise.
39148         * sysdeps/i386/fpu/libm-test-ulps: Update.
39149         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39150
39151         [BZ #14034]
39152         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
39153         of square root.
39154         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
39155         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
39156         * math/libm-test.inc (acos_test_tonearest): New function.
39157         (acos_test_towardzero): Likewise.
39158         (acos_test_downward): Likewise.
39159         (acos_test_upward): Likewise.
39160         (asin_test_tonearest): Likewise.
39161         (asin_test_towardzero): Likewise.
39162         (asin_test_downward): Likewise.
39163         (asin_test_upward): Likewise.
39164         (main): Call the new functions.
39165         * sysdeps/i386/fpu/libm-test-ulps: Update.
39166         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39167
39168         [BZ #13884]
39169         [BZ #13924]
39170         * math/e_exp10.c: Include <float.h>.
39171         (__ieee754_exp10): Handle underflow here rather than multiplying
39172         large negative argument by M_LN10.
39173         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
39174         of __ieee754_expf.
39175         * math/e_exp10l.c: Include <float.h>.
39176         (__ieee754_exp10l): Handle underflow here rather than multiplying
39177         large negative argument by M_LN10l.
39178         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
39179         spurious overflow exception on underflow.
39180
39181 2012-04-29  Marek Polacek  <polacek@redhat.com>
39182
39183         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
39184         (__fortify_function): New macro.
39185         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
39186         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
39187         __extern_always_inline.
39188         * libio/bits/stdio2.h: Likewise.
39189         * libio/bits/stdio.h: Likewise.
39190         * string/string.h: Likewise.
39191         * string/bits/string3.h: Likewise.
39192         * include/stdio.h: Likewise.
39193         * stdlib/bits/stdlib.h: Likewise.
39194         * stdlib/stdlib.h: Likewise.
39195         * rt/bits/mqueue2.h: Likewise.
39196         * rt/mqueue.h: Likewise.
39197         * posix/bits/unistd.h: Likewise.
39198         * posix/unistd.h: Likewise.
39199         * io/bits/poll2.h: Likewise.
39200         * io/bits/fcntl2.h: Likewise.
39201         * io/fcntl.h: Likewise.
39202         * io/sys/poll.h: Likewise.
39203         * misc/bits/syslog.h: Likewise.
39204         * misc/bits/syslog-ldbl.h: Likewise.
39205         * misc/sys/syslog.h: Likewise.
39206         * socket/bits/socket2.h: Likewise.
39207         * socket/sys/socket.h: Likewise.
39208         * debug/tst-chk1.c: Likewise.
39209         * wcsmbs/bits/wchar2.h: Likewise.
39210         * wcsmbs/bits/wchar-ldbl.h: Likewise.
39211         * wcsmbs/wchar.h: Likewise.
39212
39213 2012-04-29  Andreas Jaeger  <aj@suse.de>
39214
39215         * Makerules (tests): Remove enable-check-abi protection.
39216         (check-abi-warn): Remove.
39217         (check-abi-%): Remove check-abi-warn usage.
39218
39219         * configure.in: Remove check-abi configure option.
39220         * configure: Regenerated.
39221         * config.make.in (enable-check-abi): Remove.
39222
39223 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
39224
39225         [BZ #14033]
39226         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
39227         double functions to double *_finite functions.
39228
39229         [BZ #13941]
39230         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
39231         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
39232         LDBL_MIN_EXP.
39233         * stdio-common/Makefile (tests): Add tst-sprintf3.
39234         * stdio-common/tst-sprintf3.c: New file.
39235
39236         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
39237         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
39238
39239 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
39240
39241         * conform/conformtest.pl: Remove duplicate typed-constant
39242         handling.
39243
39244 2012-04-28  David S. Miller  <davem@davemloft.net>
39245
39246         * Makerules (%.abilist): Add vpath on sysdep_dirs.
39247         (check-abi-%): Remove AWK script prerequisite and explicit
39248         abilist directory.
39249         (check-abi): Rewrite to just diff the symlist with the abilist.
39250         (config-tls, config-abi-config): Delete, no longer used.
39251         (update-abi-%): Remove AWK script and explicit abilist directory.
39252         (update-abi): Rewrite to simply compare and conditionally copy the
39253         symlist and the sysdep abilist file.  Remove update-abi-config
39254         checks.
39255         * abilist/ld.abilist: Remove.
39256         * abilist/libBrokenLocale.abilist: Remove.
39257         * abilist/libanl.abilist: Remove.
39258         * abilist/libcrypt.abilist: Remove.
39259         * abilist/libdl.abilist: Remove.
39260         * abilist/librt.abilist: Remove.
39261         * abilist/libthread_db.abilist: Remove.
39262         * abilist/libutil.abilist: Remove.
39263         * scripts/extract-abilist.awk: Remove.
39264         * scripts/merge-abilist.awk: Remove.
39265         * sysdeps/generic/libcidn.abilist: New file.
39266         * sysdeps/generic/libnss_compat.abilist: New file.
39267         * sysdeps/generic/libnss_db.abilist: New file.
39268         * sysdeps/generic/libnss_dns.abilist: New file.
39269         * sysdeps/generic/libnss_files.abilist: New file.
39270         * sysdeps/generic/libnss_hesiod.abilist: New file.
39271         * sysdeps/generic/libnss_nis.abilist: New file.
39272         * sysdeps/generic/libnss_nisplus.abilist: New file.
39273         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
39274         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
39275         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
39276         file.
39277         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
39278         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
39279         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
39280         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
39281         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
39282         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
39283         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
39284         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
39285         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
39286         file.
39287         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
39288         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
39289         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
39290         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
39291         file.
39292         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
39293         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
39294         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
39295         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
39296         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
39297         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
39298         file.
39299         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
39300         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
39301         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
39302         file.
39303         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
39304         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
39305         New file.
39306         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
39307         New file.
39308         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
39309         New file.
39310         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
39311         New file.
39312         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
39313         New file.
39314         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
39315         New file.
39316         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
39317         New file.
39318         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
39319         New file.
39320         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
39321         New file.
39322         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
39323         New file.
39324         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
39325         New file.
39326         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
39327         New file.
39328         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
39329         New file.
39330         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
39331         file.
39332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
39333         New file.
39334         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
39335         New file.
39336         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
39337         file.
39338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
39339         New file.
39340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
39341         New file.
39342         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
39343         file.
39344         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
39345         New file.
39346         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
39347         New file.
39348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
39349         New file.
39350         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
39351         New file.
39352         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
39353         New file.
39354         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
39355         New file.
39356         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
39357         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
39358         file.
39359         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
39360         New file.
39361         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
39362         file.
39363         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
39364         file.
39365         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
39366         file.
39367         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
39368         file.
39369         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
39370         file.
39371         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
39372         New file.
39373         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
39374         file.
39375         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
39376         file.
39377         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
39378         New file.
39379         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
39380         file.
39381         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
39382         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
39383         file.
39384         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
39385         New file.
39386         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
39387         file.
39388         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
39389         file.
39390         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
39391         file.
39392         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
39393         file.
39394         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
39395         file.
39396         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
39397         New file.
39398         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
39399         file.
39400         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
39401         file.
39402         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
39403         New file.
39404         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
39405         file.
39406         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
39407         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
39408         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
39409         file.
39410         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
39411         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
39412         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
39413         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
39414         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
39415         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
39416         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
39417         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
39418         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
39419         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
39420         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
39421         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
39422         file.
39423         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
39424         New file.
39425         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
39426         file.
39427         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
39428         file.
39429         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
39430         file.
39431         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
39432         file.
39433         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
39434         file.
39435         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
39436         New file.
39437         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
39438         New file.
39439         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
39440         file.
39441         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
39442         New file.
39443         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
39444         file.
39445         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
39446         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
39447         file.
39448         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
39449         New file.
39450         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
39451         file.
39452         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
39453         file.
39454         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
39455         file.
39456         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
39457         file.
39458         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
39459         file.
39460         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
39461         New file.
39462         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
39463         New file.
39464         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
39465         file.
39466         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
39467         New file.
39468         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
39469         file.
39470
39471 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
39472
39473         * conform/conformtest.pl: Fix typo in handling typed-constant from
39474         allow-header.
39475
39476 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
39477
39478         * README: Cut down references to pre-2.6 Linux kernels and
39479         Linuxthreads.  Update lists of configurations in libc and ports
39480         and sort alphabetically.  Say "or newer" with Linux kernel version
39481         requirements.
39482
39483         * config.h.in [IS_IN_build]: Allow compiling without optimization.
39484
39485 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
39486
39487         [BZ #887]
39488         * math/libm-test.inc (logb_test_downward): New test to expose
39489         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
39490         rounding mode.
39491
39492 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
39493
39494         [BZ #14027]
39495         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
39496         to be done.
39497         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
39498         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
39499
39500 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
39501
39502         * sysdeps/unix/i386/brk.S: Remove file.
39503         * sysdeps/unix/i386/dl-brk.S: Likewise.
39504         * sysdeps/unix/i386/pipe.S: Likewise.
39505         * sysdeps/unix/i386/sigreturn.S: Likewise.
39506         * sysdeps/unix/i386/syscall.S: Likewise.
39507         * sysdeps/unix/i386/vfork.S: Likewise.
39508         * sysdeps/unix/i386/wait.S: Likewise.
39509
39510         * sysdeps/unix/common/tcsendbrk.c: Move to ...
39511         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
39512
39513         * configure.in (arm*-none*): Do not allow without
39514         --enable-hacker-mode.
39515         (netbsd*): Remove case setting base_os.
39516         (386bsd*): Likewise.
39517         (freebsd*): Likewise.
39518         (bsdi*): Likewise.
39519         (osf*): Likewise.
39520         (sunos*): Likewise.
39521         (ultrix*): Likewise.
39522         (newsos*): Likewise.
39523         (dynix*): Likewise.
39524         (*bsd*): Likewise.
39525         (sysv*): Likewise.
39526         (isc*): Likewise.
39527         (esix*): Likewise.
39528         (sco*): Likewise.
39529         (minix*): Likewise.
39530         (irix4*): Likewise.
39531         (irix6*): Likewise.
39532         (solaris[2-9]*): Likewise.
39533         (none): Likewise.
39534         * configure: Regenerated.
39535
39536 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39537
39538         [BZ #11521]
39539         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
39540         overflow or cancellation in calculating denominator.
39541         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
39542         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
39543         down expression to avoid unexpected rounding in newer GCCs.
39544         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
39545
39546 2012-04-26  David S. Miller  <davem@davemloft.net>
39547
39548         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
39549         long-double compat symbols.
39550         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
39551         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
39552         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
39553         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
39554         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
39555         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
39556         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
39557         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
39558         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
39559         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
39560         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
39561         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
39562         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
39563
39564 2012-04-25  David S. Miller  <davem@davemloft.net>
39565
39566         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
39567         HWCAP_* values only after the memory barriers have been defined.
39568         (atomic_full_barrier): Define.
39569         (atomic_read_barrier): Define.
39570         (atomic_write_barrier): Define.
39571
39572 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
39573
39574         * shlib-versions: Add libgcc_s version information.
39575         * sysdeps/generic/libgcc_s.h: Remove.
39576         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
39577         libgcc_s.h.
39578         * sysdeps/gnu/unwind-resume.c: Likewise.
39579         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
39580
39581 2012-04-25  David S. Miller  <davem@davemloft.net>
39582
39583         * sysdeps/unix/sparc/brk.S: Delete.
39584         * sysdeps/unix/sparc/dl-brk.S: Delete.
39585         * sysdeps/unix/sparc/pipe.S: Delete.
39586         * sysdeps/unix/sparc/sysdep.S: Delete.
39587         * sysdeps/unix/sparc/sysdep.h: Delete.
39588         * sysdeps/unix/sparc/vfork.S: Delete.
39589         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
39590         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
39591         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
39592         (ret_ERRVAL, r0, r1, MOVE): Define.
39593         (JUMPTARGET): Remove.
39594         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
39595         sysdeps/unix/sparc/sysdep.h
39596         (ENTRY, END): Remove.
39597         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
39598
39599 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
39600
39601         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
39602         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
39603         -DIS_IN_build.
39604
39605         * timezone/README: Update upstream location and email address for
39606         tzcode and tzdata.
39607         * timezone/zdump.c: Update from tzcode 2012b.
39608         * timezone/zic.c: Likewise.
39609
39610         * configure.in (libc_cv_as_needed): Remove test.
39611         * configure: Regenerated.
39612         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
39613         conditional definition.
39614         [$(have-as-needed) != yes] (no-as-needed): Likewise.
39615         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
39616         * config.make.in (have-as-needed): Remove variable.
39617
39618 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
39619             Paul Pluzhnikov  <ppluzhnikov@google.com>
39620
39621         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
39622         strings correctly.
39623
39624 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
39625
39626         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
39627         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
39628         * sysdeps/sh/strlen.S: Likewise.
39629
39630 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39631
39632         * sysdeps/unix/fork.S: Remove file.
39633         * sysdeps/unix/i386/fork.S: Likewise.
39634         * sysdeps/unix/sparc/fork.S: Likewise.
39635
39636         * sysdeps/unix/system.c: Remove file.
39637         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
39638
39639         * sysdeps/unix/getegid.S: Remove file.
39640         * sysdeps/unix/geteuid.S: Likewise.
39641
39642 2012-04-24  Roland McGrath  <roland@hack.frob.com>
39643
39644         * scripts/check-localplt.awk: New file.
39645         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
39646         of diff.
39647         * scripts/data/localplt-generic.data: Add a comment.
39648
39649         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
39650         NODE when __dir_mkfile failed.
39651         * sysdeps/mach/hurd/symlinkat.c: Likewise.
39652         Reported by Ludovic Courtès <ludo@gnu.org>.
39653
39654 2012-04-24  Andreas Jaeger  <aj@suse.de>
39655
39656         * Makerules (common-clean): Also remove gen-as-const-headers
39657         files.
39658
39659 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39660
39661         * Makerules (native-compile): Do not change working directory for
39662         build.  Use $(OUTPUT_OPTION) in command.
39663         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
39664
39665 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39666
39667         [BZ #13886]
39668         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
39669         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
39670         * math/libm-test.inc (floor_test): Add more tests.
39671         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
39672
39673 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39674
39675         * sysdeps/unix/getdents.c: Remove file.
39676         * sysdeps/unix/sysv/getdents.c: Likewise.
39677         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
39678
39679         * sysdeps/unix/syscalls.list (madvise): Add syscall from
39680         sysdeps/unix/mman/syscalls.list.
39681         (mmap): Likewise.
39682         (mprotect): Likewise.
39683         (msync): Likewise.
39684         (munmap): Likewise.
39685         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
39686         * sysdeps/unix/mman/syscalls.list: Remove.
39687         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
39688
39689         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
39690         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
39691         * configure: Regenerated.
39692         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
39693         $(libgcc_s_suffix).
39694         * config.make.in (libgcc_s_suffix): Remove variable.
39695
39696 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
39697
39698         * sysdeps/unix/sysv/gethostname.c: Move to ...
39699         * sysdeps/posix/gethostname.c: ... here.
39700
39701         * sysdeps/unix/execve.S: Remove file.
39702
39703         * sysdeps/unix/_exit.S: Remove file.
39704
39705 2012-04-23  Andreas Jaeger  <aj@suse.de>
39706
39707         [BZ #13739]
39708         * manual/Makefile: Remove make dist support, there's no
39709         need for a stand-alone documentation tar ball.
39710         (TEXI2DVI): Define always, it's not in Makeconfig.
39711         (dist): Removed.
39712         (tar-it): Removed.
39713         (edition): Removed.
39714         (glibc-doc-$(edition).tar): Removed
39715         (%.Z): Removed.
39716         (%.gz): Removed.
39717         (%.uu): Removed.
39718         (ETAGS): Remove, it's in Makeconfig.
39719         (move-if-change): Remove, it's in Makeconfig.
39720
39721 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
39722
39723         [BZ #13970]
39724         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
39725         (strtod, strtof, strtold, strtol, strtoul, strtoq)
39726         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
39727         (strtod_l, strtof_l, strtold_l): Remove __wur.
39728         It is not necessarily an error to ignore strtol's return value.
39729         One can reliably look at the stored endptr to decide whether
39730         the number had valid syntax.
39731
39732 2012-04-21  Andreas Jaeger  <aj@suse.de>
39733
39734         [BZ #13739]
39735         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
39736
39737 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
39738
39739         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
39740         * sysdeps/unix/sysv/Versions: Remove file.
39741
39742 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
39743
39744         [BZ #13927]
39745         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39746
39747 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
39748
39749         [BZ #7064]
39750         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
39751         version from __vm86.
39752
39753 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
39754
39755         * sysdeps/unix/common/lxstat.c: Remove file.
39756         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
39757
39758         * sysdeps/unix/sysv/Makefile: Remove file.
39759
39760         * sysdeps/unix/sysv/direct.h: Remove file.
39761
39762         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
39763         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
39764         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
39765         * sysdeps/unix/sysv/bits/signum.h: Likewise.
39766         * sysdeps/unix/sysv/bits/stat.h: Likewise.
39767         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
39768         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
39769
39770         * sysdeps/unix/sysv/setrlimit.c: Remove file.
39771
39772         * sysdeps/unix/xmknod.c: Remove file.
39773         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
39774
39775         * sysdeps/unix/sysv/settimeofday.c: Remove file.
39776
39777         * sysdeps/unix/sysv/i386/time.S: Remove file.
39778
39779         * sysdeps/unix/fxstat.c: Remove file.
39780         * sysdeps/unix/xstat.c: Likewise.
39781         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
39782
39783         * sysdeps/unix/sysv/sigaction.c: Remove file.
39784
39785         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
39786         (sysdep_headers): Remove variable.
39787         [termio.h not in sysdep_headers] (generated): Likewise.
39788         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
39789         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
39790         * sysdeps/unix/sysv/tcdrain.c: Likewise.
39791         * sysdeps/unix/sysv/tcflow.c: Likewise.
39792         * sysdeps/unix/sysv/tcflush.c: Likewise.
39793         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
39794         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
39795         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
39796         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
39797         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
39798
39799         * sysdeps/unix/siglist.c: Remove file.
39800
39801         * sysdeps/unix/getppid.S: Remove file.
39802
39803         * sysdeps/unix/mkdir.c: Remove file.
39804         * sysdeps/unix/rmdir.c: Likewise.
39805
39806 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
39807
39808         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
39809         ERR_MAX value.
39810         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
39811         errlist-compat value.
39812
39813 2012-04-18  David S. Miller  <davem@davemloft.net>
39814
39815         * sysdeps/generic/memcopy.h (reg_char): Delete.
39816         * debug/strcat_chk.c: Use char, not reg_char.
39817         * debug/strcpy_chk.c: Likewise.
39818         * debug/strncat_chk.c: Likewise.
39819         * debug/strncpy_chk.c: Likewise.
39820         * string/memchr.c: Likewise.
39821         * string/memrchr.c: Likewise.
39822         * string/rawmemchr.c: Likewise.
39823         * string/strcat.c: Likewise.
39824         * string/strchr.c: Likewise.
39825         * string/strchrnul.c: Likewise.
39826         * string/strcmp.c: Likewise.
39827         * string/strcpy.c: Likewise.
39828         * string/strncat.c: Likewise.
39829         * string/strncmp.c: Likewise.
39830         * string/strncpy.c: Likewise.
39831
39832 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39833
39834         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
39835         __builtin_memcopy is called when src and dest ranges are known to not
39836         overlap.
39837
39838 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39839
39840         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
39841         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
39842         fwd_align_merge macro call.
39843         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
39844         bwd_align_merge macro call.
39845         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
39846
39847 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39848
39849         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
39850         bwd_align_merge macros.
39851         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
39852         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
39853         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
39854
39855 2012-04-18  David S. Miller  <davem@davemloft.net>
39856
39857         * sysdeps/sparc/sparc64/memcopy.h: Delete.
39858
39859 2012-04-18  Andreas Jaeger  <aj@suse.de>
39860
39861         [BZ# 6794]
39862         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
39863         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
39864         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39865
39866         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
39867         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
39868         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39869
39870         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
39871         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
39872         Adjust for changed ldbl-128 files.
39873
39874         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
39875         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
39876         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39877
39878 2012-04-17  David S. Miller  <davem@davemloft.net>
39879
39880         * sysdeps/sparc/sparc32/memcopy.h: Delete.
39881
39882 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
39883
39884         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
39885         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
39886         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
39887         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
39888         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
39889         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
39890
39891 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39892
39893         [BZ #6794]
39894         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
39895         * math/libm-test.inc: Add ilogb errno and exception tests.
39896         * math/w_ilogb.c: New file: ilogb wrapper.
39897         * math/w_ilogbf.c: New file: ilogbf wrapper.
39898         * math/w_ilogbl.c: New file: ilogbl wrapper.
39899         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
39900         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
39901         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
39902         exception being thrown with 0.0 as argument.
39903         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
39904         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
39905         exception being thrown with 0.0 as argument.
39906         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
39907         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
39908         exception being thrown with 0.0 as argument.
39909         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
39910         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
39911         exception being thrown with 0.0 as argument.
39912         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
39913         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
39914         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
39915         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
39916         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
39917         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
39918         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
39919         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
39920         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
39921
39922 2012-04-17  Petr Baudis  <pasky@ucw.cz>
39923
39924         * include/sys/uio.h: Change __vector to __iovec to avoid clash
39925         with altivec.
39926
39927 2012-04-16  Marek Polacek  <polacek@redhat.com>
39928
39929         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
39930
39931 2012-04-16  Marek Polacek  <polacek@redhat.com>
39932
39933         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
39934         operands of fdivp instruction.
39935
39936 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
39937
39938         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
39939         * elf/tst-auditmod3b.c: Likewise.
39940         * elf/tst-auditmod4b.c: Likewise.
39941         * elf/tst-auditmod5b.c: Likewise.
39942         * elf/tst-auditmod6b.c: Likewise.
39943         * elf/tst-auditmod6c.c: Likewise.
39944         * elf/tst-auditmod7b.c: Likewise.
39945         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
39946         * sysdeps/x86_64/preconfigure.in: Likewise.
39947         * sysdeps/x86_64/preconfigure: Regenerated.
39948
39949 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
39950
39951         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
39952         __ILP32__.
39953
39954 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
39955
39956         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
39957         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
39958
39959 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
39960
39961         [BZ #13973]
39962         * locale/iso-639.def: Fix gl language name. Spotted by
39963         Yaron Shahrabani.
39964
39965 2012-04-12  Roland McGrath  <roland@hack.frob.com>
39966
39967         [BZ #2074]
39968         * libio/libio.h (__io_write_fn): Update comment.
39969
39970 2012-04-12  Petr Baudis  <pasky@ucw.cz>
39971
39972         [BZ #2074]
39973         * stdio.texi (Hook Functions): The user provided writer function
39974         is not allowed to return -1.
39975
39976 2012-04-11  David S. Miller  <davem@davemloft.net>
39977
39978         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39979
39980 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
39981
39982         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
39983         Add a leading slash to rtkaio.
39984
39985 2012-04-11  Jim Meyering  <meyering@redhat.com>
39986
39987         [BZ #11959]
39988         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
39989         It is not necessarily an error to ignore fwrite's return
39990         value.  One can reliably use ferror to test for errors after
39991         the fact.
39992
39993 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
39994
39995         * bits/types.h (__snseconds_t): New type.
39996         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
39997
39998         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
39999         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40000         (__SNSECONDS_T_TYPE): Likewise.
40001         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40002         (__SNSECONDS_T_TYPE): Likewise.
40003         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40004         (__SNSECONDS_T_TYPE): Likewise.
40005
40006 2012-04-10  Andreas Jaeger  <aj@suse.de>
40007
40008         [BZ #2636]
40009         * manual/time.texi (Processor Time): Return type of times is
40010         elapsed real time since an arbitrary point in the past.
40011         (CPU Time): Move CLK_TCK from here...
40012         (Processor Time): ...to here.  Correct description.
40013         * manual/conf.texi (Constants for Sysconf): Correct description of
40014         _SC_CLK_TCK.
40015
40016 2012-04-10  David S. Miller  <davem@davemloft.net>
40017
40018         [BZ #13967]
40019         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
40020         where the is a gap between DT_REL(A) and DT_JMPREL.
40021
40022 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
40023
40024         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
40025         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
40026         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
40027
40028 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
40029
40030         * elf/dl-support.c (_dl_inhibit_cache): New variable.
40031         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
40032         (dl_main): Handle --inhibit-cache.
40033         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
40034         _dl_inhibit_cache.
40035         * elf/dl-load.c (_dl_map_object): Use it.
40036         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
40037
40038 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
40039
40040         [BZ #13872]
40041         * sysdeps/i386/fpu/e_powl.S (p78): New object.
40042         (__ieee754_powl): Saturate large exponents rather than testing for
40043         overflow of y*log2(x).
40044         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
40045         * math/libm-test.inc (pow_test): Do not permit spurious overflow
40046         exceptions.
40047
40048         [BZ #11521]
40049         * math/s_ctan.c: Include <float.h>.
40050         (__ctan): Avoid internal overflow or cancellation in calculating
40051         denominator.
40052         * math/s_ctanf.c: Likewise.
40053         * math/s_ctanl.c: Likewise.
40054         * math/s_ctanh.c: Likewise.
40055         * math/s_ctanhf.c: Likewise.
40056         * math/s_ctanhl.c: Likewise.
40057         * math/libm-test.inc (ctan_test): Add more tests.
40058         (ctanh_test): Likewise.
40059         * sysdeps/i386/fpu/libm-test-ulps: Update.
40060         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40061
40062 2012-04-09  Andreas Jaeger  <aj@suse.de>
40063
40064         [BZ #6894]
40065         * manual/filesys.texi (Directory Entries): Mention that d_namlen
40066         is an optional BSD extension.
40067
40068         [BZ #10254]
40069         * manual/stdio.texi (Opening Streams): Document additional fopen
40070         parameters.
40071
40072 2012-04-09  Roland McGrath  <roland@hack.frob.com>
40073
40074         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
40075         %eax without telling the compiler.
40076
40077 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
40078
40079         [BZ # 13963]
40080         * manual/install.texi: Use sourceware.org.
40081
40082 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
40083
40084         [BZ #13873]
40085         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
40086         (__ieee754_pow): Generate overflow and underflow using huge*huge
40087         and tiny*tiny rather than just returning constant infinity or zero
40088         for large exponents.
40089         * math/libm-test.inc (pow_test): Require overflow exceptions for
40090         applicable cases of large exponents.
40091
40092         [BZ #706]
40093         * sysdeps/i386/fpu/e_pow.S (p10): New object.
40094         (__ieee754_pow): Use iterative multiplication algorithm only for
40095         integer exponents with absolute value below 1024.  Check for odd
40096         integer exponents when using algorithm for real exponents.
40097         * math/libm-test.inc (pow_test): Add more tests.
40098         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40099
40100 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
40101
40102         [BZ #13705]
40103         * math/libm-test.inc (exp_test): Do not allow overflow exception
40104         on underflow test.
40105
40106 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
40107
40108         [BZ #13705]
40109         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
40110         instead of __kernel_standard_f.
40111
40112 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
40113
40114         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
40115         * sysdeps/x86_64/memset_chk.S: Likewise.
40116
40117 2012-04-08  Andreas Jaeger  <aj@suse.de>
40118
40119         [BZ #10153]
40120         * manual/startup.texi (Environment Access): Describe return value
40121         for putenv and setenv.
40122
40123         [BZ #6895]
40124         * manual/filesys.texi (Directory Entries): Add description for
40125         DT_LNK.
40126
40127         [BZ #6890]
40128         * manual/filesys.texi (Directory Entries): Clarify that it's file
40129         system not operating system in the description of DT_UNKNOWN.
40130
40131         [BZ #6578]
40132         * manual/syslog.texi (closelog): Fix reference, it's openlog.
40133
40134 2012-04-08  Stephen Compall  <s11@member.fsf.org>
40135
40136         [BZ #6649]
40137         * manual/llio.texi (Opening and Closing Files): Add cross
40138         reference to explain mode argument.
40139
40140 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
40141
40142         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
40143         * sysdeps/x86_64/memset_chk.S: Likewise.
40144
40145 2012-04-07  David S. Miller  <davem@davemloft.net>
40146
40147         * elf/elf.h (R_SPARC_WDISP10): Define.
40148         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
40149         R_SPARC_SIZE32.
40150         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
40151         R_SPARC_SIZE64 and R_SPARC_H34.
40152
40153 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
40154
40155         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
40156         conditions and remove no longer applicable assertion.
40157
40158 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
40159
40160         * bits/byteswap.h: Include <features.h>.
40161         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
40162         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
40163
40164 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
40165
40166         * bits/byteswap.h (__bswap_16): Removed.
40167         Include <bits/byteswap-16.h> to get __bswap_16.
40168         * sysdeps/i386/bits/byteswap.h: Likewise.
40169         * sysdeps/s390/bits/byteswap.h: Likewise.
40170         * sysdeps/x86_64/bits/byteswap.h: Likewise.
40171         * bits/byteswap-16.h: New file.
40172         * sysdeps/i386/bits/byteswap-16.h: Likewise.
40173         * sysdeps/s390/bits/byteswap-16.h: Likewise.
40174         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
40175         * string/Makefile (headers): Add bits/byteswap-16.h.
40176
40177 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
40178
40179         [BZ #13895]
40180         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
40181         extra indirection.
40182         * nss/Makefile (tests-static, tests): Add tst-nss-static.
40183         * nss/tst-nss-static.c: New.
40184
40185 2012-04-06  Robert Millan  <rmh@gnu.org>
40186
40187         [BZ #6486]
40188         * manual/llio.texi (File Position Primitive): lseek
40189         refers to WHENCE when it really means OFFSET.
40190
40191 2012-04-06  Andreas Jaeger  <aj@suse.de>
40192
40193         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
40194         strncmp declarations.
40195
40196         * abilist/libc.abilist: Add __poll and __ppoll.
40197
40198 2012-04-05  David S. Miller  <davem@davemloft.net>
40199
40200         * scripts/check-local-headers.sh: Accept a host triplet in the
40201         path matched by the exclude regexp.
40202
40203         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
40204         definition.
40205         * sysdeps/powerpc/powerpc32/dl-machine.h
40206         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
40207         * sysdeps/s390/s390-32/dl-machine.h
40208         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
40209         * sysdeps/sparc/sparc32/dl-machine.h
40210         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
40211         * sysdeps/sparc/sparc64/dl-machine.h
40212         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
40213
40214         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
40215         lazy binding.
40216         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
40217         undefined symbol errors.
40218
40219         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
40220         DT_NEEDED entries.
40221
40222 2012-04-05  Michael Matz  <matz@suse.de>
40223
40224         [BZ #13592]
40225         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
40226
40227 2012-04-05  Andreas Jaeger  <aj@suse.de>
40228
40229         [BZ #13908]
40230         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
40231         comment.
40232
40233 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
40234
40235         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
40236         which ROUND is no valid rounding mode.
40237
40238 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
40239
40240         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
40241         read again.
40242         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
40243
40244 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
40245
40246         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
40247         an exception using FPU order intentionally.
40248
40249 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
40250
40251         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
40252         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
40253         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
40254         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
40255
40256 2012-04-05  Simon Josefsson  <simon@josefsson.org>
40257
40258         [BZ #12340]
40259         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
40260         EINVAL when BUFLEN is too smal.
40261
40262 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
40263
40264         [BZ #13553]
40265         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
40266         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
40267
40268 2012-04-03  Andreas Jaeger  <aj@suse.de>
40269
40270         [BZ #13938]
40271         * manual/setjmp.texi (System V contexts): Fix sentence.
40272
40273         [BZ #13926]
40274         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
40275         New macro for this case.
40276         [!__GNUC__] (__bswap_64): New inline function for this case.
40277         * sysdeps/x86_64/bits/byteswap.h: Likewise.
40278         * bits/byteswap.h: Likewise.
40279         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
40280         ull, guard with __GLIBC_HAVE_LONG_LONG.
40281
40282         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
40283         __GLIBC_HAVE_LONG_LONG.
40284
40285         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
40286         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
40287
40288 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
40289
40290         [BZ #13691]
40291         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
40292         inptr and inend, rather than using last_ch.
40293
40294 2012-04-02  David S. Miller  <davem@davemloft.net>
40295
40296         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
40297         * stdio-common/printf-parse.h (read_int): Change return type to
40298         'int', return -1 on INT_MAX overflow.
40299         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
40300         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
40301         overflows INT_MAX.  Check for overflow of in-format-string precision
40302         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
40303         SIZE_MAX not INT_MAX for integer overflow test.
40304         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
40305         skip the construct in the format string but do not record anything.
40306         * stdio-common/bug22.c: Adjust to test both width/prevision
40307         INT_MAX overflow as well as total length INT_MAX overflow.  Check
40308         explicitly for proper errno values.
40309
40310 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
40311
40312         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
40313         CHAR_MAX.
40314         * string/test-strcmp.c [! WIDE]: Likewise.
40315         * time/tst-mktime2.c: Likewise for INT_MAX.
40316         * string/test-string.h: #include <sys/param.h> for MIN.
40317
40318         * csu/init-first.c (__libc_init_first): Call __ctype_init.
40319         * sysdeps/i386/init-first.c (init): Likewise.
40320         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
40321         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
40322         * sysdeps/sh/init-first.c (init): Likewise.
40323
40324 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
40325
40326         * po/ru.po: Update from translation team.
40327         * po/vi.po: Likewise.
40328
40329 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
40330
40331         * resolv/nss_dns/dns-host.c: Merge copyright years.
40332
40333 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40334
40335         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
40336         Optimize memcpy with prefetch if
40337         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
40338         src, dst pointers have unequal 16 byte alignments.
40339
40340 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
40341
40342         [BZ #13928]
40343         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
40344         from a CNAME entry and return the minimum ttl for the query.
40345         (gaih_getanswer_slice): Likewise.
40346
40347 2012-03-30  Jeff Law  <law@redhat.com>
40348
40349         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
40350         due to long keys.
40351         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
40352         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
40353
40354         * resolv/nss_dns/dns-host.c: Update copyright year.
40355
40356 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
40357
40358         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
40359         requests to save a system call.  Fix check that all bytes are sent.
40360
40361         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
40362         comments for sendmmsg.
40363
40364 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
40365
40366         [BZ #13691]
40367         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
40368         with only 1 character between 0x0041 and 0x01b0.
40369         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
40370         * wcsmbs/tst-mbsnrtowcs.c: New file.
40371
40372 2012-03-29  David S. Miller  <davem@davemloft.net>
40373
40374         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
40375         small copies by hand.
40376
40377 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
40378
40379         [BZ #13761]
40380         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
40381         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
40382         group memberships.
40383
40384 2012-03-28  David S. Miller  <davem@davemloft.net>
40385
40386         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
40387         that branches into memcpy.
40388         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
40389         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
40390         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
40391         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
40392         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
40393         bits.
40394         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
40395         implementation too.
40396         * sysdeps/sparc/mempcpy.S: New file.
40397
40398         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
40399         the IFUNC routine in the libc case.
40400         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
40401
40402         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
40403         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
40404         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
40405         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
40406         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
40407         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
40408         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
40409         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
40410
40411         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
40412         loop to 256 bytes instead of 64 bytes and fix test signedness.
40413
40414         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
40415         * sysdeps/sparc/sparc32/Makefile: rather than here...
40416         * sysdeps/sparc/sparc64/Makefile: and here.
40417
40418 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
40419
40420         * malloc/mallocbug.c: Avoid warnings about unused variables.
40421
40422 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
40423
40424         [BZ #13760]
40425         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
40426         in the right place. Discard and retry query if response is
40427         larger than input buffer size.
40428
40429 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
40430
40431         [BZ #369]
40432         [BZ #2678]
40433         [BZ #3866]
40434         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
40435         x for large integer exponent.
40436         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
40437         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
40438         sign of result as needed afterwards.
40439         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
40440         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
40441         result for underflowing pow the same as for overflow.
40442         (__kernel_standard_l): Handle powl overflow and underflow here
40443         rather than calling __kernel_standard.
40444         * math/libm-test.inc (pow_test): Add more tests.
40445
40446         [BZ #3868]
40447         [BZ #13879]
40448         [BZ #13910]
40449         [BZ #13911]
40450         [BZ #13912]
40451         [BZ #13913]
40452         [BZ #13915]
40453         [BZ #13916]
40454         [BZ #13917]
40455         [BZ #13918]
40456         [BZ #13919]
40457         [BZ #13920]
40458         [BZ #13921]
40459         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
40460         * sysdeps/ieee754/k_standard.c: Include <float.h>.
40461         (__kernel_standard_l): New function.
40462         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
40463         __kernel_standard.
40464         * math/w_acosl.c (__acosl): Likewise.
40465         * math/w_asinl.c (__asinl): Likewise.
40466         * math/w_atan2l.c (__atan2l): Likewise.
40467         * math/w_atanhl.c (__atanhl): Likewise.
40468         * math/w_coshl.c (__coshl): Likewise.
40469         * math/w_exp10l.c (__exp10l): Likewise.
40470         * math/w_exp2l.c (__exp2l): Likewise.
40471         * math/w_fmodl.c (__fmodl): Likewise.
40472         * math/w_hypotl.c (__hypotl): Likewise.
40473         * math/w_j0l.c (__j0l, __y0l): Likewise.
40474         * math/w_j1l.c (__j1l, __y1l): Likewise.
40475         * math/w_jnl.c (__jnl, __ynl): Likewise.
40476         * math/w_lgammal.c (__lgammal): Likewise.
40477         * math/w_log10l.c (__log10l): Likewise.
40478         * math/w_log2l.c (__log2l): Likewise.
40479         * math/w_logl.c (__logl): Likewise.
40480         * math/w_powl.c (__powl): Likewise.
40481         * math/w_remainderl.c (__remainderl): Likewise.
40482         * math/w_scalbl.c (sysv_scalbl): Likewise.
40483         * math/w_sinhl.c (__sinhl): Likewise.
40484         * math/w_sqrtl.c (__sqrtl): Likewise.
40485         * math/w_tgammal.c (__tgammal): Likewise.
40486         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
40487         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
40488         * math/libm-test.inc (acos_test): Add more tests.
40489         (acosh_test): Likewise.
40490         (asin_test): Likewise.
40491         (atanh_test): Likewise.
40492         (exp_test): Likewise.
40493         (exp10_test): Likewise.
40494         (exp2_test): Likewise.
40495         (expm1_test): Likewise.
40496         (lgamma_test): Likewise.
40497         (log_test): Likewise.
40498         (log10_test): Likewise.
40499         (log1p_test): Likewise.
40500         (log2_test): Likewise.
40501         (pow_test): Do not allow some spurious overflow exceptions.
40502         (sqrt_test): Add more tests.
40503         (tgamma_test): Likewise.
40504         (y0_test): Likewise.
40505         (y1_test): Likewise.
40506         (yn_test): Likewise.
40507
40508 2012-03-27  Anton Blanchard  <anton@samba.org>
40509
40510         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
40511         MAP_HUGETLB.
40512         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
40513         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
40514         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
40515
40516 2012-03-27  David S. Miller  <davem@davemloft.net>
40517
40518         * conform/Makefile: Run run-conformtest.sh using $(BASH).
40519
40520         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
40521         have-as-vis3 check.
40522
40523 2012-03-27  Andreas Jaeger  <aj@suse.de>
40524
40525         * sysdeps/x86_64/elf/configure.in: Moved to ...
40526         * sysdeps/x86_64/configure.in: ... here.
40527         * sysdeps/x86_64/elf/start.S: Moved to ...
40528         * sysdeps/x86_64/start.S: ... here.
40529         * sysdeps/x86_64/elf/configure: Delete.
40530
40531         * sysdeps/x86_64/configure.in: Merge contents from
40532         sysdeps/i386/configure.in (without i686 check).
40533
40534         * sysdeps/i386/elf/Versions: Merge into ...
40535         * sysdeps/i386/Versions: ... this.
40536         * sysdeps/i386/elf/Versions: Delete file.
40537         * sysdeps/i386/elf/start.S: Moved to ...
40538         * sysdeps/i386/start.S: ...here.
40539         * sysdeps/i386/elf/configure.in: Merge into...
40540         * sysdeps/i386/configure.in: ...here.
40541         * sysdeps/i386/elf/configure.in: Delete file.
40542         * sysdeps/i386/elf/configure: Delete file.
40543
40544         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
40545         * debug/backtracesyms.c: ... here.
40546         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
40547         * debug/backtracesymsfd.c: ... here.
40548         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
40549         * sysdeps/generic/ifunc-sel.h: ... here.
40550
40551         * sysdeps/unix/i386/start.c: Delete file.
40552         * sysdeps/unix/sparc/start.c: Delete file.
40553         * sysdeps/unix/start.c: Delete file.
40554
40555         * sysdeps/sh/elf/configure.in: Moved to ...
40556         * sysdeps/sh/configure.in: ... here.
40557         * sysdeps/sh/elf/start.S: Moved to ...
40558         * sysdeps/sh/start.S: ... here.
40559         * sysdeps/sh/elf/configure: Delete file.
40560
40561         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
40562         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
40563         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
40564         * sysdeps/powerpc/powerpc64/entry.h: ... here.
40565         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
40566         * sysdeps/powerpc/powerpc64/start.S: here.
40567         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
40568         * sysdeps/powerpc/powerpc64/Makefile: ... this.
40569         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
40570         * sysdeps/powerpc/powerpc64/configure.in: ... this.
40571         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
40572
40573         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
40574         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
40575         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
40576         * sysdeps/powerpc/powerpc32/start.S: ... here.
40577         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
40578         * sysdeps/powerpc/powerpc32/configure.in: ... this.
40579         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
40580
40581         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
40582         * sysdeps/powerpc/ifunc-sel.h: ... here.
40583         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
40584         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
40585
40586         * sysdeps/sparc/elf/configure.in: Moved to ...
40587         * sysdeps/sparc/configure.in: ... here.
40588         * sysdeps/sparc/elf/configure: Delete file.
40589         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
40590         * sysdeps/sparc/sparc32/start.S: ... here.
40591         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
40592         * sysdeps/sparc/sparc64/start.S: ... here.
40593         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
40594         * sysdeps/sparc/sparc32/Makefile: ... this.
40595         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
40596         * sysdeps/sparc/sparc64/Makefile: ... this.
40597
40598         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
40599         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
40600         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
40601         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
40602         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
40603         * sysdeps/s390/s390-32/setjmp.S: ... here.
40604         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
40605         * sysdeps/s390/s390-32/configure.in: ... here.
40606         * sysdeps/s390/s390-32/elf/configure: Delete file.
40607         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
40608         * sysdeps/s390/s390-32/start.S: ... here.
40609
40610         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
40611         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
40612         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
40613         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
40614         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
40615         * sysdeps/s390/s390-64/setjmp.S: ... here.
40616         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
40617         * sysdeps/s390/s390-64/configure.in: ... here
40618         * sysdeps/s390/s390-64/elf/configure: Delete file.
40619         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
40620         * sysdeps/s390/s390-64/start.S: ... here.
40621         * sysdeps/s390/s390-64/elf/configure: Delete.
40622
40623         * configure.in: Remove support for elf directories in sysdeps.
40624
40625         * configure: Regenerated.
40626         * sysdeps/i386/configure: Regenerated.
40627         * sysdeps/powerpc/powerpc32/configure: Regenerated.
40628         * sysdeps/powerpc/powerpc64/configure: Regenerated.
40629         * sysdeps/s390/s390-32/configure: Regenerated.
40630         * sysdeps/s390/s390-64/configure: Regenerated.
40631         * sysdeps/sh/configure: Regenerated.
40632         * sysdeps/sparc/configure: Regenerated.
40633         * sysdeps/x86_64/configure: Regenerated.
40634
40635 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
40636
40637         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40638
40639         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
40640         denormal result into account.
40641
40642 2012-03-25  Roland McGrath  <roland@hack.frob.com>
40643
40644         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
40645         Reported by Allan McRae <allan@archlinux.org>.
40646
40647 2012-03-23  Jeff Law  <law@redhat.com>
40648
40649         * nss/getnssent.c (__nss_getent): Fix typo.
40650
40651 2012-03-23  David S. Miller  <davem@davemloft.net>
40652
40653         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40654
40655 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
40656
40657         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
40658         to pad to uint64_t for each field.
40659         (dl_tls_index): Replace unsigned long with uint64_t.
40660
40661 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
40662         Paul Pluzhnikov  <ppluzhnikov@google.com>
40663
40664         [BZ #6528]
40665         * grp/Makefile (otherlibs): Don't set it.
40666         * inet/Makefile (otherlibs): Likewise.
40667         * login/Makefile (otherlibs): Likewise.
40668         * nscd/Makefile (otherlibs): Likewise.
40669         * posix/Makefile (otherlibs): Likewise.
40670         * pwd/Makefile (otherlibs): Likewise.
40671         * rt/Makefile (otherlibs): Likewise.
40672         * sunrpc/Makefile (otherlibs): Likewise.
40673         * nss/Makefile (otherlibs): Likewise.
40674         Add libnss_files to routines and static-only-routines.
40675         ($(objpfx)getent): Remove rule.
40676         * resolv/Makefile: Add libnss_dns and libresolv to routines and
40677         static-only-routines.
40678
40679 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
40680
40681         [BZ #13892]
40682         * math/s_cexp.c: Include <float.h>.
40683         (__cexp): Handle exp result overflowing not necessarily
40684         overflowing both real and imaginary parts of result.
40685         * math/s_cexpf.c: Likewise.
40686         * math/s_cexpl.c: Likewise.
40687         * math/libm-test.inc (cexp_test): Add more tests.
40688         * sysdeps/i386/fpu/libm-test-ulps: Update.
40689         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40690
40691 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40692
40693         * include/link.h (ELFW): New macro.
40694         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
40695         Replace ELF64_R_TYPE with ELFW(R_TYPE).
40696
40697 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40698
40699         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
40700         with uint64_t.
40701
40702 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40703
40704         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
40705         declaration.
40706         (struct La_x32_retval): Likewise.
40707
40708 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40709
40710         * sysdeps/x86_64/preconfigure.in: New file.
40711         * sysdeps/x86_64/preconfigure: New generated file.
40712
40713 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
40714
40715         [BZ #13824]
40716         * math/e_exp2l.c: Include <float.h>.
40717         (__ieee754_exp2l): Handle overflow and underflow cases
40718         separately.  Only pass fractional part of argument to
40719         __ieee754_expl.
40720         * math/libm-test.inc (exp2_test): Add more tests.
40721
40722         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
40723         negating x to take absolute value.
40724         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
40725         Likewise.
40726         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
40727         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
40728         Likewise.
40729         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
40730         computing low part if x was negated.
40731         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
40732
40733 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40734
40735         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
40736         la_x32_gnu_pltexit.
40737         (pltexit): Cast int_retval to ptrdiff_t.
40738         * elf/tst-auditmod3b.c: Likewise.
40739         * elf/tst-auditmod4b.c: Likewise.
40740         * elf/tst-auditmod5b.c: Likewise.
40741         * elf/tst-auditmod6b.c: Likewise.
40742         * elf/tst-auditmod6c.c: Likewise.
40743         * elf/tst-auditmod7b.c: Likewise.
40744
40745         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
40746         and x32_gnu_pltexit.
40747
40748         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
40749         __ELF_NATIVE_CLASS.
40750         (La_x32_regs): New macro.
40751         (La_x32_retval): Likewise.
40752         (la_x32_gnu_pltenter): New function prototype.
40753         (la_x32_gnu_pltexit): Likewise.
40754
40755 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
40756
40757         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
40758         exponent.
40759
40760         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40761
40762         * configure.in (libc_cv_cc_nofma): Check for option to disable
40763         generation of FMA instructions.
40764         * configure: Regenerate.
40765         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
40766         * sysdeps/ieee754/dbl-64/Makefile: New file.
40767         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
40768         Remove brandred-fma4.
40769         (CFLAGS-brandred-fma4.c): Remove.
40770         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
40771         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
40772         define.
40773         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
40774         define.
40775
40776 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40777
40778         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
40779         LLONG_MAX != LONG_MAX.
40780         (_itoa_word): Use _ITOA_WORD_TYPE on value.
40781         (_fitoa_word): Likewise.
40782         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
40783         LLONG_MAX != LONG_MAX.
40784         * stdio-common/_itowa.h: Include <_itoa.h>.
40785         (_itowa_word): Use _ITOA_WORD_TYPE on value.
40786         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
40787         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
40788         only if not defined.
40789         (_ITOA_WORD_TYPE): Likewise.
40790         (_itoa_word): Use _ITOA_WORD_TYPE on value.
40791         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
40792
40793 2012-03-21  David S. Miller  <davem@davemloft.net>
40794
40795         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40796
40797 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40798
40799         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
40800         of x86_64 when setting libc_cv_slibdir, libdir and
40801         libc_cv_localedir.
40802         * sysdeps/unix/sysv/linux/configure: Regenerated.
40803
40804 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40805
40806         * manual/lang.texi (Old Varargs): Remove section.
40807         (How Variadic): Update menu.
40808         (va_start): Do not mention varargs.h.
40809
40810 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
40811             Joseph Myers  <joseph@codesourcery.com>
40812
40813         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
40814         link test.
40815         * configure: Regenerated.
40816
40817 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
40818
40819         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
40820         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
40821         conformtest.pl
40822
40823 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40824
40825         * NOTES: Remove.
40826         * Makefile (files-for-dist): Remove NOTES.
40827         (NOTES): Remove rule.
40828         * README: Don't refer to NOTES.
40829         * manual/creature.texi: Don't include macros.texi.
40830         * manual/intro.texi (creature.texi): Remove comment referring to
40831         NOTES.
40832
40833         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
40834         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
40835         * configure: Regenerated.
40836         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
40837         LIBC_TRY_CC_OPTION.
40838         (libc_cv_as_i686): Likewise.
40839         (libc_cv_cc_avx): Likewise.
40840         (libc_cv_cc_sse2avx): Likewise.
40841         (libc_cv_cc_fma4): Likewise.
40842         (libc_cv_cc_novzeroupper): Likewise.
40843         * sysdeps/i386/configure: Regenerated.
40844
40845         [BZ #13883]
40846         * sysdeps/i386/fpu/s_cexp.S: Remove.
40847         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
40848         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
40849         * math/libm-test.inc (cexp_test): Add more tests.
40850         * sysdeps/i386/fpu/libm-test-ulps: Update.
40851         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40852
40853 2012-03-21  Allan McRae  <allan@archlinux.org>
40854
40855         * timezone/Makefile: Do not install iso3166.tab and zone.tab
40856
40857 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40858
40859         [BZ #13871]
40860         * math/w_exp2.c: Do not include <float.h>.
40861         (o_threshold, u_threshold): Remove.
40862         (__exp2): Calculate result before checking finiteness and calling
40863         __kernel_standard.
40864         * math/w_exp2f.c: Likewise.
40865         * math/w_exp2l.c: Likewise.
40866         * math/libm-test.inc (exp2_test): Require overflow exception for
40867         1e6 input.
40868
40869         [BZ #3866]
40870         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
40871         range of signed 64-bit integers before using fistpll.  Remove
40872         checks for whether integers fit in mantissa bits.
40873         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
40874         the range of signed 32-bit integers before using fistpl.  Remove
40875         checks for whether integers fit in mantissa bits.
40876         * sysdeps/i386/fpu/e_powl.S (p64): New object.
40877         (__ieee754_powl): Test for y outside the range of signed 64-bit
40878         integers before using fistpll.  Reduce 64-bit values to 63-bit
40879         ones as needed.
40880         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
40881         divide-by-zero is raised for zero to large negative powers.
40882         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
40883         (__ieee754_powl): Test for y outside the range of signed 64-bit
40884         integers before using fistpll.  Reduce 64-bit values to 63-bit
40885         ones as needed.
40886         * math/libm-test.inc (pow_test): Add more tests.
40887
40888 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40889
40890         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
40891         <stdio-common/_itoa.h>.
40892         * debug/segfault.c: Likewise.
40893         * elf/dl-cache.c: Likewise.
40894         * elf/dl-minimal.c: Likewise.
40895         * elf/dl-misc.c: Likewise.
40896         * elf/dl-sysdep.c: Likewise.
40897         * elf/dl-version.c: Likewise.
40898         * elf/rtld.c: Likewise.
40899         * hurd/hurdsock.c: Likewise.
40900         * hurd/lookup-retry.c: Likewise.
40901         * malloc/malloc.c: Likewise.
40902         * malloc/mtrace.c: Likewise.
40903         * nscd/nscd_getgr_r.c: Likewise.
40904         * nscd/nscd_getpw_r.c: Likewise.
40905         * nscd/nscd_getserv_r.c: Likewise.
40906         * posix/getopt_init.c: Likewise.
40907         * posix/wordexp.c: Likewise.
40908         * stdio-common/_itoa.c: Likewise.
40909         * stdio-common/printf_fphex.c: Likewise.
40910         * stdio-common/vfprintf.c: Likewise.
40911         * string/_strerror.c: Likewise.
40912         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
40913         * sysdeps/i386/i686/hp-timing.h: Likewise.
40914         * sysdeps/mach/_strerror.c: Likewise.
40915         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
40916         * sysdeps/mach/hurd/sethostid.c: Likewise.
40917         * sysdeps/mach/hurd/xmknodat.c: Likewise.
40918         * sysdeps/mach/xpg-strerror.c: Likewise.
40919         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
40920         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
40921         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
40922         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
40923         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
40924         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
40925         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
40926         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
40927         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
40928         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
40929         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
40930         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
40931         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
40932         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
40933         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
40934         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
40935         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
40936         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
40937         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
40938         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
40939         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
40940
40941         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
40942
40943         * stdio-common/_itoa.h: Moved to ...
40944         * sysdeps/generic/_itoa.h: Here.
40945
40946         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
40947
40948         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
40949         instead of "_itoa.h" and "_itowa.h".
40950         * stdio-common/vfprintf.: Likewise.
40951
40952 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40953
40954         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
40955         <bits/wordsize.h>.
40956         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
40957         (__signbit): Likwise.
40958         (llrintf): Likwise.
40959         (llrint): Likwise.
40960
40961 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40962
40963         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
40964         __WORDSIZE != 64.
40965
40966 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
40967
40968         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
40969         OVERFLOW_EXCEPTION_OK.
40970         * math/libm-test.inc ("Philosophy"): Update comment about
40971         exception testing.
40972         (OVERFLOW_EXCEPTION): Define.
40973         (OVERFLOW_EXCEPTION_OK): Likewise.
40974         (INVALID_EXCEPTION_OK): Renumber.
40975         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
40976         (IGNORE_ZERO_INF_SIGN): Likewise.
40977         (test_exceptions): Handle FE_OVERFLOW.
40978         (exp10_test): Expect overflow exceptions.
40979         (exp2_test): Likewise.
40980         (expm1_test): Likewise.
40981         (nextafter_test): Likewise.
40982         (pow_test): Likewise.
40983         (scalbn_test): Likewise.
40984         (scalbln_test): Likewise.
40985
40986 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40987
40988         * sysdeps/x86_64/bits/atomic.h
40989         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
40990         64bit integer.
40991         (atomic_exchange_acq): Likewise.
40992         (__arch_exchange_and_add_body): Likewise.
40993         (__arch_add_body): Likewise.
40994         (atomic_add_negative): Likewise.
40995         (atomic_add_zero): Likewise.
40996
40997 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40998
40999         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
41000         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
41001
41002 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
41003
41004         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
41005         Check __x86_64__ instead of __WORDSIZE.
41006
41007 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
41008
41009         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
41010
41011 2012-03-19  David S. Miller  <davem@davemloft.net>
41012
41013         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41014
41015         * sysdeps/sparc/fpu/fenv_private.h: New file.
41016         * sysdeps/sparc/fpu/math_private.h: Use it.
41017         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
41018         Remove.
41019         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
41020         (libc_feholdexcept_setroundl): Remove.
41021         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
41022         Remove.
41023         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
41024         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
41025
41026 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
41027
41028         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
41029         int64_t instead of long int.
41030         (INSERT_WORDS64): Likwise.
41031
41032 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
41033
41034         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
41035         _Unwind_GetCFA return to _Unwind_Ptr first.
41036
41037 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
41038
41039         [BZ #13629]
41040         * math/s_clog.c: Include <float.h>.
41041         (__clog): Scale large or subnormal inputs.
41042         * math/s_clogf.c: Likewise.
41043         * math/s_clogl.c: Likewise.
41044         * math/s_clog10.c: Include <float.h>.
41045         (M_LOG10_2): Define.
41046         (__clog10): Scale large or subnormal inputs.
41047         * math/s_clog10f.c: Likewise.
41048         * math/s_clog10l.c: Likewise.
41049         * math/libm-test.inc (clog_test): Add more tests.
41050         (clog10_test): Likewise.
41051         * sysdeps/i386/fpu/libm-test-ulps: Update.
41052         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41053
41054         [BZ #11451]
41055         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
41056         x and y.
41057         * math/libm-test.inc (atan2_test): Add another test.
41058
41059         * Makerules (common-objdir-compile): Remove.
41060         * sysdeps/unix/Makefile (config-generated): Do not add
41061         $(unix-generated) to variable.
41062         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
41063         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
41064         Remove rule.
41065         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
41066         Likewise.
41067         [generic bits/local_lim.h] (before-compile): Do not append to
41068         variable.
41069         [generic bits/local_lim.h] (common-generated): Likewise.
41070         [generic sys/param.h] (before-compile): Do not append to variable.
41071         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
41072         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
41073         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
41074         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
41075         include.
41076         [generic sys/param.h] (sys/param.h-includes): Remove variable.
41077         [generic sys/param.h] (sys/param.h-includes): Remove rule.
41078         [generic sys/param.h] ($(addprefix
41079         $(common-objpfx),$(sys/param.h-includes))): Likewise.
41080         [generic sys/param.h] (common-generated): Do not append to
41081         variable.
41082         [generic sys/param.h] (sysdep_headers): Likewise.
41083         [generic bits/errno.h] (before-compile): Do not append to
41084         variable.
41085         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
41086         rule.
41087         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
41088         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
41089         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
41090         [generic bits/errno.h] (common-generated): Do not append to
41091         variable.
41092         [generic bits/ioctls.h] (before-compile): Do not append to
41093         variable.
41094         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
41095         rule.
41096         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
41097         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
41098         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
41099         rule.
41100         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
41101         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
41102         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
41103         [generic bits/ioctls.h] (common-generated): Do not append to
41104         variable.
41105         [generic sys/syscall.h] (syscall.h): Remove variable.
41106         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
41107         rule.
41108         [generic sys/syscall.h] (before-compile): Do not append to
41109         variable.
41110         [generic sys/syscall.h] (common-generated): Likewise.
41111         * sysdeps/unix/errnos-tmpl.c: Remove file.
41112         * sysdeps/unix/errnos.awk: Likewise.
41113         * sysdeps/unix/ioctls-tmpl.c: Likewise.
41114         * sysdeps/unix/ioctls.awk: Likewise.
41115         * sysdeps/unix/mk-local_lim.c: Likewise.
41116         * sysdeps/unix/snarf-ioctls: Likewise.
41117
41118 2012-03-19  Richard Henderson  <rth@twiddle.net>
41119
41120         * sysdeps/i386/fpu/fenv_private.h: New file.
41121         * sysdeps/i386/fpu/math_private.h: Use it.
41122         (math_opt_barrier, math_force_eval): Remove.
41123         (libc_feholdexcept_setround_53bit): Remove.
41124         (libc_feupdateenv_53bit): Remove.
41125         * sysdeps/x86_64/fpu/math_private.h: Likewise.
41126         (math_opt_barrier, math_force_eval): Remove.
41127         (libc_feholdexcept): Remove.
41128         (libc_feholdexcept_setround): Remove.
41129         (libc_fetestexcept, libc_fesetenv): Remove.
41130         (libc_feupdateenv_test): Remove.
41131         (libc_feupdateenv, libc_feholdsetround): Remove.
41132         (libc_feresetround): Remove.
41133
41134         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
41135         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
41136
41137         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
41138         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
41139         (libc_feupdateenv_testl): New.
41140         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
41141         (libc_feupdateenv_testf): New.
41142         (libc_feupdateenv): Use libc_feupdateenv_test.
41143         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
41144         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
41145
41146         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
41147         (libc_feholdsetroundf, libc_feholdsetroundl): New.
41148         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
41149         (libc_feresetround_noex): New.
41150         (libc_feresetround_noexf): New.
41151         (libc_feresetround_noexl): New.
41152         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
41153         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
41154         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
41155         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
41156         SET_RESTORE_ROUND.
41157         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
41158         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
41159         (__cos): Likewise.
41160         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
41161         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
41162         SET_RESTORE_ROUND_NOEX.
41163         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
41164         SET_RESTORE_ROUND_NOEXF.
41165         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
41166         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
41167         (libc_feholdsetroundf): New.
41168         (libc_feresetround, libc_feresetroundf): New.
41169
41170         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
41171         (libc_feholdexcept_setround_53bit): Convert from macro to function.
41172         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
41173
41174         * sysdeps/generic/math_private.h: Include <fenv.h>.
41175         (default_libc_feholdexcept): New.
41176         (default_libc_feholdexcept_setround): New.
41177         (default_libc_fesetenv, default_libc_feupdateenv): New.
41178         (libc_feholdexcept): Only define if undefined.
41179         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
41180         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
41181         (libc_feholdexcept_setroundl): Likewise.
41182         (libc_feholdexcept_setround_53bit): Likewise.
41183         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
41184         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
41185         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
41186         (libc_feupdateenv_53bit): Likewise.
41187         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
41188         (libc_feholdexcept): Convert from macro to inline function.
41189         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
41190         (libc_fesetenv, libc_feupdateenv): Likewise.
41191
41192         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
41193         not previously defined.
41194         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
41195         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
41196         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
41197         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
41198         * sysdeps/ieee754/flt-32/math_private.h: New file.
41199         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
41200         math_private.h below SET_FLOAT_WORD.
41201         (__isnan, __isinf_ns, __finite): Remove.
41202         (__isnanf, __isinf_nsf, __finitef): Remove.
41203
41204 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
41205
41206         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41207
41208 2012-03-17  David S. Miller  <davem@davemloft.net>
41209
41210         [BZ #6471]
41211         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
41212         for 2.16.
41213
41214 2012-03-16  David S. Miller  <davem@davemloft.net>
41215
41216         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
41217         warnings.
41218
41219         [BZ #6471]
41220         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
41221         properly.
41222         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
41223         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
41224         sysdep_routines when subdir is sysvipc.
41225         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
41226         __getshmlba helper.
41227
41228         * sysdeps/sparc/fpu/libm-test/ulps: Update.
41229
41230 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
41231
41232         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
41233         [__LP64__].
41234
41235 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
41236
41237         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
41238         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
41239         (__lround): Renamed to ...
41240         (__llround): This.  Replace long int with long long int.
41241         Define lround functions as aliases of llround functions.
41242         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
41243
41244 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
41245
41246         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
41247         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
41248         adresses to uintptr_t.  Replace "long int" and "unsigned long
41249         int" with "greg_t" on va_arg.
41250
41251 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
41252
41253         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
41254         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
41255
41256         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
41257         Move e_machine check before EI_CLASS check.  Handle x32
41258         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
41259         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
41260         SKIP_EM_IA_64 and include
41261         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
41262
41263         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
41264         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
41265         (add_system_dir): New macro.
41266
41267         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
41268         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
41269
41270 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
41271
41272         [BZ #2551]
41273         [BZ #2552]
41274         [BZ #2553]
41275         [BZ #2554]
41276         [BZ #2562]
41277         [BZ #2563]
41278         [BZ #2565]
41279         [BZ #2566]
41280         [BZ #2576]
41281         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
41282         (y0): Likewise.
41283         * math/w_j0f.c (j0f): Likewise.
41284         (y0f): Likewise.
41285         * math/w_j0l.c (__j0l): Likewise.
41286         (__y0l): Likewise.
41287         * math/w_j1.c (j1): Likewise.
41288         (y1): Likewise.
41289         * math/w_j1f.c (j1f): Likewise.
41290         (y1f): Likewise.
41291         * math/w_j1l.c (__j1l): Likewise.
41292         (__y1l): Likewise.
41293         * math/w_jn.c (jn): Likewise.
41294         (yn): Likewise.
41295         * math/w_jnf.c (jnf): Likewise.
41296         (ynf): Likewise.
41297         * math/w_jnl.c (__jnl): Likewise.
41298         (__ynl): Likewise.
41299         * math/libm-test.inc (j0_test): Add more tests.
41300         (j1_test): Likewise.
41301         (jn_test): Likewise.  Add trailing semicolon to existing test.
41302         (y0_test): Likewise.
41303         (y1_test): Likewise.
41304         * sysdeps/i386/fpu/libm-test-ulps: Update.
41305         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41306
41307         [BZ #13851]
41308         [BZ #13854]
41309         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
41310         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
41311         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
41312         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
41313         (__tanl): Set errno for infinite argument.
41314         * sysdeps/i386/fpu/mptan.c: Remove.
41315         * sysdeps/i386/fpu/s_tan.S: Likewise.
41316         * sysdeps/i386/fpu/s_tanl.S: Likewise.
41317         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
41318         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
41319         * math/libm-test.inc (tan_test): Add more tests and enable more
41320         tests for double and long double.
41321         * sysdeps/i386/fpu/libm-test-ulps: Update.
41322         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41323
41324 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
41325
41326         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
41327         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
41328
41329 2012-03-16  Roland McGrath  <roland@hack.frob.com>
41330
41331         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
41332         * configure.in: Use it for both main tree and add-ons.
41333         * configure: Regenerated.
41334
41335 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
41336
41337         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
41338
41339 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
41340
41341         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
41342         in comment.
41343
41344         [BZ #13851]
41345         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
41346         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
41347         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
41348         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
41349         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
41350         infinite argument.
41351         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
41352         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
41353         != 0 for prec == 2.
41354         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
41355         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
41356         * sysdeps/i386/fpu/s_cosl.S: Likewise.
41357         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
41358         * sysdeps/i386/fpu/s_sinl.S: Likewise.
41359         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
41360         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
41361         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
41362         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
41363         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
41364         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
41365         * math/libm-test.inc (cos_test): Add more tests and enable more
41366         tests for long double.
41367         (sin_test): Likewise.
41368         (sincos_test): Likewise.
41369         * sysdeps/i386/fpu/libm-test-ulps: Update.
41370         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41371
41372 2012-03-16  David S. Miller  <davem@davemloft.net>
41373
41374         * sysdeps/sparc/fpu/math_private.h: New file.
41375
41376 2012-03-15  David S. Miller  <davem@davemloft.net>
41377
41378         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
41379         file.
41380         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
41381         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
41382         file.
41383         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
41384         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
41385         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
41386         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
41387         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
41388         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
41389         sysdep routines.
41390         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
41391
41392         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
41393         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
41394
41395         * sysdeps/sparc/sparc-ifunc.h: New file.
41396         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
41397         sparc-ifunc.h
41398         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
41399         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
41400         Likewise.
41401         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
41402         Likewise.
41403         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
41404         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
41405         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
41406         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
41407         Likewise.
41408         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
41409         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
41410         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
41411         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
41412         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
41413         Likewise.
41414         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
41415         Likewise.
41416         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
41417         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
41418         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
41419         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
41420         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
41421         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
41422         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
41423         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
41424         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
41425         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
41426         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
41427         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
41428         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
41429         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
41430         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
41431         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
41432         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
41433         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
41434         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
41435         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
41436         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
41437         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
41438         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
41439         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
41440
41441 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
41442
41443         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
41444         scaling.
41445         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41446
41447 2012-03-15  Andreas Jaeger  <aj@suse.de>
41448
41449         [BZ #13852]
41450         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
41451         ieee754/flt-32 implementation for sin, cos and sincos.
41452         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
41453         * sysdeps/i386/fpu/s_cosf.S: Likewise.
41454         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
41455         * sysdeps/i386/fpu/s_sinf.S: Likewise.
41456         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
41457         ieee754/flt-32 implementation for tan.
41458
41459         * math/libm-test.inc (cos_test): Enable some large input tests for
41460         float as well
41461         (sin_test): Likewise.
41462         (sincos_test): Likewise.
41463         (tan_test): Add tests for large input.
41464
41465         * sysdeps/i386/fpu/libm-test-ulps: Update.
41466
41467 2012-03-15  Andreas Jaeger  <aj@suse.de>
41468
41469         [BZ #13658]
41470         * math/libm-test.inc (cos_test): Add more test cases.
41471         (sin_test): Likewise.
41472         (sincos_test): Likewise.
41473
41474 2012-03-15  Andreas Jaeger  <aj@suse.de>
41475
41476         [BZ #13837]
41477         * math/libm-test.inc (cos_test): Add a test case for large input
41478         value.
41479         (sin_test): Likewise.
41480         (sincos_test): Likewise.
41481
41482 2012-03-15  Andreas Jaeger  <aj@suse.de>
41483             Joseph Myers  <joseph@codesourcery.com>
41484
41485         [BZ #13658]
41486         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
41487         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
41488         * sysdeps/i386/fpu/branred.c: Likewise.
41489         * sysdeps/i386/fpu/dosincos.c: Likewise.
41490         * sysdeps/i386/fpu/mpa.c: Likewise.
41491         * sysdeps/i386/fpu/s_cos.S: Likewise.
41492         * sysdeps/i386/fpu/s_sin.S: Likewise.
41493         * sysdeps/i386/fpu/s_sincos.S: Likewise.
41494         * sysdeps/i386/fpu/sincos32.c: Likewise.
41495
41496         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
41497         Define.
41498         (libc_feupdateenv_53bit): Define.
41499         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
41500         Define.
41501         (libc_feupdateenv_53bit): Define.
41502
41503         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
41504         53 bit (without extend i386 double precision).
41505
41506         * math/libm-test.inc (sincos_test): Add tests for large input.
41507         (sin): Likewise.
41508         (cos): Likewise.
41509
41510         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
41511
41512 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
41513
41514         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41515
41516 2012-03-15  David S. Miller  <davem@davemloft.net>
41517
41518         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
41519         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
41520         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
41521         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
41522         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
41523         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
41524         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
41525         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
41526         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
41527         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
41528         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
41529         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
41530         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
41531         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
41532         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
41533         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
41534         file.
41535         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
41536         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
41537         file.
41538         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
41539         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
41540         file.
41541         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
41542         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
41543         file.
41544         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
41545         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
41546         fmin/fmax sysdep routines.
41547         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
41548
41549 2012-03-14  David S. Miller  <davem@davemloft.net>
41550
41551         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
41552         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
41553         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
41554         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
41555         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
41556         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
41557         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
41558         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
41559         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
41560         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
41561         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
41562         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
41563         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
41564         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
41565         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
41566         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
41567         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
41568         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
41569         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
41570         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
41571         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
41572         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
41573         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
41574         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
41575         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
41576         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
41577         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
41578         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
41579         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
41580         routines.
41581         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
41582         file.
41583         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
41584         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
41585         file.
41586         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
41587         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
41588         file.
41589         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
41590         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
41591         file.
41592         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
41593         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
41594         file.
41595         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
41596         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
41597         file.
41598         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
41599         file.
41600         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
41601         file.
41602         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
41603         file.
41604         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
41605         New file.
41606         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
41607         file.
41608         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
41609         file.
41610         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
41611         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
41612         file.
41613         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
41614         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
41615         file.
41616         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
41617         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
41618         file.
41619         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
41620         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
41621         VIS3 routines.
41622
41623         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
41624         New file.
41625
41626         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41627
41628         * sysdeps/sparc/configure.in: New file.
41629         * sysdeps/sparc/configure: Generate.
41630         * configure.in (libc_cv_sparc_as_vis3): Substitute.
41631         * configure: Regenerate.
41632         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
41633         * config.make.in (have-as-vis3): New.
41634         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
41635         available use -Av9d instead of -Av9a.
41636         * sysdeps/sparc/sparc64/Makefile: Likewise.
41637         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
41638         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
41639         New file.
41640         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
41641         file.
41642         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
41643         New file.
41644         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
41645         file.
41646         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
41647         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
41648         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
41649         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
41650         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
41651
41652         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
41653         fzeros/fnegs to load 0x80000000 into a float register instead of
41654         using the stack.
41655         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
41656
41657 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
41658
41659         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41660         bits/syscall.h.
41661         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
41662         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
41663         ($(inst_includedir)/bits/syscall.h): Remove rule.
41664         ($(objpfx)bits/syscall.d): Include instead of
41665         $(objpfx)syscall-list.d.
41666         (generated): Change syscall-list.h and syscall-list.d to
41667         bits/syscall.h and bits/syscall.d.
41668
41669 2012-03-14  Roland McGrath  <roland@hack.frob.com>
41670
41671         [BZ #13846]
41672         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
41673
41674 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
41675
41676         [BZ #13841]
41677         * math/s_csqrt.c: Include <float.h>.
41678         (__csqrt): Scale large or subnormal inputs.
41679         * math/s_csqrtf.c: Likewise.
41680         * math/s_csqrtl.c: Likewise.
41681         * math/libm-test.inc (csqrt_test): Add more tests.
41682         * sysdeps/i386/fpu/libm-test-ulps: Update.
41683         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41684
41685         [BZ #13840]
41686         * math/libm-test.inc (hypot_test): Add more tests.
41687
41688 2012-03-13  David S. Miller  <davem@davemloft.net>
41689
41690         [BZ #13840]
41691         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
41692         double-precision for the calculation instead of scaling.
41693
41694 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
41695
41696         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
41697         manipulate bits before adding and subtracting TWO52[sx].
41698         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
41699         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
41700         Likewise.
41701         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
41702
41703 2012-03-13  David S. Miller  <davem@davemloft.net>
41704
41705         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
41706         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
41707         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
41708         rtld-global-offsets.h
41709         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
41710
41711         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
41712         large parameters.
41713
41714         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
41715
41716         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
41717         'err' in the ifdef scope in which it is actually used.
41718
41719         * nss/nss_db/db-init.c: Include string.h
41720
41721 2012-03-12  David S. Miller  <davem@davemloft.net>
41722
41723         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
41724         masking out of the most significant byte of random value used.
41725         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
41726         Fix coding style in previous change.
41727
41728         * sysdeps/unix/sysv/linux/kernel-features.h
41729         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
41730         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
41731         expression.
41732         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
41733         later.
41734
41735 2012-03-11  David S. Miller  <davem@davemloft.net>
41736
41737         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
41738         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
41739         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
41740         for 'resultvar' otherwise things get truncated on 64-bit.
41741
41742         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
41743         Fix masking out of the most significant byte of random value used.
41744
41745         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41746
41747 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
41748
41749         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41750
41751 2012-03-09  David S. Miller  <davem@davemloft.net>
41752
41753         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
41754         variables with appropriate CPP guards.
41755         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
41756         from the frame pointer, not the stack pointer.  Correct layout
41757         comments.  Fix test on resulting framesize and the management of
41758         the outregs buffer for pltexit.  Preserve floating point return
41759         values across _dl_call_pltexit call.
41760         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
41761         framesize and the management of the outregs buffer for pltexit.
41762         Preserve floating point return values across _dl_call_pltexit
41763         call.
41764         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
41765         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
41766         (la_sparc64_gnu_pltexit): New functions.
41767         (print_exit): Fix format string for return register value.
41768
41769 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
41770
41771         * sunrpc/Makefile (others): Add rpcgen.
41772         ($(objpfx)rpcgen): Remove special build rule and dependency on
41773         libc.
41774         * sunrpc/rpcgen.c: New file.
41775
41776 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
41777
41778         [BZ #13673]
41779         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
41780         * stdio-common/bug-vfprintf-nargs.c: Likewise.
41781         * sysdeps/i386/crti.S: Likewise.
41782         * sysdeps/i386/crtn.S: Likewise.
41783         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
41784         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
41785         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
41786         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
41787         * sysdeps/sh/crti.S: Likewise.
41788         * sysdeps/sh/crtn.S: Likewise.
41789         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
41790
41791         [BZ #13673]
41792         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
41793         with URL.
41794         * locale/programs/locfile-kw.gperf: Likewise.
41795         * locale/programs/charmap-kw.h: Regenerated.
41796         * locale/programs/locfile-kw.h: Likewise.
41797
41798         [BZ #13673]
41799         * intl/plural.y: Replace FSF snail mail address with URL.
41800         * intl/plural.c: Regenerated.
41801
41802 2012-03-09  Richard Henderson  <rth@twiddle.net>
41803
41804         * include/math_private.h: Remove file.
41805         * math/math_private.h: Move file ...
41806         * sysdeps/generic/math_private.h: ... here.
41807
41808         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
41809         * sysdeps/powerpc/fpu/math_private.h: Likewise.
41810         * sysdeps/x86_64/fpu/math_private.h: Likewise.
41811
41812         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
41813         and <math_private.h>.
41814         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
41815         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
41816         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
41817         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
41818         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
41819         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
41820         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
41821         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
41822         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
41823         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
41824         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
41825         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
41826         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
41827         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
41828         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
41829         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
41830         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
41831         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
41832         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
41833         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
41834         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
41835         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
41836         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
41837         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
41838         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
41839         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
41840         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
41841         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
41842         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
41843         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
41844         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
41845         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
41846         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
41847         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
41848         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
41849         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
41850         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
41851         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
41852         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
41853         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
41854         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
41855         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
41856         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
41857         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
41858         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
41859         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
41860         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
41861         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
41862         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
41863         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
41864         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
41865         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
41866         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
41867         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
41868         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
41869         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
41870         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
41871         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
41872         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
41873         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
41874         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
41875         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
41876         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
41877         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
41878         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
41879         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
41880         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
41881         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
41882         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
41883         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
41884         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
41885         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
41886         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
41887         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
41888         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
41889         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
41890         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
41891         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
41892         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
41893         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
41894         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
41895         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
41896         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
41897         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
41898         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
41899         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
41900         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
41901         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
41902         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
41903         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
41904         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
41905         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
41906         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
41907         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
41908         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
41909         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
41910         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
41911         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
41912         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
41913         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
41914         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
41915         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
41916         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
41917         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
41918         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
41919         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
41920         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
41921         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
41922         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
41923         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
41924         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
41925         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
41926         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
41927         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
41928         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
41929         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
41930         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
41931         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
41932         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
41933         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
41934         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
41935         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
41936         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
41937         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
41938         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
41939         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
41940         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
41941         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
41942         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
41943         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
41944         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
41945         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
41946         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
41947         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
41948         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
41949         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
41950         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
41951         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
41952         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
41953         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
41954         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
41955         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
41956         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
41957         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
41958         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
41959         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
41960         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
41961         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
41962         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
41963         * sysdeps/ieee754/k_standard.c: Likewise.
41964         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
41965         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
41966         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
41967         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
41968         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
41969         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
41970         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
41971         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
41972         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
41973         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
41974         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
41975         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
41976         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
41977         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
41978         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
41979         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
41980         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
41981         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
41982         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
41983         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
41984         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
41985         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
41986         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
41987         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
41988         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
41989         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
41990         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
41991         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
41992         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
41993         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
41994         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
41995         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
41996         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
41997         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
41998         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
41999         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
42000         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
42001         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
42002         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
42003         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
42004         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
42005         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
42006         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
42007         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
42008         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
42009         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
42010         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
42011         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
42012         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
42013         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
42014         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
42015         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
42016         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
42017         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
42018         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
42019         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
42020         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
42021         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
42022         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
42023         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
42024         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
42025         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
42026         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
42027         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
42028         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
42029         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
42030         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
42031         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
42032         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
42033         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
42034         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
42035         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
42036         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
42037         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
42038         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
42039         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
42040         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
42041         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
42042         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
42043         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
42044         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
42045         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
42046         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
42047         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
42048         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
42049         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
42050         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
42051         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
42052         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
42053         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
42054         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
42055         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
42056         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
42057         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
42058         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
42059         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
42060         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
42061         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
42062         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
42063         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
42064         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
42065         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
42066         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
42067         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
42068         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
42069         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
42070         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
42071         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
42072         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
42073         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
42074         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
42075         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
42076         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
42077         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
42078         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
42079         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
42080         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
42081         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
42082         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
42083         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
42084         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
42085         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
42086         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
42087         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
42088         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
42089         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
42090         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
42091         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
42092         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
42093         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
42094         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
42095         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
42096         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
42097         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
42098         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
42099         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
42100         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
42101         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
42102         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
42103         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
42104         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
42105         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
42106         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
42107         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
42108         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
42109         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
42110         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
42111         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
42112         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
42113         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
42114         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
42115         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
42116         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
42117         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
42118         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
42119         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
42120         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
42121         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
42122         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
42123         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
42124         * sysdeps/ieee754/s_lib_version.c: Likewise.
42125         * sysdeps/ieee754/s_matherr.c: Likewise.
42126         * sysdeps/ieee754/s_signgam.c: Likewise.
42127         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
42128         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
42129         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
42130         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
42131         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
42132         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
42133         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
42134         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
42135         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
42136         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
42137         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
42138         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
42139         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
42140         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
42141         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
42142         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
42143         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
42144         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
42145         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
42146         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
42147         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
42148
42149 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
42150
42151         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
42152         * sunrpc/rpc_main.c: Likewise.
42153         * sunrpc/rpc_svcout.c: Likewise.
42154
42155 2012-03-09  David S. Miller  <davem@davemloft.net>
42156
42157         * include/math_private.h: New file.
42158
42159 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
42160
42161         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
42162         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
42163         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
42164         from <bits/socket_type.h>.
42165         (enum __socket_type): Don't define here.
42166         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
42167         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42168         bits/socket_type.h.
42169
42170         [BZ #13566]
42171         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
42172         checking __USE_GNU.
42173
42174         * Makerules ($(inst_includedir)/%.h): New rule.
42175         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
42176         (install-others): Remove variable setting.
42177         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
42178
42179 2012-03-08  Richard Henderson  <rth@twiddle.net>
42180
42181         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
42182         from macro to inline function; merge with the
42183         !__LIBC_INTERNAL_MATH_INLINES version.
42184         (__ieee754_sqrtf): Likewise.
42185
42186         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
42187         to inline function.
42188         (__rintf, __floor, __floorf): Likewise.
42189
42190         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
42191         macro to inline function.
42192         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
42193
42194         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
42195         not <math/math_private.h>.
42196
42197 2012-03-08  David S. Miller  <davem@davemloft.net>
42198
42199         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
42200         copyright year.
42201         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
42202
42203 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
42204
42205         * resolv/gai_misc.c (handle_requests): Fix struct timespec
42206         normalization.
42207         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
42208         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
42209
42210 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
42211
42212         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
42213         be defined individually, they must be defined as a block.  Define
42214         S for printing a string instead of hidint the different by using a
42215         macro for adding the 'l'.
42216         * stdio-common/tst-fphex-wide.c: Adjust.
42217
42218 2012-03-07  Marek Polacek  <polacek@redhat.com>
42219
42220         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
42221
42222 2012-03-08  Marek Polacek  <polacek@redhat.com>
42223
42224         [BZ #13806]
42225         * stdio-common/Makefile (tests): Add tst-fphex-wide.
42226         * stdio-common/tst-fphex.c: Define a few macros to make the
42227         test reusable.  Use them.
42228         * stdio-common/tst-fphex-wide.c: New file.
42229
42230 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
42231
42232         [BZ #6911]
42233         * manual/macros.texi (gnusystems): New macro.
42234         (nongnusystems): Likewise.
42235         (gnulinuxhurdsystems): Likewise.
42236         (gnuhurdsystems): Likewise..
42237         (gnulinuxsystems): Likewise.
42238         * manual/charset.texi: Use new macros or @theglibc{} to refer to
42239         variants of the GNU system, not "GNU system".
42240         * manual/conf.texi: Likewise.
42241         * manual/errno.texi: Likewise.  Update example of errno macro
42242         expansion.
42243         * manual/filesys.texi: Likewise.
42244         (getumask): Document as specific to GNU/Hurd.
42245         * manual/install.texi: Likewise.  Reword some references to
42246         GNU/Linux.
42247         * manual/intro.texi: Likewise.
42248         * manual/io.texi: Likewise.
42249         (File Name Portability): Detail which constraints are inapplicable
42250         to all GNU systems and which are only inapplicable to GNU/Hurd.
42251         * manual/job.texi: Likewise.
42252         * manual/llio.texi: Likewise.
42253         (O_NOCTTY): Document as present on GNU/Linux.
42254         * manual/maint.texi: Likewise.
42255         * manual/memory.texi: Likewise.
42256         * manual/pattern.texi: Likewise.
42257         * manual/pipe.texi: Likewise.
42258         * manual/process.texi: Likewise.
42259         * manual/resource.texi: Likewise.
42260         (RUSAGE_CHILDREN): Remove statement about specifying a particular
42261         child on GNU/Hurd.
42262         * manual/setjmp.texi: Likewise.
42263         * manual/signal.texi: Likewise.
42264         * manual/startup.texi: Likewise.
42265         * manual/stdio.texi: Likewise.
42266         * manual/terminal.texi: Likewise.
42267         (ONLCR): Document as POSIX.
42268         (OXTABS): Document availability on GNU/Linux as XTABS.
42269         (ONOEOT): Document availability separately from other bits.
42270         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
42271         * manual/time.texi: Likewise.
42272         * manual/users.texi: Likewise.
42273         * INSTALL: Regenerated.
42274         * sysdeps/gnu/errlist.c: Regenerated.
42275
42276         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
42277         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
42278         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
42279         puts.
42280         * configure: Regenerated.
42281
42282 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
42283
42284         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
42285         default includes instead of AC_HEADER_CHECK.
42286         * sysdeps/i386/configure: Regenerated.
42287
42288         [BZ #10716]
42289         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
42290         * math/s_cacoshf.c (__cacoshf): Likewise.
42291         * math/s_cacoshl.c (__cacoshl): Likewise.
42292         * math/s_casinh.c (__casinh): Set signs of result from argument.
42293         * math/s_casinhf.c (__casinhf): Likewise.
42294         * math/s_casinhl.c (__casinhl): Likewise.
42295         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
42296         (casinh_test): Add more tests.
42297         * sysdeps/i386/fpu/libm-test-ulps: Update.
42298         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42299
42300 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
42301
42302         * po/zh_TW.po: Update from translation team.
42303
42304         * login/Makefile (distribute): Remove variable.
42305         * catgets/Makefile: Likewise.
42306         * mach/Makefile: Likewise.
42307         * malloc/Makefile: Likewise.
42308         * misc/Makefile: Likewise.
42309         * iconv/Makefile: Likewise.
42310         * nscd/Makefile: Likewise.
42311         * hurd/Makefile: Likewise.
42312         * manual/Makefile: Likewise.
42313         * locale/Makefile: Likewise.
42314         * intl/Makefile: Likewise.
42315         * conform/Makefile: Likewise.
42316         * nss/Makefile: Likewise.
42317         * time/Makefile: Likewise.
42318         * soft-fp/Makefile: Likewise.
42319         * dirent/Makefile: Likewise.
42320         * gmon/Makefile: Likewise.
42321         * po/Makefile: Likewise.
42322         * rt/Makefile: Likewise.
42323         * socket/Makefile: Likewise.
42324         * math/Makefile: Likewise.
42325         * signal/Makefile: Likewise.
42326         * debug/Makefile: Likewise.
42327         * elf/Makefile: Likewise.
42328         * timezone/Makefile: Likewise.
42329         * stdlib/Makefile: Likewise.
42330         * iconvdata/Makefile: Likewise.
42331         * sunrpc/Makefile: Likewise.
42332         * io/Makefile: Likewise.
42333         * argp/Makefile: Likewise.
42334         * inet/Makefile: Likewise.
42335         * hesiod/Makefile: Likewise.
42336         * grp/Makefile: Likewise.
42337         * csu/Makefile: Likewise.
42338         * wctype/Makefile: Likewise.
42339         * crypt/Makefile: Likewise.
42340         * libio/Makefile: Likewise.
42341         * string/Makefile: Likewise.
42342         * nis/Makefile: Likewise.
42343         * resolv/Makefile: Likewise.
42344         * stdio-common/Makefile: Likewise.
42345         * wcsmbs/Makefile: Likewise.
42346         * dlfcn/Makefile: Likewise.
42347         * posix/Makefile: Likewise.
42348
42349         [BZ #6959]
42350         * timezone/Makefile: Don't install timezone files, just the programs
42351         and scripts.
42352
42353 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
42354
42355         * nss/databases.def: Add missing gshadow entry.
42356
42357         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
42358
42359 2012-03-06  Marek Polacek  <polacek@redhat.com>
42360
42361         [BZ #13726]
42362         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
42363         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
42364         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
42365         * stdio-common/tst-long-dbl-fphex.c: New file.
42366
42367 2012-03-06  David S. Miller  <davem@davemloft.net>
42368
42369         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42370         (set_obp_int): New function.
42371         (get_obp_int): New function.
42372         (__get_clockfreq_via_dev_openprom): Likewise.
42373         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
42374         Avoid unused variable warnings on 'val' and use builtin_expect.
42375         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
42376         __builtin_expect.
42377         (INLINE_CLONE_SYSCALL): Likewise.
42378
42379 2012-03-05  David S. Miller  <davem@davemloft.net>
42380
42381         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42382
42383 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
42384
42385         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42386
42387         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
42388         only for |x| >= 40.
42389         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
42390
42391 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
42392
42393         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
42394         Replace gettimeofday with __vdso_gettimeofday.
42395
42396         * sysdeps/unix/sysv/linux/x86_64/init-first.c
42397         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
42398         __vdso_clock_gettime and __vdso_getcpu.
42399
42400         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
42401         time with __vdso_time.
42402
42403 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
42404
42405         * manual/lang.texi (size_t): Note types to which size_t may be
42406         equivalent with the GNU C Library, but do not describe when
42407         differences between them are significant.
42408
42409 2012-03-05  Andreas Jaeger  <aj@suse.de>
42410
42411         * sysdeps/i386/fpu/libm-test-ulps: Update.
42412
42413 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
42414
42415         [BZ #3976]
42416         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
42417         (__ieee754_pow): Save and restore rounding mode and use
42418         round-to-nearest for main computations.
42419         * math/libm-test.inc (pow_test_tonearest): New function.
42420         (pow_test_towardzero): Likewise.
42421         (pow_test_downward): Likewise.
42422         (pow_test_upward): Likewise.
42423         (main): Call the new functions.
42424         * sysdeps/i386/fpu/libm-test-ulps: Update.
42425         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42426
42427         [BZ #3976]
42428         * math/libm-test.inc (cosh_test_tonearest): New function.
42429         (cosh_test_towardzero): Likewise.
42430         (cosh_test_downward): Likewise.
42431         (cosh_test_upward): Likewise.
42432         (sinh_test_tonearest): Likewise.
42433         (sinh_test_towardzero): Likewise.
42434         (sinh_test_downward): Likewise.
42435         (sinh_test_upward): Likewise.
42436         (main): Call the new functions.
42437         * sysdeps/i386/fpu/libm-test-ulps: Update.
42438         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42439
42440 2012-03-05  Tom de Vries  <tom@codesourcery.com>
42441
42442         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
42443         default stack guard is set in last bytes.
42444         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
42445
42446 2012-03-05  Kees Cook  <keescook@chromium.org>
42447
42448         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
42449
42450         [BZ #13656]
42451         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
42452         possibly allocate from heap instead of stack.
42453         * stdio-common/bug-vfprintf-nargs.c: New file.
42454         * stdio-common/Makefile (tests): Add nargs overflow test.
42455
42456 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
42457
42458         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42459
42460 2012-03-03  Marek Polacek  <polacek@redhat.com>
42461
42462         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
42463         * math/math_private.h: Likewise.
42464         * stdlib/tst-strtod.c: Likewise.
42465         * sysdeps/i386/i486/bits/atomic.h: Likewise.
42466         * sysdeps/x86_64/bits/atomic.h: Likewise.
42467
42468 2012-03-02  David S. Miller  <davem@davemloft.net>
42469
42470         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
42471         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
42472         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
42473         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
42474         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
42475         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
42476         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
42477         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
42478
42479 2012-03-02  Roland McGrath  <roland@hack.frob.com>
42480
42481         [BZ #13792]
42482         * manual/examples/README: New file, says the example source files
42483         can be used under GPL>=2.
42484         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
42485         line containing just "*/".
42486         * manual/examples/add.c: Add copyright header (GPL>=2).
42487         * manual/examples/argp-ex1.c: Likewise.
42488         * manual/examples/argp-ex2.c: Likewise.
42489         * manual/examples/argp-ex3.c: Likewise.
42490         * manual/examples/argp-ex4.c: Likewise.
42491         * manual/examples/atexit.c: Likewise.
42492         * manual/examples/db.c: Likewise.
42493         * manual/examples/dir.c: Likewise.
42494         * manual/examples/dir2.c: Likewise.
42495         * manual/examples/execinfo.c: Likewise.
42496         * manual/examples/filecli.c: Likewise.
42497         * manual/examples/filesrv.c: Likewise.
42498         * manual/examples/fmtmsgexpl.c: Likewise.
42499         * manual/examples/genpass.c: Likewise.
42500         * manual/examples/inetcli.c: Likewise.
42501         * manual/examples/inetsrv.c: Likewise.
42502         * manual/examples/isockad.c: Likewise.
42503         * manual/examples/longopt.c: Likewise.
42504         * manual/examples/memopen.c: Likewise.
42505         * manual/examples/memstrm.c: Likewise.
42506         * manual/examples/mkfsock.c: Likewise.
42507         * manual/examples/mkisock.c: Likewise.
42508         * manual/examples/mygetpass.c: Likewise.
42509         * manual/examples/pipe.c: Likewise.
42510         * manual/examples/popen.c: Likewise.
42511         * manual/examples/rprintf.c: Likewise.
42512         * manual/examples/search.c: Likewise.
42513         * manual/examples/select.c: Likewise.
42514         * manual/examples/setjmp.c: Likewise.
42515         * manual/examples/sigh1.c: Likewise.
42516         * manual/examples/sigusr.c: Likewise.
42517         * manual/examples/stpcpy.c: Likewise.
42518         * manual/examples/strdupa.c: Likewise.
42519         * manual/examples/strftim.c: Likewise.
42520         * manual/examples/strncat.c: Likewise.
42521         * manual/examples/subopt.c: Likewise.
42522         * manual/examples/swapcontext.c: Likewise.
42523         * manual/examples/termios.c: Likewise.
42524         * manual/examples/testopt.c: Likewise.
42525         * manual/examples/testpass.c: Likewise.
42526         * manual/examples/timeval_subtract.c: Likewise.
42527
42528         [BZ #13792]
42529         * manual/time.texi (Elapsed Time): Move timeval_subtract example
42530         function to ...
42531         * manual/timeval_subtract.c.texi: ... here, new file.
42532
42533 2012-03-02  David S. Miller  <davem@davemloft.net>
42534
42535         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
42536
42537 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
42538
42539         [BZ #3976]
42540         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
42541         (__sin): Save and restore rounding mode and use round-to-nearest
42542         for all computations.
42543         (__cos): Save and restore rounding mode and use round-to-nearest
42544         for all computations.
42545         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
42546         <fenv.h>.
42547         (tan): Save and restore rounding mode and use round-to-nearest for
42548         all computations.
42549         * math/libm-test.inc (cos_test_tonearest): New function.
42550         (cos_test_towardzero): Likewise.
42551         (cos_test_downward): Likewise.
42552         (cos_test_upward): Likewise.
42553         (sin_test_tonearest): Likewise.
42554         (sin_test_towardzero): Likewise.
42555         (sin_test_downward): Likewise.
42556         (sin_test_upward): Likewise.
42557         (tan_test_tonearest): Likewise.
42558         (tan_test_towardzero): Likewise.
42559         (tan_test_downward): Likewise.
42560         (tan_test_upward): Likewise.
42561         (main): Call the new functions.
42562         * sysdeps/i386/fpu/libm-test-ulps: Update.
42563         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42564
42565         [BZ #10135]
42566         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
42567         small n, then large n, before computing and testing k+n.
42568         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
42569         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
42570         Likewise.
42571         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
42572         Likewise.
42573         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
42574         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
42575         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
42576         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
42577         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
42578         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
42579         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
42580         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
42581         * math/libm-test.inc (scalbn_test): Add more tests.
42582         (scalbln_test): Likewise.
42583
42584         * manual/filesys.texi (mode_t): Describe constraints on size and
42585         signedness, not exact equivalence to a particular type.
42586         (ino_t): Likewise.
42587         (ino64_t): Likewise.
42588         (dev_t): Likewise.
42589         (nlink_t): Likewise.
42590         (blkcnt_t): Likewise.
42591         (blkcnt64_t): Likewise.
42592         * manual/llio.texi (off_t): Likewise.
42593
42594         [BZ #3976]
42595         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
42596         (__ieee754_exp): Save and restore rounding mode and use
42597         round-to-nearest for all computations.
42598         * math/libm-test.inc (exp_test_tonearest): New function.
42599         (exp_test_towardzero): Likewise.
42600         (exp_test_downward): Likewise.
42601         (exp_test_upward): Likewise.
42602         (main): Call the new functions.
42603         * sysdeps/i386/fpu/libm-test-ulps: Update.
42604         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42605
42606 2012-03-01  Chris Demetriou  <cgd@google.com>
42607
42608         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
42609         have predictable order.
42610
42611 2012-03-01  David S. Miller  <davem@davemloft.net>
42612
42613         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
42614
42615         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
42616         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
42617         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
42618         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
42619
42620         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
42621         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
42622         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
42623         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
42624         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
42625         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
42626         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
42627         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
42628         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
42629
42630         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42631
42632         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
42633         * sysdeps/sparc/fpu/libm-test-ulps: to here.
42634         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
42635
42636         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
42637         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
42638         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
42639         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
42640         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
42641         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
42642         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
42643         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
42644         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
42645         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
42646         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
42647         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42648         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
42649         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
42650         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
42651         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42652         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
42653         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
42654         * sysdeps/sparc/elf/configure: Regenerated.
42655
42656 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
42657
42658         * configure.in (AS, LD): Require binutils 2.20 or later.
42659         * configure: Regenerated.
42660         * manual/install.texi (Tools for Compilation): Give binutils 2.20
42661         as required minimum version.
42662         * INSTALL: Regenerated.
42663
42664         [BZ #2541]
42665         [BZ #4108]
42666         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
42667         before squaring exponent.
42668         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
42669         bottom long double and 27 bits of top long double before squaring
42670         exponent.
42671         * math/libm-test.inc (erfc_test): Add more tests.
42672         * sysdeps/i386/fpu/libm-test-ulps: Update.
42673         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42674         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42675
42676 2012-03-01  Kai Tietz  <ktietz@redhat.com>
42677
42678         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
42679         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
42680         containing bit-fields.
42681         * soft-fp/extended.h (_FP_UNION_E): Likewise.
42682         * soft-fp/single.h (_FP_UNION_S): Likewise.
42683         * soft-fp/double.h (_FP_UNION_D): Likewise.
42684
42685 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
42686
42687         [BZ #13786]
42688         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
42689         not include ../strcmp.S.
42690         [USE_AS_STRNCASECMP_L]: Likewise.
42691         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
42692         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
42693         * sysdeps/i386/i686/multiarch/strncase_l-c.c
42694         (__strncasecmp_l_ia32): Define as alias to
42695         __strncasecmp_l_nonascii.
42696
42697         [BZ #5794]
42698         * math/libm-test.inc (expm1_test): Add test for bug 5794.
42699         * sysdeps/i386/fpu/libm-test-ulps: Update.
42700         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42701
42702         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
42703         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42704
42705 2012-02-29  Jeff Law  <law@redhat.com>
42706
42707         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
42708         out of bounds read.
42709
42710 2012-02-29  Marek Polacek  <polacek@redhat.com>
42711
42712         [BZ #13706]
42713         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
42714         * elf/Makefile: Add rules to run tst-unused-dep.out.
42715
42716 2012-02-28  David S. Miller  <davem@davemloft.net>
42717
42718         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
42719         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
42720         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
42721         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
42722         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
42723         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
42724
42725 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
42726
42727         * math/libm-test.inc (llround_test): Move one test from
42728         lround_test.  Use TEST_f_L in moved test.
42729         (lround_test): Move misplaced test to llround_test.  Add testcase
42730         from bug 2561.
42731
42732 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
42733
42734         * sysdeps/x86_64/fpu/e_expf.S: New file.
42735         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
42736
42737 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
42738
42739         [BZ #13637]
42740         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
42741         of remain_len that may cause incomplete multi-byte character and
42742         false match.
42743         * posix/bug-regex33.c: New file.
42744         * posix/Makefile (tests): Add bug-regex33.
42745
42746 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
42747
42748         * manual/macros.texi: New file.
42749         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
42750         * manual/libc.texinfo: Include macros.texi.
42751         * manual/creatute.texi: Likewise.
42752         * manual/install.texi: Likewise.
42753         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
42754         @glibcadj{} in references to the GNU C Library.
42755         * manual/charset.texi: Likewise.
42756         * manual/conf.texi: Likewise.
42757         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
42758         when not using those macros.
42759         * manual/creature.texi: Likewise.
42760         * manual/crypt.texi: Likewise.
42761         * manual/errno.texi: Likewise.
42762         * manual/filesys.texi: Likewise.
42763         * manual/header.texi: Likewise.
42764         * manual/install.texi: Likewise.
42765         * manual/intro.texi: Likewise.
42766         * manual/io.texi: Likewise.
42767         * manual/job.texi: Likewise.
42768         * manual/lang.texi: Likewise.
42769         * manual/libc.texiinfo: Likewise.
42770         * manual/llio.texi: Likewise.
42771         * manual/locale.texi: Likewise.
42772         * manual/maint.texi: Likewise.
42773         * manual/math.texi: Likewise.
42774         * manual/memory.texi: Likewise.
42775         * manual/message.texi: Likewise.
42776         * manual/nss.texi: Likewise.
42777         * manual/pattern.texi: Likewise.
42778         * manual/process.texi: Likewise.
42779         * manual/resource.texi: Likewise.
42780         * manual/search.texi: Likewise.
42781         * manual/setjmp.texi: Likewise.
42782         * manual/signal.texi: Likewise.
42783         * manual/socket.texi: Likewise.
42784         * manual/startup.texi: Likewise.
42785         * manual/stdio.texi: Likewise.
42786         * manual/string.texi: Likewise.
42787         * manual/sysinfo.texi: Likewise.
42788         * manual/syslog.texi: Likewise.
42789         * manual/terminal.texi: Likewise.
42790         * manual/time.texi: Likewise.
42791         * manual/users.texi: Likewise.
42792         * INSTALL: Regenerated.
42793         * NOTES: Regenerated.
42794         * sysdeps/gnu/errlist.c: Regenerated.
42795
42796 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
42797
42798         * include/dirent.h: Include <dirstream.h> before
42799         <dirent/dirent.h>.
42800
42801 2012-02-28  David S. Miller  <davem@davemloft.net>
42802
42803         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
42804         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
42805         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
42806         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
42807
42808 2012-02-27  David S. Miller  <davem@davemloft.net>
42809
42810         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
42811         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
42812         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
42813         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
42814
42815         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
42816         frame pointer instead of stack pointer relative arg slot.
42817         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
42818         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
42819         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
42820
42821 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
42822
42823         [BZ #3992]
42824         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
42825
42826 2012-02-27  David S. Miller  <davem@davemloft.net>
42827
42828         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
42829         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
42830         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42831         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
42832         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
42833         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
42834         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
42835         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
42836
42837 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
42838
42839         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
42840         later.  Allow versions 5-9.
42841         * configure: Regenerated.
42842         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
42843         required minimum version and 4.6 as recommended version.  Do not
42844         mention bugs in GCC 2.7 and 2.8.
42845         * INSTALL: Regenerated.
42846
42847 2012-02-27  David S. Miller  <davem@davemloft.net>
42848
42849         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
42850         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
42851         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
42852         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
42853         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
42854         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
42855         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
42856         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
42857
42858         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
42859         manipulate bits before adding and subtracting TWO112[sx].
42860         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
42861
42862 2012-02-27  Roland McGrath  <roland@hack.frob.com>
42863
42864         [BZ #13775]
42865         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
42866         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
42867         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
42868         being in POSIX, because they are in 1003.1-2008.
42869
42870         * rt/tst-aio.c: Include <fcntl.h>.
42871         * rt/tst-aio7.c: Likewise.
42872         * rt/tst-aio64.c: Likewise.
42873
42874         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
42875
42876 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
42877
42878         * manual/install.texi (--with-headers): Describe headers as
42879         interface headers, not private headers.
42880         (Specific advice for GNU/Linux systems): Describe use of headers
42881         from "make headers_install", not private headers from older
42882         kernels.
42883         * INSTALL: Regenerated.
42884         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
42885         Change to 2.6.19.
42886         * sysdeps/unix/sysv/linux/configure: Regenerated.
42887
42888         * manual/llio.texi (fclean): Remove documentation.
42889
42890         * manual/Makefile (libc-texi-generated): New variable.  Include
42891         version.texi.
42892         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
42893         $(libc-texi-generated), not duplicated list of files.
42894         (version.texi, stamp-version): New rules.
42895         (realclean): Remove $(libc-texi-generated), not individual files
42896         from that list.  Do not remove dir-add.texinfo.
42897         * manual/libc.texinfo: Comment out uses of edition numbers and
42898         references to printed manual.  Remove last-updated dates.
42899         (EDITION): Comment out.
42900         (ISBN): Likewise.
42901         (VERSION, UPDATED): Remove.
42902         (version.texi): Include.
42903
42904 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
42905
42906         * sysdeps/posix/spawni.c: Include <signal.h>.
42907         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
42908         * sysdeps/pthread/aio_fsync.c: Likewise.
42909
42910 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
42911
42912         * conform/Makefile (tests): Run only when not cross-compiling and
42913         when fast-check is not defined.
42914
42915         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
42916         * conform/data/limits.h-data: Fixes for POSIX2008.
42917         * conform/run-conformtest.sh: Run all tests.
42918         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
42919         headers.
42920         * include/bits/dlfcn.h: Likewise.
42921         * include/langinfo.h: Likewise.
42922         * include/monetary.h: Likewise.
42923         * include/sys/poll.h: Likewise.
42924
42925         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
42926         for __USE_GNU.
42927         * posix/spawn.h: Define __need_sigset_t.
42928         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
42929         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
42930         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
42931         to get sigevent_t only.
42932         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
42933         only for __USE_GNU.
42934         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
42935         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
42936         process_vm_writev only for __USE_GNU.
42937         * termios/termios.h: Declare tcgetsid also for POSIX2008.
42938
42939         * conform/Makefile: For now ignore errors from run-conformtest.
42940         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
42941         POSIX to avoid namespace pollution.  Don't prepend headers.
42942         * conform/data/aio.h-data: Fixes for POSIX testing.
42943         * conform/data/fcntl.h-data: Likewise.
42944         * conform/data/glob.h-data: Likewise.
42945         * conform/data/grp.h-data: Likewise.
42946         * conform/data/pthread.h-data: Likewise.
42947         * conform/data/pwd.h-data: Likewise.
42948         * conform/data/signal.h-data: Likewise.
42949         * conform/data/spawn.h-data: Likewise.
42950         * conform/data/stdio.h-data: Likewise.
42951         * conform/data/stdlib.h-data: Likewise.
42952         * conform/data/stropts.h-data: Likewise.
42953         * conform/data/sys/mman.h-data: Likewise.
42954         * conform/data/sys/stat.h-data: Likewise.
42955         * conform/data/sys/types.h-data: Likewise.
42956         * conform/data/sys/wait.h-data: Likewise.
42957         * conform/data/time.h-data: Likewise.
42958         * conform/data/unistd.h-data: Likewise.
42959         * conform/data/utime.h-data: Likewise.
42960
42961         * io/sys/stat.h: fchmod was always in POSIX.
42962         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
42963         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
42964         * rt/aio.h: Define __need_timespec before including <time.h>.
42965         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
42966         struct.  Add forward declaration of pthread_attr_t and use it in
42967         sigevent.
42968         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
42969         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
42970         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
42971         always remove CLK_TCK definition.
42972
42973 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
42974
42975         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
42976
42977 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
42978
42979         * conform/run-conformtest.sh: New file.
42980         * conform/Makefile: Run run-conformtest for tests.
42981         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
42982         support.
42983
42984         * conform/data/uchar.h-data: New file.
42985         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
42986         * conform/data/arpa/inet.h-data: Likewise.
42987         * conform/data/assert.h-data: Likewise.
42988         * conform/data/complex.h-data: Likewise.
42989         * conform/data/cpio.h-data: Likewise.
42990         * conform/data/ctype.h-data: Likewise.
42991         * conform/data/dirent.h-data: Likewise.
42992         * conform/data/dlfcn.h-data: Likewise.
42993         * conform/data/errno.h-data: Likewise.
42994         * conform/data/fcntl.h-data: Likewise.
42995         * conform/data/float.h-data: Likewise.
42996         * conform/data/fmtmsg.h-data: Likewise.
42997         * conform/data/fnmatch.h-data: Likewise.
42998         * conform/data/ftw.h-data: Likewise.
42999         * conform/data/glob.h-data: Likewise.
43000         * conform/data/grp.h-data: Likewise.
43001         * conform/data/iconv.h-data: Likewise.
43002         * conform/data/inttypes.h-data: Likewise.
43003         * conform/data/langinfo.h-data: Likewise.
43004         * conform/data/libgen.h-data: Likewise.
43005         * conform/data/limits.h-data: Likewise.
43006         * conform/data/locale.h-data: Likewise.
43007         * conform/data/math.h-data: Likewise.
43008         * conform/data/monetary.h-data: Likewise.
43009         * conform/data/mqueue.h-data: Likewise.
43010         * conform/data/ndbm.h-data: Likewise.
43011         * conform/data/net/if.h-data: Likewise.
43012         * conform/data/netdb.h-data: Likewise.
43013         * conform/data/netinet/in.h-data: Likewise.
43014         * conform/data/nl_types.h-data: Likewise.
43015         * conform/data/poll.h-data: Likewise.
43016         * conform/data/pthread.h-data: Likewise.
43017         * conform/data/pwd.h-data: Likewise.
43018         * conform/data/regex.h-data: Likewise.
43019         * conform/data/sched.h-data: Likewise.
43020         * conform/data/search.h-data: Likewise.
43021         * conform/data/semaphore.h-data: Likewise.
43022         * conform/data/setjmp.h-data: Likewise.
43023         * conform/data/signal.h-data: Likewise.
43024         * conform/data/spawn.h-data: Likewise.
43025         * conform/data/stdarg.h-data: Likewise.
43026         * conform/data/stdio.h-data: Likewise.
43027         * conform/data/stdlib.h-data: Likewise.
43028         * conform/data/string.h-data: Likewise.
43029         * conform/data/strings.h-data: Likewise.
43030         * conform/data/stropts.h-data: Likewise.
43031         * conform/data/sys/ipc.h-data: Likewise.
43032         * conform/data/sys/mman.h-data: Likewise.
43033         * conform/data/sys/msg.h-data: Likewise.
43034         * conform/data/sys/resource.h-data: Likewise.
43035         * conform/data/sys/select.h-data: Likewise.
43036         * conform/data/sys/sem.h-data: Likewise.
43037         * conform/data/sys/shm.h-data: Likewise.
43038         * conform/data/sys/socket.h-data: Likewise.
43039         * conform/data/sys/stat.h-data: Likewise.
43040         * conform/data/sys/statvfs.h-data: Likewise.
43041         * conform/data/sys/time.h-data: Likewise.
43042         * conform/data/sys/timeb.h-data: Likewise.
43043         * conform/data/sys/times.h-data: Likewise.
43044         * conform/data/sys/types.h-data: Likewise.
43045         * conform/data/sys/uio.h-data: Likewise.
43046         * conform/data/sys/un.h-data: Likewise.
43047         * conform/data/sys/utsname.h-data: Likewise.
43048         * conform/data/sys/wait.h-data: Likewise.
43049         * conform/data/syslog.h-data: Likewise.
43050         * conform/data/tar.h-data: Likewise.
43051         * conform/data/termios.h-data: Likewise.
43052         * conform/data/utime.h-data: Likewise.
43053         * conform/data/utmpx.h-data: Likewise.
43054         * conform/data/varargs.h-data: Likewise.
43055         * conform/data/wchar.h-data: Likewise.
43056         * conform/data/wctype.h-data: Likewise.
43057         * conform/data/wordexp.h-data: Likewise.
43058
43059         * include/stropts.h: New file.
43060         * include/uchar.h: New file.
43061         * include/aio.h: Changes to allow conformtest.pl to use the headers.
43062         * include/assert.h: Likewise.
43063         * include/ctype.h: Likewise.
43064         * include/dirent.h: Likewise.
43065         * include/dlfcn.h: Likewise.
43066         * include/fcntl.h: Likewise.
43067         * include/fnmatch.h: Likewise.
43068         * include/glob.h: Likewise.
43069         * include/grp.h: Likewise.
43070         * include/libio.h: Likewise.
43071         * include/locale.h: Likewise.
43072         * include/math.h: Likewise.
43073         * include/net/if.h: Likewise.
43074         * include/netdb.h: Likewise.
43075         * include/netinet/in.h: Likewise.
43076         * include/pthread.h: Likewise.
43077         * include/pwd.h: Likewise.
43078         * include/regex.h: Likewise.
43079         * include/sched.h: Likewise.
43080         * include/search.h: Likewise.
43081         * include/setjmp.h: Likewise.
43082         * include/signal.h: Likewise.
43083         * include/stdio.h: Likewise.
43084         * include/stdlib.h: Likewise.
43085         * include/string.h: Likewise.
43086         * include/sys/cdefs.h: Likewise.
43087         * include/sys/mman.h: Likewise.
43088         * include/sys/msg.h: Likewise.
43089         * include/sys/resource.h: Likewise.
43090         * include/sys/select.h: Likewise.
43091         * include/sys/socket.h: Likewise.
43092         * include/sys/stat.h: Likewise.
43093         * include/sys/statvfs.h: Likewise.
43094         * include/sys/time.h: Likewise.
43095         * include/sys/times.h: Likewise.
43096         * include/sys/uio.h: Likewise.
43097         * include/sys/utsname.h: Likewise.
43098         * include/sys/wait.h: Likewise.
43099         * include/termios.h: Likewise.
43100         * include/time.h: Likewise.
43101         * include/ulimit.h: Likewise.
43102         * include/unistd.h: Likewise.
43103         * include/utime.h: Likewise.
43104         * include/wchar.h: Likewise.
43105         * include/wctype.h: Likewise.
43106         * include/wordexp.h: Likewise.
43107
43108         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
43109
43110         * time/time.h: TIME_UTC must be a macro.
43111         Make timespec_get available for ISO C11 only as well.
43112
43113 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
43114
43115         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
43116         Reported by Peng Haitao <penght@cn.fujitsu.com>.
43117
43118 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
43119
43120         * configure.in: Use -o not -a in test for unsupported multi-arch.
43121
43122 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
43123
43124         * manual/texinfo.tex: Update to version 2012-01-19.16.
43125
43126 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
43127
43128         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
43129
43130 2012-02-24  Roland McGrath  <roland@hack.frob.com>
43131
43132         [BZ #13738]
43133         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
43134         * manual/fdl-1.3.texi: New file.
43135         * manual/fdl-1.1.texi: File removed.
43136
43137         [BZ #13738]
43138         * manual/libc.texinfo (FDL_VERSION): New @set.
43139         Use it for mention of FDL in cover text.
43140         (Documentation License): Use it in @include file name.
43141
43142 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
43143             Roland McGrath  <roland@hack.frob.com>
43144
43145         [BZ #5461]
43146         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
43147         (not LONG_LONG_MAX and LONG_LONG_MIN.
43148         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
43149         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
43150         name.
43151         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
43152
43153 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
43154
43155         [BZ #2547]
43156         [BZ #11365]
43157         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
43158         manipulate bits before adding and subtracting TWO23[sx].
43159         * math/libm-test.inc (nearbyint_test): Add more tests.
43160
43161 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
43162
43163         [BZ #2548]
43164         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
43165         bits before adding and subtracting TWO23[sx].
43166         * math/libm-test.inc (rint_test): Add more tests.
43167         (rint_test_tonearest): Likewise.
43168         (rint_test_towardzero): Likewise.
43169         (rint_test_downward): Likewise.
43170         (rint_test_upward: Likewise.
43171
43172 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
43173
43174         [BZ #10110]
43175         * include/stdc-predef.h: New file.  Extracted from features.h.
43176         * include/features.h: Include stdc-predef.h.
43177         * Makefile (headers): Add stdc-predef.h.
43178         * CONFORMANCE (Compiler limitations): Update.
43179
43180 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
43181
43182         * manual/libc.texinfo (VERSION, UPDATED): Revert.
43183
43184 2012-02-21  David S. Miller  <davem@davemloft.net>
43185
43186         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
43187         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
43188
43189 2012-02-20  David S. Miller  <davem@davemloft.net>
43190
43191         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
43192         using a normal save/restore sequence, rather than allocating a
43193         dummy stack frame just to store a frame pointer and restore.
43194         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
43195
43196 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
43197
43198         * manual/install.texi: Fix stray word in line-wrapped comment.
43199
43200 2012-02-20  David S. Miller  <davem@davemloft.net>
43201
43202         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
43203         both binutils and gcc support GOTDATA.
43204
43205         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
43206         "rd %pc" in the PIC register setup sequences.
43207
43208         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
43209         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
43210         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
43211         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
43212         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
43213         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43214         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
43215         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
43216         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
43217         (SYSCALL_ERROR_HANDLER): Likewise.
43218         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
43219         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
43220         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
43221         (SYSCALL_ERROR_HANDLER): Likewise.
43222
43223         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
43224         (HAVE_GCC_GOTDATA): New.
43225         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
43226         relocation support in both binutils and gcc.
43227         * sysdeps/sparc/elf/configure: Regenerate.
43228
43229         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
43230         * sysdeps/sparc/sparc32/elf/configure: Delete.
43231         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
43232         * sysdeps/sparc/sparc64/elf/configure: Delete.
43233         * sysdeps/sparc/elf/configure.in: New file.
43234         * sysdeps/sparc/elf/configure: Generate.
43235
43236         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
43237         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
43238         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
43239         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
43240         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
43241
43242 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
43243
43244         * manual/install.texi: Do not mention specific glibc version
43245         numbers.
43246         * manual/libc.texinfo (VERSION, UPDATED): Update.
43247         (@copying): Use @copyright{} and range of years.
43248
43249 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
43250
43251         [BZ #13695]
43252         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
43253         [crti.S not in sysdirs] (generated): Do not append.
43254         [crti.S not in sysdirs] (omit-deps): Likewise.
43255         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
43256         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
43257         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
43258         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
43259         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
43260         Likewise.
43261         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
43262         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
43263         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
43264         * csu/defs.awk: Remove file.
43265         * sysdeps/generic/initfini.c: Likewise.
43266         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
43267         variable.
43268         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
43269         Likewise.
43270
43271 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
43272
43273         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
43274         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
43275         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
43276         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
43277         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
43278         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
43279         <bits/epoll.h>.
43280         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
43281         (__EPOLL_PACKED): Define to empty if not defined by
43282         <bits/epoll.h>.
43283         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
43284         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43285         bits/epoll.h.
43286
43287 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
43288
43289         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
43290         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
43291         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
43292         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
43293         <bits/timerfd.h>.
43294         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
43295         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43296         bits/timerfd.h.
43297
43298 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
43299
43300         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
43301         in C locale.
43302         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
43303         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
43304         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
43305         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43306
43307 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
43308
43309         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
43310         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
43311
43312 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
43313
43314         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
43315         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
43316         defined.
43317         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
43318         Likewise.
43319         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
43320         entry for 2.16.
43321
43322 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
43323
43324         * math/w_acos.c: Use non-signaling floating-point comparisons.
43325         * math/w_acosf.c: Likewise.
43326         * math/w_acosh.c: Likewise.
43327         * math/w_acoshf.c: Likewise.
43328         * math/w_acoshl.c: Likewise.
43329         * math/w_acosl.c: Likewise.
43330         * math/w_asin.c: Likewise.
43331         * math/w_asinf.c: Likewise.
43332         * math/w_asinl.c: Likewise.
43333         * math/w_atanh.c: Likewise.
43334         * math/w_atanhf.c: Likewise.
43335         * math/w_atanhl.c: Likewise.
43336         * math/w_exp2.c: Likewise.
43337         * math/w_exp2f.c: Likewise.
43338         * math/w_exp2l.c: Likewise.
43339         * math/w_j0.c: Likewise.
43340         * math/w_j0f.c: Likewise.
43341         * math/w_j0l.c: Likewise.
43342         * math/w_j1.c: Likewise.
43343         * math/w_j1f.c: Likewise.
43344         * math/w_j1l.c: Likewise.
43345         * math/w_jn.c: Likewise.
43346         * math/w_jnf.c: Likewise.
43347         * math/w_log.c: Likewise.
43348         * math/w_log10.c: Likewise.
43349         * math/w_log10f.c: Likewise.
43350         * math/w_log10l.c: Likewise.
43351         * math/w_log2.c: Likewise.
43352         * math/w_log2f.c: Likewise.
43353         * math/w_log2l.c: Likewise.
43354         * math/w_logf.c: Likewise.
43355         * math/w_logl.c: Likewise.
43356         * math/w_sqrt.c: Likewise.
43357         * math/w_sqrtf.c: Likewise.
43358         * math/w_sqrtl.c: Likewise.
43359         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
43360         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
43361         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
43362         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
43363         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
43364
43365 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
43366
43367         [BZ #9739]
43368         * manual/string.texi (strnlen): Use correct parameter name in
43369         equivalent expression.
43370
43371 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
43372
43373         [BZ #11174]
43374         * manual/users.texi (seteuid): Consistently use neweuid for
43375         argument name.
43376
43377 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
43378
43379         [BZ #13704]
43380         * manual/nss.texi (Services in the NSS configuration): Correct
43381         list of services in example configuration file.
43382
43383 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
43384
43385         [BZ #11322]
43386         * manual/arith.texi: Remove statements about negative zero
43387         behaving identically to zero.
43388
43389 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
43390
43391         [BZ #5993]
43392         * manual/install.texi: Do not document upgrading from libc5.
43393
43394 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
43395
43396         [BZ #4596]
43397         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
43398
43399 2012-02-18  David S. Miller  <davem@davemloft.net>
43400
43401         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
43402         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
43403         %o7 across the call.
43404         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
43405         instead.
43406         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
43407         SETUP_PIC_REG_LEAF.
43408         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
43409         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
43410         * sysdeps/sparc/crtn.S: Likewise.
43411
43412 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
43413
43414         * aout/Makefile: Remove.
43415
43416 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
43417
43418         [BZ #13058]
43419         * manual/examples/argp-ex1.c (main): Format definition in GNU
43420         style.
43421         * manual/examples/argp-ex2.c (main): Likewise.
43422         * manual/examples/argp-ex3.c (main): Likewise.
43423         * manual/examples/argp-ex4.c (main): Likewise.
43424         * manual/examples/longopt.c (main): Use new-style prototype
43425         definition.
43426         * manual/examples/strncat.c (main): Specify return type and use
43427         (void) for arguments.
43428         * manual/examples/subopt.c (main): Use char **argv argument.
43429
43430 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43431
43432         [BZ #5077]
43433         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
43434         rounding modes.
43435
43436 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
43437
43438         [BZ #6907]
43439         * manual/string.texi (strchr): Change when strchrnul is
43440         recommended.
43441
43442 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
43443
43444         [BZ #174]
43445         * manual/locale.texi (setlocale): Document LOCPATH.
43446
43447 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43448
43449         [BZ #10210]
43450         * manual/process.texi (execle): Move @dots{} before last argument.
43451
43452 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
43453
43454         [BZ #12047]
43455         * manual/charset.texi (Generic Charset Conversion): Fix typo
43456         (LC_TYPE -> LC_CTYPE).
43457
43458 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
43459
43460         [BZ #5805]
43461         * manual/arith.texi (scalbn): Use @var{} on parameter names.
43462         (scalbnf): Likewise.
43463         (scalbnl): Likewise.
43464         (scalbln): Likewise.
43465         (scalblnf): Likewise.
43466         (scalblnl): Likewise.
43467         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
43468         (vwarnx): Likewise.
43469         (verr): Likewise.
43470         (verrx): Likewise.
43471         * manual/filesys.texi (telldir): Use braces around return type.
43472         * manual/llio.texi (mmap): Add space after comma.
43473         (mmap64): Likewise.
43474         * manual/math.texi (jn): Use @var{} on parameter names.
43475         (jnf): Likewise.
43476         (jnl): Likewise.
43477         (yn): Likewise.
43478         (ynf): Likewise.
43479         (ynl): Likewise.
43480         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
43481         line.
43482         * manual/resource.texi (ulimit): Use @dots{} instead of literal
43483         "...".
43484         (sched_get_priority_min): Remove semicolon on @deftypefun line.
43485         (sched_get_priority_max): Likewise.
43486         * manual/signal.texi (sigvec): Add space after comma.
43487         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
43488         names.
43489         (if_indextoname): Likewise.
43490         (if_freenameindex): Likewise.
43491         (sendto): Use ',' instead of '.' in prototype.
43492         * manual/startup.texi (syscall): Use @dots{} instead of literal
43493         "...".
43494         * manual/stdio.texi (__fpending): Separate initial words of
43495         paragraph from @deftypefun line.
43496         * manual/syslog.texi (syslog): Use @dots{} instead of literal
43497         "...".
43498         (vsyslog): Use @var{} on parameter names.
43499         * manual/terminal.texi (stty): Use @var{} on parameter names.
43500         * manual/users.texi (getutmp): Use @var{} on parameter names.
43501         (getutmpx): Likewise.
43502
43503 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43504
43505         [BZ #6884]
43506         * manual/stdio.texi (fopen): Fix typos in description of
43507         ",ccs=STRING".
43508
43509 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
43510
43511         [BZ #4026]
43512         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
43513         get clock_id definition.
43514
43515 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
43516
43517         [BZ #4822]
43518         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
43519         (madvise): Cast every argument to void on its own.
43520
43521 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43522
43523         [BZ #9902]
43524         * manual/startup.texi (Exit Status): Fix typo.
43525
43526 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43527
43528         [BZ #10140]
43529         * manual/examples/argp-ex1.c: Include <stdlib.h>.
43530         * manual/examples/argp-ex2.c: Likewise.
43531         * manual/examples/argp-ex3.c: Likewise.
43532
43533 2012-02-16  Richard Henderson  <rth@redhat.com>
43534
43535         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
43536         * sysdeps/s390/s390-32/initfini.c: Remove.
43537         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
43538         * sysdeps/s390/s390-64/initfini.c: Remove.
43539
43540 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
43541
43542         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
43543         compiler output for sysdeps/generic/initfini.c.
43544         * sysdeps/sh/elf/initfini.c: Remove file.
43545
43546 2012-02-16  David S. Miller  <davem@davemloft.net>
43547
43548         [BZ #11494]
43549         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
43550
43551         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
43552         * sysdeps/sparc/crti.S: New file.
43553         * sysdeps/sparc/crtn.S: New file.
43554         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
43555         * sysdeps/sparc/sparc64/Makefile: Likewise.
43556
43557 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
43558
43559         [BZ #3335]
43560         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
43561
43562 2012-02-15  Roland McGrath  <roland@hack.frob.com>
43563
43564         [BZ #4822]
43565         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
43566
43567         * mach/devstream.c (cookie_io_functions_t): Macro removed.
43568         (write, read, close): Likewise.
43569         Patch by Aurelien Jarno <aurelien@aurel32.net>.
43570
43571 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
43572
43573         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
43574         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
43575         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
43576         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
43577         <bits/signalfd.h>.
43578         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
43579         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43580         bits/signalfd.h.
43581
43582 2012-02-14  Marek Polacek  <polacek@redhat.com>
43583
43584         * sysdeps/x86_64/crti.S: New file.
43585         * sysdeps/x86_64/crtn.S: New file.
43586         * sysdeps/x86_64/elf/initfini.c: Remove file.
43587
43588 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
43589
43590         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
43591         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
43592         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
43593         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
43594         <bits/inotify.h>.
43595         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
43596         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43597         bits/inotify.h.
43598
43599 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
43600
43601         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
43602         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
43603         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
43604         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
43605         <bits/eventfd.h>.
43606         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
43607         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43608         bits/eventfd.h.
43609
43610 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
43611
43612         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
43613         __feraiseexcept instead of feraiseexcept.
43614
43615         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
43616         nanosleep invocations.
43617         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
43618         strings, and add error checking for a nanosleep invocations.
43619
43620 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
43621
43622         Replace FSF snail mail address with URLs, as per GNU coding standards.
43623         Most of the snail mail addresses were wrong anyway, and omitting
43624         them makes the source code easier to maintain.  Almost all of the
43625         changes are to license notices and to locale LC_IDENTIFICATION
43626         addresses, except for this one:
43627         * manual/libc.texinfo: In "Published by", give the FSF's URL,
43628         not its snail mail address.
43629
43630 2012-02-09  Richard Henderson  <rth@twiddle.net>
43631
43632         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
43633         of kernel-features.h.
43634
43635         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
43636
43637 2012-02-08  Marek Polacek  <polacek@redhat.com>
43638
43639         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
43640         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
43641         * sysdeps/gnu/_G_config.h: Likewise.
43642         * sysdeps/generic/_G_config.h: Likewise.
43643
43644 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
43645
43646         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
43647         tests.
43648         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43649
43650         * sysdeps/powerpc/powerpc32/crti.S: New file.
43651         * sysdeps/powerpc/powerpc32/crtn.S: New file.
43652         * sysdeps/powerpc/powerpc64/crti.S: New file.
43653         * sysdeps/powerpc/powerpc64/crtn.S: New file.
43654
43655         * Makeconfig (have-initfini): Don't set.
43656         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
43657         * configure.in (nopic_initfini): Don't substitute.
43658         * config.h.in (HAVE_INITFINI): Don't #undef.
43659         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
43660         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
43661
43662 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
43663
43664         Support crti.S and crtn.S provided directly by architectures.
43665         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
43666         [crti.S in sysdirs] (omit-deps): Likewise.
43667         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
43668         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
43669         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
43670         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
43671         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
43672         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
43673         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
43674         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
43675         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
43676         compiler output for sysdeps/generic/initfini.c.
43677         * sysdeps/i386/elf/Makefile: Remove file.
43678         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
43679
43680 2012-02-07  Marek Polacek  <polacek@redhat.com>
43681
43682         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
43683         * sysdeps/gnu/_G_config.h: Likewise.
43684         * sysdeps/mach/hurd/_G_config.h: Likewise.
43685
43686 2012-02-07  Marek Polacek  <polacek@redhat.com>
43687
43688         * math/Makefile (tests): Add tst-CMPLX2.
43689         * math/tst-CMPLX2.c: New file.
43690
43691 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
43692
43693         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
43694
43695         * math/libm-test.inc (jn_test): Add missing L suffix.
43696
43697 2012-02-06  Marek Polacek  <polacek@redhat.com>
43698
43699         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
43700         * sysdeps/i386/fpu/e_powf.S: Likewise.
43701         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
43702         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43703         * sysdeps/i386/fpu/e_acosh.S: Likewise.
43704         * sysdeps/i386/fpu/e_pow.S: Likewise.
43705         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
43706         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
43707         * sysdeps/i386/fpu/s_expm1.S: Likewise.
43708         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
43709         * sysdeps/i386/fpu/e_log2.S: Likewise.
43710         * sysdeps/i386/fpu/e_log2l.S: Likewise.
43711         * sysdeps/i386/fpu/e_scalb.S: Likewise.
43712         * sysdeps/i386/fpu/e_powl.S: Likewise.
43713         * sysdeps/i386/fpu/s_log1p.S: Likewise.
43714         * sysdeps/i386/fpu/e_log10f.S: Likewise.
43715         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
43716         * sysdeps/i386/fpu/e_logl.S: Likewise.
43717         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
43718         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
43719         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
43720         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
43721         * sysdeps/i386/fpu/e_log2f.S: Likewise.
43722         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
43723         * sysdeps/i386/fpu/e_log.S: Likewise.
43724         * sysdeps/i386/fpu/s_cexp.S: Likewise.
43725         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
43726         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
43727         * sysdeps/i386/fpu/e_logf.S: Likewise.
43728         * sysdeps/i386/fpu/e_log10l.S: Likewise.
43729         * sysdeps/i386/fpu/e_atanh.S: Likewise.
43730         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
43731         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
43732         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43733         * sysdeps/i386/fpu/e_log10.S: Likewise.
43734         * sysdeps/i386/fpu/s_frexp.S: Likewise.
43735         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
43736         * sysdeps/i386/fpu/s_asinh.S: Likewise.
43737         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
43738         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
43739         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
43740         * sysdeps/i386/asm-syntax.h: Likewise.
43741         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
43742         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43743         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
43744         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
43745         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
43746         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
43747         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
43748         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
43749         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
43750         * sysdeps/powerpc/sysdep.h: Likewise.
43751         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
43752         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
43753
43754 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
43755
43756         [BZ #411]
43757         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
43758
43759 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
43760
43761         * sysdeps/i386/sysdep.h: Include <features.h>.
43762         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
43763         version.
43764
43765 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
43766
43767         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
43768         Define.
43769         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
43770         LOAD_PIC_REG_STR.
43771
43772 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43773
43774         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
43775         (SETUP_PIC_REG): Use GET_PC_THUNK.
43776         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
43777         macro.
43778
43779 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43780
43781         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
43782         for non-PIC compilation.
43783         (SETUP_PIC_REG): Add .p2align directive.
43784         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
43785         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
43786         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
43787         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
43788         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
43789         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
43790         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
43791         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
43792         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
43793         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
43794         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
43795         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
43796         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
43797         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
43798         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
43799         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
43800         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
43801         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
43802         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
43803         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
43804         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
43805         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
43806         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
43807         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
43808         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
43809         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
43810         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
43811         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
43812         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
43813         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
43814         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
43815         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
43816         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
43817         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
43818         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
43819         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
43820         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
43821         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
43822         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
43823         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
43824         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
43825
43826 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43827
43828         * math/tst-CMPLX.c: Include <stdio.h>.
43829
43830 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
43831
43832         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
43833         float.
43834         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
43835         * sysdeps/sparc/bits/mathdef.h: Likewise.
43836
43837 2012-01-31  Marek Polacek  <polacek@redhat.com>
43838
43839         * libio/libio.h: Don't define _PARAMS.
43840         * locale/programs/config.h: Don't define PARAMS.
43841         * stdlib/strtol_l.c: Likewise.
43842         (__strtol_l): Remove PARAMS from the prototype.
43843
43844 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
43845
43846         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
43847         names.  Just use the correct names.  Remove unnecessary wrapper
43848         functions.
43849         * malloc/arena.c: Likewise.
43850         * malloc/hooks.c: Likewise.
43851
43852         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
43853         ARENA_TEST says not to.  Simplify test for creation of a new arena.
43854         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
43855
43856 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
43857
43858         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
43859         into tail calls.
43860         (update_get_addr): New function.
43861         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
43862         GET_ADDR_MODULE parameter.
43863
43864 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
43865
43866         * crypt/cert.c: Remove __STDC__ conditionals.
43867         * crypt/crypt-entry.c: Likewise.
43868         * crypt/crypt_util.c: Likewise.
43869         * libio/filedoalloc.c: Likewise.
43870         * libio/fileops.c: Likewise.
43871         * libio/genops.c: Likewise.
43872         * libio/iofclose.c: Likewise.
43873         * libio/iofdopen.c: Likewise.
43874         * libio/iofopen.c: Likewise.
43875         * libio/iofopen64.c: Likewise.
43876         * libio/iogetdelim.c: Likewise.
43877         * libio/iopopen.c: Likewise.
43878         * libio/obprintf.c: Likewise.
43879         * libio/oldfileops.c: Likewise.
43880         * libio/oldiofclose.c: Likewise.
43881         * libio/oldiofdopen.c: Likewise.
43882         * libio/oldiofopen.c: Likewise.
43883         * libio/oldiopopen.c: Likewise.
43884         * libio/wfiledoalloc.c: Likewise.
43885         * libio/wgenops.c: Likewise.
43886         * locale/programs/xmalloc.c: Likewise.
43887         * misc/syslog.c: Likewise.
43888         * stdio-common/xbug.c: Likewise.
43889         * string/memchr.c: Likewise.
43890         * string/memcmp.c: Likewise.
43891         * string/memrchr.c: Likewise.
43892         * string/rawmemchr.c: Likewise.
43893         * sysdeps/posix/getcwd.c: Likewise.
43894         * time/strftime_l.c: Likewise.
43895
43896 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
43897
43898         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
43899         * config.make.in (config-cflags-sse2avx): Define.
43900         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
43901         Fix typo.
43902
43903 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
43904
43905         * scripts/config.guess: Update from upstream config git repository.
43906         * scripts/config.sub: Likewise.
43907
43908 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
43909
43910         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
43911         (EM_NUM): Update.
43912         (R_TILEPRO_*, R_TILEGX_*): New macros.
43913
43914         * scripts/firstversions.awk: Fix bug in version range handling.
43915
43916         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
43917
43918         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
43919
43920         * include/sys/epoll.h: New file.
43921         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
43922         libc_hidden_def.
43923
43924 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
43925
43926         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
43927         Avoid unnecessary __WORDSIZE == 64 test.
43928         (fmaxf): Use VEX format if possible.
43929         (fmax): Likewise.
43930         (fminf): Likewise.
43931         (fmin): Likewise.
43932
43933         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
43934         * math/math_private.h: Remove libc_fegetround* and
43935         libc_fesetround*.
43936         * sysdeps/i386/configure.in: Check for -msse2avx.
43937         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
43938         also if SSE2AVX is defined.
43939         Remove libc_fegetround* and libc_fesetround*.
43940         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
43941         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
43942         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
43943         of HAS_YMM_USABLE.
43944         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43945         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43946         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43947         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43948         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43949
43950         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
43951
43952 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43953
43954         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
43955         size is not set.
43956         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
43957
43958 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
43959
43960         [BZ #13618]
43961         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
43962         relocation.
43963         * Makeconfig (libm): Define.
43964         * elf/Makefile: Add rules to build and run tst-relsort1.
43965         * elf/tst-relsort1.c: New file.
43966         * elf/tst-relsort1mod1.c: New file.
43967         * elf/tst-relsort1mod2.c: New file.
43968
43969 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
43970
43971         * math/s_ldexp.c: Remove __STDC__ conditionals.
43972         * math/s_ldexpf.c: Likewise.
43973         * math/s_ldexpl.c: Likewise.
43974         * math/s_nextafter.c: Likewise.
43975         * math/s_nexttowardf.c: Likewise.
43976         * math/s_significand.c: Likewise.
43977         * math/s_significandf.c: Likewise.
43978         * math/s_significandl.c: Likewise.
43979         * math/w_jnl.c: Likewise.
43980         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
43981         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
43982         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
43983         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
43984         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
43985         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
43986         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
43987         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
43988         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
43989         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
43990         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
43991         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
43992         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
43993         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
43994         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
43995         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
43996         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
43997         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
43998         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
43999         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44000         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44001         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44002         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44003         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44004         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44005         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44006         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44007         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44008         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44009         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44010         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44011         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44012         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44013         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44014         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44015         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44016         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44017         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44018         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44019         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44020         * sysdeps/ieee754/k_standard.c: Likewise.
44021         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44022         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44023         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44024         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44025         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44026         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44027         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44028         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44029         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44030         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44031         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44032         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44033         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44034         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44035         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44036         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44037         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44038         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44039         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44040         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44041         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44042         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44043         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44044         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44045         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44046         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44047         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44048         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44049         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44050         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44051         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44052         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
44053         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44054         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44055         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44056         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44057         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
44058         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44059         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44060         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
44061         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
44062         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44063         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
44064         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
44065         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44066         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
44067         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
44068         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44069         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44070         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
44071         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
44072         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
44073         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
44074         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
44075         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
44076         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
44077         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
44078         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44079         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44080         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44081         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
44082         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
44083         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
44084         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
44085         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
44086         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
44087         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
44088         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
44089         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
44090         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
44091         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
44092         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
44093         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
44094         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
44095         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
44096         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
44097         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
44098         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
44099         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
44100         * sysdeps/ieee754/s_matherr.c: Likewise.
44101         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
44102         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
44103         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
44104         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
44105
44106 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
44107
44108         * crypt/md5.h: Remove __STDC__ conditionals.
44109         * libio/libioP.h: Likewise.
44110         * locale/programs/config.h: Likewise.
44111         * sysdeps/generic/sysdep.h: Likewise.
44112         * sysdeps/i386/asm-syntax.h: Likewise.
44113         * sysdeps/s390/asm-syntax.h: Likewise.
44114         * sysdeps/unix/sysdep.h: Likewise.
44115         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
44116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
44117
44118 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
44119
44120         * libio/libio.h: Remove __STDC__ conditionals.
44121         * malloc/obstack.h: Likewise.
44122         * math/complex.h: Likewise.
44123         * math/math.h: Likewise.
44124         * sysdeps/generic/_G_config.h: Likewise.
44125         * sysdeps/gnu/_G_config.h: Likewise.
44126         * sysdeps/mach/hurd/_G_config.h: Likewise.
44127         * sysdeps/powerpc/bits/mathdef.h: Likewise.
44128         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
44129         * sysdeps/sparc/bits/mathdef.h: Likewise.
44130
44131 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
44132
44133         [BZ #13583]
44134         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
44135         Clean up HAS_* macros.
44136         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
44137         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
44138         possible.
44139         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
44140         HAS_AVX.
44141         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
44142         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
44143         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
44144         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
44145         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
44146
44147 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
44148
44149         * elf/tst-unique3.cc (gets): Remove declaration.
44150         * elf/tst-unique3lib.cc (gets): Likewise.
44151         * elf/tst-unique3lib2.cc (gets): Likewise.
44152         * elf/tst-unique4.cc (gets): Likewise.
44153
44154 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
44155
44156         * include/stdio.h: Add C++ protection.  Add gets declarations and
44157         definitions.
44158         * debug/tst-chk1.c: Don't declare gets here.
44159         * stdio-common/tst-gets.c: Likewise.
44160
44161 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
44162
44163         * posix/glob: Remove directory.
44164
44165 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
44166
44167         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
44168
44169 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
44170
44171         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
44172         of the non-standard EPFNOSUPPORT.
44173
44174 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44175
44176         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
44177         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
44178         ANYWHERE set to 1 only on KERN_NO_SPACE error.
44179
44180 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
44181
44182         * wcsmbs/uchar.h: Test __STDC_VERSION__.
44183
44184 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
44185
44186         * nscd/aicache.c (addhstaiX): Do not cache negative results of
44187         transient errors.
44188         * nscd/grpcache.c (cache_addgr): Likewise.
44189         * nscd/hstcache.c (cache_addhst): Likewise.
44190         * nscd/initgrcache.c (addinitgroupsX): Likewise.
44191         * nscd/pwdcache.c (cache_addpw): Likewise.
44192         * nscd/servicescache.c (cache_addserv): Likewise.
44193
44194 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
44195
44196         * malloc/malloc.c: Various cleanups.
44197         * malloc/hooks.c: Likewise.
44198
44199         * stdlib/Makefile (tests): Add bug-fmtmsg1.
44200         * stdlib/bug-fmtmsg1.c: New file.
44201
44202         * stdlib/fmtmsg.c (init): Add missing unlock.
44203         Patch by Peng Haitao <penght@cn.fujitsu.com>.
44204
44205 2012-01-12  Marek Polacek  <polacek@redhat.com>
44206
44207         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
44208         and _GNU_SOURCE.
44209
44210 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
44211
44212         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
44213         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
44214         macro to ensure uniqueness of label name.
44215         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
44216         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
44217
44218 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
44219
44220         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
44221
44222         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
44223         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44224         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
44225         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
44226
44227 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
44228
44229         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
44230
44231         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
44232         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44233         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
44234
44235         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
44236
44237         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
44238         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44239         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
44240         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
44241
44242         * math/bits/math-finite.h: Add ldexp support.
44243
44244 2012-01-10  Marek Polacek  <polacek@redhat.com>
44245
44246         * locale/programs/localedef.h (show_archive_content): Add noreturn
44247         attribute.
44248
44249 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
44250
44251         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
44252
44253 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
44254
44255         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
44256
44257         * io/Makefile (headers): Add bits/poll2.h.
44258
44259 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
44260
44261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
44262         typo #include statement.
44263
44264 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
44265
44266         * include/sys/cdefs.h: Define __attribute_alloc_size.
44267         * catgets/gencat.c: Add alloc_size attribute and apply consistently
44268         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
44269         * elf/pldd.c: Likewise.
44270         * iconv/iconv_charmap.c: Likewise.
44271         * iconv/iconvconfig.c: Likewise.
44272         * iconv/strtab.c: Likewise.
44273         * locale/programs/locale.c: Likewise.
44274         * locale/programs/localedef.h: Likewise.
44275         * locale/programs/simple-hash.c: Likewise.
44276         * nscd/nscd.h: Likewise.
44277         * nss/makedb.c: Likewise.
44278         * sysdeps/generic/ldconfig.h: Likewise.
44279         * locale/programs/localedef.c: Remove xmalloc prototype.
44280         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
44281
44282 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
44283
44284         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
44285         appropriate.
44286
44287 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
44288
44289         * math/Makefile (tests): Add tst-CMPLX.
44290         * math/tst-CMPLX.c: New file.
44291
44292         * math/complex.h (CMPLXL): Fix typo.
44293
44294         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
44295         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
44296         GLIBC_2.16.
44297         * debug/tst-chk1.c: Add poll and ppoll tests.
44298         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
44299         * include/sys/poll.h: Add hidden proto for ppoll.
44300         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
44301         * sysdeps/mach/hurd/ppoll.c: Likewise.
44302         * io/ppoll.c: Likewise.
44303         * debug/poll_chk.c: New file.
44304         * debug/ppoll_chk.c: New file.
44305         * include/bits/poll2.h: New file.
44306         * io/bits/poll2.h: New file.
44307
44308         [BZ #1350]
44309         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
44310
44311         * configure.in: static is always set to yes.  Remove.
44312         * config.make.in: Don't set build-static.
44313         * Makeconfig: Remove use of build-static.
44314         * dlfcn/Makefile: Likewise.
44315         * elf/Makefile: Likewise.
44316         * math/Makefile: Likewise.
44317         * misc/Makefile: Likewise.
44318         * nptl/Makefile: Likewise.
44319         * sysdeps/mach/hurd/Makefile: Likewise.
44320
44321         * configure.in: PWD_P is not used anymore.
44322         * config.make.in: Remove PWD_P entry.
44323
44324         * configure.in: Remove last remnants of RANLIB.
44325         No need to check for signed size_t anymore.
44326         Don't set libc_commonpagesize and libc_relro_required here for Alpha
44327         and IA-64.
44328         Remove __builtin_expect test because we require at least gcc 3.4.
44329         * aclocal.m4: Likewise.
44330
44331         * wcsmbs/mbrtoc16.c: Implement using towc function.
44332         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
44333         * wcsmbs/wcsmbsload.c: Likewise.
44334         * iconv/gconv_simple.c: Likewise.
44335         * iconv/gconv_int.h: Likewise.
44336         * iconv/gconv_builtin.h: Likewise.
44337         * iconv/iconv_prog.c: Remove CHAR16 handling.
44338
44339         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
44340
44341         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
44342
44343         * configure.in: Remove --with-elf and --enable-bounded options.
44344         Dont set base_machine for ia64.  More non-ELF conditions removed.
44345         Remove testing and setting of leading underscore information.
44346         * config.make.in (build-bounded): Set to no.
44347         * config.h.in: Remove NO_UNDERSCORES entry.
44348         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
44349         them.
44350         * csu/start.c: Remove !NO_UNDERSCORE code.
44351         * locale/localeinfo.h: Likewise.
44352         * sysdeps/generic/machine-gmon.h: Likewise.
44353         * sysdeps/generic/sysdep.h: Likewise.
44354         * sysdeps/i386/sysdep.h: Likewise.
44355         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
44356         * sysdeps/mach/sysdep.h: Likewise.
44357         * sysdeps/s390/s390-32/sysdep.h: Likewise.
44358         * sysdeps/s390/s390-64/sysdep.h: Likewise.
44359         * sysdeps/sh/sysdep.h: Likewise.
44360         * sysdeps/sparc/sparc32/alloca.S: Likewise.
44361         * sysdeps/unix/i386/sysdep.S: Likewise.
44362         * sysdeps/unix/sparc/start.c: Likewise.
44363         * sysdeps/unix/sparc/sysdep.S: Likewise.
44364         * sysdeps/unix/sparc/sysdep.h: Likewise.
44365         * sysdeps/unix/start.c: Likewise.
44366         * sysdeps/unix/x86_64/sysdep.S: Likewise.
44367         * sysdeps/x86_64/sysdep.h: Likewise.
44368
44369 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
44370
44371         [BZ #13553]
44372         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
44373         for non-gcc.
44374         * argp/argp-fmtstream.h: Use const instead __const.
44375         * argp/argp.h: Likewise.
44376         * assert/assert.h: Likewise.
44377         * bits/fenv.h: Likewise.
44378         * bits/sched.h: Likewise.
44379         * bits/sigset.h: Likewise.
44380         * bits/sigthread.h: Likewise.
44381         * catgets/nl_types.h: Likewise.
44382         * conform/data/pthread.h-data: Likewise.
44383         * crypt/crypt-private.h: Likewise.
44384         * crypt/crypt.h: Likewise.
44385         * crypt/crypt_util.c: Likewise.
44386         * ctype/ctype.h: Likewise.
44387         * debug/execinfo.h: Likewise.
44388         * debug/mbsnrtowcs_chk.c: Likewise.
44389         * debug/mbsrtowcs_chk.c: Likewise.
44390         * debug/wcsnrtombs_chk.c: Likewise.
44391         * debug/wcsrtombs_chk.c: Likewise.
44392         * debug/wcstombs_chk.c: Likewise.
44393         * dirent/dirent.h: Likewise.
44394         * dlfcn/dlfcn.h: Likewise.
44395         * elf/neededtest4.c: Likewise.
44396         * grp/grp.h: Likewise.
44397         * gshadow/gshadow.h: Likewise.
44398         * iconv/gconv.h: Likewise.
44399         * iconv/gconv_int.h: Likewise.
44400         * iconv/gconv_simple.c: Likewise.
44401         * iconv/iconv.h: Likewise.
44402         * iconv/loop.c: Likewise.
44403         * iconv/skeleton.c: Likewise.
44404         * include/aio.h: Likewise.
44405         * include/aliases.h: Likewise.
44406         * include/argz.h: Likewise.
44407         * include/arpa/inet.h: Likewise.
44408         * include/assert.h: Likewise.
44409         * include/dirent.h: Likewise.
44410         * include/dlfcn.h: Likewise.
44411         * include/execinfo.h: Likewise.
44412         * include/fcntl.h: Likewise.
44413         * include/fenv.h: Likewise.
44414         * include/glob.h: Likewise.
44415         * include/grp.h: Likewise.
44416         * include/libintl.h: Likewise.
44417         * include/mntent.h: Likewise.
44418         * include/netdb.h: Likewise.
44419         * include/pwd.h: Likewise.
44420         * include/rpc/netdb.h: Likewise.
44421         * include/sched.h: Likewise.
44422         * include/search.h: Likewise.
44423         * include/shadow.h: Likewise.
44424         * include/signal.h: Likewise.
44425         * include/stdio.h: Likewise.
44426         * include/stdlib.h: Likewise.
44427         * include/string.h: Likewise.
44428         * include/sys/socket.h: Likewise.
44429         * include/sys/stat.h: Likewise.
44430         * include/sys/statfs.h: Likewise.
44431         * include/sys/statvfs.h: Likewise.
44432         * include/sys/syslog.h: Likewise.
44433         * include/sys/time.h: Likewise.
44434         * include/sys/uio.h: Likewise.
44435         * include/time.h: Likewise.
44436         * include/unistd.h: Likewise.
44437         * include/utmp.h: Likewise.
44438         * include/wchar.h: Likewise.
44439         * include/wctype.h: Likewise.
44440         * inet/aliases.h: Likewise.
44441         * inet/arpa/inet.h: Likewise.
44442         * inet/netinet/ether.h: Likewise.
44443         * inet/netinet/in.h: Likewise.
44444         * intl/libintl.h: Likewise.
44445         * io/bits/fcntl2.h: Likewise.
44446         * io/fcntl.h: Likewise.
44447         * io/ftw.h: Likewise.
44448         * io/sys/poll.h: Likewise.
44449         * io/sys/stat.h: Likewise.
44450         * io/sys/statfs.h: Likewise.
44451         * io/sys/statvfs.h: Likewise.
44452         * io/utime.h: Likewise.
44453         * libio/bits/stdio.h: Likewise.
44454         * libio/bits/stdio2.h: Likewise.
44455         * libio/libio.h: Likewise.
44456         * libio/libioP.h: Likewise.
44457         * libio/stdio.h: Likewise.
44458         * locale/lc-ctype.c: Likewise.
44459         * locale/locale.h: Likewise.
44460         * login/utmp.h: Likewise.
44461         * malloc/arena.c: Likewise.
44462         * malloc/malloc.c: Likewise.
44463         * malloc/malloc.h: Likewise.
44464         * malloc/mcheck.c: Likewise.
44465         * malloc/mtrace.c: Likewise.
44466         * math/bits/mathcalls.h: Likewise.
44467         * math/fenv.h: Likewise.
44468         * math/math_private.h: Likewise.
44469         * misc/bits/error.h: Likewise.
44470         * misc/bits/syslog.h: Likewise.
44471         * misc/err.h: Likewise.
44472         * misc/error.h: Likewise.
44473         * misc/fstab.h: Likewise.
44474         * misc/mntent.h: Likewise.
44475         * misc/regexp.h: Likewise.
44476         * misc/search.h: Likewise.
44477         * misc/sgtty.h: Likewise.
44478         * misc/sys/mman.h: Likewise.
44479         * misc/sys/syslog.h: Likewise.
44480         * misc/sys/uio.h: Likewise.
44481         * misc/sys/xattr.h: Likewise.
44482         * misc/ttyent.h: Likewise.
44483         * nis/rpcsvc/ypclnt.h: Likewise.
44484         * nss/nss.h: Likewise.
44485         * posix/bits/unistd.h: Likewise.
44486         * posix/fnmatch.h: Likewise.
44487         * posix/glob.h: Likewise.
44488         * posix/sched.h: Likewise.
44489         * posix/spawn.h: Likewise.
44490         * posix/sys/wait.h: Likewise.
44491         * posix/unistd.h: Likewise.
44492         * posix/wordexp.h: Likewise.
44493         * pwd/pwd.h: Likewise.
44494         * resolv/netdb.h: Likewise.
44495         * resource/sys/resource.h: Likewise.
44496         * rt/aio.h: Likewise.
44497         * rt/bits/mqueue2.h: Likewise.
44498         * rt/mqueue.h: Likewise.
44499         * shadow/shadow.h: Likewise.
44500         * signal/signal.h: Likewise.
44501         * socket/send.c: Likewise.
44502         * socket/sendto.c: Likewise.
44503         * socket/sys/socket.h: Likewise.
44504         * stdio-common/printf.h: Likewise.
44505         * stdlib/bits/stdlib.h: Likewise.
44506         * stdlib/fmtmsg.h: Likewise.
44507         * stdlib/monetary.h: Likewise.
44508         * stdlib/stdlib.h: Likewise.
44509         * stdlib/ucontext.h: Likewise.
44510         * streams/stropts.h: Likewise.
44511         * string/argz.h: Likewise.
44512         * string/bits/string2.h: Likewise.
44513         * string/string.h: Likewise.
44514         * string/strings.h: Likewise.
44515         * sunrpc/rpc/auth.h: Likewise.
44516         * sunrpc/rpc/auth_des.h: Likewise.
44517         * sunrpc/rpc/clnt.h: Likewise.
44518         * sunrpc/rpc/netdb.h: Likewise.
44519         * sunrpc/rpc/pmap_clnt.h: Likewise.
44520         * sunrpc/rpc/xdr.h: Likewise.
44521         * sysdeps/generic/inttypes.h: Likewise.
44522         * sysdeps/generic/net/if.h: Likewise.
44523         * sysdeps/generic/sys/swap.h: Likewise.
44524         * sysdeps/gnu/net/if.h: Likewise.
44525         * sysdeps/gnu/utmpx.h: Likewise.
44526         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
44527         * sysdeps/i386/i486/bits/string.h: Likewise.
44528         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
44529         * sysdeps/s390/bits/string.h: Likewise.
44530         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
44531         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
44532         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
44533         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
44534         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
44535         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
44536         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
44537         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
44538         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
44539         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
44540         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
44541         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
44542         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
44543         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
44544         * sysdeps/unix/sysv/linux/readv.c: Likewise.
44545         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
44546         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
44547         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
44548         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
44549         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
44550         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
44551         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
44552         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
44553         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
44554         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
44555         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
44556         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
44557         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
44558         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
44559         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
44560         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
44561         * sysvipc/sys/ipc.h: Likewise.
44562         * sysvipc/sys/msg.h: Likewise.
44563         * sysvipc/sys/sem.h: Likewise.
44564         * sysvipc/sys/shm.h: Likewise.
44565         * termios/termios.h: Likewise.
44566         * time/sys/time.h: Likewise.
44567         * time/time.h: Likewise.
44568         * wcsmbs/bits/wchar2.h: Likewise.
44569         * wcsmbs/uchar.h: Likewise.
44570         * wcsmbs/wchar.h: Likewise.
44571         * wctype/wctype.h: Likewise.
44572
44573         [BZ #13551]
44574         * Makeconfig: Remove all but ELF support including AIX support.
44575         * Makerules: Likewise.
44576         * config.h.in: Likewise.
44577         * config.make.in: Likewise.
44578         * configure: Likewise.
44579         * configure.in: Likewise.
44580         * csu/Makefile: Likewise.
44581         * csu/version.c: Likewise.
44582         * debug/Makefile: Likewise.
44583         * dlfcn/Makefile: Likewise.
44584         * elf/Makefile: Likewise.
44585         * extra-lib.mk: Likewise.
44586         * iconv/Makefile: Likewise.
44587         * include/libc-symbols.h: Likewise.
44588         * include/shlib-compat.h: Likewise.
44589         * resolv/Makefile: Likewise.
44590         * resolv/res_libc.c: Likewise.
44591         * rt/Makefile: Likewise.
44592         * sysdeps/i386/asm-syntax.h: Likewise.
44593         * sysdeps/i386/sysdep.h: Likewise.
44594         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
44595         * sysdeps/mach/sysdep.h: Likewise.
44596         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
44597         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
44598         * sysdeps/s390/asm-syntax.h: Likewise.
44599         * sysdeps/s390/s390-32/sysdep.h: Likewise.
44600         * sysdeps/s390/s390-64/sysdep.h: Likewise.
44601         * sysdeps/sh/sysdep.h: Likewise.
44602         * sysdeps/unix/sparc/sysdep.h: Likewise.
44603         * sysdeps/wordsize-32/divdi3.c: Likewise.
44604         * sysdeps/x86_64/sysdep.h: Likewise.
44605
44606         * argp/Versions: Remove _argp_unlock_xxx.
44607
44608         [BZ #13559]
44609         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
44610         * abilist/libBrokenLocale.abilist: Likewise.
44611         * abilist/libanl.abilist: Likewise.
44612         * abilist/libc.abilist: Likewise.
44613         * abilist/libcrypt.abilist: Likewise.
44614         * abilist/libdl.abilist: Likewise.
44615         * abilist/libm.abilist: Likewise.
44616         * abilist/libnsl.abilist: Likewise.
44617         * abilist/libpthread.abilist: Likewise.
44618         * abilist/libresolv.abilist: Likewise.
44619         * abilist/librt.abilist: Likewise.
44620         * abilist/libthread_db.abilist: Likewise.
44621         * abilist/libutil.abilist: Likewise.
44622         * abilist/libnss_db.abilist: New file.
44623
44624         * scripts/abilist.awk: Add support for indirect functions.
44625
44626         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
44627
44628         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
44629
44630         * shlib-versions: Remove entries for ports architectures.
44631
44632         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
44633         files in ports.
44634         * elf/stackguard-macros.h: Remove support for IA-64.
44635         * elf/tst-auditmod1.c: Likewise.
44636         * sysdeps/generic/ldsodefs.h: Likewise.
44637
44638         * sysdeps/unix/sysv/linux/configure.in: Ports should define
44639         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
44640         configure files.
44641
44642         [BZ #13552]
44643         * configure.in: Remove --enable-omitfp support.
44644         * FAQ.in: Adjust.
44645         * config.make.in: Likewise.
44646         * Makeconfig: Likewise.
44647         * manual/install.texi: Likewise.
44648
44649         In case anyone cares, the IA-64 architecture could move to ports.
44650         * sysdeps/ia64/*: Removed.
44651         * sysdeps/unix/sysv/linux/ia64/*: Removed.
44652         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
44653
44654         [BZ #13555]
44655         * configure.in: Remove entries for unsupported architectures.
44656
44657         [BZ #13533]
44658         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
44659         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
44660         routines.
44661         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
44662         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
44663         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
44664         fall back to using wcrtomb.
44665         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
44666         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
44667         renaming.
44668         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
44669         * wcsmbs/tst-c16c32-1.c: New file.
44670
44671         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
44672         local variable.
44673
44674         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
44675
44676         * elf/tst-unique3.cc: Add explicit declaration of gets.
44677         * elf/tst-unique3lib.cc: Likewise.
44678         * elf/tst-unique3lib2.cc: Likewise.
44679         * elf/tst-unique4.cc: Likewise.
44680
44681         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
44682
44683 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
44684
44685         [BZ #13566]
44686         * assert/assert.h (static_assert): Don't define for C++.
44687         * libio/stdio.h (gets): Do declare for C++ <= C++11.
44688         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
44689
44690 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
44691
44692         * iconv/loop.c (single loop): Fix assertion in storing of
44693         remaining bytes.
44694
44695         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
44696
44697 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
44698
44699         * posix/getconf.c: Update copyright year.
44700         * nss/getent.c: Likewise.
44701         * nss/makedb.c: Likewise.
44702         * iconv/iconvconfig.c: Likewise.
44703         * iconv/iconv_prog.c: Likewise.
44704         * elf/ldconfig.c: Likewise.
44705         * elf/pldd.c: Likewise.
44706         * elf/sotruss.ksh: Likewise.
44707         * catgets/gencat.c: Likewise.
44708         * csu/version.c: Likewise.
44709         * elf/ldd.bash.in: Likewise.
44710         * elf/sprof.c (print_version): Likewise.
44711         * locale/programs/locale.c: Likewise.
44712         * locale/programs/localedef.c: Likewise.
44713         * login/programs/pt_chown.c: Likewise.
44714         * nscd/nscd.c (print_version): Likewise.
44715         * debug/xtrace.sh: Likewise.
44716         * malloc/memusage.sh: Likewise.
44717         * malloc/mtrace.pl: Likewise.
44718         * debug/catchsegv.sh: Likewise.
44719
44720 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
44721
44722         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
44723         pure attribute.
44724
44725 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
44726
44727         [BZ #13533]
44728         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
44729         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
44730         transformations.
44731         * iconv/gconv_int.h: Likewise.
44732         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
44733         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
44734         from libc for GLIBC_2.16.
44735         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
44736         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
44737         * wcsmbs/uchar.h: Really define mbstate_t.
44738         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
44739         * wcsmbs/c16rtomb.c: New file.
44740         * wcsmbs/mbrtoc16.c: New file.
44741         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
44742         for C/POSIX locale.
44743         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
44744         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
44745
44746         * wcsmbs/wchar.h: Add missing __restrict.
44747
44748 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
44749
44750         [BZ #13532]
44751         * time/Makefile (routines): Add timespec_get.
44752         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
44753         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
44754         timespec for ISO C11.
44755         * time/timespec_get.c: New file.
44756         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
44757         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
44758
44759         [BZ #13531]
44760         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
44761         * stdlib/stdlib.h: Declare aligned_alloc.
44762         * Versions.def: Add GLIBC_2.16 for libc.
44763         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
44764
44765         [BZ 13527]
44766         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
44767         ISO C11.
44768
44769         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
44770         code.
44771
44772         [BZ #13528]
44773         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
44774
44775         [BZ #13529]
44776         * assert/assert.h (static_assert): Define.
44777
44778         * version.h: Update for 2.16 development version.
44779
44780         [BZ #13526]
44781         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
44782         _ISOC11_SOURCE.
44783
44784         * version.h (RELEASE): Bump for 2.15 release.
44785         * include/features.h (__GLIBC_MINOR__): Bump to 15.
44786
44787         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
44788         Patch by Marek Polacek <mpolacek@redhat.com>.
44789
44790         * bits/byteswap.h: Protect long long constants with __extension__.
44791         * sysdeps/i386/bits/byteswap.h: Likewise.
44792         * sysdeps/ia64/bits/byteswap.h: Likewise.
44793         * sysdeps/s390/bits/byteswap.h: Likewise.
44794         * sysdeps/x86_64/bits/byteswap.h: Likewise.
44795
44796 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44797
44798         [BZ #13540]
44799         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
44800         destination buffer.
44801         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
44802
44803 2011-12-23  Marek Polacek  <polacek@redhat.com>
44804
44805         * elf/dl-addr.c (determine_info): Add inline keyword.
44806         * elf/tst-auditmod4b.c (check_avx): Likewise.
44807         * elf/tst-auditmod6b.c (check_avx): Likewise.
44808         * elf/tst-auditmod6c.c (check_avx): Likewise.
44809         * elf/tst-auditmod7b.c (check_avx): Likewise.
44810
44811 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
44812
44813         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
44814         !__SSE_MATH__.
44815
44816 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44817
44818         [BZ #13540]
44819         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
44820         processing for last bytes.
44821
44822 2011-08-06  Bruno Haible  <bruno@clisp.org>
44823
44824         [BZ #13061]
44825         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
44826         U+0385, not to U+1FEE.
44827
44828         [BZ #13062]
44829         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
44830         entry for U+00A5 U+0301.
44831
44832 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
44833
44834         [BZ #13166]
44835         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
44836         buffer for the output is too small.
44837
44838         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
44839         optimization.
44840
44841         [BZ #13185]
44842         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
44843         SSE flags if possible.
44844
44845 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44846
44847         [BZ #13540]
44848         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
44849         processing for last bytes.
44850
44851 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
44852
44853         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
44854         (syscall-list-default-options, syscall-list-default-condition)
44855         (syscall-list-includes): Define.
44856         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
44857         list of ABIs and options and #if conditions for each ABI.  Do not
44858         handle common syscalls between ABIs specially.
44859         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
44860         Remove.
44861         (syscall-list-variants, syscall-list-32bit-options)
44862         (syscall-list-32bit-condition, syscall-list-64bit-options)
44863         (syscall-list-64bit-condition): Define.
44864         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
44865         (syscall-list-variants, syscall-list-32bit-options)
44866         (syscall-list-32bit-condition, syscall-list-64bit-options)
44867         (syscall-list-64bit-condition): Define.
44868         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
44869         Remove.
44870         (syscall-list-variants, syscall-list-32bit-options)
44871         (syscall-list-32bit-condition, syscall-list-64bit-options)
44872         (syscall-list-64bit-condition): Define.
44873         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
44874         Remove.
44875         (syscall-list-variants, syscall-list-32bit-options)
44876         (syscall-list-32bit-condition, syscall-list-64bit-options)
44877         (syscall-list-64bit-condition): Define.
44878
44879 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
44880
44881         * locale/iso-639.def: Add brx entry.
44882
44883         [BZ #13328]
44884         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
44885         Proposed by Mariusz_Cukr <marcukr@op.pl>.
44886
44887         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
44888         __feraiseexcept_renamed.
44889
44890 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
44891
44892         [BZ #13538]
44893         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
44894         EPOLLET with unsigned values.
44895         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
44896         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
44897
44898         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
44899         to large cancellation.
44900         * math/s_cacoshf.c: Likewise.
44901         * math/s_cacoshl.c: Likewise.
44902
44903 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
44904
44905         [BZ #13305]
44906         [BZ #12786]
44907         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
44908         * math/s_cacoshf.c: Likewise.
44909         * math/s_cacoshl.c: Likewise.
44910
44911 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
44912
44913         [BZ #13439]
44914         * iconv/gconv.h: Define __GCONV_SWAP.
44915         * iconvdata/unicode.c: The swap bit must be stored in __flags.
44916         * iconvdata/utf-16.c: Likewise.
44917         * iconvdata/utf-32.c: Likewise.
44918
44919 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
44920
44921         [BZ #13524]
44922         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
44923         numerator after shifting it by one limb.
44924
44925 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
44926
44927         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
44928         under [__USE_EXTERN_INLINES].
44929
44930 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
44931
44932         [BZ #13446]
44933         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
44934
44935 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44936
44937         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
44938         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
44939         optimized code.
44940         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
44941         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
44942         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
44943         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
44944         for strncasecmp/strncasecmp_l compilation.
44945         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
44946         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
44947
44948 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
44949
44950         [BZ #13484]
44951         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
44952         of __asm__.
44953
44954 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
44955
44956         [BZ #13506]
44957         * time/tzfile.c (__tzfile_read): Check values from file header.
44958
44959 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
44960
44961         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
44962         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
44963         * powerpc/powerpc32/dl-start.S: Likewise.
44964         * powerpc/powerpc32/elf/start.S: Likewise.
44965         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
44966         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
44967         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
44968         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
44969         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
44970         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
44971         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
44972         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
44973         * powerpc/powerpc32/fpu/s_round.S: Likewise.
44974         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
44975         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
44976         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
44977         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
44978         * powerpc/powerpc32/memset.S: Likewise.
44979         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
44980         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
44981         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
44982         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
44983         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
44984         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
44985         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
44986         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
44987         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
44988         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
44989         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
44990         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
44991         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
44992
44993 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44994
44995         * math/libm-test.inc: Added more nearbyint tests.
44996         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
44997         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
44998         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
44999         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
45000
45001 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
45002
45003         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
45004         FD_CLOEXEC.
45005
45006 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45007
45008         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
45009         Add wcscpy-ssse3 wcscpy-c.
45010         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
45011         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
45012         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
45013         * sysdeps/x86_64/wcschr.S: New file.
45014         * sysdeps/x86_64/wcsrchr.S: New file.
45015         * string/test-strcmp.c: Remove checking of wcscmp function for
45016         wrong alignments.
45017         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
45018         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
45019         wcsrchr-sse2 wcsrchr-c.
45020         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
45021         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
45022         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
45023         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
45024         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
45025         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
45026         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
45027         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
45028         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
45029         * wcsmbc/wcschr.c (WCSCHR): New macro.
45030
45031 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45032
45033         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
45034         * wcsmbs/test-wcsrchr.c: New file.
45035         * string/test-strrchr.c: Add wcsrchr support.
45036         (WIDE): New macro.
45037         * wcsmbs/test-wcscpy.c: New file.
45038         * string/test-strcpy.c: Add wcscpy support.
45039         (WIDE): New macro.
45040
45041 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
45042
45043         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
45044         the inner loop.
45045
45046 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
45047
45048         [BZ #13472]
45049         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
45050
45051 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
45052
45053         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
45054         Minor optimizations.
45055
45056         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
45057         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
45058         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
45059
45060 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
45061
45062         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
45063         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
45064         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
45065         for gcc to avoid warnings.
45066         * inet/Makefile (tests): Add tst-checks.
45067         * inet/tst-checks.c: New file.
45068
45069         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
45070         warning.
45071
45072         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
45073         __wmemcmp_sse2.
45074
45075         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
45076         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
45077
45078         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
45079
45080 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
45081
45082         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
45083         problem.
45084
45085         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
45086
45087 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
45088
45089         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
45090         conditional on GCC version.
45091         (__arch_compare_and_exchange_val_8_acq)
45092         (__arch_compare_and_exchange_val_16_acq)
45093         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
45094         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
45095         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
45096
45097 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
45098
45099         * sysdeps/sh/backtrace.c: New file.
45100
45101 2011-12-02  Andreas Schwab  <schwab@redhat.com>
45102
45103         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
45104         parenthesis.
45105
45106 2011-12-01  Andreas Schwab  <schwab@redhat.com>
45107
45108         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
45109         falling back to utime.
45110
45111 2011-11-30  Andreas Schwab  <schwab@redhat.com>
45112
45113         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
45114         expectations for float.
45115
45116 2011-11-29  Andreas Schwab  <schwab@redhat.com>
45117
45118         * locale/weight.h (findidx): Add parameter len.
45119         * locale/weightwc.h (findidx): Likewise.
45120         * posix/fnmatch_loop.c (FCT): Adjust caller.
45121         * posix/regcomp.c (build_equiv_class): Likewise.
45122         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
45123         * posix/regexec.c (check_node_accept_bytes): Likewise.
45124         * string/strcoll_l.c (STRCOLL): Likewise.
45125         * string/strxfrm_l.c (STRXFRM): Likewise.
45126
45127 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
45128
45129         * Makefile.in: Remove CVSOPT handling.
45130         * configure.in: Remove use of AC_REVISION.
45131         * iconvdata/Makefile (distribute): No need to filter out CVS.
45132         * scripts/list-sources.sh: Remove CVS, subversion and monotone
45133         handling.
45134
45135 2011-11-16  Andreas Schwab  <schwab@redhat.com>
45136
45137         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
45138         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
45139         [USE_AS_STRNCASECMP_L]: Likewise.
45140         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
45141         NO_TLS_DIRECT_SEG_REFS.
45142         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
45143         Fix argument offsets for non-PIC.
45144         [USE_AS_STRNCASECMP_L]: Likewise.
45145         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
45146         NO_TLS_DIRECT_SEG_REFS.
45147
45148 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
45149
45150         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
45151         O_CLOEXEC.
45152         * locale/loadlocale.c (_nl_load_locale): Likewise.
45153
45154 2011-11-15  Andreas Schwab  <schwab@redhat.com>
45155
45156         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
45157         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
45158         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
45159         (SYSCALL_GETTIME): Set errno on error.
45160
45161         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
45162         count references to noai6ai_cached.
45163
45164 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
45165
45166         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
45167
45168         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
45169         FD_CLOEXEC for /proc/self/maps.
45170
45171         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
45172         FD_CLOEXEC for /proc/meminfo.
45173
45174         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
45175         gai.conf.
45176
45177         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
45178         FD_CLOEXEC for given file.
45179
45180         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
45181
45182         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
45183         FD_CLOEXEC for /etc/hosts.
45184         (_gethtent): Likewise.
45185
45186         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
45187
45188         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
45189         cancellation and set FD_CLOEXEC for /etc/netgroup.
45190
45191         * nss/nss_files/files-key.c (search): Don't allow cancellation when
45192         reading /etc/publickey.
45193
45194         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
45195         allow cancellation when reading /etc/group.
45196
45197         * nss/nss_files/files-alias.c (internal_setent): Don't allow
45198         cancellation.
45199         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
45200
45201         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
45202         when using data file.
45203
45204         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
45205
45206         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
45207         (write_nis_obj): Use "c" and "e" in fopen.
45208
45209         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
45210
45211         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
45212
45213         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
45214
45215         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
45216
45217         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
45218         locale.alias.
45219
45220         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
45221
45222         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
45223
45224         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
45225
45226         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
45227         file parsing and set FD_CLOEXEC.
45228
45229 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
45230
45231         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
45232
45233 2011-11-14  Andreas Schwab  <schwab@redhat.com>
45234
45235         * malloc/arena.c (arena_get2): Don't call reused_arena when
45236         _int_new_arena failed.
45237
45238 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
45239
45240         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
45241         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
45242         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
45243         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
45244         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
45245         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
45246         to compile strcasecmp and strncasecmp.
45247         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
45248         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
45249
45250         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
45251
45252 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
45253
45254         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
45255         locale-defines.sym to gen-as-const-headers.
45256         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
45257         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
45258         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
45259         to compile strcasecmp and strncasecmp.
45260         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
45261         strcasecmp_l and strncasecmp_l.
45262         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
45263         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
45264         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
45265         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
45266         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
45267         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
45268         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
45269         * sysdeps/i386/i686/multiarch/strncase.S: New file.
45270         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
45271         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
45272         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
45273
45274 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
45275
45276         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
45277         result of SYSDEP_GETTIME_CPU to retval.
45278         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
45279         parameter list to macro.  Remove trailing semicolon.  Adjust users.
45280
45281         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
45282         variable.
45283
45284         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
45285         mantissa words.
45286         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
45287
45288         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
45289         from unused variable.
45290
45291         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
45292         DWARF definitions.
45293         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
45294         for assembling.
45295
45296         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
45297         over namespaces.
45298
45299         * sunrpc/rpc_prot.c (rejected): Fix case value.
45300
45301         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
45302         unsigned long long int to avoid warnings in shift.
45303
45304         * posix/regex_internal.c (re_string_reconstruct): Actually use result
45305         of use of trans.
45306         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
45307         variable tmp.
45308
45309         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
45310         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
45311         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
45312
45313         * nis/nis_table.c (nis_list): Use variable of correct type for
45314         result of __follow_path call.
45315
45316 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45317
45318         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
45319         of math functions ceil, trunc, floor, round, and sqrt, when
45320         avaliable on the platform.
45321         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
45322         name clash.
45323         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
45324         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
45325         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
45326
45327 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
45328
45329         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
45330         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
45331
45332 2011-11-11  Roland McGrath  <roland@hack.frob.com>
45333
45334         * include/unistd.h: Fix __readlink return type.
45335         Reported by Chris Metcalf <cmetcalf@tilera.com>.
45336
45337 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
45338
45339         * stdlib/ucontext.h: Undo last change for makecontext.
45340
45341 2011-11-11  Andreas Schwab  <schwab@redhat.com>
45342
45343         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
45344
45345         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
45346         * setjmp/setjmp.h: Mark functions as non-leaf.
45347         * setjmp/bits/setjmp2.h: Likewise.
45348         * stdlib/ucontext.h: Likewise.
45349
45350 2011-11-10  Andreas Schwab  <schwab@redhat.com>
45351
45352         * malloc/arena.c (_int_new_arena): Don't increment narenas.
45353         (reused_arena): Don't check arena limit.
45354         (arena_get2): Atomically check arena limit.
45355
45356 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
45357
45358         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
45359         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
45360
45361         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
45362         instructions.
45363
45364 2011-11-07  Andreas Schwab  <schwab@redhat.com>
45365
45366         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
45367         handler when locking.
45368
45369         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
45370         Fix size of allocated buffer.
45371
45372 2011-11-04  Andreas Schwab  <schwab@redhat.com>
45373
45374         [BZ #10103]
45375         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
45376         declarations for long double functions.
45377         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
45378
45379         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
45380
45381 2011-11-03  Andreas Schwab  <schwab@redhat.com>
45382
45383         * nscd/nscd.c (main): Don't start AVC thread until credentials are
45384         installed.
45385
45386         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
45387         is disabled.
45388
45389 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45390
45391         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
45392
45393 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
45394
45395         * include/alloca.h (stackinfo_alloca_round): Define.
45396         (extend_alloca): Use it.
45397         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
45398         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
45399         here.
45400
45401         * scripts/check-local-headers.sh: Ignore libaudit.h.
45402
45403         * nscd/Makefile (extra-objs): Make recursively expanded.
45404
45405 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
45406
45407         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
45408         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
45409
45410         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
45411         * posix/tst-rfc3484-2.c: Likewise.
45412         * posix/tst-rfc3484-3.c: Likewise.
45413
45414         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45415         process_vm_writev.
45416         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
45417         process_vm_writev.
45418         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
45419         process_vm_writev from libc using GLIBC_2.15 version.
45420
45421         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
45422
45423 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
45424
45425         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
45426         stack usage.
45427
45428 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
45429
45430         [BZ #13367]
45431         * nss/getent.c (initgroups_keys): Show error message in case no group
45432         names are given.
45433
45434         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
45435         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
45436         __bump_nl_timestamp.
45437         * nscd/connections (nscd_init): When host database is served open
45438         netlink socket and request notification about configuration changes.
45439         (main_loop_poll): Track netlink file descriptor and bump timestamp
45440         in case data becomes available.
45441         (main_loop_epoll): Likewise.
45442         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
45443         (database_pers_head): Add extra_data fileds.
45444         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
45445         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
45446         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
45447         Adjust caller.
45448         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
45449         in6ai data, call __free_in6ai.
45450         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
45451         Add -DHAVE_NETLINK.
45452         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
45453         interface information.  Reuse previous data if netlink timestamp
45454         is not changed.
45455         (__bump_nl_timestamp): New function.
45456         (__free_in6ai): New function.
45457
45458 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
45459
45460         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
45461         close_not_cancel_no_status here.
45462         (__check_pf): Reorganize code a bit to not call close twice if OOM.
45463
45464 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
45465
45466         [BZ #13276]
45467         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
45468         return value.
45469
45470         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
45471         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
45472         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
45473
45474 2011-07-03  Andreas Jaeger  <aj@suse.de>
45475
45476         [BZ #10709]
45477         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
45478         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
45479         * math/libm-test.inc (sin_test): Add test case.
45480
45481 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
45482
45483         [BZ #13337]
45484         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
45485         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
45486
45487         * elf/chroot_canon.c (chroot_canon): Cleanups.
45488
45489         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
45490
45491         [BZ #13335]
45492         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
45493         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
45494
45495         * string/test-strchr.c: Make usable for strchrnul testing.
45496         * string/test-strchrnul.c: New file.
45497         * string/Makefile (strop-tests): Add strchrnul.
45498
45499         * po/it.po: Update from translation team.
45500         * po/es.po: Likewise.
45501
45502 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
45503
45504         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
45505         the three constants needed as parameters.  Drop the others.
45506         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
45507         __m128i_strloadu_tolower.
45508         Create and initialize variable zero and use it in all the places
45509         where _mm_setzero_si128 was used.
45510
45511         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
45512         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
45513         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
45514         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
45515         anymore.
45516         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
45517         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
45518         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
45519         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
45520         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
45521         __mpranred, __mptan.
45522         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
45523         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
45524         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
45525         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
45526         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
45527         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
45528         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
45529         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
45530         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
45531
45532 2011-10-28  Andreas Schwab  <schwab@redhat.com>
45533
45534         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
45535         redefine if SHARED.
45536         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
45537
45538         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
45539         wide char related routines to wcsmbs subdir.
45540
45541 2011-10-27  Andreas Schwab  <schwab@redhat.com>
45542
45543         [BZ #13344]
45544         * misc/sys/cdefs.h (__THROWNL): Define.
45545         * posix/unistd.h: Use __THREADNL instead of __THREAD
45546         for memory synchronization functions.
45547
45548 2011-10-26  Roland McGrath  <roland@hack.frob.com>
45549
45550         [BZ #13349]
45551         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
45552         doesn't exist.
45553         * manual/stdio.texi (Obstack Streams): Node removed.
45554
45555 2011-10-26  Andreas Schwab  <schwab@redhat.com>
45556
45557         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
45558         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45559         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45560
45561         * math/math_private.h (math_force_eval): Allow non-addressable
45562         arguments.
45563         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
45564
45565 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45566
45567         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
45568         file is not needed.
45569
45570         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
45571         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
45572         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
45573         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
45574         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
45575         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
45576         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
45577         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
45578         Add AVX variants.
45579         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
45580         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
45581         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
45582         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
45583         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
45584         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
45585         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
45586         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
45587         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
45588         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
45589         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
45590         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
45591         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
45592         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
45593         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
45594         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
45595         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
45596         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
45597         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
45598
45599         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
45600         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
45601
45602         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
45603         place.  Use VEX encoding when compiling for AVX.
45604
45605 2011-10-25  Andreas Schwab  <schwab@redhat.com>
45606
45607         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
45608         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
45609
45610         * string/test-strchr.c (do_test): Don't generate NUL bytes.
45611
45612 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45613
45614         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
45615         useless if() expression.
45616         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45617         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
45618         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
45619         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45620         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
45621         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45622         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45623         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45624         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
45625         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45626         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45627         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45628         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
45629         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45630         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
45631         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45632         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45633         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45634         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45635
45636         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
45637
45638 2011-10-25  Andreas Schwab  <schwab@redhat.com>
45639
45640         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
45641         condition.
45642         * elf/dl-fini.c (_dl_sort_fini): Likewise.
45643
45644 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45645
45646         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
45647         .text section.  Avoid duplicate constants.
45648         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
45649         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45650         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45651         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45652         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45653         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45654         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45655         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45656         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
45657         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
45658         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
45659         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
45660         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
45661         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
45662         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
45663         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
45664         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
45665         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
45666         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
45667         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45668         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
45669         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
45670         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
45671         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
45672         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
45673         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
45674         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
45675         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
45676         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
45677         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
45678         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
45679         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
45680         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
45681         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
45682         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
45683         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
45684         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
45685         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
45686         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
45687         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
45688         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
45689         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
45690         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
45691         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
45692         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
45693
45694 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
45695
45696         * sysdeps/x86_64/dla.h: Move to ...
45697         * sysdeps/x86_64/fpu/dla.h: ...here.
45698         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
45699         situations.  Use __builtin_fma only for gcc 4.6 and up.
45700
45701         * config.make.in: Add have-mfma4 entry.
45702         * configure.in: Substitute libc_cv_cc_fma4.
45703         * math/Makefile (dbl-only-routines): Add sincostab.
45704         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
45705         Use __sincostab not sincos.
45706         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
45707         name is a macro.
45708         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45709         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45710         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45711         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
45712         using __copysign.
45713         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
45714         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
45715         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
45716         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
45717         and __inv.
45718         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
45719         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
45720         __copysign.
45721         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
45722         define aliases when function name is a macro.
45723         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
45724         sysdeps/ieee754/dbl-64/sincos.tbl.
45725         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
45726         fma4-enabled routines.
45727         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
45728         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
45729         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
45730         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
45731         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
45732         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
45733         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
45734         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
45735         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
45736         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
45737         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
45738         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
45739         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
45740         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
45741         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
45742         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
45743         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
45744         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
45745         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
45746         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
45747         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
45748         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
45749         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
45750         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
45751         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
45752         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
45753         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
45754         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
45755         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
45756         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
45757
45758         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
45759         rename.
45760         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45761         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45762         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45763         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45764         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45765         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45766         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45767         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45768
45769 2011-10-24  Andreas Schwab  <schwab@redhat.com>
45770
45771         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
45772
45773 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45774
45775         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
45776
45777         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
45778         prediction.
45779         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
45780
45781         * string/strnlen.c: Don't define STRNLEN, reverse logic.
45782         Remove unused variable magic_bits.
45783         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
45784
45785         * string/strnlen.c: Define and use STRNLEN macro.
45786         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
45787         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
45788         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
45789         * wcsmbs/wcslen.c: Define and use WCSLEN.
45790         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
45791         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
45792         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
45793         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
45794         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
45795         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
45796         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
45797
45798 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45799
45800         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
45801         strnlen-sse2-no-bsf.
45802         Rename strlen-no-bsf to strlen-sse2-no-bsf.
45803         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
45804         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
45805         Add strnlen support.
45806         (USE_AS_STRNLEN): New macro.
45807         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
45808         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
45809         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
45810         * sysdeps/x86_64/wcslen.S: New file.
45811
45812 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
45813
45814         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
45815         XMM-moves are used for copying on small sizes.
45816
45817 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45818
45819         * wcsmbs/Makefile (strop-tests): Add wcschr.
45820         * wcsmbs/test-wcschr.c: New file.
45821         * string/test-strchr.c: Update.
45822         Add wcschr support.
45823         (WIDE): New macro.
45824
45825 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45826
45827         * wcsmbs/Makefile (strop-tests): Add wcslen.
45828         * wcsmbs/test-wcslen.c: New file.
45829         * string/test-strlen.c: Update.
45830         Add wcslen support.
45831         (WIDE): New macro.
45832
45833 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45834
45835         * po/it.po: Update from translation team.
45836
45837 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45838
45839         * sysdeps/x86_64/wcscmp.S: Update.
45840         Fix wrong comparison semantics.
45841         wcscmp shall use signed comparison not unsigned.
45842         Don't use substraction to avoid overflow bug.
45843         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
45844         * wcsmbc/wcscmp.c: Likewise.
45845         * string/test-strcmp.c: Likewise.
45846         Add new tests to check cases with negative values.
45847
45848 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45849
45850         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
45851         * sysdeps/x86_64/dla.h: ...here.  New file.
45852         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
45853         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45854         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45855         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45856         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45857         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45858         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45859         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45860         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45861
45862 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
45863
45864         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
45865         __ynl_finite aliases.
45866
45867 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
45868
45869         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45870
45871         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
45872         define DLA_FMA.
45873         [DLA_FMA] (EMULV): Use DLA_FMA.
45874         [DLA_FMA] (MUL12): Use EMULV.
45875         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
45876         that are not needed.
45877         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45878         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45879         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45880         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45881         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45882         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45883         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45884
45885 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
45886
45887         * math/s_nan.c: Undef __nan.
45888         * math/s_nanf.c: Undef __nanf.
45889         * math/s_nanl.c: Undef __nanl.
45890         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
45891         "math_private.h".
45892
45893 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
45894
45895         * math/s_catan.c: Add branch predictions.
45896         * math/s_catanf.c: Likewise.
45897         * math/s_catanh.c: Likewise.
45898         * math/s_catanhf.c: Likewise.
45899         * math/s_catanhl.c: Likewise.
45900         * math/s_catanl.c: Likewise.
45901         * math/s_cexp.c: Likewise.
45902         * math/s_cexpf.c: Likewise.
45903         * math/s_cexpl.c: Likewise.
45904         * math/s_clog.c: Likewise.
45905         * math/s_clog10.c: Likewise.
45906         * math/s_clog10f.c: Likewise.
45907         * math/s_clog10l.c: Likewise.
45908         * math/s_clogf.c: Likewise.
45909         * math/s_clogl.c: Likewise.
45910         * math/s_csqrt.c: Likewise.
45911         * math/s_csqrtf.c: Likewise.
45912         * math/s_csqrtl.c: Likewise.
45913         * math/s_ctanf.c: Likewise.
45914         * math/s_ctanh.c: Likewise.
45915         * math/s_ctanhf.c: Likewise.
45916         * math/s_ctanhl.c: Likewise.
45917         * math/s_ctanl.c: Likewise.
45918
45919         * math/math_private.h: Define __nan, __nanf, __nanl.
45920         * math/s_cacosh.c: Include <math_private.h>.
45921         * math/s_cacoshl.c: Likewise.
45922         * math/s_casinh.c: Likewise.
45923         * math/s_casinhf.c: Likewise.
45924         * math/s_casinhl.c: Likewise.
45925         * math/s_ccos.c: Rely entire on ccosh.
45926         * math/s_ccosf.c: Rely entire on ccoshf.
45927         * math/s_ccosl.c: Rely entirely on ccoshl.
45928         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
45929         Remove tests for FE_INVALID.
45930         * math/s_ccoshf.c: Likewise.
45931         * math/s_ccoshl.c: Likewise.
45932         * math/s_csin.c: Likewise.
45933         * math/s_csinf.c: Likewise.
45934         * math/s_csinh.c Likewise.
45935         * math/s_csinhf.c: Likewise.
45936         * math/s_csinhl.c: Likewise.
45937         * math/s_csinl.c: Likewise.
45938         * math/s_ctan.c: Likewise.
45939         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
45940         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
45941         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
45942
45943 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
45944
45945         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
45946         compilation problems.
45947
45948         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
45949         __builtin_expect.
45950
45951 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
45952
45953         * sysdeps/i386/configure.in: Test for -mfma4 option.
45954         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
45955         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
45956         COMMON_CPUID_INDEX_80000001.
45957         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
45958         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
45959         use it if FMA3 is not supported.
45960         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
45961
45962         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
45963         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
45964
45965 2011-10-20  Andreas Schwab  <schwab@redhat.com>
45966
45967         [BZ #12892]
45968         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
45969         it would create a cycle with a link time dependency.
45970
45971 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
45972
45973         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
45974         instruction.
45975         * string/Makefile (strop-tests): Add rawmemchr.
45976         * string/test-rawmemchr.c: New file.
45977
45978         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
45979         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
45980         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
45981         when compiling str{,n}casecmp and when AVX is available.  Hook up
45982         new optimized code in initializers.
45983
45984 2011-10-19  Andreas Schwab  <schwab@redhat.com>
45985
45986         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
45987         __feraiseexcept instead of feraiseexcept.
45988
45989 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
45990
45991         * math/math_private.h: Define defaults for libc_fetestexcept and
45992         libc_feupdateenv.
45993         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
45994         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
45995         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
45996         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
45997         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
45998         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
45999         libc_fetestexcept and libc_feupdateenv.
46000
46001         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
46002         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
46003         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
46004         * sysdeps/x86_64/fpu/math_private.h: Define special version of
46005         libc_feholdexcept_setround.
46006
46007         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
46008         Add s_nearbyint-c and s_nearbyintf-c.
46009         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
46010         nearbyintf inlines.
46011         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
46012         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
46013         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
46014         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
46015
46016         * math/math_private.h: Define defaults for libc_fegetround,
46017         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
46018         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
46019         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
46020         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
46021         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
46022         standard functions.
46023         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
46024         Remove comments and hacks for old compiler versions.
46025         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
46026         libc_fegetround, libc_fesetround, libc_feholdexcept, and
46027         libc_feholdexceptl.
46028
46029 2011-10-18  Andreas Schwab  <schwab@redhat.com>
46030
46031         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
46032         (__feraiseexcept_renamed): Add __NTH.
46033         (feraiseexcept): Add __NTH.  Rename local variables to fix
46034         namespace violations.
46035
46036 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
46037
46038         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
46039
46040         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
46041
46042         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
46043         recently added interfaces.
46044         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
46045
46046         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
46047         about macro parameter expansion.
46048
46049         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
46050         __NO_MATH_INLINES is defined.  Cleanups.
46051
46052         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
46053         and __floorf is target has SSE4.1.
46054         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
46055         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
46056         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
46057         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
46058
46059         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
46060         name.
46061         (floorf): Likewise.
46062
46063         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
46064
46065 2011-10-17  Andreas Schwab  <schwab@redhat.com>
46066
46067         * misc/sys/cdefs.h: Fix last change.
46068
46069         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
46070         database lookup.
46071
46072 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
46073
46074         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
46075
46076         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
46077         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46078         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
46079         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
46080         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
46081         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
46082         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
46083         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
46084         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
46085         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
46086         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
46087         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
46088         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
46089         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
46090         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
46091         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
46092         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
46093         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
46094         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
46095         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
46096         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
46097         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
46098
46099         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
46100         ceil, ceilf, floor, floorf.
46101
46102         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
46103         Perform IRELATIVE relocations last.
46104
46105         * elf/do-rel.h: Add another parameter nrelative, replacing the
46106         local variable with the same name.  Change name of the function
46107         to end in Rel or Rela (uppercase).
46108         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
46109         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
46110         elf_dynamic_do_##reloc function.
46111
46112 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
46113
46114         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
46115         is sufficient, at least on modern CPUs.
46116
46117         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
46118
46119         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
46120         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
46121
46122         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
46123         __expl_finite.
46124         * math/bits/math-finite.h: Add entries for exp.
46125         * math/e_expl.c: Add __*_finite alias.
46126         * sysdeps/i386/fpu/e_exp.S: Likewise.
46127         * sysdeps/i386/fpu/e_expf.S: Likewise.
46128         * sysdeps/i386/fpu/e_expl.c: Likewise.
46129         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
46130         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
46131         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
46132         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
46133         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
46134         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46135         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46136
46137         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
46138         is sufficient, at least on modern CPUs.
46139
46140         * ctype/ctype-info.c (__ctype_init): Define.
46141         * include/ctype.h (__ctype_init): Declare.
46142         (__ctype_b_loc): The variable is always initialized.
46143         (__ctype_toupper_loc): Likewise.
46144         (__ctype_tolower_loc): Likewise.
46145         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
46146         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
46147
46148 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
46149
46150         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
46151
46152         * configure.in: Also look in $cxxmachine/include for C++ system
46153         headers.
46154
46155 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46156
46157         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
46158         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
46159         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
46160         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
46161         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
46162         (USE_AS_WMEMCMP): New macro.
46163         Fixing indents.
46164         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
46165         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
46166         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
46167         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
46168         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46169         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
46170         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
46171         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
46172         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
46173         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
46174         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
46175         (USE_AS_WMEMCMP): New macro.
46176         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
46177         * sysdeps/string/test-memcmp.c: Update.
46178         Fix simple_wmemcmp.
46179         Add new tests.
46180         * wcsmbs/wmemcmp.c: Update.
46181         (WMEMCMP): New macro.
46182         Fix overflow bug.
46183
46184 2011-10-12  Andreas Jaeger  <aj@suse.de>
46185
46186         [BZ #13268]
46187         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
46188
46189 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
46190
46191         * libio/iofwide.c (do_length): Avoid warning.
46192
46193         * ctype/ctype.h (__isctype_f): Add missing __THROW.
46194
46195 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
46196
46197         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
46198
46199         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
46200         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
46201         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
46202         * sysdeps/i386/i686/fpu/e_log.S: New file.
46203         * sysdeps/i386/i686/fpu/e_logf.S: New file.
46204         * sysdeps/i386/i686/fpu/e_logl.S: New file.
46205
46206         * ctype/ctype.h: Add support for inlined isXXX functions when
46207         compiling C++ code.
46208
46209 2011-10-14  Andreas Schwab  <schwab@redhat.com>
46210
46211         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46212
46213         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
46214
46215 2011-10-13  Roland McGrath  <roland@hack.frob.com>
46216
46217         [BZ #13291]
46218         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
46219
46220 2011-10-13  Andreas Schwab  <schwab@redhat.com>
46221
46222         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
46223         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
46224         feraiseexcept.
46225
46226         * sysdeps/x86_64/memrchr.S: Check for zero size.
46227
46228         * string/stratcliff.c: Add memrchr tests.
46229
46230 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46231
46232         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46233         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
46234         rawmemchr-sse2 rawmemchr-sse2-bsf.
46235         * sysdeps/i386/i686/multiarch/memchr.S: New file.
46236         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
46237         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
46238         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
46239         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
46240         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
46241         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
46242         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
46243         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
46244         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
46245         * string/memrchr.c (MEMRCHR): New macro.
46246
46247 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
46248
46249         Add integration with gcc's -ffinite-math-only and optimize wrapper
46250         functions in libm.
46251         * Versions.def: Define GLIBC_2.15 version for libm.
46252         * math/Makefile (headers): Add bits/math-finite.h.
46253         * math/bits/math-finite.h: New file.
46254         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
46255         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
46256         * math/e_acoshl.c: Add __*_finite alias.
46257         * math/e_acosl.c: Likewise.
46258         * math/e_asinl.c: Likewise.
46259         * math/e_atan2l.c: Likewise.
46260         * math/e_atanhl.c: Likewise.
46261         * math/e_coshl.c: Likewise.
46262         * math/e_exp10.c: Likewise.
46263         * math/e_exp10f.c: Likewise.
46264         * math/e_exp10l.c: Likewise.
46265         * math/e_exp2l.c: Likewise.
46266         * math/e_fmodl.c: Likewise.
46267         * math/e_gammal_r.c: Likewise.
46268         * math/e_hypotl.c: Likewise.
46269         * math/e_j0l.c: Likewise.
46270         * math/e_j1l.c: Likewise.
46271         * math/e_jnl.c: Likewise.
46272         * math/e_lgammal_r.c: Likewise.
46273         * math/e_log10l.c: Likewise.
46274         * math/e_log2l.c: Likewise.
46275         * math/e_logl.c: Likewise.
46276         * math/e_powl.c: Likewise.
46277         * math/e_sinhl.c: Likewise.
46278         * math/e_sqrtl.c: Likewise.
46279         * math/e_scalb.c: Completely rewritten and optimized.
46280         * math/e_scalbf.c: Likewise.
46281         * math/e_scalbl.c: Likewise.
46282         * math/w_acos.c: Likewise.
46283         * math/w_acosf.c: Likewise.
46284         * math/w_acosl.c: Likewise.
46285         * math/w_acosh.c: Likewise.
46286         * math/w_acoshf.c: Likewise.
46287         * math/w_acoshl.c: Likewise.
46288         * math/w_asin.c: Likewise.
46289         * math/w_asinf.c: Likewise.
46290         * math/w_asinl.c: Likewise.
46291         * math/w_atan2.c: Likewise.
46292         * math/w_atan2f.c: Likewise.
46293         * math/w_atan2l.c: Likewise.
46294         * math/w_atanh.c: Likewise.
46295         * math/w_atanhf.c: Likewise.
46296         * math/w_atanhl.c: Likewise.
46297         * math/w_exp10.c: Likewise.
46298         * math/w_exp10f.c: Likewise.
46299         * math/w_exp10l.c: Likewise.
46300         * math/w_fmod.c: Likewise.
46301         * math/w_fmodf.c: Likewise.
46302         * math/w_fmodl.c: Likewise.
46303         * math/w_j0.c: Likewise.
46304         * math/w_j0f.c: Likewise.
46305         * math/w_j0l.c: Likewise.
46306         * math/w_j1.c: Likewise.
46307         * math/w_j1f.c: Likewise.
46308         * math/w_j1l.c: Likewise.
46309         * math/w_jn.c: Likewise.
46310         * math/w_jnf.c: Likewise.
46311         * math/w_log.c: Likewise.
46312         * math/w_logf.c: Likewise.
46313         * math/w_logl.c: Likewise.
46314         * math/w_log10.c: Likewise.
46315         * math/w_log10f.c: Likewise.
46316         * math/w_log10l.c: Likewise.
46317         * math/w_log2.c: Likewise.
46318         * math/w_log2f.c: Likewise.
46319         * math/w_log2l.c: Likewise.
46320         * math/w_pow.c: Likewise.
46321         * math/w_powf.c: Likewise.
46322         * math/w_powl.c: Likewise.
46323         * math/w_remainder.c: Likewise.
46324         * math/w_remainderf.c: Likewise.
46325         * math/w_remainderl.c: Likewise.
46326         * math/w_scalb.c: Likewise.
46327         * math/w_scalbf.c: Likewise.
46328         * math/w_scalbl.c: Likewise.
46329         * math/w_sqrt.c: Likewise.
46330         * math/w_sqrtf.c: Likewise.
46331         * math/w_sqrtl.c: Likewise.
46332         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
46333         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
46334         used.
46335         * math/math_private.h: Declare __kernel_standard_f.
46336         * math/w_cosh.c: Remove cruft and optimize a bit.
46337         * math/w_coshf.c: Likewise.
46338         * math/w_coshl.c: Likewise.
46339         * math/w_exp2.c: Likewise.
46340         * math/w_exp2f.c: Likewise.
46341         * math/w_exp2l.c: Likewise.
46342         * math/w_hypot.c: Likewise.
46343         * math/w_hypotf.c: Likewise.
46344         * math/w_hypotl.c: Likewise.
46345         * math/w_lgamma.c: Likewise.
46346         * math/w_lgamma_r.c: Likewise.
46347         * math/w_lgammaf.c: Likewise.
46348         * math/w_lgammaf_r.c: Likewise.
46349         * math/w_lgammal.c: Likewise.
46350         * math/w_lgammal_r.c: Likewise.
46351         * math/w_sinh.c: Likewise.
46352         * math/w_sinhf.c: Likewise.
46353         * math/w_sinhl.c: Likewise.
46354         * math/w_tgamma.c: Likewise.
46355         * math/w_tgammaf.c: Likewise.
46356         * math/w_tgammal.c: Likewise.
46357         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46358         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46359         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
46360         Minor optimizations.  Pretty printing.  Remove cruft.
46361         * sysdeps/i386/fpu/e_acosf.S: Likewise.
46362         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46363         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46364         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46365         * sysdeps/i386/fpu/e_acosl.c: Likewise.
46366         * sysdeps/i386/fpu/e_asin.S: Likewise.
46367         * sysdeps/i386/fpu/e_asinf.S: Likewise.
46368         * sysdeps/i386/fpu/e_atan2.S: Likewise.
46369         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
46370         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
46371         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46372         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46373         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46374         * sysdeps/i386/fpu/e_exp10.S: Likewise.
46375         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
46376         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
46377         * sysdeps/i386/fpu/e_exp2.S: Likewise.
46378         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
46379         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
46380         * sysdeps/i386/fpu/e_fmod.S: Likewise.
46381         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
46382         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
46383         * sysdeps/i386/fpu/e_hypot.S: Likewise.
46384         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
46385         * sysdeps/i386/fpu/e_log.S: Likewise.
46386         * sysdeps/i386/fpu/e_log10.S: Likewise.
46387         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46388         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46389         * sysdeps/i386/fpu/e_log2.S: Likewise.
46390         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46391         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46392         * sysdeps/i386/fpu/e_logf.S: Likewise.
46393         * sysdeps/i386/fpu/e_logl.S: Likewise.
46394         * sysdeps/i386/fpu/e_pow.S: Likewise.
46395         * sysdeps/i386/fpu/e_powf.S: Likewise.
46396         * sysdeps/i386/fpu/e_powl.S: Likewise.
46397         * sysdeps/i386/fpu/e_remainder.S: Likewise.
46398         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
46399         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
46400         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46401         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46402         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46403         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
46404         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
46405         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
46406         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
46407         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
46408         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
46409         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
46410         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
46411         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
46412         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
46413         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
46414         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
46415         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
46416         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
46417         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
46418         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
46419         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
46420         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
46421         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
46422         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
46423         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
46424         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
46425         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
46426         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
46427         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
46428         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46429         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46430         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
46431         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
46432         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
46433         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
46434         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
46435         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
46436         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
46437         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
46438         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46439         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
46440         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
46441         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
46442         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
46443         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
46444         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
46445         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
46446         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
46447         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
46448         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
46449         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
46450         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46451         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
46452         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
46453         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
46454         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
46455         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
46456         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
46457         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
46458         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
46459         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46460         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
46461         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
46462         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
46463         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
46464         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
46465         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
46466         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
46467         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
46468         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46469         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46470         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
46471         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
46472         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
46473         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
46474         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
46475         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
46476         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
46477         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
46478         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
46479         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
46480         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
46481         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
46482         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
46483         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
46484         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46485         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
46486         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
46487         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
46488         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
46489         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46490         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
46491         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
46492         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46493         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
46494         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
46495         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
46496         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46497         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
46498         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
46499         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
46500         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
46501         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
46502         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
46503         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
46504         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
46505         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
46506         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
46507         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
46508         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
46509         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
46510         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46511         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46512         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46513         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46514         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
46515         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46516         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
46517         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
46518         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
46519         (__isnanf): Likewise.
46520         (__isinf_ns): Likewise.
46521         (__isinf_nsf): Likewise.
46522         (__finite): Likewise.
46523         (__finitef): Likewise.
46524         (__ieee754_sqrt): Define as macro.
46525         (__ieee754_sqrtf): Define as macro.
46526         (__ieee754_sqrtl): Define as macro.
46527         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
46528         inlined copy.
46529         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
46530         __FINITE_MATH_ONLY__ consistent.
46531         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
46532
46533 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
46534
46535         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
46536         of rawmemchr.
46537
46538         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
46539
46540 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
46541
46542         * po/ja.po: Update from translation team.
46543
46544 2011-10-08  Roland McGrath  <roland@hack.frob.com>
46545
46546         * locale/programs/locarchive.c (prepare_address_space): New function.
46547         (create_archive, enlarge_archive, open_archive): Use it.
46548
46549         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
46550         inside [SHARED], where it is used.
46551
46552         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
46553
46554         * nss/getent.c (netgroup_keys): Remove unused variable.
46555         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
46556
46557 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
46558
46559         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
46560         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
46561         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
46562         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
46563         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
46564         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
46565         * math/Makefile (libm-calls): Add s_isinf_ns.
46566         * math/divtc3.c: Use __isinf_nsl instead of isinf.
46567         * math/multc3.c: Likewise.
46568         * math/s_casin.c: Likewise.
46569         * math/s_casinf.c: Likewise.
46570         * math/s_casinl.c: Likewise.
46571         * math/s_ccos.c: Likewise.
46572         * math/s_ccosf.c: Likewise.
46573         * math/s_ccosl.c: Likewise.
46574         * math/s_ctan.c: Likewise.
46575         * math/s_ctanf.c: Likewise.
46576         * math/s_ctanh.c: Likewise.
46577         * math/s_ctanhf.c: Likewise.
46578         * math/s_ctanhl.c: Likewise.
46579         * math/s_ctanl.c: Likewise.
46580         * math/w_fmod.c: Likewise.
46581         * math/w_fmodf.c: Likewise.
46582         * math/w_fmodl.c: Likewise.
46583         * math/w_remainder.c: Likewise.
46584         * math/w_remainderf.c: Likewise.
46585         * math/w_remainderl.c: Likewise.
46586         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
46587         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
46588         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
46589         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
46590         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
46591         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
46592         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
46593         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
46594
46595         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
46596         of the number.
46597         * stdio-common/printf_fphex.c: Likewise.
46598         * stdio-common/printf_size.c: Likewise.
46599
46600         * math/e_exp10.c: Include math_private.h using <...> not "...".
46601         * math/e_exp10f.c: Likewise.
46602         * math/e_exp10l.c: Likewise.
46603         * math/e_exp2l.c: Likewise.
46604         * math/e_j0l.c: Likewise.
46605         * math/e_j1l.c: Likewise.
46606         * math/e_jnl.c: Likewise.
46607         * math/e_lgammal_r.c: Likewise.
46608         * math/e_rem_pio2l.c: Likewise.
46609         * math/e_scalb.c: Likewise.
46610         * math/e_scalbf.c: Likewise.
46611         * math/e_scalbl.c: Likewise.
46612         * math/k_cosl.c: Likewise.
46613         * math/k_sinl.c: Likewise.
46614         * math/k_tanl.c: Likewise.
46615         * math/s_cacoshf.c: Likewise.
46616         * math/s_catan.c: Likewise.
46617         * math/s_catanf.c: Likewise.
46618         * math/s_catanh.c: Likewise.
46619         * math/s_catanhf.c: Likewise.
46620         * math/s_catanhl.c: Likewise.
46621         * math/s_catanl.c: Likewise.
46622         * math/s_ccosh.c: Likewise.
46623         * math/s_ccoshf.c: Likewise.
46624         * math/s_ccoshl.c: Likewise.
46625         * math/s_cexp.c: Likewise.
46626         * math/s_cexpf.c: Likewise.
46627         * math/s_cexpl.c: Likewise.
46628         * math/s_clog.c: Likewise.
46629         * math/s_clog10.c: Likewise.
46630         * math/s_clog10f.c: Likewise.
46631         * math/s_clog10l.c: Likewise.
46632         * math/s_clogf.c: Likewise.
46633         * math/s_clogl.c: Likewise.
46634         * math/s_csin.c: Likewise.
46635         * math/s_csinf.c: Likewise.
46636         * math/s_csinh.c: Likewise.
46637         * math/s_csinhf.c: Likewise.
46638         * math/s_csinhl.c: Likewise.
46639         * math/s_csinl.c: Likewise.
46640         * math/s_csqrt.c: Likewise.
46641         * math/s_csqrtf.c: Likewise.
46642         * math/s_csqrtl.c: Likewise.
46643         * math/s_ctan.c: Likewise.
46644         * math/s_ctanf.c: Likewise.
46645         * math/s_ctanh.c: Likewise.
46646         * math/s_ctanhf.c: Likewise.
46647         * math/s_ctanhl.c: Likewise.
46648         * math/s_ctanl.c: Likewise.
46649         * math/s_ldexp.c: Likewise.
46650         * math/s_ldexpf.c: Likewise.
46651         * math/s_ldexpl.c: Likewise.
46652         * math/s_significand.c: Likewise.
46653         * math/s_significandf.c: Likewise.
46654         * math/s_significandl.c: Likewise.
46655         * math/w_acos.c: Likewise.
46656         * math/w_acosf.c: Likewise.
46657         * math/w_acosh.c: Likewise.
46658         * math/w_acoshf.c: Likewise.
46659         * math/w_acoshl.c: Likewise.
46660         * math/w_acosl.c: Likewise.
46661         * math/w_asin.c: Likewise.
46662         * math/w_asinf.c: Likewise.
46663         * math/w_asinl.c: Likewise.
46664         * math/w_atan2.c: Likewise.
46665         * math/w_atan2f.c: Likewise.
46666         * math/w_atan2l.c: Likewise.
46667         * math/w_atanh.c: Likewise.
46668         * math/w_atanhf.c: Likewise.
46669         * math/w_atanhl.c: Likewise.
46670         * math/w_cosh.c: Likewise.
46671         * math/w_coshf.c: Likewise.
46672         * math/w_coshl.c: Likewise.
46673         * math/w_dremf.c: Likewise.
46674         * math/w_exp10.c: Likewise.
46675         * math/w_exp10f.c: Likewise.
46676         * math/w_exp10l.c: Likewise.
46677         * math/w_exp2.c: Likewise.
46678         * math/w_exp2f.c: Likewise.
46679         * math/w_fmod.c: Likewise.
46680         * math/w_fmodf.c: Likewise.
46681         * math/w_fmodl.c: Likewise.
46682         * math/w_hypot.c: Likewise.
46683         * math/w_hypotf.c: Likewise.
46684         * math/w_hypotl.c: Likewise.
46685         * math/w_j0.c: Likewise.
46686         * math/w_j0f.c: Likewise.
46687         * math/w_j0l.c: Likewise.
46688         * math/w_j1.c: Likewise.
46689         * math/w_j1f.c: Likewise.
46690         * math/w_j1l.c: Likewise.
46691         * math/w_jn.c: Likewise.
46692         * math/w_jnf.c: Likewise.
46693         * math/w_jnl.c: Likewise.
46694         * math/w_lgamma.c: Likewise.
46695         * math/w_lgamma_r.c: Likewise.
46696         * math/w_lgammaf.c: Likewise.
46697         * math/w_lgammaf_r.c: Likewise.
46698         * math/w_lgammal.c: Likewise.
46699         * math/w_lgammal_r.c: Likewise.
46700         * math/w_log.c: Likewise.
46701         * math/w_log10.c: Likewise.
46702         * math/w_log10f.c: Likewise.
46703         * math/w_log10l.c: Likewise.
46704         * math/w_log2.c: Likewise.
46705         * math/w_log2f.c: Likewise.
46706         * math/w_log2l.c: Likewise.
46707         * math/w_logf.c: Likewise.
46708         * math/w_logl.c: Likewise.
46709         * math/w_pow.c: Likewise.
46710         * math/w_powf.c: Likewise.
46711         * math/w_powl.c: Likewise.
46712         * math/w_remainder.c: Likewise.
46713         * math/w_remainderf.c: Likewise.
46714         * math/w_remainderl.c: Likewise.
46715         * math/w_scalb.c: Likewise.
46716         * math/w_scalbf.c: Likewise.
46717         * math/w_scalbl.c: Likewise.
46718         * math/w_sinh.c: Likewise.
46719         * math/w_sinhf.c: Likewise.
46720         * math/w_sinhl.c: Likewise.
46721         * math/w_sqrt.c: Likewise.
46722         * math/w_sqrtf.c: Likewise.
46723         * math/w_sqrtl.c: Likewise.
46724         * math/w_tgamma.c: Likewise.
46725         * math/w_tgammaf.c: Likewise.
46726         * math/w_tgammal.c: Likewise.
46727
46728         * po/ja.po: Update from translation team.
46729
46730 2011-09-29  Andreas Jaeger  <aj@suse.de>
46731
46732         [BZ #13179]
46733         * sunrpc/netname.c (netname2host): Fix logic.
46734
46735         [BZ #6779]
46736         [BZ #6783]
46737         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
46738         correctly.
46739         * math/w_remainder.c (__remainder): Likewise.
46740         * math/w_remainderf.c (__remainderf): Likewise.
46741         * math/libm-test.inc (remainder_test): Add test cases.
46742
46743 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46744
46745         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
46746         sdiv_qrnnd.
46747
46748 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
46749
46750         * string/test-memcmp.c: Avoid unncessary #defines.
46751         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
46752
46753 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46754
46755         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
46756         Use new sse2 version for core i3 - i7 as it's faster
46757         than sse42 version.
46758         (bit_Prefer_PMINUB_for_stringop): New.
46759         * sysdeps/x86_64/rawmemchr.S: Update.
46760         Replace with faster SSE2 version.
46761         * sysdeps/x86_64/memrchr.S: New file.
46762         * sysdeps/x86_64/memchr.S: Update.
46763         Replace with faster SSE2 version.
46764
46765 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
46766
46767         * elf/dl-load.c (lose): Add cast to avoid warning.
46768
46769 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
46770
46771         * po/ca.po: Update from translation team.
46772
46773         * inet/getnetgrent_r.c: Hook up nscd.
46774         * nscd/Makefile (routines): Add nscd_netgroup.
46775         (nscd-modules): Add netgroupcache.
46776         (CFLAGS-netgroupcache.c): Define.
46777         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
46778         (cache_search): Add const to second parameter.
46779         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
46780         INNETGR.
46781         (dbs): Add netgrdb entry.
46782         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
46783         (verify_persistent_db): Handle netgrdb.
46784         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
46785         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
46786         GETFDNETGR.
46787         (netgroup_response_header): Define.
46788         (innetgroup_response_header): Define.
46789         (datahead): Add netgroup_response_header and innetgroup_response_header
46790         elements.
46791         * nscd/nscd.conf: Add entries for netgroup cache.
46792         * nscd/nscd.h (dbtype): Add netgrdb.
46793         (_PATH_NSCD_NETGROUP_DB): Define.
46794         (netgroup_iov_disabled): Declare.
46795         (xmalloc, xcalloc, xrealloc): Move declarations here.
46796         (cache_search): Adjust prototype.
46797         Add netgroup-related prototypes.
46798         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
46799         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
46800         (__nscd_innetgr): Declare.
46801         * nscd/selinux.c (perms): Use access_vector_t as element type and
46802         add netgroup-related initializers.
46803         * nscd/netgroupcache.c: New file.
46804         * nscd/nscd_netgroup.c: New file.
46805         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
46806         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
46807         For four parameters use innetgr.
46808         * nss/nss_files/files-init.c: Add definition and callback for netgr.
46809         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
46810         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
46811         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
46812
46813         * nscd/connections.c (register_traced_file): Don't register file
46814         for disabled databases.
46815
46816 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
46817
46818         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
46819
46820         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
46821         from tree and freeing node.
46822
46823 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
46824
46825         * nss/nsswitch.c (__nss_database_lookup): Handle
46826         nss_parse_service_list out of memory case.
46827
46828 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
46829
46830         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
46831         out of memory case.
46832
46833 2011-10-04  Andreas Schwab  <schwab@redhat.com>
46834
46835         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
46836         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
46837         pass it down.
46838         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
46839         elf_machine_rela, elf_machine_lazy_rel.
46840         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
46841         (ELF_DYNAMIC_DO_REL): Likewise.
46842         (ELF_DYNAMIC_DO_RELA): Likewise.
46843         (ELF_DYNAMIC_RELOCATE): Likewise.
46844         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
46845         to ELF_DYNAMIC_DO_REL.
46846         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
46847         (dl_main): In trace mode always set __RTLD_NOIFUNC.
46848         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
46849         elf_machine_rela.
46850         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
46851         skip_ifunc, don't call ifunc function if non-zero.
46852         (elf_machine_rela): Likewise.
46853         (elf_machine_lazy_rel): Likewise.
46854         (elf_machine_lazy_rela): Likewise.
46855         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
46856         (elf_machine_lazy_rel): Likewise.
46857         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
46858         Likewise.
46859         (elf_machine_lazy_rel): Likewise.
46860         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
46861         Likewise.
46862         (elf_machine_lazy_rel): Likewise.
46863         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
46864         (elf_machine_lazy_rel): Likewise.
46865         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
46866         (elf_machine_lazy_rel): Likewise.
46867         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
46868         (elf_machine_lazy_rel): Likewise.
46869         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
46870         (elf_machine_lazy_rel): Likewise.
46871         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
46872         (elf_machine_lazy_rel): Likewise.
46873         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
46874         (elf_machine_lazy_rel): Likewise.
46875
46876 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
46877
46878         * nss/nss_files/files-init.c (_nss_files_init): Use static
46879         initialization for all the *_traced_file variables.
46880
46881 2011-09-28  Andreas Schwab  <schwab@redhat.com>
46882
46883         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46884
46885 2011-09-27  Roland McGrath  <roland@hack.frob.com>
46886
46887         [BZ #13226]
46888         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
46889
46890 2011-09-27  Andreas Schwab  <schwab@redhat.com>
46891
46892         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
46893         Reread the line before reparsing it.
46894
46895 2011-09-26  Andreas Schwab  <schwab@redhat.com>
46896
46897         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
46898
46899 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
46900             Maxim Kuvyrkov  <maxim@codesourcery.com>
46901             Joseph Myers  <joseph@codesourcery.com>
46902
46903         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
46904         if needed for __stack_chk_guard.
46905
46906 2011-09-19  Roland McGrath  <roland@hack.frob.com>
46907
46908         * sysdeps/posix/spawni.c (script_execute): Always define it.
46909         It will be optimized away if unused.
46910         (maybe_script_execute): New function.
46911         (__spawni): Call it.
46912
46913         * Makerules: Don't include tls.make.
46914         (config-tls): Always set to thread.
46915         * tls.make.c: File removed.
46916
46917 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
46918
46919         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
46920         * config.make.in (CPPFLAGS-config): New substituted variable.
46921
46922 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
46923
46924         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
46925
46926         [BZ #13192]
46927         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
46928         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
46929
46930 2011-09-15  Roland McGrath  <roland@hack.frob.com>
46931
46932         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
46933         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
46934         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
46935         (CALL_FAIL): Likewise.
46936         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
46937         (CALL_FAIL): Macro removed.
46938         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
46939
46940 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
46941
46942         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
46943         for __FINITE_MATH_ONLY__ == 1.
46944
46945 2011-09-15  Andreas Schwab  <schwab@redhat.com>
46946
46947         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
46948         __ieee754_sqrt instead of sqrt.
46949         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
46950         __ieee754_sqrtf instead of sqrtf.
46951         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
46952         __floorf instead of floorf.
46953         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
46954         __floorf, __truncf instead of floorf, truncf.
46955
46956 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
46957
46958         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
46959
46960         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
46961         __extern_always_inline.
46962         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
46963         32-bit.
46964
46965 2011-09-14  Andreas Schwab  <schwab@redhat.com>
46966
46967         * elf/rtld.c (dl_main): Also relocate in dependency order when
46968         doing symbol dependency testing.
46969
46970 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
46971
46972         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
46973         Always define `refsym'.
46974
46975 2011-09-13  Andreas Schwab  <schwab@redhat.com>
46976
46977         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
46978         (__FD_ELT): Renamed from __FDELT.
46979         * misc/bits/select2.h (__FD_ELT): Likewise.
46980         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
46981         __FD_MASK instead of __FDELT, __FDMASK.
46982         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
46983         Likewise.
46984         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
46985         Likewise.
46986
46987         * elf/Makefile (gen-ldd): Fix pattern.
46988
46989         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
46990         (init_tls): Likewise.
46991
46992 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
46993
46994         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
46995
46996 2011-09-12  Andreas Schwab  <schwab@redhat.com>
46997
46998         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
46999         `struct cmsghdr *' instead of `void *'.
47000         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
47001         Likewise.
47002
47003 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
47004
47005         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
47006         if non-absolute.
47007         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
47008         ldd_rewrite_script.
47009
47010 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
47011
47012         * configure.in: Remove --with-tls option.
47013         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
47014         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
47015         out in case it is missing.
47016         * sysdeps/ia64/elf/configure.in: Likewise.
47017         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
47018         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
47019         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
47020         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
47021         * sysdeps/sh/elf/configure.in: Likewise.
47022         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
47023         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
47024         * sysdeps/x86_64/elf/configure.in: Likewise.
47025         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
47026         * sysdeps/mach/hurd/tls.h: Likewise.
47027
47028         [BZ #13067]
47029         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
47030
47031         [BZ #13090]
47032         * configure.in: Fix use of AC_INIT.
47033
47034         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
47035
47036 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
47037
47038         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
47039         __set_errno.
47040         * malloc/hooks.c: Likewise.
47041
47042         [BZ #11929]
47043         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
47044         variables statically.
47045         (narenas): Initialize.
47046         (list_lock): Initialize.
47047         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
47048         initializtion of main_arena and list_lock.  Small cleanups.
47049         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
47050         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
47051         Add initializers to main_arena and mp_.
47052         (malloc_state): Remove pagesize member.  Change all users to use
47053         GLRO(dl_pagesize).
47054
47055         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
47056         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
47057         is always initialized.
47058
47059         * malloc/malloc.c: Removed unused configurations and dead code.
47060         * malloc/arena.c: Likewise.
47061         * malloc/hooks.c: Likewise.
47062         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
47063
47064         * include/tls.h: Removed.  USE___THREAD must always be defined.
47065         * bits/libc-tsd.h: Don't handle !USE___THREAD.
47066         * elf/dl-libc.c: Likewise.
47067         * elf/dl-tsd.c: Likewise.
47068         * include/errno.h: Likewise.
47069         * include/netdb.h: Likewise.
47070         * include/resolv.h: Likewise.
47071         * inet/herrno-loc.c: Likewise.
47072         * inet/herrno.c: Likewise.
47073         * malloc/arena.c: Likewise.
47074         * malloc/hooks.c: Likewise.
47075         * malloc/malloc.c: Likewise.
47076         * resolv/res-state.c: Likewise.
47077         * resolv/res_libc.c: Likewise.
47078         * sysdeps/i386/dl-machine.h: Likewise.
47079         * sysdeps/ia64/dl-machine.h: Likewise.
47080         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
47081         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
47082         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
47083         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
47084         * sysdeps/sh/dl-machine.h: Likewise.
47085         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
47086         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
47087         * sysdeps/unix/i386/sysdep.S: Likewise.
47088         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
47089         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
47090         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
47091         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
47092         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
47093         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
47094         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
47095         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
47096         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
47097         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
47098         * sysdeps/unix/x86_64/sysdep.S: Likewise.
47099         * sysdeps/x86_64/dl-machine.h: Likewise.
47100         * tls.make.c: Likewise.
47101
47102         * configure.in: Remove --with-__thread option.  Make tests for
47103         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
47104         tls_model attribute fail if no support is available.  Remove
47105         USE_IN_LIBIO.
47106         * Makeconfig: Adjust for dropped configure option.  All features are
47107         now mandatory.
47108         * Makerules: Likewise.
47109         * Versions.def: Likewise.
47110         * argp/argp-fmtstream.c: Likewise.
47111         * argp/argp-fmtstream.h: Likewise.
47112         * argp/argp-help.c: Likewise.
47113         * assert/assert.c: Likewise.
47114         * config.h.in: Likewise.
47115         * config.make.in: Likewise.
47116         * configure: Likewise.
47117         * configure.in: Likewise.
47118         * csu/Versions: Likewise.
47119         * csu/init.c: Likewise.
47120         * elf/tst-audit2.c: Likewise.
47121         * elf/tst-tls10.c: Likewise.
47122         * elf/tst-tls10.h: Likewise.
47123         * elf/tst-tls11.c: Likewise.
47124         * elf/tst-tls12.c: Likewise.
47125         * elf/tst-tls14.c: Likewise.
47126         * elf/tst-tlsmod11.c: Likewise.
47127         * elf/tst-tlsmod12.c: Likewise.
47128         * elf/tst-tlsmod13.c: Likewise.
47129         * elf/tst-tlsmod13a.c: Likewise.
47130         * elf/tst-tlsmod14a.c: Likewise.
47131         * elf/tst-tlsmod15b.c: Likewise.
47132         * elf/tst-tlsmod16a.c: Likewise.
47133         * elf/tst-tlsmod16b.c: Likewise.
47134         * elf/tst-tlsmod7.c: Likewise.
47135         * elf/tst-tlsmod8.c: Likewise.
47136         * elf/tst-tlsmod9.c: Likewise.
47137         * gmon/gmon.c: Likewise.
47138         * grp/fgetgrent_r.c: Likewise.
47139         * grp/putgrent.c: Likewise.
47140         * hurd/fopenport.c: Likewise.
47141         * include/libc-symbols.h: Likewise.
47142         * include/tls.h: Likewise.
47143         * intl/gettextP.h: Likewise.
47144         * intl/loadinfo.h: Likewise.
47145         * locale/global-locale.c: Likewise.
47146         * locale/localeinfo.h: Likewise.
47147         * mach/devstream.c: Likewise.
47148         * malloc/arena.c: Likewise.
47149         * malloc/set-freeres.c: Likewise.
47150         * misc/err.c: Likewise.
47151         * misc/getttyent.c: Likewise.
47152         * misc/mntent_r.c: Likewise.
47153         * posix/getopt.c: Likewise.
47154         * posix/wordexp.c: Likewise.
47155         * pwd/fgetpwent_r.c: Likewise.
47156         * resolv/Versions: Likewise.
47157         * resolv/res_hconf.c: Likewise.
47158         * shadow/fgetspent_r.c: Likewise.
47159         * shadow/putspent.c: Likewise.
47160         * stdio-common/printf_fphex.c: Likewise.
47161         * stdio-common/tmpfile.c: Likewise.
47162         * stdlib/abort.c: Likewise.
47163         * stdlib/fmtmsg.c: Likewise.
47164         * sunrpc/auth_unix.c: Likewise.
47165         * sunrpc/clnt_perr.c: Likewise.
47166         * sunrpc/clnt_tcp.c: Likewise.
47167         * sunrpc/clnt_udp.c: Likewise.
47168         * sunrpc/clnt_unix.c: Likewise.
47169         * sunrpc/openchild.c: Likewise.
47170         * sunrpc/svc_simple.c: Likewise.
47171         * sunrpc/svc_tcp.c: Likewise.
47172         * sunrpc/svc_udp.c: Likewise.
47173         * sunrpc/svc_unix.c: Likewise.
47174         * sunrpc/xdr.c: Likewise.
47175         * sunrpc/xdr_array.c: Likewise.
47176         * sunrpc/xdr_rec.c: Likewise.
47177         * sunrpc/xdr_ref.c: Likewise.
47178         * sunrpc/xdr_stdio.c: Likewise.
47179
47180 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
47181
47182         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
47183
47184 2011-07-03  Andreas Jaeger  <aj@suse.de>
47185
47186         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
47187         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
47188         regenerate with gen-libm-tests.pl.
47189
47190 2010-05-12  Petr Baudis  <pasky@suse.cz>
47191
47192         [BZ #11589]
47193         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
47194         around j0() zero points by switching to j1().
47195         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
47196         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
47197         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47198         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
47199
47200 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
47201
47202         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
47203         instead of 0.
47204         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
47205         instead of 0.
47206         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47207         Patch in part by Pavel Roskin <proski@gnu.org>.
47208
47209         [BZ #13138]
47210         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
47211         realloc.
47212         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
47213         Free memory block if necessary.
47214
47215         [BZ #12847]
47216         * libio/genops.c (INTDEF): For string streams the _lock pointer can
47217         be NULL.  Don't lock in this case.
47218
47219 2011-09-09  Roland McGrath  <roland@hack.frob.com>
47220
47221         * elf/elf.h (ELFOSABI_GNU): New macro.
47222         (ELFOSABI_LINUX): Define to that.
47223
47224 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
47225
47226         * string/strncat.c (strncat): Undef the symbol in case it has been
47227         defined in bits/string.h.
47228
47229 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
47230
47231         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
47232
47233         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
47234         link map.
47235
47236 2011-08-17  Andreas Jaeger  <aj@suse.de>
47237
47238         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
47239
47240 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
47241             Ian Lance Taylor  <iant@google.com>
47242
47243         * math/libm-test.inc (lround_test): New testcase.
47244         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
47245
47246 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
47247
47248         * Makefile: Remove support for automatic cvs check-ins.
47249         * Makerules: Likewise.
47250         * config.make.in: Likewise.
47251         * configure.in: Likewise.
47252         * intl/Makefile: Likewise.
47253         * locale/Makefile: Likewise.
47254         * po/Makefile: Likewise.
47255         * posix/Makefile: Likewise.
47256         * sysdeps/gnu/Makefile: Likewise.
47257         * sysdeps/mach/hurd/Makefile: Likewise.
47258         * sysdeps/sparc/sparc32/Makefile: Likewise.
47259
47260         [BZ #13118]
47261         * posix/Makefile (bug-regex32-ENV): Define.
47262         Patch by John Stanley <jpsinthemix@verizon.net>.
47263
47264         * misc/Makefile (headers): Add bits/select2.h.
47265         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
47266         * misc/bits/select2.h: New file.
47267         * include/bits/select2.h: New file.
47268         * debug/Makefile (routines): Add fdelt_chk.
47269         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
47270         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
47271         FD_ISSET.
47272         * debug/fdelt_chk.c: New file.
47273
47274         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
47275         * wcsmbs/test-wmemcmp.c: Likewise.
47276         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
47277         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
47278
47279 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47280
47281         * string/Makefile (strop-tests): Add memcmp.
47282         * string/test-wmemcmp.c: New file.
47283         * string/test-memcmp.c: Add wmemcmp support.
47284
47285 2011-09-08  Roland McGrath  <roland@hack.frob.com>
47286
47287         [BZ #13153]
47288         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
47289         2011-07-19 change.
47290
47291         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
47292         garbage value in a __mach_port_mod_refs call in the cases of the
47293         task-self and thread-self ports.
47294
47295 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47296
47297         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
47298
47299 2011-09-08  Andreas Schwab  <schwab@redhat.com>
47300
47301         * elf/dl-load.c (lose): Check for non-null L.
47302
47303 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
47304
47305         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
47306
47307         * elf/dl-libc.c (dlerror_run): Pass back error code from
47308         dl_catch_error.
47309
47310         [BZ #13123]
47311         * elf/dl-load.c (lose): Free l_origin if it is valid.
47312
47313         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
47314         names.
47315         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
47316         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
47317         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
47318         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
47319         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
47320         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
47321
47322 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47323
47324         * sysdeps/powerpc/fpu/e_hypot.c: New file.
47325         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
47326         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
47327         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
47328         * sysdeps/powerpc/fpu/k_cosf.c: New file.
47329         * sysdeps/powerpc/fpu/k_sinf.c: New file.
47330         * sysdeps/powerpc/fpu/s_cosf.c: New file.
47331         * sysdeps/powerpc/fpu/s_sinf.c: New file.
47332         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
47333         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
47334
47335 2011-08-15  Alan Modra  <amodra@gmail.com>
47336
47337         [BZ #13092]
47338         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
47339         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
47340         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
47341         ppc_mcount to static-only-routines.
47342         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
47343         __mcount_internal.
47344         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
47345         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
47346
47347 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
47348
47349         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
47350         for finite and infinity parameters.
47351
47352 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
47353
47354         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
47355         and add nop instructions for throughput optimization.
47356         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
47357
47358 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
47359
47360         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
47361         aligned copy for power7 with vector-scalar instructions.
47362         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
47363
47364 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
47365
47366         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
47367         AVX check.
47368
47369 2011-09-07  Andreas Schwab  <schwab@redhat.com>
47370
47371         [BZ #13144]
47372         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
47373         last change.
47374
47375 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
47376
47377         * sysdeps/unix/sysv/linux/x86_64/init-first.c
47378         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
47379         syscall wrapper around clock_gettime in __vdso_clock_gettime.
47380         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
47381         clock_gettime.
47382
47383 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
47384
47385         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
47386         Forgot to demangle the pointer.
47387
47388         * sysdeps/i386/sysdep.h: Define atom_text_section.
47389         * sysdeps/x86_64/sysdep.h: Likewise.
47390         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
47391         section with atom_text_section.
47392         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
47393         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
47394         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
47395         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
47396         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
47397
47398         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
47399         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
47400         already be defined.  Change to take two parameters and don't assign
47401         result to variable.  Adjust all users.
47402         Define INTERNAL_GETTIME if not already defined.
47403         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
47404         call.
47405         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
47406         HAVE_CLOCK_GETTIME_VSYSCALL.
47407         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
47408
47409         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
47410         gettimeofday vsyscall, just use time.
47411
47412 2011-09-06  Andreas Schwab  <schwab@redhat.com>
47413
47414         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
47415         <errno.h>.
47416
47417 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
47418
47419         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
47420         syscall on x86-64.
47421         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
47422         syscall.
47423         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
47424         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
47425         syscall if possible.
47426
47427 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
47428
47429         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
47430         e_ident.  Don't pass to find_mapsXX.
47431         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
47432
47433 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47434
47435         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47436         strchr-sse2-no-bsf strrchr-sse2-no-bsf
47437         * sysdeps/x86_64/multiarch/strchr.S: Update.
47438         Check bit_slow_BSF bit.
47439         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
47440         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
47441         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
47442
47443 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
47444
47445         [BZ #13134]
47446         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
47447         before glibc 2.15.
47448         (tryshell): Define.
47449         (__spawni): Change last parameter to be flag.  Test
47450         SPAWN_XFLAGS_USE_PATH flag to use path or not.
47451         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
47452         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
47453         * posix/spawni.c: Likewise.
47454         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
47455         * posix/spawnp.c: Likewise.  Change normal version to use
47456         SPAWN_XFLAGS_USE_PATH.
47457         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
47458         SPAWN_XFLAGS_TRY_SHELL.
47459
47460         [BZ #13150]
47461         * posix/glob.h: Remove gcc 1.x support.
47462
47463         [BZ #13068]
47464         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
47465
47466 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47467
47468         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47469         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
47470         strrchr-sse2-bsf
47471         * sysdeps/i386/i686/multiarch/strchr.S: New file.
47472         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
47473         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
47474         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
47475         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
47476         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
47477
47478 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47479
47480         * sysdeps/x86_64/wcscmp.S: New file.
47481
47482         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
47483         wcscmp-c wcscmp-sse2
47484         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
47485         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
47486         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
47487         * wcsmbs/wcscmp.c: Allow renaming.
47488
47489 2011-09-05  David S. Miller  <davem@davemloft.net>
47490
47491         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
47492         stack slot, rather than the struct return pointer slot.
47493         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
47494         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
47495         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
47496         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
47497
47498 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
47499
47500         * po/ja.po: Update from translation team.
47501
47502         [BZ #13144]
47503         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
47504         kernel in 64-bit binaries.
47505
47506 2011-09-01  David S. Miller  <davem@davemloft.net>
47507
47508         * elf/elf.h (HWCAP_SPARC_*): Move to..
47509         * sysdeps/sparc/sysdep.h: this new file and add new values.
47510         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
47511         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
47512         _DL_HWCAP_COUNT to 24.
47513         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
47514         entries.
47515         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
47516         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
47517         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
47518         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
47519         instead of magic constants.
47520         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47521
47522 2011-08-31  David S. Miller  <davem@davemloft.net>
47523
47524         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
47525         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
47526         Reimplement to do errno handling inline.
47527         (SYSCALL_ERROR_HANDLER): New macro.
47528         (__SYSCALL_STRING): Do not do errno handling in asm.
47529         (__CLONE_SYSCALL_STRING): Delete.
47530         (__INTERNAL_SYSCALL_STRING): Delete.
47531         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
47532         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
47533         (PSEUDO): Reimplement to do errno handling inline.
47534         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
47535         (SYSCALL_ERROR_HANDLER): New macro.
47536         (__SYSCALL_STRING): Do not do errno handling in asm.
47537         (__CLONE_SYSCALL_STRING): Delete.
47538         (__INTERNAL_SYSCALL_STRING): Delete.
47539         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
47540         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
47541         i386.
47542         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
47543         (inline_syscall*): Add 'err' argument.
47544         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
47545         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
47546         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
47547         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
47548
47549         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
47550         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
47551
47552 2011-08-30  Andreas Schwab  <schwab@redhat.com>
47553
47554         * elf/rtld.c (dl_main): Relocate objects in dependency order.
47555
47556 2011-08-29  Jiri Olsa <jolsa@redhat.com>
47557
47558         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
47559         directive.
47560
47561 2011-08-24  David S. Miller  <davem@davemloft.net>
47562
47563         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
47564
47565 2011-08-24  Andreas Schwab  <schwab@redhat.com>
47566
47567         * elf/Makefile: Add rules to build and run unload8 test.
47568         * elf/unload8.c: New file.
47569         * elf/unload8mod1.c: New file.
47570         * elf/unload8mod1x.c: New file.
47571         * elf/unload8mod2.c: New file.
47572         * elf/unload8mod3.c: New file.
47573
47574         * elf/dl-close.c (_dl_close_worker): Reset private search list if
47575         it wasn't used.
47576
47577 2011-08-23  David S. Miller  <davem@davemloft.net>
47578
47579         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
47580         subtract stack bias.
47581         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
47582         %sp not %fp in calculations.
47583         (_JMPBUF_UNWINDS_ADJ): Likewise.
47584
47585         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
47586         (aio_suspend): Call it to force an exception region around the
47587         AIO_MISC_WAIT() invocation.
47588
47589 2011-08-23  Andreas Schwab  <schwab@redhat.com>
47590
47591         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
47592         backslash.
47593
47594 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
47595
47596         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
47597         protection macro.
47598         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
47599         and <dl-machine.h>.
47600         (Elf64_FuncDesc): Remove.
47601
47602 2011-08-22  David S. Miller  <davem@davemloft.net>
47603
47604         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
47605         sigaltstack check, add missing cfi directives.
47606         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
47607         missing cfi directives, and sigaltstack handling.
47608
47609 2011-08-16  Andreas Schwab  <schwab@redhat.com>
47610
47611         [BZ #11724]
47612         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
47613         object is seen twice.
47614         * elf/dl-fini.c (_dl_sort_fini): Likewise.
47615
47616         * elf/Makefile (distribute): Add tst-initorder2.c.
47617         (tests): Add tst-initorder2.
47618         (modules-names): Add tst-initorder2a tst-initorder2b
47619         tst-initorder2c tst-initorder2d.  Add rules to build them.
47620         ($(objpfx)tst-initorder2.out): New rule.
47621         * elf/tst-initorder2.c: New file.
47622         * elf/tst-initorder2.exp: New file.
47623
47624 2011-08-22  Andreas Schwab  <schwab@redhat.com>
47625
47626         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
47627
47628         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
47629         dependencies back to end of function.
47630
47631         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
47632         $(elfobjdir)/ld.so.
47633
47634 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
47635
47636         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
47637         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
47638         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
47639         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
47640         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
47641         of __vdso_gettimeofday.
47642         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
47643         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
47644         attribute_hidden.
47645         (_libc_vdso_platform_setup): Remove initialization of
47646         __vdso_gettimeofday and __vdso_time.
47647
47648 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
47649
47650         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
47651         and fgetc_unlocked.
47652         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
47653         getc_unlocked.
47654
47655         * elf/dl-open.c (add_to_global): Report additions to the global scope
47656         for LD_DEBUG=scopes.
47657         (dl_open_worker): Also print scope of newly loaded dependencies.
47658         (_dl_show_scope): Indicate if there is no scope.
47659
47660         [BZ #13114]
47661         * stdio-common/Makefile (tests): Add bug24.
47662         * stdio-common/bug24.c: New file.
47663
47664 2011-08-19  Andreas Jaeger  <aj@suse.de>
47665
47666         [BZ #13114]
47667         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
47668         non-existant file when using close-on-exec mode.
47669
47670 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
47671
47672         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
47673         the very first instruction.
47674
47675         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
47676         the CFI state in the end.
47677         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
47678         inclusion of dl-trampoline.h.
47679         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
47680
47681 2011-08-19  Andreas Schwab  <schwab@redhat.com>
47682
47683         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
47684         expectations for long double.
47685
47686         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
47687         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
47688
47689 2011-08-14  David S. Miller  <davem@davemloft.net>
47690
47691         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
47692         artificual limit depends upon the system page size.
47693
47694 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
47695
47696         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
47697         * resolv/Makefile: Define CFLAGS-libresolv.
47698
47699 2011-08-17  Andreas Schwab  <schwab@redhat.com>
47700
47701         * nss/makedb.c (compute_tables): Make variables used in nested
47702         function static.
47703
47704 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
47705
47706         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
47707         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
47708         if buffer was too small.
47709
47710         * elf/pldd.c (main): Attach to all threads in the process.
47711         Rewrite /proc handling to use *at functions.
47712
47713 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
47714
47715         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
47716         specifies first scope to show.
47717         (dl_open_worker): Update callers.  Move printing scope of new
47718         object to before the relocation.
47719         * elf/rtld.c (dl_main): Update _dl_show_scope call.
47720         * sysdeps/generic/ldsodefs.h: Update declaration.
47721
47722         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
47723         string for the scope number.
47724
47725 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
47726
47727         * nscd/servicescache.c (cache_addserv): Make sure written is always
47728         initialized.
47729
47730 2011-08-14  Roland McGrath  <roland@hack.frob.com>
47731
47732         * sysdeps/i386/i486/bits/atomic.h
47733         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
47734         statement expression, so as to suppress "set but not used" warning.
47735         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
47736
47737         * string/strncat.c (STRNCAT): Use prototype definition.
47738
47739         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
47740         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
47741         -Iprograms here.
47742         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
47743         (localedef-modules): Add localedef.
47744         (locale-modules): Add locale.
47745
47746         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
47747         * elf/rtld.c (dl_main): Invert order of assignment in last change,
47748         to avoid a warning.
47749
47750 2011-08-14  David S. Miller  <davem@davemloft.net>
47751
47752         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
47753         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
47754
47755 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
47756
47757         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
47758         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
47759         * elf/rtld.c (dl_main): Set l_name of vDSO.
47760         Call _dl_show_scope when DL_DEBUG_SCOPES.
47761         (process_dl_debug): Recognize scopes flag and also set it for all.
47762         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
47763         Declare _dl_show_scope.
47764
47765         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
47766         (do_dlopen): Pass caller_dlopen to dl_open.
47767         (__libc_dlopen_mode): Initialize caller_dlopen.
47768
47769         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
47770         of libc.  Make tolower call locale-independent.  Optimize a bit by
47771         using isdigit instead of isalnum.
47772         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
47773
47774 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
47775
47776         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
47777         was a dependency or dynamically loaded.
47778
47779 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
47780
47781         * intl/l10nflist.c: Allow architecture-specific pop function.
47782         * sysdeps/x86_64/l10nflist.c: New file.
47783
47784         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
47785         classification.
47786
47787 2011-08-10  Andreas Schwab  <schwab@redhat.com>
47788
47789         * include/dirent.h: Add libc_hidden_proto for scandirat and
47790         scandirat64.  Don't declare __scandirat64.
47791         * dirent/scandirat.c: Add libc_hidden_def.
47792         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
47793         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
47794
47795 2011-08-10  David S. Miller  <davem@davemloft.net>
47796
47797         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
47798         enum.
47799         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
47800         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
47801         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
47802
47803 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
47804
47805         * Versions.def [libc]: Add GLIBC_2.15.
47806         * dirent/Makefile (routines): Add scandirat and scandirat64.
47807         * dirent/Versions [libc]: Export scandirat and scandirat64 for
47808         GLIBC_2.15.
47809         * dirent/dirent.h: Declare scandirat and scandirat64.
47810         * dirent/scandirat.c: New file.
47811         * dirent/scandirat64.c: New file.
47812         * sysdeps/wordsize-64/scandirat.c: New file.
47813         * sysdeps/wordsize-64/scandirat64.c: New file.
47814         * dirent/opendir.c: Define opendirat.
47815         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
47816         using scandirat.
47817         * dirent/scandir64.c: Adjust for scandir.c change.
47818         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
47819         __scandirat64, and __scandir_cancel_handler.
47820         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
47821         additional parameter and use openat instead of open (outside of ld.so).
47822         Add new __opendir as wrapper around __opendirat.
47823         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
47824         here without requiring old scandirat implementation.
47825
47826 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
47827
47828         * dirent/scandir.c (cancel_handler): Renamed to
47829         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
47830         defined.  Adjust users.
47831         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
47832         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
47833
47834 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
47835
47836         * string/test-string.h (IMPL): Use __STRING to expand name and then
47837         stringify it.
47838
47839         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
47840         of cleanups.
47841
47842 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47843
47844         * string/Makefile: Update.
47845         (strop-tests): Append strncat.
47846         * string/test-wcscmp.c: New file.
47847         New comprehensive test for wcscmp.
47848         * string/test-strcmp.c: Update.
47849         (WIDE): New define.
47850
47851 2011-07-22  Andreas Schwab  <schwab@redhat.com>
47852
47853         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
47854         line.
47855
47856 2011-07-26  Andreas Schwab  <schwab@redhat.com>
47857
47858         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
47859         encoding to ACE if AI_IDN.
47860
47861 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
47862
47863         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
47864         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
47865
47866 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47867
47868         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
47869         Fix overflow bug in strncat.
47870         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
47871
47872         * string/test-strncat.c: Update.
47873         Add new tests for checking overflow bugs.
47874
47875 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47876
47877         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47878         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
47879         * sysdeps/i386/i686/multiarch/strcat.S: New file.
47880         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
47881         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
47882         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
47883         * sysdeps/i386/i686/multiarch/strncat.S: New file.
47884         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
47885         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
47886
47887         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
47888         (USE_AS_STRCAT): Define.
47889         Add strcat and strncat support.
47890         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
47891
47892 2011-07-25  Andreas Schwab  <schwab@redhat.com>
47893
47894         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
47895         __n bigger than INT_MAX+1.
47896         (__strncmp_g): Likewise.
47897
47898 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
47899
47900         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
47901         * libio/stido.h: Likewise.
47902
47903         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
47904         (AF_NFC): Define.
47905         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
47906         (AF_NFC): Define.
47907
47908         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
47909         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
47910         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
47911         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
47912         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
47913
47914         [BZ #13021]
47915         * scripts/test-installation.pl: Don't expect libnss_test1 to be
47916         installed.
47917
47918         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
47919         typo.
47920         (_dl_x86_64_save_sse): Likewise.
47921
47922 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
47923
47924         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
47925         OSXSAVE.
47926         (_dl_x86_64_save_sse): Likewise.
47927
47928         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
47929
47930         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
47931
47932 2011-07-21  Andreas Schwab  <schwab@redhat.com>
47933
47934         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
47935         change.
47936         (_dl_x86_64_save_sse): Use correct AVX check.
47937
47938 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47939
47940         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
47941         bug in strncpy/strncat.
47942         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
47943
47944 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
47945
47946         * string/tester.c (test_strcat): Add tests for different alignments
47947         of source and destination.
47948         (test_strncat): Likewise.
47949
47950 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
47951
47952         [BZ #12852]
47953         * posix/glob.c (glob): Check passed in values before using them in
47954         expressions to avoid some overflows.
47955         (glob_in_dir): Likewise.
47956
47957         [BZ #13007]
47958         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
47959         check for AVX enablement so that we don't crash with old kernels and
47960         new hardware.
47961         * elf/tst-audit4.c: Add same checks here.
47962         * elf/tst-audit6.c: Likewise.
47963
47964         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
47965
47966 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
47967
47968         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
47969
47970 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
47971
47972         * po/cs.po: Update from translation team.
47973         * po/bg.po: Likewise.
47974
47975 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
47976
47977         * misc/sys/cdefs.h: Add support for const attribute.
47978         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
47979         to gnu_dev_{major,minor,makedev} functions.
47980
47981 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
47982
47983         * intl/dcigettext.c (get_output_charset): Add missing bracket.
47984
47985 2011-07-20  Andreas Schwab  <schwab@redhat.com>
47986
47987         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
47988         strlen results.
47989
47990 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47991
47992         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
47993         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
47994         register in order to avoid conflicts with the soft frame pointer
47995         being held in r11 when necessary.
47996         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
47997         (INTERNAL_VSYSCALL_NCS): Likewise.
47998
47999 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
48000
48001         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
48002         * elf/dl-fini.c (_dl_fini): Adjust caller.
48003         * elf/dl-close.c (_dl_close_worker): Likewise.
48004         * sysdeps/generic/ldsodefs.h: Adjust declaration.
48005
48006 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
48007
48008         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
48009         "aux_cache->nlibs < 0".
48010
48011         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
48012         in the reload-count case.
48013
48014 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
48015
48016         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48017         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
48018         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
48019         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
48020         * sysdeps/x86_64/multiarch/strcat.S: New file.
48021         * sysdeps/x86_64/multiarch/strncat.S: New file.
48022         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
48023         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
48024         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
48025         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
48026         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
48027         (USE_AS_STRCAT): Define.
48028         Add strcat and strncat support.
48029         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
48030         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
48031         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
48032         * string/strncat.c: Update.
48033         (USE_AS_STRNCAT): Define.
48034         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48035         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
48036         and i7.
48037         * sysdeps/x86_64/multiarch/init-arch.h
48038         (bit_Prefer_PMINUB_for_stringop): New.
48039         (index_Prefer_PMINUB_for_stringop): Likewise.
48040         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
48041         bit_Prefer_PMINUB_for_stringop.
48042
48043 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
48044
48045         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
48046         buffer64.
48047         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
48048         of casting of buffer.
48049         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
48050         buffer32 and buffer64.
48051         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
48052         writes instead of casting of buffer.
48053         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
48054         buffer32.
48055         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
48056         casting of buffer.
48057
48058 2011-07-19  Andreas Schwab  <schwab@redhat.com>
48059
48060         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
48061
48062 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
48063
48064         * nscd/nscd.c (termination_handler): Don't do anything for a database
48065         if it has not yet been initialized.
48066
48067 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
48068
48069         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
48070
48071 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
48072
48073         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
48074
48075 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
48076
48077         * po/nl.po: Update from translation team.
48078         * po/sv.po: Likewise.
48079
48080 2011-07-16  Roland McGrath  <roland@hack.frob.com>
48081
48082         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
48083         now disallowed by GCC.
48084
48085         * configure.in (use-default-link): Default to yes if a test -shared
48086         link meets our qualifications.
48087         * configure: Regenerated.
48088
48089         * config.make.in (output-format): New variable.
48090         * configure.in: Check for ld --print-output-format support.
48091         * configure: Regenerated.
48092         * Makerules ($(common-objpfx)format.lds)
48093         [$(output-format) != unknown]: Just use $(output-format),
48094         instead of the linker-script munging.
48095
48096 2011-07-14  Roland McGrath  <roland@hack.frob.com>
48097
48098         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
48099         of $(common-objpfx)shlib.lds.
48100         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
48101
48102         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
48103         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
48104
48105         * configure.in (-z relro check): Adjust test code to add a large
48106         writable data section after it.
48107         * configure: Regenerated.
48108
48109 2011-07-11  Roland McGrath  <roland@hack.frob.com>
48110
48111         * configure.in (-z relro check): Fix test code to make the variable
48112         truly const.
48113         * configure: Regenerated.
48114
48115 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
48116
48117         * nscd/nscd.h (struct traced_file): Define.
48118         (struct database_dyn): Remove inotify_descr, reset_res, and filename
48119         elements.  Add traced_files.
48120         (inotify_fd): Declare.
48121         (register_traced_file): Declare.
48122         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
48123         (inotify_fd): Export.
48124         (resolv_conf_descr): Remove.
48125         (nscd_init): Move inotify descriptor creation to main.
48126         Don't register files for notification here.
48127         (register_traced_file): New function.
48128         (invalidate_cache): Don't use reset_res to determine whether to call
48129         res_init, go through the list of registered files.
48130         (main_loop_poll): The inotify descriptors are now stored in the
48131         structures for the traced files.
48132         (main_loop_epoll): Likewise
48133         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
48134         to __nss_disable_nscd.
48135         * nscd/cache.c (prune_cache): There is no single inotify descriptor
48136         for a database anymore.  Check the records for all the registered
48137         files instead.
48138         * nss/Makefile (libnss_files-routines): Add files-init.
48139         (libnss_db-routines): Add db-init.
48140         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
48141         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
48142         * nss/nss_db/db-init.c: New file.
48143         * nss/nss_files/files-init.c: New file.
48144         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
48145         __nss_lookup_function.
48146         (__nss_lookup_function): Call nss_load_library.
48147         (nss_load_all_libraries): New function.
48148         (__nss_disable_nscd): Take parameter with callback function for files
48149         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
48150         used for the cached services.
48151         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
48152         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
48153         options for features to all the files in nscd.
48154
48155         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
48156
48157 2011-07-10  Roland McGrath  <roland@hack.frob.com>
48158
48159         * csu/elf-init.c (__libc_csu_init): Comment typo.
48160
48161 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
48162
48163         * po/pl.po: Update from translation team.
48164         * po/ja.po: Likewise.
48165         * po/ru.po: Likewise.
48166         * po/ko.po: Likewise.
48167         * po/fr.po: Likewise.
48168
48169 2011-07-09  Roland McGrath  <roland@hack.frob.com>
48170
48171         * configure.in (.ctors/.dtors header and trailer check):
48172         Use an empirical test on a built program.
48173         * configure: Regenerated.
48174
48175         * configure.in (-z relro check): Use an empirical test on a built DSO.
48176         Detect, but do not require, on ia64.
48177         * configure: Regenerated.
48178
48179         * configure.in (READELF): Find it with AC_CHECK_TOOL.
48180         Update tests that use readelf to use $READELF instead.
48181         * configure: Regenerated.
48182
48183 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
48184
48185         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
48186         if the result is not used.
48187
48188 2011-07-05  Andreas Jaeger  <aj@suse.de>
48189
48190         [BZ#9696]
48191         * stdlib/tst-strtod.c: Add testcase.
48192
48193 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
48194
48195         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
48196         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
48197         The latter has a higher limit.  Take additional parameter to pass to
48198         the new function.
48199         (__pathconf): Pass file to __statfs_link_max.
48200         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
48201         __statfs_link_max.
48202         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
48203         __statfs_link_max.
48204
48205         [BZ #12868]
48206         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
48207         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
48208         Handle Lustre.
48209         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
48210         (__statfs_filesize_max): Likewise.
48211         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
48212
48213 2011-07-05  Andreas Jaeger  <aj@suse.de>
48214
48215         * resolv/res_comp.c (dn_skipname): Remove unused variable.
48216
48217 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
48218
48219         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
48220         `status' variable.
48221         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
48222         Likewise.
48223
48224 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
48225
48226         * Makefile (strop-tests): Add strncat.
48227         * string/test-strncat.c: New file.
48228
48229 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
48230
48231         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
48232
48233 2011-06-21  Andreas Jaeger  <aj@suse.de>
48234
48235         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
48236         Copy rule from iconvdata/Makefile.
48237
48238 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
48239
48240         [BZ #12922]
48241         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
48242         but no long options are defined, just return 'W'.
48243
48244 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
48245
48246         [BZ #9696]
48247         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
48248
48249 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
48250
48251         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
48252         netgroups to read.
48253         (innetgr): Likewise.
48254
48255 2011-07-05  Roland McGrath  <roland@hack.frob.com>
48256
48257         * config.make.in (install_root): Default to $(DESTDIR).
48258
48259 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
48260
48261         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
48262
48263 2011-07-02  Roland McGrath  <roland@hack.frob.com>
48264
48265         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
48266
48267         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
48268         containing directory rather than embedding absolute directory names.
48269
48270         * scripts/check-local-headers.sh: Rewritten using awk.
48271         Match by word, not by line.  Print error messages for matches.
48272         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
48273
48274         * Makerules [shlib-lds-flags empty]:
48275         ($(common-objpfx)libc_pic.opts): New target.
48276         ($(common-objpfx)libc_pic.os.clean): New target.
48277         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
48278
48279         * config.make.in (OBJCOPY): New variable.
48280         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
48281         * configure: Regenerated.
48282
48283         * config.make.in (use-default-link): New variable.
48284         * configure.in (use_default_link): Grok --with-default-link to set it.
48285         * configure: Regenerated.
48286         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
48287         (shlib-lds, shlib-lds-flags): Define to empty.
48288
48289         * Makerules (shlib-lds): New variable.
48290         (shlib-lds-flags): New variable.
48291         (build-shlib, build-moduile, build-module-asneeded): Use it.
48292         ($(common-objpfx)libc.so): Use $(shlib-lds).
48293         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
48294         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
48295
48296         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
48297         DT_FLAGS/DT_FLAGS_1 with zero flags.
48298
48299         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
48300         linker script munging.
48301
48302 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
48303
48304         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
48305         as 128-bit value.
48306         * crypt/sha512.c (sha512_process_block): Perform total addition using
48307         128-bit if possible.
48308         (__sha512_finish_ctx): Likewise.
48309         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
48310         as 64-bit value.
48311         * crypt/sha256.c (SWAP64): Define.
48312         (sha256_process_block): Perform total addition using 64-bit if
48313         possible.
48314         (__sha256_finish_ctx): Likewise.
48315
48316 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
48317
48318         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
48319         * nscd/initgrcache.c (addinitgroupsX): Likewise.
48320         * nscd/hstcache.c (cache_addhst): Likewise.
48321         * nscd/grpcache.c (cache_addgr): Likewise.
48322         * nscd/aicache.c (addhstaiX): Likewise
48323         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
48324
48325 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
48326
48327         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
48328         * nscd/initgrcache.c (addinitgroupsX): Likewise.
48329         * nscd/hstcache.c (cache_addhst): Likewise.
48330         * nscd/grpcache.c (cache_addgr): Likewise.
48331         * nscd/aicache.c (addhstaiX): Likewise
48332
48333 2011-07-01  Andreas Schwab  <schwab@redhat.com>
48334
48335         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
48336         domain only when needed.
48337
48338 2011-06-30  Andreas Schwab  <schwab@redhat.com>
48339
48340         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
48341         is always restored.
48342
48343 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
48344
48345         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
48346         are re-adding the entry.
48347         * nscd/servicescache.c (cache_addserv): Likewise.
48348
48349 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
48350
48351         * sysdeps/generic/dl-irel.h: fix protection against multiple
48352         inclusions.
48353         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
48354
48355 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
48356
48357         [BZ #12935]
48358         * malloc/memusage.sh: Fix quoting in message.
48359         * debug/xtrace.sh: Likewise.
48360
48361         * configure.in: Remove support for --experimental-malloc option, make
48362         it the default.
48363         * config.make.in: Likewise.
48364         * malloc/Makefile: Likewise.
48365
48366 2011-06-27  Andreas Schwab  <schwab@redhat.com>
48367
48368         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
48369         two-byte characters.
48370
48371 2011-06-27  Roland McGrath  <roland@hack.frob.com>
48372
48373         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
48374         AC_CACHE_CHECK invocation.
48375         * configure: Regenerated.
48376
48377         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
48378
48379 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
48380
48381         [BZ #12350]
48382         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
48383         bit from old_res_options.
48384
48385         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
48386
48387         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
48388         value type for setfct.
48389
48390 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
48391
48392         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
48393         __gettimeofday instead of gettimeofday.
48394
48395 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
48396
48397         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
48398
48399 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
48400
48401         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
48402
48403         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
48404         info.
48405
48406 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
48407
48408         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48409         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
48410         strcpy-sse2-unaligned strncpy-sse2-unaligned
48411         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
48412         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
48413         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
48414         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
48415         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
48416         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
48417         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
48418         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
48419         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
48420         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
48421         (STRCPY): Support SSE2 and SSSE3 versions.
48422
48423 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
48424
48425         [BZ #12874]
48426         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
48427         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
48428         kernels which artificially limit size of requests.
48429
48430 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
48431
48432         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48433         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
48434         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
48435         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
48436         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
48437         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
48438         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
48439         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
48440         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
48441         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
48442         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
48443         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
48444         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
48445         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
48446         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
48447         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48448         Enable unaligned load optimization for Intel Core i3, i5 and i7
48449         processors.
48450         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
48451         Define.
48452         (index_Fast_Unaligned_Load): Define.
48453         (HAS_FAST_UNALIGNED_LOAD): Define.
48454
48455 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
48456
48457         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
48458
48459 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
48460
48461         [BZ #12907]
48462         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
48463         until it is clear that the information is realy needed.
48464         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
48465
48466 2011-06-22  Andreas Schwab  <schwab@redhat.com>
48467
48468         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
48469
48470 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
48471
48472         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
48473         /sys/devices/system/cpu/online if it is usable.
48474
48475         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
48476         reading the information from the /proc filesystem to once a second.
48477
48478 2011-06-21  Andreas Jaeger  <aj@suse.de>
48479
48480         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
48481         NULL after inclusion of kernel headers.
48482
48483 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
48484
48485         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
48486         calls to internal_setent.
48487
48488         [BZ #12885]
48489         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
48490         addresses using gethostbyname4_r ignore IPv4 addresses.
48491
48492         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
48493         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
48494
48495         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
48496
48497 2011-06-20  David S. Miller  <davem@davemloft.net>
48498
48499         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
48500         inclusions.
48501         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
48502
48503         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
48504         (elf_irel): Use it.
48505         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
48506         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
48507         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
48508         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
48509         * sysdeps/x86_64/dl-irel.h: Likewise.
48510
48511         * elf/dl-runtime.c: Use elf_ifunc_invoke.
48512         * elf/dl-sym.c: Likewise.
48513
48514 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
48515
48516         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
48517         need to dereference resplen2.
48518
48519 2011-06-14  Andreas Schwab  <schwab@redhat.com>
48520
48521         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
48522
48523 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
48524
48525         * Makeconfig: Define vardbdir and inst_vardbdir.
48526         * nss/Makefile: Add rules to install db-Makefile.
48527
48528         * nss/nss_db/db-XXX.c: Cleanup.
48529
48530         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
48531         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
48532         GLIBC_PRIVATE.
48533         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
48534         * nss/makedb.c: Implement -g option to specify that value strings
48535         are generated and should not be added to table iterated over for
48536         get*ent calls.
48537         * nss/nss_db/db-initgroups.c: New file.
48538
48539         * nss/getent.c: Add support for initgroups lookups through getgrouplist
48540         interface.
48541
48542         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
48543         (internal_getgrouplist): Adjust to name change.
48544         Update use_initgroups_entry if this is not the first call.
48545         * nss/databases.def: Add initgroups entry.
48546
48547         * nss/makedb.c (compute_tables): Check result of multiple hash table
48548         sizes to minimize maximum chain length.
48549
48550 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
48551
48552         * Versions.def: Add entry for libnss_db.
48553         * shlib-versions: Likewise.
48554         * nss/Makefile: Add rules to build libnss_db.
48555         * nss/Versions: Add libnss_db information.  Organize libnss_files
48556         entries better.
48557         * nss/db-Makefile: Add gshadow support.  Change rules for the new
48558         makedb progra.  Some minor improvements to generate smaller files.
48559         * nss/nss_db/nss_db.h: Move NSS database header data structures to
48560         here from...
48561         * nss/makedb.c: ...here.
48562         Improve database format to be smaller and require less memory at
48563         runtime.
48564         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
48565         db anymore.
48566         * nss/nss_db/db-netgrp.c: Likewise.
48567         * nss/nss_db/db-open.c: Likewise.
48568         * nss/nss_files/flies-XXX.x: Adjust comments.
48569         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
48570         * nss/nss_files/files-grp.c: Likewise.
48571         * nss/nss_files/files-hosts.c: Likewise.
48572         * nss/nss_files/files-network.c: Likewise.
48573         * nss/nss_files/files-proto.c: Likewise.
48574         * nss/nss_files/files-pwd.c: Likewise.
48575         * nss/nss_files/files-rpc.c: Likewise.
48576         * nss/nss_files/files-service.c: Likewise.
48577         * nss/nss_files/files-sgrp.c: Likewise.
48578         * nss/nss_files/files-spwd.c: Likewise.
48579         * nss/nss_db/db-alias.c: Removed.
48580         * nss/nss_db/dummy-db.h: Removed.
48581
48582 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
48583
48584         * nss/makedb.c: Rewritten to not use database library.
48585         * nss/Makefile: Update to build new makedb program.
48586
48587 2011-06-14  Andreas Jaeger  <aj@suse.de>
48588
48589         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
48590         memset declaration.
48591
48592 2011-06-10  Andreas Schwab  <schwab@redhat.com>
48593
48594         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
48595         tmpbuf.
48596
48597 2011-06-10  Roland McGrath  <roland@hack.frob.com>
48598
48599         * Makerules (shlib.lds): Fail if the linker script comes out empty.
48600         * elf/Makefile ($(objpfx)ld.so): Likewise.
48601
48602         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
48603         Don't list ld.so twice in dependencies.
48604
48605         * posix/bug-regex31.c: Include <stdlib.h>.
48606
48607         * nscd/hstcache.c (cache_addhst): Remove unused variable.
48608
48609         * nis/nss_compat/compat-spwd.c
48610         (getspent_next_nss_netgr): Remove unused variable.
48611         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
48612
48613         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
48614         nonmembers" output to use the right array.
48615
48616         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
48617
48618         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
48619
48620         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
48621         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
48622         * catgets/gencat.c (read_input_file): Likewise.
48623         * locale/programs/locarchive.c (enlarge_archive): Likewise.
48624
48625         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
48626         variable definition inside #if's controlling its use.
48627
48628         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
48629
48630         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
48631
48632         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
48633
48634         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
48635         unreachable code.
48636
48637         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
48638
48639         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
48640         * configure: Regenerated.
48641
48642         * Makerules: Revert last change.
48643         * elf/Makefile: Likewise.
48644
48645 2011-06-09  Roland McGrath  <roland@hack.frob.com>
48646
48647         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
48648         * elf/Makefile ($(objpfx)librtld.os): Likewise.
48649         (reloc-link): Likewise.
48650
48651 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
48652
48653         * elf/Makefile: Add rules to build pldd.
48654         * elf/pldd.c: New file.
48655         * elf/pldd-xx.c: New file.
48656
48657 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
48658
48659         * version.h: Update for 2.15 development version.
48660
48661 2011-06-07  David S. Miller  <davem@davemloft.net>
48662
48663         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
48664         ifuncs.
48665         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
48666         elf_machine_lazy_rel): Likewise.
48667         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
48668         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
48669         elf_machine_lazy_rel): Likewise.
48670         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
48671         dl_hwcap via passed in argument.
48672         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
48673         Likewise.
48674
48675 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48676
48677         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
48678
48679 2011-06-06  Roland McGrath  <roland@hack.frob.com>
48680
48681         [BZ #12849]
48682         * manual/fdl-1.1.texi: New file, verbatim from:
48683         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
48684         * manual/lgpl-2.1.texi: New file, verbatim from:
48685         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
48686         * manual/Makefile (licenses): New variable, list those new file names.
48687         (texis): Use it.
48688         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
48689
48690         * manual/fdl.texi: File removed.
48691         * manual/lesser.texi: File removed.
48692         * manual/libc.texinfo (Copying, Documentation License):
48693         Use new @include file names, put @appendix directive before @include.
48694
48695 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
48696
48697         [BZ #12841]
48698         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
48699         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
48700         (mq_open): Add __NTH.
48701
48702 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
48703
48704         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48705         Assume Intel Core i3/i5/i7 processor if AVX is available.
48706
48707 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
48708
48709         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48710         typo.
48711
48712 2011-05-31  Andreas Schwab  <schwab@redhat.com>
48713
48714         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
48715         memory.  Use alloca_account.  Fix memory leak when retrying.
48716
48717 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
48718
48719         * version.h (RELEASE): Bump for 2.14 release.
48720         * include/features.h (__GLIBC_MINOR__): Bump to 14.
48721
48722         * config.make.in (RANLIB): Remove entry.
48723
48724 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
48725
48726         * po/Makefile (po-sed-cmd): Add ksh to extensions.
48727         (libc.pot): Work around missing support for .ksh extension in xgettext.
48728
48729         [BZ #12684]
48730         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
48731         if both request failed.
48732         (send_dg): In case of server errors clear resplen or *resplen2.
48733
48734         [BZ #12454]
48735         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
48736         when there are multiple maps.
48737         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
48738         (_dl_fini): Remove test here.
48739
48740         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
48741
48742 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
48743
48744         [BZ #12350]
48745         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
48746         bit from old_res_options.
48747         (gaih_inet): Likewise.
48748
48749         [BZ #11099]
48750         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
48751         as signed.
48752
48753         * resolv/res_init.c (res_setoptions): Make the code more compact.
48754
48755         [BZ #11558]
48756         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
48757         set RES_USEVC.
48758
48759         [BZ #11634]
48760         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
48761
48762         * malloc/malloc.h: Mark malloc hook variables as deprecated.
48763
48764         [BZ #11781]
48765         * malloc/malloc.h: Declare malloc hook variables as volatile.
48766
48767         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
48768         in last patch.
48769
48770         [BZ #11799]
48771         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
48772         raise in the comment.
48773         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
48774         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
48775         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
48776
48777 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
48778
48779         [BZ #12811]
48780         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
48781         grow the buffers more if it already has to be sufficient.
48782         (build_wcs_upper_buffer): Likewise.
48783         * posix/regexec.c (check_matching): Likewise.
48784         (clean_state_log_if_needed): Likewise.
48785         (extend_buffers): Don't enlarge buffers beyond size of the input
48786         buffer.
48787         Patches mostly by Emil Wojak <emil@wojak.eu>.
48788         * posix/bug-regex32.c: New file.
48789         * posix/Makefile (tests): Add bug-regex32.
48790
48791         * locale/findlocale.c (_nl_find_locale): Return right away if
48792         _nl_explode_name failed.
48793         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
48794
48795         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
48796
48797         * debug/xtrace.sh: Unify messages.
48798         * malloc/memusage.sh: Likewise.
48799
48800         [BZ #12813]
48801         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
48802         time symbol from vDSO.  Substitute with vsyscall if not available.
48803         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
48804         __vdso_time.
48805
48806         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
48807         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
48808         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
48809         Add sendmmsg and internal_sendmmsg.
48810         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
48811         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
48812         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
48813
48814         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
48815         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
48816         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
48817
48818 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
48819
48820         [BZ #12813]
48821         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
48822         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
48823         available.
48824         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
48825         __vdso_getcpu.
48826
48827         [BZ #12814]
48828         * iconvdata/Makefile (tests): Add bug-iconv9.
48829         * iconvdata/bug-iconv9.c: New file.
48830
48831 2011-05-27  Andreas Schwab  <schwab@redhat.com>
48832
48833         [BZ #12814]
48834         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
48835
48836 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
48837
48838         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
48839         (struct user_regs_struct): Change intcs field back to cs.
48840
48841 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
48842
48843         * po/ja.po: Update from translation team.
48844
48845 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
48846
48847         [BZ #12795]
48848         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
48849         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
48850
48851 2011-05-20  Andreas Schwab  <schwab@redhat.com>
48852
48853         * stdlib/longlong.h: Update from GCC.
48854
48855 2011-05-23  Andreas Schwab  <schwab@redhat.com>
48856
48857         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
48858         parameter name.
48859         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
48860         Add parameter name.
48861         (__sysconf): Pass it down.
48862
48863 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
48864
48865         [BZ #12671]
48866         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
48867         some situations.
48868         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
48869         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
48870         add in in __libc_use_alloca calls.  Adjust callers.
48871         (glob): Use malloc in some situations.
48872
48873         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
48874         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
48875         pltexit.
48876
48877 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
48878
48879         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
48880         and CLOCK_BOOTTIME_ALARM.
48881
48882         [BZ #12782]
48883         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
48884         is returned.
48885
48886         * string/_strerror.c (__strerror_r): Print negative errors as signed
48887         numbers.
48888
48889         [BZ #12777]
48890         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
48891         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
48892         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
48893
48894         * configure.in: Fix typo in redirection and correct removal of test
48895         files in two cases.
48896
48897         [BZ #12788]
48898         * locale/setlocale.c (new_composite_name): Fix test to check for
48899         identical name of all categories.
48900
48901         [BZ #12792]
48902         * libio/filedoalloc.c (local_isatty): New function.
48903         (_IO_file_doallocate): Use local_isatty.
48904         * stdio-common/perror.c (perror): In case a new stream is used
48905         forward the stream error.
48906         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
48907         error flag.
48908
48909 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
48910
48911         [BZ #11869]
48912         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
48913         alloca.
48914         * include/alloca.h (extend_alloca_account): Define.
48915
48916         [BZ #11857]
48917         * posix/regex.h: Fix comments with documentation of user-accessible
48918         fields after compilation and describe correct free'ing of pattern
48919         after re_compile_pattern.
48920         Patch by Reuben Thomas <rrt@sc3d.org>.
48921
48922 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
48923
48924         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
48925         and -mno-altivec to prevent the compiler from using Altivec and/or
48926         VSX instructions when the corresponding registers are not available.
48927
48928 2011-05-19  Andreas Schwab  <schwab@redhat.com>
48929
48930         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
48931
48932 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
48933
48934         * libio/freopen.c (freopen): Use __dup2, not dup2.
48935         * libio/freopen64.c (freopen64): Likewise.
48936
48937 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
48938
48939         [BZ #12775]
48940         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
48941         * math/Makefile (tests): Add test-powl.
48942         (CFLAGS-test-powl.c): Define.
48943         * math/test-powl.c: New file.
48944
48945 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
48946
48947         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
48948
48949 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
48950
48951         [BZ #11837]
48952         * iconvdata/gb18030.c: Update to GB18020-2005.
48953
48954 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
48955
48956         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
48957         RE_SYNTAX_POSIX_AWK): Update to match recent development.
48958         Patch by Aharon Robbins <arnold@skeeve.com>.
48959
48960         [BZ #11892]
48961         * stdlib/putenv.c (putenv): Don't always create copy of the variable
48962         on the stack.
48963
48964         [BZ #11895]
48965         * misc/pselect.c (__pselect): Handle timeout value errors hidden
48966         through underflows.
48967
48968         [BZ #12766]
48969         * misc/error.c (error_at_line): Ensure file_name and old_file_name
48970         point to strings before performing equality test for error_one_per_line
48971         mode.
48972
48973         [BZ #11697]
48974         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
48975
48976         [BZ #11820]
48977         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
48978         (struct user_fpregs_struct): Avoid __uint*_t types.
48979
48980         [BZ #6420]
48981         * malloc/mtrace.c (tr_where): Add additional parameter to point to
48982         symbol info.  Use it instead of calling _dl_addr locally.
48983         (lock_and_info): New function.
48984         (tr_freehook): Call lock_and_info and pass symbol info as additional
48985         parameter to tr_where.
48986         (tr_mallochook): Likewise.
48987         (tr_reallochook): Likewise.
48988         (tr_memalignhook): Likewise.
48989
48990         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
48991         used and couldn't be at all thread-safe.
48992
48993 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
48994
48995         * libio/freopen.c (freopen): Don't close old file descriptor
48996         before the new one is opened.  Instead dup the new file descriptor
48997         to the old one after the new stream is created.
48998         * libio/freopen64.c (freopen64): Likewise.
48999         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
49000         * libio/fileops.c (_IO_new_file_close_it): Handle new
49001         _IO_FLAGS2_NOCLOSE flag.
49002         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
49003         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
49004         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
49005         _IO_FLAGS2_NOCLOSE flag.
49006         * include/unistd.h: Add hidden_proto for dup3.
49007         Define __have_dup3.
49008         * io/dup3.c: Define hidden symbol.
49009         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
49010
49011         [BZ #7101]
49012         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
49013         when an incomplete long option is used.
49014         * posix/tst-getopt_long1.c: New file.
49015         * posix/Makefile (tests): Add tst-getopt_long1.
49016
49017         [BZ #10138]
49018         * scripts/config.guess: Update from autoconf-2.68.
49019         * scripts/config.sub: Likewise.
49020
49021         [BZ #10157]
49022         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
49023         tests into ...
49024         (has_cpuclock): ...this.  New function.
49025         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
49026         macro here based on has_cpuclock code.
49027
49028         [BZ #10149]
49029         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
49030         First byte (not low byte) is now always NUL.
49031         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
49032
49033         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
49034         Use non-cancelable interfaces.
49035
49036         [BZ #9809]
49037         * locale/iso-639.def: Add entry for Sorani.
49038
49039         [BZ #11901]
49040         * include/stdlib.h: Move include protection to the right place.
49041         Define abort_msg_s.  Declare __abort_msg with it.
49042         * stdlib/abort.c (__abort_msg): Adjust type.
49043         * assert/assert.c (__assert_fail_base): New function.  Majority
49044         of code from __assert_fail.  Allocate memory for __abort_msg with
49045         mmap.
49046         (__assert_fail): Now call __assert_fail_base.
49047         * assert/assert-perr.c: Remove bulk of implementation.  Use
49048         __assert_fail_base.
49049         * include/assert.hL Declare __assert_fail_base.
49050         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
49051         mmap.
49052         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
49053
49054 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
49055
49056         [BZ #11952]
49057         [BZ #12453]
49058         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
49059         until all modules are registered in the DTV.
49060         * elf/Makefile: Add rules to build and run tst-tls19.
49061         * elf/tst-tls19.c: New file.
49062         * elf/tst-tls19mod1.c: New file.
49063         * elf/tst-tls19mod2.c: New file.
49064         * elf/tst-tls19mod3.c: New file.
49065         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
49066
49067         [BZ #12083]
49068         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
49069         correctly.
49070
49071         [BZ #12601]
49072         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
49073         two-byte sequence errors.
49074         * iconvdata/Makefile (tests): Add bug-iconv8.
49075         * iconvdata/bug-iconv8.c: New file.
49076
49077         [BZ #12626]
49078         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
49079         buf2 definition.
49080
49081         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
49082
49083         [BZ #12432]
49084         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
49085         (dummy_getcfa): New function.
49086         (init): Get _Unwind_GetCFA address, use dummy if not found.
49087         (backtrace_helper): In recursion check, also check whether CFA changes.
49088         (__backtrace): Completely initialize arg.
49089
49090         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
49091         storing incomplete byte sequence in state object.  Avoid testing for
49092         guaranteed too small input if we know there is enough data available.
49093
49094 2011-05-11  Andreas Schwab  <schwab@redhat.com>
49095
49096         * Makeconfig (+link-pie): Indent.
49097         * Rules (binaries-pie): Define if $(have-fpie) and
49098         $(build-shared).
49099         (binaries-shared): Also filter out $(binaries-pie).
49100         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
49101         * nscd/Makefile (others-pie): Add nscd.
49102         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
49103         ($(objpfx)nscd): Remove command override.
49104         * login/Makefile (others-pie): Add pt_chown.
49105         ($(objpfx)pt_chown): Remove command override.
49106         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
49107         remove command overrides.
49108
49109 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
49110
49111         * libio/tst_putwc.c: Fix error messages.
49112
49113         [BZ #12724]
49114         * libio/fileops.c (_IO_new_file_close_it): Always flush when
49115         currently writing and seek to current position when not.
49116         * libio/Makefile (tests): Add bug-fclose1.
49117         * libio/bug-fclose1.c: New file.
49118
49119 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
49120
49121         [BZ #12511]
49122         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
49123         don't set DF_1_NODELETE here.
49124         (do_lookup_x): When entering new entry test for copy relocation
49125         and if necessary set DF_1_NODELETE flag.
49126         * elf/tst-unique4.cc: New file.
49127         * elf/tst-unique4.h: New file.
49128         * elf/tst-unique4lib.cc: New file.
49129         * elf/Makefile: Add rules to build and run tst-unique4.
49130         Patch by Piotr Bury <pbury@goahead.com>.
49131
49132 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
49133
49134         [BZ #12052]
49135         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
49136
49137         [BZ #12625]
49138         * misc/mntent_r.c (addmntent): Flush the stream after the output
49139
49140         [BZ #12393]
49141         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
49142         (is_trusted_path_normalize): Skip initial colon.  Append slash
49143         to empty buffer.  Duplicate is_trusted_path code but allow
49144         constructed patch to be prefix.
49145         (is_dst): Allow $ORIGIN followed by /.
49146         (_dl_dst_substitute): Correct clearing of check_for_trusted.
49147         Correct testing of result of is_trusted_path_normalize
49148         (decompose_rpath): Fix warning.
49149
49150 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
49151
49152         [BZ #11257]
49153         * grp/initgroups.c (internal_getgrouplist): When we found the service
49154         list through the initgroups entry in nsswitch.conf do not always
49155         continue on a successful lookup.  Don't always use the
49156         __nss_group_database value if it is set.
49157         * nss/nsswitch.conf (initgroups): Change action for successful db
49158         lookup to continue for compatibility.
49159
49160 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
49161
49162         [BZ #11532]
49163         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
49164         and CP774 modules.
49165         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
49166         and CP774 modules.
49167         * iconvdata/tst-tables.sh: Likewise.
49168         * iconvdata/cp770.c: New file.
49169         * iconvdata/cp771.c: New file.
49170         * iconvdata/cp772.c: New file.
49171         * iconvdata/cp773.c: New file.
49172         * iconvdata/cp774.c: New file.
49173         * iconvdata/testdata/CP770: New file.
49174         * iconvdata/testdata/CP770..UTF8: New file.
49175         * iconvdata/testdata/CP771: New file.
49176         * iconvdata/testdata/CP771..UTF8: New file.
49177         * iconvdata/testdata/CP772: New file.
49178         * iconvdata/testdata/CP772..UTF8: New file.
49179         * iconvdata/testdata/CP773: New file.
49180         * iconvdata/testdata/CP773..UTF8: New file.
49181         * iconvdata/testdata/CP774: New file.
49182         * iconvdata/testdata/CP774..UTF8: New file.
49183
49184         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
49185         END CHARMAP line.
49186         * iconvdata/gen-8bit-gap.sh: Likewise.
49187         * iconvdata/gen-8bit.sh: Likewise.
49188
49189         * locale/iso-639.def: Add ary entry.
49190
49191         [BZ #11258]
49192         * locale/C-translit.h.in: Add U20A1 transliteration.
49193
49194         [BZ #12178]
49195         * locale/iso-639.def: Add wae entry.
49196         Patch by Kevin Bortis <bortis@translate-wae.ch>.
49197
49198         [BZ #12545]
49199         * locale/programs/localedef.c (construct_output_path): Use ssize_t
49200         for n.
49201
49202         [BZ #12711]
49203         * locale/C-translit.h.in: Add entry for U20B9.
49204         Patch by pravin.d.s@gmail.com.
49205
49206 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
49207
49208         [BZ #12713]
49209         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
49210         ENAMETOOLONG use generic getcwd.
49211         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
49212         in rtld.  Use *stat64.
49213         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
49214         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
49215         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
49216         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
49217         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
49218         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
49219         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
49220         __fstatat64 macros.
49221         * include/dirent.h: Add libc_hidden_proto for rewinddir.
49222         * dirent/rewinddir.c: Add libc_hidden_def.
49223         * sysdeps/mach/hurd/rewinddir.c: Likewise.
49224         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
49225
49226         * include/dirent.h (__alloc_dir): Add flags parameter.
49227         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
49228         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
49229         __alloc_dir.
49230         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
49231         from fdopendir if O_CLOEXEC is already set.
49232
49233 2011-03-15  Alan Modra  <amodra@gmail.com>
49234
49235         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
49236         l_tls_firstbyte_offset non-zero.  Save padding offset in
49237         l_tls_firstbyte_offset for later use.
49238         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
49239         freeing static tls block.
49240
49241 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
49242
49243         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
49244         where #ifdef was intended.  The intent is to prevent ARG_MAX from
49245         being defined by the kernel headers.
49246
49247 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
49248
49249         [BZ #12734]
49250         * resolv/resolv.h: Define RES_NOTLDQUERY.
49251         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
49252         no-tld-query and set RES_NOTLDQUERY.
49253         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
49254         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
49255         modern BIND to search name as TLD unless forbidden.
49256
49257 2011-05-07  Petr Baudis  <pasky@suse.cz>
49258             Ulrich Drepper  <drepper@gmail.com>
49259
49260         [BZ #12393]
49261         * elf/dl-load.c (fillin_rpath): Move trusted path check...
49262         (is_trusted_path): ...to here.
49263         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
49264         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
49265         using is_trusted_path_normalize() in setuid scripts.
49266
49267 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
49268
49269         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
49270         __BEGIN/__END_DECLS.
49271
49272 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
49273
49274         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
49275         NSS_STATUS_NOTFOUND if no record was found.
49276
49277 2011-05-05  Andreas Schwab  <schwab@redhat.com>
49278
49279         * sunrpc/Makefile (headers): Add rpc/netdb.h.
49280         (headers-not-in-tirpc): Remove rpc/netdb.h
49281         * resolv/netdb.h: Revert last change.
49282
49283 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
49284
49285         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
49286         circular dependency between libgcc.a and libc.a.
49287
49288 2011-05-05  Andreas Schwab  <schwab@redhat.com>
49289
49290         * resolv/netdb.h: Don't include <rpc/netdb.h>.
49291         * nis/Makefile: Don't install rpcsvc/*.
49292         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
49293         instead of <rpc/types.h>.
49294         (MAXHOSTNAMELEN): Define.
49295
49296 2011-05-03  Andreas Schwab  <schwab@redhat.com>
49297
49298         * elf/ldconfig.c (add_dir): Don't crash on empty path.
49299
49300 2011-04-28  Maciej Babinski  <mbabinski@google.com>
49301
49302         [BZ #12714]
49303         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
49304         gethostbyname4_r when IPv6 results are possible.
49305
49306 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
49307
49308         [BZ #12723]
49309         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
49310         _PC_PIPE_BUF handling.
49311
49312 2011-04-30  Bruno Haible  <bruno@clisp.org>
49313
49314         [BZ #12717]
49315         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
49316         * resolv/netdb.h (getnameinfo): Change type of flags parameter
49317         to 'int'.
49318         * inet/getnameinfo.c (getnameinfo): Likewise.
49319
49320 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
49321
49322         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
49323         to groups setting in database lookup.
49324         * nss/nsswitch.conf: Add initgroups entry.
49325
49326 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
49327
49328         [BZ #12685]
49329         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
49330         mode string.
49331         Patch by Eric Blake <eblake@redhat.com>.
49332
49333 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
49334
49335         * sunrpc/Makefile (need-export-routines): Add svc_run.
49336         (routines): Remove svc_run.
49337         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
49338         * sunrpc/clnt_perr.c (clnt_perrno): Export.
49339         * sunrpc/svc_run.c (svc_run): Likewise.
49340         * sunrpc/svc_udp.c (svcudp_create): Likewise.
49341
49342 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
49343
49344         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
49345         problem in reallocation in last patch.
49346
49347 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
49348
49349         * sunrpc/Makefile: Move inclusion of Rules.
49350
49351 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
49352
49353         * nss/nss_files/files-initgroups.c: New file.
49354         * nss/Makefile (libnss_files-routines): Add files-initgroups.
49355         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
49356         _nss_files_initgroups_dyn.
49357
49358 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
49359
49360         * elf/elf.h (R_ARM_IRELATIVE): Define.
49361
49362 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
49363
49364         * po/ru.po: Update from translation team.
49365
49366 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
49367
49368         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
49369         dependencies.
49370
49371 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
49372
49373         [BZ #12653]
49374         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
49375         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
49376         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
49377         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
49378         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
49379
49380 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
49381
49382         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
49383         differing bytes.
49384         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
49385         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
49386         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
49387
49388 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
49389
49390         [BZ #12420]
49391         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
49392         storing it.
49393         * stdlib/bug-getcontext.c: New file.
49394         * stdlib/Makefile: Add rules to build and run bug-getcontext.
49395
49396 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49397
49398         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
49399         instructions into .machine "z9-109".
49400         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
49401         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
49402
49403 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49404
49405         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
49406         between environment variables and auxiliary vector.
49407
49408 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
49409
49410         * Makefile: Add rules to build linkobj/libc.so.
49411         * include/libc-symbols.h: Define libc_hidden_nolink.
49412         * include/rpc/auth.h: Mark functions which are to be hidden.
49413         * include/rpc/auth_des.h: Likewise.
49414         * include/rpc/auth_unix.h: Likewise.
49415         * include/rpc/clnt.h: Likewise.
49416         * include/rpc/des_crypt.h: Likewise.
49417         * include/rpc/key_prot.h: Likewise.
49418         * include/rpc/pmap_clnt.h: Likewise.
49419         * include/rpc/pmap_prot.h: Likewise.
49420         * include/rpc/pmap_rmt.h: Likewise.
49421         * include/rpc/rpc_msg.h: Likewise.
49422         * include/rpc/svc.h: Likewise.
49423         * include/rpc/svc_auth.h: Likewise.
49424         * include/rpc/xdr.h: Likewise.
49425         * nis/Makefile: Link all DSOs against linkobj/libc.so.
49426         * nss/Makefile: Likewise.
49427         * sunrpc/Makefile: Don't install headers.  Build library with normal
49428         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
49429         * sunrpc/auth_des.c: Hide exported symbols by default, export some
49430         for the compat linking library.  Remove use of INTDEF/INTUSE.
49431         * sunrpc/auth_none.c: Likewise.
49432         * sunrpc/auth_unix.c: Likewise.
49433         * sunrpc/authdes_prot.c: Likewise.
49434         * sunrpc/authuxprot.c: Likewise.
49435         * sunrpc/clnt_gen.c: Likewise.
49436         * sunrpc/clnt_perr.c: Likewise.
49437         * sunrpc/clnt_raw.c: Likewise.
49438         * sunrpc/clnt_simp.c: Likewise.
49439         * sunrpc/clnt_tcp.c: Likewise.
49440         * sunrpc/clnt_udp.c: Likewise.
49441         * sunrpc/clnt_unix.c: Likewise.
49442         * sunrpc/des_crypt.c: Likewise.
49443         * sunrpc/des_soft.c: Likewise.
49444         * sunrpc/get_myaddr.c: Likewise.
49445         * sunrpc/key_call.c: Likewise.
49446         * sunrpc/key_prot.c: Likewise.
49447         * sunrpc/netname.c: Likewise.
49448         * sunrpc/pm_getmaps.c: Likewise.
49449         * sunrpc/pm_getport.c: Likewise.
49450         * sunrpc/pmap_clnt.c: Likewise.
49451         * sunrpc/pmap_prot.c: Likewise.
49452         * sunrpc/pmap_prot2.c: Likewise.
49453         * sunrpc/pmap_rmt.c: Likewise.
49454         * sunrpc/publickey.c: Likewise.
49455         * sunrpc/rpc_cmsg.c: Likewise.
49456         * sunrpc/rpc_common.c: Likewise.
49457         * sunrpc/rpc_dtable.c: Likewise.
49458         * sunrpc/rpc_prot.c: Likewise.
49459         * sunrpc/rpc_thread.c: Likewise.
49460         * sunrpc/rtime.c: Likewise.
49461         * sunrpc/svc.c: Likewise.
49462         * sunrpc/svc_auth.c: Likewise.
49463         * sunrpc/svc_authux.c: Likewise.
49464         * sunrpc/svc_raw.c: Likewise.
49465         * sunrpc/svc_run.c: Likewise.
49466         * sunrpc/svc_simple.c: Likewise.
49467         * sunrpc/svc_tcp.c: Likewise.
49468         * sunrpc/svc_udp.c: Likewise.
49469         * sunrpc/svc_unix.c: Likewise.
49470         * sunrpc/svcauth_des.c: Likewise.
49471         * sunrpc/xcrypt.c: Likewise.
49472         * sunrpc/xdr.c: Likewise.
49473         * sunrpc/xdr_array.c: Likewise.
49474         * sunrpc/xdr_float.c: Likewise.
49475         * sunrpc/xdr_intXX_t.c: Likewise.
49476         * sunrpc/xdr_mem.c: Likewise.
49477         * sunrpc/xdr_rec.c: Likewise.
49478         * sunrpc/xdr_ref.c: Likewise.
49479         * sunrpc/xdr_sizeof.c: Likewise.
49480         * sunrpc/xdr_stdio.c: Likewise.
49481
49482 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
49483
49484         [BZ #12650]
49485         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
49486         * sysdeps/ia64/dl-tls.h: Likewise.
49487         * sysdeps/powerpc/dl-tls.h: Likewise.
49488         * sysdeps/s390/dl-tls.h: Likewise.
49489         * sysdeps/sh/dl-tls.h: Likewise.
49490         * sysdeps/sparc/dl-tls.h: Likewise.
49491         * sysdeps/x86_64/dl-tls.h: Likewise.
49492         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
49493
49494 2011-03-14  Andreas Schwab  <schwab@redhat.com>
49495
49496         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
49497         rpath element also skip the following colon.
49498         (expand_dynamic_string_token): Add is_path parameter and pass
49499         down to DL_DST_REQUIRED and _dl_dst_substitute.
49500         (decompose_rpath): Call expand_dynamic_string_token with
49501         non-zero is_path.  Ignore empty rpaths.
49502         (_dl_map_object_from_fd): Call expand_dynamic_string_token
49503         with zero is_path.
49504
49505 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
49506
49507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
49508         Make cancelable.
49509
49510 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
49511
49512         [BZ #12655]
49513         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
49514         Patch by Filipe David Manana <fdmanana@apache.org>.
49515
49516 2011-04-07  Andreas Schwab  <schwab@redhat.com>
49517
49518         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
49519         Maintain aligned stack.
49520         (CHECK_RSP): Remove unused macro.
49521
49522 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
49523
49524         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
49525         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
49526
49527 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
49528
49529         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
49530
49531         * include/features.h: Mention __USE_XOPEN2K8 in comment.
49532
49533 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
49534
49535         [BZ #12518]
49536         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
49537         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
49538         * sysdeps/x86_64/memmove.c: New file.
49539         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
49540         (memcpy): Renamed to ...
49541         (__new_memcpy): This.
49542         (memcpy): Provide GLIBC_2_14 memcpy.
49543         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
49544         (memcpy): Provide GLIBC_2_2_5 memcpy.
49545
49546 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49547
49548         [BZ #12631]
49549         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
49550
49551 2011-03-30  Andreas Schwab  <schwab@redhat.com>
49552
49553         * misc/syncfs.c: New file.
49554         * misc/Makefile (routines): Add syncfs.
49555         * posix/unistd.h: Declare syncfs.
49556         * sysdeps/unix/syscalls.list: Add syncfs.
49557
49558 2011-04-01  Andreas Schwab  <schwab@redhat.com>
49559
49560         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
49561         open_by_handle_at.
49562         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
49563         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49564         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49565         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49566         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49567         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
49568         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49569
49570 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49571
49572         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
49573         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49574         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
49575         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49576         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49577         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49578         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49579
49580         * io/Makefile: Compile fallocate.c, fallocate64.c, and
49581         sync_file_range.c with -fexceptions.
49582         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
49583         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
49584         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
49585         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
49586         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
49587         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
49588         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
49589         sync_file_range as cancellation point
49590         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
49591         now a wrapper around __call_sync_file_range with cancellation handling.
49592         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
49593         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
49594         function name to __call_sync_file_range.
49595         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
49596         Add call_sync_file_range.
49597
49598 2011-04-01  Andreas Schwab  <schwab@redhat.com>
49599
49600         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49601         bits/timex.h.
49602
49603 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49604
49605         * iconv/iconv.h: Fix typo in comment.
49606         * io/fcntl.h: Likewise.
49607         * libio/stdio.h: Likewise.
49608         * posix/spawn.h: Likewise.
49609         * posix/unistd.h: Likewise.
49610         * stdlib/stdlib.h: Likewise.
49611         * time/time.h: Likewise.
49612         * wcsmbs/wchar.h: Likewise.
49613
49614         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
49615         open_by_handle): Add.
49616         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
49617         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
49618         Augment a few comments.
49619         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49620         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49621         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49622         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49623         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49624         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
49625         open_by_handle.
49626
49627         * io/fcntl.h (AT_EMPTY_PATH): Define.
49628
49629 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
49630
49631         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
49632         * sysdeps/unix/sysv/linux/bits/time.h: New file.
49633         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
49634         to...
49635         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
49636         * Versions.def: Add GLIBC_2.14.
49637         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
49638         Export.
49639
49640 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
49641
49642         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
49643         round counter.
49644         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
49645
49646 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
49647
49648         [BZ #12597]
49649         * string/test-strncmp.c (do_page_test): New function.
49650         (check2): Likewise.
49651         (test_main): Call check2.
49652         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
49653
49654 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
49655
49656         [BZ #12587]
49657         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
49658         Handle cache information in CPU leaf 4.
49659         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
49660
49661 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
49662
49663         [BZ #12583]
49664         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
49665         character representation.
49666         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
49667
49668 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
49669
49670         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
49671         END(__isnan) to END(__isnanf) to match function entry point/label
49672         EALIGN(__isnanf,...).
49673
49674 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
49675
49676         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
49677
49678 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
49679
49680         [BZ #12510]
49681         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
49682         copy from the symbol referenced in the relocation to initialize the
49683         used variable.
49684         Patch by Piotr Bury <pbury@goahead.com>.
49685         * elf/Makefile: Add rules to build and tst-unique3.
49686         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
49687         * elf/tst-unique3.cc: New file.
49688         * elf/tst-unique3.h: New file.
49689         * elf/tst-unique3lib.cc: New file.
49690         * elf/tst-unique3lib2.cc: New file.
49691
49692         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
49693
49694 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
49695
49696         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
49697         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
49698         to _start.
49699
49700 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
49701
49702         * elf/dl-load.c (_dl_map_object): If we are looking for the first
49703         to-be-loaded object along a path to loader is ld.so.
49704
49705 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
49706             Ulrich Drepper  <drepper@gmail.com>
49707
49708         * sysdeps/x86_64/memset.S: After aligning destination, code
49709         branches to different locations depending on the value of
49710         misalignment, when multiarch is enabled. Fix this.
49711
49712 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
49713
49714         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
49715         Set _x86_64_preferred_memory_instruction for AMD processsors.
49716         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49717         Set bit_Prefer_SSE_for_memop for AMD processors.
49718
49719 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
49720
49721         * libio/fmemopen.c (fmemopen): Optimize a bit.
49722
49723 2011-03-03  Andreas Schwab  <schwab@redhat.com>
49724
49725         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
49726
49727 2011-03-03  Roland McGrath  <roland@redhat.com>
49728
49729         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
49730
49731 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
49732
49733         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
49734         __bzero_ultra1 instead of __memset_ultra1.
49735
49736 2011-02-23  Andreas Schwab  <schwab@redhat.com>
49737             Ulrich Drepper  <drepper@gmail.com>
49738
49739         [BZ #12509]
49740         * include/link.h (struct link_map): Add l_orig_initfini.
49741         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
49742         returning unsuccessfully.
49743         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
49744         close of a file loaded at startup, restore the original l_initfini
49745         list.
49746         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
49747         list, store the pointer.
49748         * elf/Makefile ($(objpfx)noload-mem): New rule.
49749         (noload-ENV): Define.
49750         (tests): Add $(objpfx)noload-mem.
49751         * elf/noload.c: Include <memcheck.h>.
49752         (main): Call mtrace.  Close all opened handles.
49753
49754 2011-02-17  Andreas Schwab  <schwab@redhat.com>
49755
49756         [BZ #12454]
49757         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
49758         dependencies are missing.
49759
49760 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49761
49762         Fix __if_freereq crash: Unlike the generic version which uses free,
49763         Hurd needs munmap.
49764         * sysdeps/mach/hurd/ifreq.h: New file.
49765
49766 2011-01-27  Petr Baudis  <pasky@suse.cz>
49767             Ulrich Drepper  <drepper@gmail.com>
49768
49769         [BZ 12445]#
49770         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
49771         to extend_alloca().
49772         * stdio-common/bug23.c: New file.
49773         * stdio-common/Makefile (tests): Add bug23.
49774
49775 2010-09-28  Andreas Schwab  <schwab@redhat.com>
49776             Ulrich Drepper  <drepper@gmail.com>
49777
49778         [BZ #12489]
49779         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
49780         before performing relro protection.  At old place add assertion
49781         to make sure nothing changed.
49782
49783 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
49784             Glauber de Oliveira Costa  <glommer@gmail.com>
49785
49786         * elf/elf.h: Add new ARM TLS relocs.
49787
49788 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
49789
49790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
49791         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
49792         cast from r3.
49793         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
49794         'tests' variable.
49795         * sysdeps/wordsize-64/tst-writev.c: New file.
49796
49797 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
49798
49799         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
49800         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
49801         insns in _dl_start to prevent a TOC reference before relocs are
49802         resolved.
49803
49804 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
49805
49806         [BZ #12469]
49807         * Makeconfig: Remove RANLIB definition.
49808         * Makerules: Don't use RANLIB.
49809         * aclocal.m4: Remove ranlib test.
49810         * configure.in: No need to check for ranlib.
49811         * elf/rtld-Rules: Don't use RANLIB.
49812
49813 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49814
49815         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
49816         protection macro.
49817         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
49818         inclusion protection macro.
49819
49820         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
49821         SIGRTMIN and SIGRTMAX and print information in that case only when
49822         SIGRTMIN is defined.
49823
49824 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
49825
49826         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
49827         arginfo fn returning -1.
49828
49829         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
49830         and thousands string is zero terminated.
49831
49832 2011-02-03  Andreas Schwab  <schwab@redhat.com>
49833
49834         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
49835         sysdeps/unix/sysv/linux/bits/socket.h.
49836
49837 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49838
49839         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
49840         (__CPU_COUNT): Remove old macros.
49841         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
49842         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
49843         (__CPU_ALLOC, __CPU_FREE): Add macros.
49844         (__sched_cpualloc, __sched_cpufree): Add declarations.
49845
49846 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
49847
49848         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
49849         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
49850         * nscd/aicache.c (addhstaiX): Return timeout of added value.
49851         (readdhstai): Return value of addhstaiX call.
49852         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
49853         (addgrbyX): Return value returned by cache_addgr.
49854         (readdgrbyname): Return value returned by addgrbyX.
49855         (readdgrbygid): Likewise.
49856         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
49857         (addpwbyX): Return value returned by cache_addpw.
49858         (readdpwbyname): Return value returned by addhstbyX.
49859         (readdpwbyuid): Likewise.
49860         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
49861         (addservbyX): Return value returned by cache_addserv.
49862         (readdservbyname): Return value returned by addservbyX:
49863         (readdservbyport): Likewise.
49864         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
49865         (addhstbyX): Return value returned by cache_addhst.
49866         (readdhstbyname): Return value returned by addhstbyX.
49867         (readdhstbyaddr): Likewise.
49868         (readdhstbynamev6): Likewise.
49869         (readdhstbyaddrv6): Likewise.
49870         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
49871         (readdinitgroups): Return value returned by addinitgroupsX.
49872         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
49873         (prune_cache): Keep track of timeout value of re-added entries.
49874         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
49875         * nscd/nscd.h: Adjust prototypes of readd* functions.
49876
49877 2011-02-04  Roland McGrath  <roland@redhat.com>
49878
49879         * nis/nis_server.c (nis_servstate): Use the right name for 0.
49880         (nis_stats): Likewise.
49881         * nis/nis_modify.c (nis_modify): Likewise.
49882         * nis/nis_remove.c (nis_remove): Likewise.
49883         * nis/nis_add.c (nis_add): Likewise.
49884
49885         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
49886
49887         * posix/fnmatch_loop.c: Add some consts.
49888
49889         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
49890
49891 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
49892
49893         [BZ #12460]
49894         * config.make.in (config-cflags-novzeroupper): Define.
49895         * configure.in: Substitute libc_cv_cc_novzeroupper.
49896         * elf/Makefile (AVX-CFLAGS): Define.
49897         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
49898         (CFLAGS-tst-auditmod4a.c): Likewise.
49899         (CFLAGS-tst-auditmod4b.c): Likewise.
49900         (CFLAGS-tst-auditmod6b.c): Likewise.
49901         (CFLAGS-tst-auditmod6c.c): Likewise.
49902         (CFLAGS-tst-auditmod7b.c): Likewise.
49903         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
49904
49905 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
49906
49907         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
49908         function to the callback.
49909         Patch partly by Jiri Olsa <jolsa@redhat.com>.
49910
49911 2011-02-02  Andreas Schwab  <schwab@redhat.com>
49912
49913         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
49914         of errno.
49915
49916 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
49917
49918         [BZ #11724]
49919         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
49920         of constructors.
49921         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
49922         of destructors.
49923         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
49924
49925         [BZ #11724]
49926         * elf/Makefile: Add rules to build and run new test.
49927         * elf/tst-initorder.c: New file.
49928         * elf/tst-initorder.exp: New file.
49929         * elf/tst-initordera1.c: New file.
49930         * elf/tst-initordera2.c: New file.
49931         * elf/tst-initordera3.c: New file.
49932         * elf/tst-initordera4.c: New file.
49933         * elf/tst-initorderb1.c: New file.
49934         * elf/tst-initorderb2.c: New file.
49935         * elf/tst-order-a1.c: New file.
49936         * elf/tst-order-a2.c: New file.
49937         * elf/tst-order-a3.c: New file.
49938         * elf/tst-order-a4.c: New file.
49939         * elf/tst-order-b1.c: New file.
49940         * elf/tst-order-b2.c: New file.
49941         * elf/tst-order-main.c: New file.
49942         New test case by George Gensure <werkt0@gmail.com>.
49943
49944 2010-10-01  Andreas Schwab  <schwab@redhat.com>
49945
49946         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
49947         decoding ACE if AI_CANONIDN.
49948
49949 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
49950
49951         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
49952
49953 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
49954
49955         * version.h (RELEASE): Bump for 2.13 release.
49956         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
49957
49958         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
49959
49960         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
49961         MADV_NOHUGEPAGE.
49962         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
49963         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
49964         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
49965         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
49966         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
49967         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
49968
49969         * posix/getconf.c: Update copyright year.
49970         * catgets/gencat.c: Likewise.
49971         * csu/version.c: Likewise.
49972         * debug/catchsegv.sh: Likewise.
49973         * debug/xtrace.sh: Likewise.
49974         * elf/ldconfig.c: Likewise.
49975         * elf/ldd.bash.in: Likewise.
49976         * elf/sprof.c (print_version): Likewise.
49977         * iconv/iconv_prog.c: Likewise.
49978         * iconv/iconvconfig.c: Likewise.
49979         * locale/programs/locale.c: Likewise.
49980         * locale/programs/localedef.c: Likewise.
49981         * malloc/memusage.sh: Likewise.
49982         * malloc/mtrace.pl: Likewise.
49983         * nscd/nscd.c (print_version): Likewise.
49984         * nss/getent.c: Likewise.
49985
49986         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
49987         PF_CAIF, and PF_ALG.
49988         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49989
49990 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
49991
49992         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
49993         (modules-names): Use them.
49994         (ifunc-test-modules, ifunc-pie-tests): Define.
49995         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
49996         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
49997         (test-extras): Likewise.
49998         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
49999         $(compile-command.c).
50000         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
50001         (all-built-dso): Define.
50002         (check-textrel.out, check-execstack.out): Depend on it.
50003
50004         * configure.in: Don't override --enable-multi-arch.
50005
50006 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
50007
50008         [BZ #6812]
50009         * nscd/hstcache.c (tryagain): Define.
50010         (cache_addhst): Return tryagain not notfound for temporary errors.
50011         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
50012         failed.
50013
50014 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
50015
50016         [BZ #10563]
50017         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
50018         to make the syscall.
50019         * sysdeps/unix/sysv/linux/setgroups.c: New file.
50020
50021         [BZ #12378]
50022         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
50023         and fall back to matching as normal character if the string ends before
50024         the matching ']' is found.  This is what POSIX requires.
50025         * posix/testfnm.c: Adjust test result.
50026         * posix/globtest.sh: Adjust test result.  Add new test.
50027         * posix/tst-fnmatch.input: Likewise.
50028         * posix/tst-fnmatch2.c: Add new test.
50029
50030 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
50031
50032         * elf/Makefile (check-execstack): Revert last change.  Depend on
50033         check-execstack.h.
50034         (check-execstack.h): New target.
50035         (generated): Add check-execstack.h.
50036         * elf/check-execstack.c: Include "check-execstack.h".
50037         (main): Revert last change.
50038         (handle_file): Return zero if GNU_STACK is absent and
50039         DEFAULT_STACK_PERMS doesn't include PF_X.
50040
50041 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
50042
50043         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
50044         in child fails because the descriptor is already closed.
50045         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
50046         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
50047         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
50048
50049         [BZ #12397]
50050         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
50051         syscall.
50052
50053         [BZ #10484]
50054         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
50055         temporary buffer used to handle multi lookups locally.
50056         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
50057
50058 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
50059
50060         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
50061         loader is ld.so.
50062
50063 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
50064
50065         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
50066         alignment for SSE2.
50067
50068 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
50069
50070         [BZ #12394]
50071         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
50072         characters.  When rounding increased number of integer digits recompute
50073         number of groups.
50074         * stdio-common/tst-grouping.c: New file.
50075         * stdio-common/Makefile: Add rules to build and run tst-grouping.
50076
50077 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
50078
50079         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
50080         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
50081
50082         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
50083         void.
50084         * bits/select.h: Likewise.
50085
50086 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
50087
50088         * po/ja.po: Update from translation team.
50089
50090 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
50091
50092         [BZ #11155]
50093         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
50094         implementation just like for lxstat, fxstatat, et al.
50095
50096 2010-12-27  Jim Meyering  <meyering@redhat.com>
50097
50098         [BZ #12348]
50099         * posix/regexec.c (build_trtable): Return failure indication upon
50100         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
50101
50102 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
50103
50104         [BZ #12201]
50105         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
50106         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
50107         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
50108         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
50109
50110         [BZ #12207]
50111         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
50112
50113         [BZ #12204]
50114         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
50115         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
50116
50117 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
50118
50119         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
50120         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
50121         script has SORT_BY_INIT_PRIORITY.
50122         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
50123         NO_CTORS_DTORS_SECTIONS is defined.
50124         * elf/soinit.c: Likewise.
50125         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
50126         NO_CTORS_DTORS_SECTIONS is defined.
50127         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
50128         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
50129         * sysdeps/sh/init-first.c: Likewise.
50130         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
50131
50132 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
50133
50134         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
50135         always use the slow path.
50136
50137 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
50138
50139         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
50140         similar rule which adds the sysdep directories to the header search in
50141         order to pick up the correct platform stackinfo.h.
50142         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
50143         perform test if it is, otherwise return successfully without testing.
50144         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
50145         DEFAULT_STACK_PERMS define in stackinfo.h.
50146         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
50147         defined in stackinfo.h.
50148         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
50149         DEFAULT_STACK_PERMS defined in stackinfo.h.
50150         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
50151         * sysdeps/ia64/stackinfo.h: Likewise.
50152         * sysdeps/s390/stackinfo.h: Likewise.
50153         * sysdeps/sh/stackinfo.h: Likewise.
50154         * sysdeps/sparc/stackinfo.h: Likewise.
50155         * sysdeps/x86_64/stackinfo.h: Likewise.
50156         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
50157         PF_X for powerpc64.  Retain PF_X for powerpc32.
50158
50159 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
50160
50161         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
50162         accurately.
50163         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
50164         GETDENTS_64BIT_ALIGNED.
50165
50166 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
50167
50168         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
50169
50170 2010-12-10  Andreas Schwab  <schwab@redhat.com>
50171
50172         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
50173         _GNU_SOURCE.
50174
50175         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
50176         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
50177         Remove __restrict.
50178         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
50179         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
50180
50181 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
50182
50183         [BZ #11655]
50184         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
50185         are initialized.
50186
50187 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
50188
50189         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
50190
50191 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
50192
50193         * po/it.po: Update from translation team.
50194
50195 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
50196
50197         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
50198         unused codes.
50199
50200 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
50201
50202         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
50203
50204 2010-11-24  Andreas Schwab  <schwab@redhat.com>
50205
50206         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
50207         specially.
50208         (gaih_getanswer_slice): Likewise.
50209
50210 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
50211
50212         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
50213
50214 2010-05-31  Petr Baudis  <pasky@suse.cz>
50215
50216         [BZ #11149]
50217         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
50218         silently even in the chroot mode.
50219
50220 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
50221
50222         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
50223         last patch a bit.  Pretty printing
50224
50225 2010-05-31  Petr Baudis <pasky@suse.cz>
50226
50227         [BZ #10085]
50228         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
50229         initialization of skip_initgroups_dyn.
50230
50231 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
50232
50233         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
50234         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
50235
50236 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
50237
50238         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
50239
50240 2010-11-11  Andreas Schwab  <schwab@redhat.com>
50241
50242         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
50243         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
50244         (tst-fnmatch-ENV): Set MALLOC_TRACE.
50245         ($(objpfx)tst-fnmatch-mem): New rule.
50246         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
50247         * posix/tst-fnmatch.c (main): Call mtrace.
50248
50249 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
50250
50251         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50252         Support Intel processor model 6 and model 0x2c.
50253
50254 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
50255
50256         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
50257           signed comparison.
50258
50259 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
50260
50261         [BZ #12205]
50262         * string/test-strncasecmp.c (check_result): New function.
50263         (do_one_test): Use it.
50264         (check1): New function.
50265         (test_main): Use it.
50266         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
50267         Support strcasecmp and strncasecmp.
50268
50269 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
50270
50271         [BZ #12194]
50272         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
50273         * sysdeps/x86_64/bits/byteswap.h: Likewise.
50274
50275 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
50276
50277         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
50278         IFUNC support.
50279         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50280         memset-x86-64.
50281         * sysdeps/x86_64/multiarch/bzero.S: New file.
50282         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
50283         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
50284         * sysdeps/x86_64/multiarch/memset.S: New file.
50285         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
50286         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50287         Set bit_Prefer_SSE_for_memop for Intel processors.
50288         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
50289         Define.
50290         (index_Prefer_SSE_for_memop): Define.
50291         (HAS_PREFER_SSE_FOR_MEMOP): Define.
50292
50293 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
50294
50295         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
50296         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
50297
50298 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
50299
50300         [BZ #12191]
50301         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
50302         (__x86_64_raw_data_cache_size_half): Likewise.
50303         (__x86_64_raw_shared_cache_size): Likewise.
50304         (__x86_64_raw_shared_cache_size_half): Likewise.
50305
50306         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
50307         (__x86_64_raw_data_cache_size_half): Likewise.
50308         (__x86_64_raw_shared_cache_size): Likewise.
50309         (__x86_64_raw_shared_cache_size_half): Likewise.
50310         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
50311         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
50312         and __x86_64_raw_shared_cache_size_half.  Round
50313         __x86_64_data_cache_size_half, __x86_64_data_cache_size
50314         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
50315         to multiple of 256 bytes.
50316
50317 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
50318
50319         [BZ #12167]
50320         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
50321         of inacessible symlinks.  Verify result of symlink before returning it.
50322         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
50323         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
50324
50325 2010-10-28  Erich Ritz  <erichritz@gmail.com>
50326
50327         * math/math.h (isinf): Fix typo in comment.
50328
50329 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
50330
50331         * po/da.po: Update from translation team.
50332
50333 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
50334
50335         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
50336         is added to the list.
50337
50338 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50339             Ulrich Drepper  <drepper@gmail.com>
50340
50341         * elf/dl-object.c (_dl_new_object): Don't append the new object to
50342         the global list here.  Move code to...
50343         (_dl_add_to_namespace_list): ...here.  New function.
50344         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
50345         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
50346         * elf/dl-load.c (lose): Don't remove the element from the list.
50347         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
50348         (_dl_map_object): Likewise.
50349
50350 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
50351
50352         [BZ #12159]
50353         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
50354         into all bytes of SSE register.
50355         Patch by Richard Li <richardpku@gmail.com>.
50356
50357 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
50358
50359         [BZ #12140]
50360         * malloc/malloc.c (_int_free): Fill correct number of bytes when
50361         perturbing.
50362
50363 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
50364
50365         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
50366         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
50367         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
50368         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
50369         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
50370         submachine.
50371         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
50372
50373 2010-10-22  Andreas Schwab  <schwab@redhat.com>
50374
50375         * include/dlfcn.h (__RTLD_SECURE): Define.
50376         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
50377         mode & __RTLD_SECURE instead.
50378         (open_path): Rename preloaded parameter to secure.
50379         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
50380         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
50381         * elf/dl-deps.c (openaux): Likewise.
50382         * elf/rtld.c (struct map_args): Remove is_preloaded.
50383         (map_doit): Don't use it.
50384         (dl_main): Likewise.
50385         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
50386         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
50387
50388 2010-09-09  Andreas Schwab  <schwab@redhat.com>
50389
50390         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
50391         (sysd-rules-targets): Remove duplicates.
50392         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
50393         rtld-%.$o dependency.
50394
50395 2010-10-18  Andreas Schwab  <schwab@redhat.com>
50396
50397         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
50398         _dl_map_object do it.
50399
50400 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
50401
50402         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
50403         fast fma builtins, define the macros in the C99 standard.
50404         (FP_FAST_FMAF): Likewise.
50405         (FP_FAST_FMAL): Likewise.
50406         * sysdeps/x86_64/bits/mathdef.h: Likewise.
50407
50408         * bits/mathdef.h: Update copyright year.
50409         * sysdeps/powerpc/bits/mathdef.h: Likewise.
50410
50411 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
50412
50413         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
50414         builtins, define the macros in the C99 standard.
50415         (FP_FAST_FMAF): Likewise.
50416         (FP_FAST_FMAL): Likewise.
50417         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
50418         multiply/add.
50419         (FP_FAST_FMAF): Likewise.
50420
50421 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
50422
50423         [BZ #3268]
50424         * math/libm-test.inc (fma_test): Some new testcases.
50425         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
50426         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
50427         y and infinite z.  Do multiplication by C already in long double.
50428         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
50429         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
50430         y and infinite z.  Do bitwise or of inexact bit into u.d.
50431         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
50432         * sysdeps/i386/fpu/s_fmaf.S: Removed.
50433         * sysdeps/i386/fpu/s_fma.S: Removed.
50434         * sysdeps/i386/fpu/s_fmal.S: Removed.
50435
50436 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
50437
50438         [BZ #3268]
50439         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
50440         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
50441         computation is not scheduled after fetestexcept.  Fix value
50442         of minimum denormal long double.
50443
50444 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
50445
50446         [BZ #3268]
50447         * math/libm-test.inc (fma_test): Add some more tests.
50448         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
50449         correctly.
50450
50451 2010-10-15  Andreas Schwab  <schwab@redhat.com>
50452
50453         * scripts/data/localplt-s390-linux-gnu.data: New file.
50454         * scripts/data/localplt-s390x-linux-gnu.data: New file.
50455
50456 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
50457
50458         [BZ #3268]
50459         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
50460         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
50461         instead of dbl-64.
50462         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
50463         inlines.
50464         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
50465         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
50466         if one of x and y is very large and the other is subnormal.
50467         * sysdeps/s390/fpu/s_fmaf.c: New file.
50468         * sysdeps/s390/fpu/s_fma.c: New file.
50469         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
50470         * sysdeps/powerpc/fpu/s_fma.S: New file.
50471         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
50472         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
50473         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
50474
50475 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
50476
50477         [BZ #3268]
50478         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
50479         fma tests.
50480         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
50481         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
50482         * sysdeps/i386/i686/multiarch/s_fma.c: Include
50483         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
50484         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
50485         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
50486         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
50487
50488 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
50489
50490         [BZ #12078]
50491         * posix/regcomp.c (parse_branch): One more memory leak plugged.
50492         * posix/bug-regex31.input: Add test case.
50493
50494 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
50495
50496         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
50497         * posix/bug-regex31.input: New file.
50498
50499         [BZ #12078]
50500         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
50501         (parse_sub_exp): Fix last change, use postorder.
50502
50503         * posix/bug-regex31.c: New file.
50504         * posix/Makefile: Add rules to build and run bug-regex31.
50505
50506         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
50507
50508         [BZ #12078]
50509         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
50510
50511         [BZ #12108]
50512         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
50513         to have entries in sys_siglist.
50514
50515         [BZ #12093]
50516         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
50517         be NULL.
50518
50519 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
50520
50521         [BZ #3268]
50522         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
50523         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
50524         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
50525         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
50526         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
50527         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
50528         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
50529         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
50530         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
50531         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
50532         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
50533         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
50534         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
50535         * math/ftestexcept.c (fetestexcept): Likewise.
50536         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
50537         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
50538         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
50539         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
50540         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
50541         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
50542         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
50543
50544 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
50545
50546         [BZ #12107]
50547         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
50548         newline.
50549
50550 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
50551
50552         * string/bug-strstr1.c: New file.
50553         * string/Makefile: Add rules to build and run bug-strstr1.
50554
50555 2010-10-05  Eric Blake  <eblake@redhat.com>
50556
50557         [BZ #12092]
50558         * string/str-two-way.h (two_way_long_needle): Always clear memory
50559         when skipping input due to the shift table.
50560
50561 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
50562
50563         [BZ #12005]
50564         * malloc/mcheck.c: Handle large requests.
50565
50566         [BZ #12077]
50567         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
50568         for strncmp and strncasecmp.
50569         * string/stratcliff.c: Add tests for strcmp and strncmp.
50570         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
50571
50572 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
50573
50574         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
50575         __set_fpscr.
50576
50577 2010-09-30  Andreas Jaeger  <aj@suse.de>
50578
50579         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
50580         (CGROUP_SUPER_MAGIC): Define.
50581         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50582         Handle btrfs and cgroup file systems.
50583         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
50584         Likewise.
50585
50586 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
50587
50588         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
50589         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
50590
50591 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50592
50593         [BZ #12067]
50594         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
50595         trying to locate the ELF header.
50596
50597 2010-09-27  Andreas Schwab  <schwab@redhat.com>
50598
50599         [BZ #11611]
50600         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
50601         Mask out sign-bit copies when constructing f_fsid.
50602
50603 2010-09-24  Petr Baudis <pasky@suse.cz>
50604
50605         * debug/stack_chk_fail_local.c: Add missing licence exception.
50606         * debug/warning-nop.c: Likewise.
50607
50608 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
50609
50610         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
50611         implementing getdents64 using getdents syscall, set d_type if
50612         __ASSUME_GETDENTS32_D_TYPE.
50613
50614 2010-09-16  Andreas Schwab  <schwab@redhat.com>
50615
50616         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
50617         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
50618
50619 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
50620
50621         [BZ #12037]
50622         * posix/unistd.h: Undo change of feature selection for ftruncate from
50623         2010-01-11.
50624
50625 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
50626
50627         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
50628         detection.
50629
50630 2010-09-20  Andreas Schwab  <schwab@redhat.com>
50631
50632         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
50633         fanotify_mark.
50634         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
50635
50636 2010-09-14  Andreas Schwab  <schwab@redhat.com>
50637
50638         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
50639         variables after CHECK_SP call.
50640         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
50641
50642 2010-09-13  Andreas Schwab  <schwab@redhat.com>
50643             Ulrich Drepper  <drepper@redhat.com>
50644
50645         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
50646         re-relocationg ld.so.
50647         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
50648         _dl_init_paths call.
50649         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
50650         here anymore.
50651
50652 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
50653
50654         * resolv/res_init.c (__res_vinit): Count the default server we added.
50655
50656 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
50657             Ulrich Drepper  <drepper@redhat.com>
50658
50659         [BZ #11968]
50660         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
50661         (____longjmp_chk): Use %ebx for saving value across system call.
50662         Add unwind info.
50663
50664 2010-09-06  Andreas Schwab  <schwab@redhat.com>
50665
50666         * manual/Makefile: Don't mix pattern rules with normal rules.
50667
50668 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
50669
50670         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
50671         operation.
50672         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
50673         * libio/iofopncook.c (_IO_cookie_init): Likewise.
50674         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
50675         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
50676         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50677         Likewise.
50678
50679 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
50680
50681         [BZ #11979]
50682         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
50683         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
50684
50685 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
50686
50687         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
50688         * sysdeps/x86_64/addmul_1.S: Likewise.
50689         * sysdeps/x86_64/lshift.S: Likewise.
50690         * sysdeps/x86_64/mul_1.S: Likewise.
50691         * sysdeps/x86_64/rshift.S: Likewise.
50692         * sysdeps/x86_64/sub_n.S: Likewise.
50693         * sysdeps/x86_64/submul_1.S: Likewise.
50694
50695 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50696
50697         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
50698         Define __sched_param instead of SCHED_* and sched_param when
50699         <bits/sched.h> is included with __need_schedparam defined.
50700         * bits/sched.h [__need_schedparam]
50701         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
50702         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
50703         (__defined_schedparam): Define to 1.
50704         (__sched_param): New structure, identical to sched_param.
50705         (__need_schedparam): Undefine.
50706
50707 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
50708
50709         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
50710         (epoll_create1): Declare.
50711
50712         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
50713
50714 2010-08-31  Andreas Schwab  <schwab@redhat.com>
50715
50716         [BZ #7066]
50717         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
50718         shifting retval into place.
50719
50720 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
50721
50722         * nis/rpcsvc/nis.h: Update copyright notice.
50723         * nis/rpcsvc/nis.x: Likewise.
50724         * nis/rpcsvc/nis_callback.h: Likewise.
50725         * nis/rpcsvc/nis_callback.x: Likewise.
50726         * nis/rpcsvc/nis_object.x: Likewise.
50727         * nis/rpcsvc/nis_tags.h: Likewise.
50728         * nis/rpcsvc/yp.h: Likewise.
50729         * nis/rpcsvc/yp.x: Likewise.
50730         * nis/rpcsvc/ypupd.h: Likewise.
50731         * nis/yp_xdr.c: Likewise.
50732         * nis/ypupdate_xdr.c: Likewise.
50733
50734         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
50735         mainly the body of pmap_getport.  Add parameters to specify timeouts.
50736         (pmap_getport): Use __libc_rpc_getport.
50737         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
50738         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
50739         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
50740
50741 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
50742
50743         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
50744         fanotify_mark.
50745
50746 2010-08-27  Roland McGrath  <roland@redhat.com>
50747
50748         * sysdeps/i386/i686/multiarch/Makefile
50749         (CFLAGS-varshift.c): New variable.
50750
50751 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
50752
50753         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
50754         * sysdeps/i386/i686/multiarch/varshift.c: New file.
50755
50756         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
50757
50758         * sysdeps/x86_64/strlen.S: Minimal code improvement.
50759
50760 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
50761
50762         * sysdeps/x86_64/strlen.S: Unroll the loop.
50763         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50764         strlen-sse2 strlen-sse2-bsf.
50765         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
50766         __strlen_no_bsf if bit_Slow_BSF is set.
50767         (__strlen_sse42): Removed.
50768         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
50769         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
50770
50771 2010-08-25  Roland McGrath  <roland@redhat.com>
50772
50773         * sysdeps/x86_64/multiarch/varshift.S: File removed.
50774         * sysdeps/x86_64/multiarch/varshift.c: New file.
50775         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
50776         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
50777         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
50778         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
50779
50780 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
50781
50782         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50783         strlen-sse2 strlen-sse2-bsf.
50784         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
50785         __strlen_sse2_bsf if bit_Slow_BSF is unset.
50786         (__strlen_sse2): Removed.
50787         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
50788         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
50789         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
50790         bit_Slow_BSF for Atom.
50791         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
50792         (index_Slow_BSF): Define.
50793         (HAS_SLOW_BSF): Define.
50794
50795 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
50796
50797         [BZ #10851]
50798         * resolv/res_init.c (__res_vinit): When no server address at all
50799         is given default to loopback.
50800
50801 2010-08-24  Roland McGrath  <roland@redhat.com>
50802
50803         * configure.in: Remove config-name.h generation.
50804         * configure: Regenerated.
50805         * config-name.in: File removed.
50806         * scripts/config-uname.sh: New file.
50807         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
50808         ($(objdir)config-name.h): New target.
50809
50810         * sunrpc/rpc_parse.h: Avoid nested comment.
50811
50812 2010-08-24  Richard Henderson  <rth@redhat.com>
50813             Ulrich Drepper  <drepper@redhat.com>
50814             H.J. Lu  <hongjiu.lu@intel.com>
50815
50816         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
50817         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
50818         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
50819         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
50820         _mm_alignr_epi8 with _mm_loadu_si128.
50821         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
50822         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
50823         (__m128i_shift_right): Removed.
50824         * sysdeps/i386/i686/multiarch/varshift.h: New file.
50825         * sysdeps/i386/i686/multiarch/varshift.S: New file.
50826         * sysdeps/x86_64/multiarch/varshift.h: New file.
50827         * sysdeps/x86_64/multiarch/varshift.S: New file.
50828
50829 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
50830
50831         * configure.in: Move assembler checks to before sysdep dir checking.
50832
50833 2010-08-20  Petr Baudis  <pasky@suse.cz>
50834
50835         * LICENSES: Sync the sunrpc license.
50836
50837 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
50838
50839         * sunrpc/auth_des.c: Update copyright notice once again.
50840         * sunrpc/auth_none.c: Likewise.
50841         * sunrpc/auth_unix.c: Likewise.
50842         * sunrpc/authdes_prot.c: Likewise.
50843         * sunrpc/authuxprot.c: Likewise.
50844         * sunrpc/bindrsvprt.c: Likewise.
50845         * sunrpc/clnt_gen.c: Likewise.
50846         * sunrpc/clnt_perr.c: Likewise.
50847         * sunrpc/clnt_raw.c: Likewise.
50848         * sunrpc/clnt_simp.c: Likewise.
50849         * sunrpc/clnt_tcp.c: Likewise.
50850         * sunrpc/clnt_udp.c: Likewise.
50851         * sunrpc/clnt_unix.c: Likewise.
50852         * sunrpc/des_crypt.c: Likewise.
50853         * sunrpc/des_soft.c: Likewise.
50854         * sunrpc/get_myaddr.c: Likewise.
50855         * sunrpc/getrpcport.c: Likewise.
50856         * sunrpc/key_call.c: Likewise.
50857         * sunrpc/key_prot.c: Likewise.
50858         * sunrpc/openchild.c: Likewise.
50859         * sunrpc/pm_getmaps.c: Likewise.
50860         * sunrpc/pm_getport.c: Likewise.
50861         * sunrpc/pmap_clnt.c: Likewise.
50862         * sunrpc/pmap_prot.c: Likewise.
50863         * sunrpc/pmap_prot2.c: Likewise.
50864         * sunrpc/pmap_rmt.c: Likewise.
50865         * sunrpc/rpc/auth.h: Likewise.
50866         * sunrpc/rpc/auth_unix.h: Likewise.
50867         * sunrpc/rpc/clnt.h: Likewise.
50868         * sunrpc/rpc/des_crypt.h: Likewise.
50869         * sunrpc/rpc/key_prot.h: Likewise.
50870         * sunrpc/rpc/netdb.h: Likewise.
50871         * sunrpc/rpc/pmap_clnt.h: Likewise.
50872         * sunrpc/rpc/pmap_prot.h: Likewise.
50873         * sunrpc/rpc/pmap_rmt.h: Likewise.
50874         * sunrpc/rpc/rpc.h: Likewise.
50875         * sunrpc/rpc/rpc_des.h: Likewise.
50876         * sunrpc/rpc/rpc_msg.h: Likewise.
50877         * sunrpc/rpc/svc.h: Likewise.
50878         * sunrpc/rpc/svc_auth.h: Likewise.
50879         * sunrpc/rpc/types.h: Likewise.
50880         * sunrpc/rpc/xdr.h: Likewise.
50881         * sunrpc/rpc_clntout.c: Likewise.
50882         * sunrpc/rpc_cmsg.c: Likewise.
50883         * sunrpc/rpc_common.c: Likewise.
50884         * sunrpc/rpc_cout.c: Likewise.
50885         * sunrpc/rpc_dtable.c: Likewise.
50886         * sunrpc/rpc_hout.c: Likewise.
50887         * sunrpc/rpc_main.c: Likewise.
50888         * sunrpc/rpc_parse.c: Likewise.
50889         * sunrpc/rpc_parse.h: Likewise.
50890         * sunrpc/rpc_prot.c: Likewise.
50891         * sunrpc/rpc_sample.c: Likewise.
50892         * sunrpc/rpc_scan.c: Likewise.
50893         * sunrpc/rpc_scan.h: Likewise.
50894         * sunrpc/rpc_svcout.c: Likewise.
50895         * sunrpc/rpc_tblout.c: Likewise.
50896         * sunrpc/rpc_util.c: Likewise.
50897         * sunrpc/rpc_util.h: Likewise.
50898         * sunrpc/rpcinfo.c: Likewise.
50899         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
50900         * sunrpc/rpcsvc/key_prot.x: Likewise.
50901         * sunrpc/rpcsvc/klm_prot.x: Likewise.
50902         * sunrpc/rpcsvc/mount.x: Likewise.
50903         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
50904         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
50905         * sunrpc/rpcsvc/rex.x: Likewise.
50906         * sunrpc/rpcsvc/rstat.x: Likewise.
50907         * sunrpc/rpcsvc/rusers.x: Likewise.
50908         * sunrpc/rpcsvc/sm_inter.x: Likewise.
50909         * sunrpc/rpcsvc/spray.x: Likewise.
50910         * sunrpc/rpcsvc/yppasswd.x: Likewise.
50911         * sunrpc/rtime.c: Likewise.
50912         * sunrpc/svc.c: Likewise.
50913         * sunrpc/svc_auth.c: Likewise.
50914         * sunrpc/svc_authux.c: Likewise.
50915         * sunrpc/svc_raw.c: Likewise.
50916         * sunrpc/svc_run.c: Likewise.
50917         * sunrpc/svc_simple.c: Likewise.
50918         * sunrpc/svc_tcp.c: Likewise.
50919         * sunrpc/svc_udp.c: Likewise.
50920         * sunrpc/svc_unix.c: Likewise.
50921         * sunrpc/svcauth_des.c: Likewise.
50922         * sunrpc/xcrypt.c: Likewise.
50923         * sunrpc/xdr.c: Likewise.
50924         * sunrpc/xdr_array.c: Likewise.
50925         * sunrpc/xdr_float.c: Likewise.
50926         * sunrpc/xdr_mem.c: Likewise.
50927         * sunrpc/xdr_rec.c: Likewise.
50928         * sunrpc/xdr_ref.c: Likewise.
50929         * sunrpc/xdr_sizeof.c: Likewise.
50930         * sunrpc/xdr_stdio.c: Likewise.
50931
50932         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
50933         handling.
50934
50935 2010-08-19  Andreas Schwab  <schwab@redhat.com>
50936
50937         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
50938
50939 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
50940
50941         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
50942         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
50943         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
50944         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
50945         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
50946         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
50947         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
50948         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
50949         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
50950         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
50951         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
50952         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
50953         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
50954         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
50955
50956 2010-07-26  Anton Blanchard  <anton@samba.org>
50957
50958         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
50959         * malloc/arena.c (heap_trim): Likewise.
50960
50961 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
50962
50963         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
50964         here.  Not...
50965         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
50966         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
50967
50968 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
50969
50970         * sysdeps/i386/elf/Makefile: New file.
50971
50972 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
50973
50974         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
50975         from fanotify_init.
50976         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
50977         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
50978
50979 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
50980
50981         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
50982         of strncasecmp_l.
50983         * sysdeps/multiarch/strcmp.S: Likewise.
50984
50985 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
50986
50987         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
50988         strncase_l-nonascii.
50989         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
50990         Add strncase_l-ssse3.
50991         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
50992         * sysdeps/x86_64/strcmp.S: Likewise.
50993         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
50994         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
50995         * sysdeps/x86_64/strncase.S: New file.
50996         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
50997         * sysdeps/x86_64/strncase_l.S: New file.
50998         * string/Makefile (strop-tests): Add strncasecmp.
50999         * string/test-strncasecmp.c: New file.
51000
51001         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
51002         warning.
51003
51004         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
51005         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
51006
51007 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
51008
51009         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
51010
51011 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
51012
51013         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
51014         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
51015         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
51016
51017 2010-05-01  Alan Modra  <amodra@gmail.com>
51018
51019         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
51020         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
51021         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
51022         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
51023         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
51024         tidying.  Don't tail-call __sigjmp_save for static lib.
51025         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
51026         save location.
51027         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
51028         (CALL_MCOUNT): Add eh info, and nop after bl.
51029         (TAIL_CALL_SYSCALL_ERROR): New macro.
51030         (PSEUDO_RET): Use it.
51031         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
51032         Correct save location of integer regs and cr.
51033         (_dl_profile_resolve): Correct cr save location.  Delete nops
51034         after bl when SHARED.  Reduce cfi size a little by better
51035         placement of cfi directives.
51036         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
51037         make a stack frame.  Instead use parm save area as a temp.
51038         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
51039         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
51040         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
51041         Don't make a stack frame for parent, use parm save area.
51042         Increase child stack frame to 112 bytes.  Don't save unused reg,
51043         and adjust reg usage.  Set up cfi on error recovery and
51044         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
51045         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
51046         (__makecontext): Add dummy nop after jump to exit.
51047         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
51048         Use correct parm save area and cr save, reduce stack frame.
51049         Correct cfi for possible PSEUDO_RET frame setup.
51050         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
51051         Branch to local label emitted by PSEUDO_RET rather than
51052         __syscall_error.
51053
51054 2010-08-12  Andreas Schwab  <schwab@redhat.com>
51055
51056         [BZ #11904]
51057         * locale/programs/locale.c (print_assignment): New function.
51058         (show_locale_vars): Use it.
51059
51060 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
51061
51062         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
51063         field.
51064         (struct statfs64): Likewise.
51065         (_STATFS_F_FLAGS): Define.
51066         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
51067         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
51068         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
51069         (ST_VALID): Define locally.
51070         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
51071         __statvfs_getflags, use the provided value.
51072         * sysdeps/unix/sysv/linux/kernel-features.h: Define
51073         __ASSUME_STATFS_F_FLAGS.
51074
51075         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
51076
51077         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
51078         Add sys/fanotify.h.
51079         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
51080         fanotify_mask for GLIBC_2.13.
51081         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
51082         fanotify_init and fanotify_mark.
51083         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
51084         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
51085
51086         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
51087         Add prlimit.
51088         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
51089         prlimit64 for GLIBC_2.13.
51090         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
51091         prlimit64.
51092         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
51093         syscall.
51094         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
51095         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
51096         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
51097         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
51098         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
51099         add prlimit alias.
51100         * sysdeps/unix/sysv/linux/prlimit.c: New file.
51101
51102         [BZ #11903]
51103         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
51104         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
51105
51106         * nss/Makefile: Add rules to build and run tst-nss-test1.
51107         * shlib-versions: Add entry for libnss_test1.
51108         * nss/nss_test1.c: New file.
51109         * nss/tst-nss-test1.c: New file.
51110
51111         * nss/nsswitch.c (__nss_database_custom): Define new variable.
51112         (__nss_configure_lookup): Set appropriate entry in
51113         __nss_configure_lookup to true.
51114         * nss/nsswitch.h: Define enum with indeces of databases in
51115         databases and __nss_database_custom arrays.  Declare
51116         __nss_database_custom.
51117         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
51118         to avoid using nscd when custom rules are installed.
51119         * nss/getXXbyYY_r.c: Likewise.
51120         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
51121
51122         * nss/nss_files/files-parse.c: Whitespace fixes.
51123
51124 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
51125
51126         [BZ #11883]
51127         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
51128         * posix/fnmatch_loop.c: Likewise.
51129
51130 2010-07-17  Andi Kleen  <ak@linux.intel.com>
51131
51132         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
51133         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
51134         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
51135         * Versions.def [GLIBC_2.13]: Add.
51136
51137 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
51138
51139         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
51140         Also fail if tpwd after pwuid call is NULL.
51141
51142 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51143
51144         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
51145         when converting to ms.
51146
51147 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51148
51149         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
51150         EOPNOTSUPP errors with ENOTTY.
51151         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
51152         EOPNOTSUPP errors with ENOTTY.
51153
51154 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
51155
51156         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
51157         Add strcasecmp_l-ssse3.
51158         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
51159         strcasecmp.
51160         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
51161         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
51162         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
51163
51164 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
51165
51166         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
51167
51168         * string/Makefile (strop-tests): Add strcasecmp.
51169         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
51170         strcasecmp_l-nonascii.
51171         (gen-as-const-headers): Add locale-defines.sym.
51172         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
51173         * sysdeps/x86_64/strcasecmp.S: New file.
51174         * sysdeps/x86_64/strcasecmp_l.S: New file.
51175         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
51176         * sysdeps/x86_64/locale-defines.sym: New file.
51177         * string/test-strcasecmp.c: New file.
51178
51179         * string/test-strcasestr.c: Test both ends of the range of characters.
51180         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
51181
51182 2010-07-29  Roland McGrath  <roland@redhat.com>
51183
51184         [BZ #11856]
51185         * manual/locale.texi (Yes-or-No Questions): Fix example code.
51186
51187 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
51188
51189         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
51190         for ld.so.
51191
51192 2010-07-27  Andreas Schwab  <schwab@redhat.com>
51193
51194         * manual/memory.texi (Malloc Tunable Parameters): Document
51195         M_PERTURB.
51196
51197 2010-07-26  Roland McGrath  <roland@redhat.com>
51198
51199         [BZ #11840]
51200         * configure.in (-fgnu89-inline check): Set and substitute
51201         gnu89_inline, not libc_cv_gnu89_inline.
51202         * configure: Regenerated.
51203         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
51204
51205 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
51206
51207         * string/test-strnlen.c: New file.
51208         * string/Makefile (strop-tests): Add strnlen.
51209         * string/tester.c (test_strnlen): Add a few more test cases.
51210         * string/tst-strlen.c: Better error reporting.
51211
51212         * sysdeps/x86_64/strnlen.S: New file.
51213
51214 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
51215
51216         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
51217         lower-latency instructions.
51218
51219 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
51220
51221         * string/test-strcasestr.c: New file.
51222         * string/test-strstr.c: New file.
51223         * string/Makefile (strop-tests): Add strstr and strcasestr.
51224         * string/str-two-way.h: Don't undefine MAX.
51225         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
51226
51227 2010-07-21  Andreas Schwab  <schwab@redhat.com>
51228
51229         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51230         strcasestr-nonascii.
51231         (CFLAGS-strcasestr-nonascii.c): Define.
51232         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
51233         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
51234         Remove unused attribute.
51235
51236 2010-07-20  Roland McGrath  <roland@redhat.com>
51237
51238         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
51239         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
51240         ld.so.cache was broken.  With it, there is no way to disable dsocaps
51241         like LD_HWCAP_MASK can disable hwcaps.
51242
51243 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
51244
51245         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
51246
51247 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
51248
51249         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
51250         call in strcasestr.
51251         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
51252         __strcasestr_sse42_nonascii.
51253         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
51254         strcasestr-nonascii.c.
51255         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
51256
51257 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
51258
51259         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
51260         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
51261         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
51262         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
51263
51264 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
51265
51266         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
51267         fcntl.
51268
51269 2010-07-06  Andreas Schwab  <schwab@redhat.com>
51270
51271         [BZ #11577]
51272         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
51273         dl_signal_cerror.
51274
51275 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
51276
51277         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
51278         _PC_PIPE_BUF using F_GETPIPE_SZ.
51279
51280 2010-07-05  Roland McGrath  <roland@redhat.com>
51281
51282         * manual/arith.texi (Rounding Functions): Fix rint description
51283         implicit in round description.
51284
51285 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
51286
51287         * elf/Makefile: Fix linking for a few tests to make recent linker
51288         happy.
51289
51290 2010-06-30  Andreas Schwab  <schwab@redhat.com>
51291
51292         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
51293         $(common-objpfx)libc_nonshared.a.
51294
51295 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
51296
51297         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
51298         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
51299         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
51300         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
51301         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
51302         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
51303         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
51304         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
51305         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
51306         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
51307         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
51308         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
51309         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
51310         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
51311         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
51312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
51313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
51314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
51315         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
51316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
51317         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
51318         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
51319         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
51320         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
51321         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
51322         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
51323         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
51324         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
51325         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
51326         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
51327         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
51328         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
51329         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
51330         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
51331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
51332         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
51333         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
51334         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
51335         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
51336         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
51337         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
51338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
51339         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
51340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
51341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
51342         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
51343         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
51344         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
51345
51346 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
51347
51348         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
51349         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
51350         * string/memmove.c (memmove): Renamed to ...
51351         (MEMMOVE): ...this.  Default to memmove.
51352         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
51353         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
51354         (END_CHK): Define.
51355         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51356         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
51357         mempcpy-ssse3-back memmove-ssse3-back.
51358         * sysdeps/x86_64/multiarch/bcopy.S: New file .
51359         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
51360         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
51361         * sysdeps/x86_64/multiarch/memcpy.S: New file.
51362         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
51363         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
51364         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
51365         * sysdeps/x86_64/multiarch/memmove.c: New file.
51366         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
51367         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
51368         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
51369         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
51370         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
51371         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
51372         Define.
51373         (index_Fast_Copy_Backward): Define.
51374         (HAS_ARCH_FEATURE): Define.
51375         (HAS_FAST_REP_STRING): Define.
51376         (HAS_FAST_COPY_BACKWARD): Define.
51377
51378 2010-06-21  Andreas Schwab  <schwab@redhat.com>
51379
51380         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
51381         Restore proper fallback handling.
51382
51383 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
51384
51385         [BZ #11701]
51386         * posix/group_member.c (__group_member): Correct checking loop.
51387
51388         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
51389         OOM in getpwuid_r correctly.  Return error number when the caller
51390         should return, otherwise -1.
51391         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
51392         call returning > 0 value.
51393         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
51394
51395 2010-06-07  Andreas Schwab  <schwab@redhat.com>
51396
51397         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
51398         libc_nonshared.a from targets in modules-names.
51399
51400 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
51401
51402         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
51403         requires it.
51404
51405 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
51406
51407         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
51408         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
51409         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
51410         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
51411
51412 2010-06-02  Andreas Schwab  <schwab@redhat.com>
51413
51414         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
51415
51416 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
51417
51418         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
51419         and F_GETPIPE_SZ.
51420         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
51421         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51422         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51423         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51424         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51425         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
51426
51427 2010-06-14  Roland McGrath  <roland@redhat.com>
51428
51429         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
51430
51431 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
51432
51433         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
51434         __REDIRECT followed by __THROW.
51435         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
51436         * posix/getopt.h (getopt): Likewise.
51437
51438 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
51439
51440         * hurd/lookup-at.c (__file_name_lookup_at): Accept
51441         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
51442         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
51443         in AT_FLAGS.
51444         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
51445         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
51446
51447 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
51448
51449         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
51450
51451 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
51452
51453         [BZ #11640]
51454         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51455         Properly check family and model.
51456
51457 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
51458
51459         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
51460
51461 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
51462
51463         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
51464
51465 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
51466
51467         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
51468         symbol reference.
51469
51470 2010-05-19  Andreas Schwab  <schwab@redhat.com>
51471
51472         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
51473         symbol reference.
51474
51475 2010-05-21  Andreas Schwab  <schwab@redhat.com>
51476
51477         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
51478         and internal_recvmmsg.
51479         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
51480         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
51481         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
51482         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
51483
51484         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
51485         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
51486         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
51487
51488 2010-05-20  Andreas Schwab  <schwab@redhat.com>
51489
51490         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
51491
51492 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
51493
51494         POWER7 optimizations.
51495         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
51496         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
51497
51498 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
51499
51500         * version.h: Update for 2.13 development version.
51501
51502 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
51503
51504         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
51505         exceptions.  Return 0.
51506
51507 2010-05-07  Roland McGrath  <roland@redhat.com>
51508
51509         * elf/ldconfig.c (main): Add a const.
51510
51511 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
51512
51513         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
51514         (args_options): Add no-idn option.
51515         (ahosts_keys_int): Add idn_flags to ai_flags.
51516         (parse_option): Handle 'i' option to clear idn_flags.
51517
51518         * malloc/malloc.c (_int_free): Possible race in the most recently
51519         added check.  Only act on the data if no current modification
51520         happened.
51521
51522 See ChangeLog.17 for earlier changes.