2015-05-28 Wilco Dijkstra <wdijkstr@arm.com>
[glibc.git] / ChangeLog
blobe3a6bacb1a294d3a4e5ba2b42aba44e72aa1af38
1 2015-05-28  Wilco Dijkstra  <wdijkstr@arm.com>
3         * sysdeps/ieee754/dbl-64/s_fabs.c: (__fabs): Call __builtin_fabs.
4         * sysdeps/ieee754/flt-32/s_fabsf.c: (__fabsf): Likewise.
6 2015-05-27  Marko Myllynen  <myllynen@redhat.com>
8         * stdlib/monetary.h: Fix comment.
10 2015-05-26  Chris Metcalf  <cmetcalf@ezchip.com>
12         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_SYSCALL):
13         Avoid using variables in #defines that might cause shadowing.
14         (INTERNAL_VSYSCALL_CALL): Likewise.
16 2015-05-26  Roland McGrath  <roland@hack.frob.com>
18         * sysdeps/nacl/lll_timedlock_wait.c: New file.
20         * nptl/lowlevellock.c (__lll_timedlock_wait): Moved ...
21         * nptl/lll_timedlock_wait.c: ... to this new file.
22         * nptl/Makefile (libpthread-routines): Add it.
23         * nptl/lowlevellock.c (__lll_timedwait_tid): Moved ...
24         * nptl/lll_timedwait_tid.c: ... to this new file.
25         * nptl/Makefile (libpthread-routines): Add it.
26         * sysdeps/sparc/sparc32/lll_timedlock_wait.c: New file.
27         * sysdeps/sparc/sparc32/lll_timedwait_tid.c: New file.
28         * sysdeps/unix/sysv/linux/i386/i486/lll_timedlock_wait.c: New file.
29         * sysdeps/unix/sysv/linux/i386/i586/lll_timedlock_wait.c: New file.
30         * sysdeps/unix/sysv/linux/i386/i686/lll_timedlock_wait.c: New file.
31         * sysdeps/unix/sysv/linux/i386/i486/lll_timedwait_tid.c: New file.
32         * sysdeps/unix/sysv/linux/i386/i586/lll_timedwait_tid.c: New file.
33         * sysdeps/unix/sysv/linux/i386/i686/lll_timedwait_tid.c: New file.
34         * sysdeps/unix/sysv/linux/x86_64/lll_timedlock_wait.c: New file.
35         * sysdeps/unix/sysv/linux/x86_64/lll_timedwait_tid.c: New file.
37 2015-05-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
39         * sysdeps/unix/sysv/linux/aarch64/gettimeofday.c: Remove file.
40         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
41         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
42         * sysdeps/unix/sysv/linux/aarch64/sysdep.h
43         (HAVE_GETTIMEOFDAY_VSYSCALL): Define.
44         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
45         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
46         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
47         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
48         * sysdeps/unix/sysv/linux/tile/sysdep.h
49         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
50         * sysdeps/unix/sysv/linux/gettimeofday.c: New file: gettimeofday
51         using vDSO syscall macro.
53 2015-05-26  Andriy Rysin  <arysin@gmail.com>
55         [BZ #17293]
56         * uk_UA: Fix sorting order for Ukrainian locale
58 2015-05-26  Marko Myllynen  <myllynen@redhat.com>
60         * stdlib/monetary.h: Fix comment.
62 2015-05-26  Szabolcs Nagy  <szabolcs.nagy@arm.com>
64         [BZ #18234]
65         * conform/data/sys/stat.h-data (struct stat): Add tests for st_atim,
66         st_mtim and st_ctim members.
67         * sysdeps/nacl/bits/stat.h (struct stat, struct stat64): Make
68         st_atim, st_ctim, st_mtim visible under __USE_XOPEN2K8 only.
69         * sysdeps/unix/sysv/linux/generic/bits/stat.h (struct stat,):
70         (struct stat64): Likewise.
71         * sysdeps/unix/sysv/linux/ia64/bits/stat.h (struct stat,):
72         (struct stat64): Likewise.
73         * sysdeps/unix/sysv/linux/microblaze/bits/stat.h (struct stat,):
74         (struct stat64): Likewise.
76 2015-05-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
78         * sysdeps/unix/sysv/linux/aarch64/gettimeofday.c (HAVE_VSYSCALL):
79         Define and include sysdep-vdso.h.
80         * sysdeps/unix/sysv/linux/s390/gettimeofday.c (HAVE_VSYSCALL):
81         Likewise.
82         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (HAVE_VSYSCALL):
83         Likewise.
84         * sysdeps/unix/sysv/linux/aarch64/init-first.c (__vdso_gettimeofday):
85         Define with VDSO_SYMBOL and use PTR_MANGLE.
86         (__vdso_clock_gettime): Likewise.
87         (__vdso_clock_getres): Likewise.
88         (_libc_vdso_platform_setup): Likewise.
89         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
90         Likewise.
91         (_libc_vdso_platform_setup): Likewise.
92         * sysdeps/unix/sysv/linux/powerpc/init-first.c (__vdso_gettimeofday):
93         Likewise.
94         (__vdso_clock_gettime): Likewise.
95         (__vdso_clock_getres): Likewise.
96         (__vdso_get_tbfreq): Likewise.
97         (__vdso_getcpu): Likewise.
98         (__vdso_time): Likewise.
99         (__vdso_sigtramp_rt64): Likewise.
100         (__vdso_signtramp32): Likewise.
101         (__vdso_sigtramp_rt32): Likewise.
102         (_libc_vdso_platform_setup): Likewise.
103         * sysdeps/unix/sysv/linux/s390/init-first.c (__vdso_gettimeofay):
104         Likewise.
105         (__vdso_clock_gettime): Likewise.
106         (__vdso_clock_getres): Likewise.
107         (_libc_vdso_platform_setup): Likewise.
108         * sysdeps/unix/sysv/linux/tile/init-first.c (__vdso_gettimeofday):
109         Likewise.
110         (__vdso_clock_gettime): Likewise.
111         (_libc_vdso_platform_setup): Likewise.
112         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
113         Likewise.
114         (__vdso_getcpu): Likewise.
115         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h (__vdso_gettimeoday):
116         Use VDSO_SYMBOL macro to define.
117         (__vdso_clock_gettime): Likewise.
118         (__vdso_clock_getres): Likewise.
119         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h (__vdso_gettimeofday):
120         Likewise.
121         (__vdso_clock_gettime): Likewise.
122         (__vdso_clock_getres): Likewise.
123         (__vdso_get_tbfreq): Likewise.
124         (__vdso_getcpu): Likewise.
125         (__vdso_time): Likewise.
126         (__vdso_sigtramp_rt64): Likewise.
127         (__vdso_signtramp32): Likewise.
128         (__vdso_sigtramp_rt32): Likewise.
129         * sysdeps/unix/sysv/linux/s390/libc-vdso.h (__vdso_gettimeofday):
130         Likewise.
131         (__vdso_clock_gettime): Likewise.
132         (__vdso_clock_getres): Likewise.
133         * sysdeps/unix/sysv/linux/tile/libc-vdso.h (__vdso_gettimeofday):
134         Likewise.
135         (__vdso_clock_gettime): Likewise.
136         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
137         Likewise.
138         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INLINE_VSYSCALL):  Remove
139         macro.
140         (INTERNAL_VSYSCALL): Likewise.
141         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL):
142         Remove macro.
143         (INTERNAL_VSYSCALL): Likewise.
144         (INTERNAL_VSYSCALL_NCS): Likewise.
145         (INTERNAL_VSYSCALL_CALL): New macro.
146         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use PTR_DEMANGLE.
147         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INLINE_VSYSCALL):
148         Likewise.
149         (INTERNAL_VSYSCALL): Likewise.
150         (INTERNAL_VSYSCALL_NCS): Likewise.
151         (INTERNAL_VSYSCALL_CALL): New macro.
152         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use PTR_DEMANGLE.
153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
154         (INLINE_VSYSCALL): Remove macro.
155         (INTERNAL_VSYSCALL): Remove macro.
156         (INTERNAL_VSYSCALL_NCS): Remove macro.
157         (INTERNAL_VSYSCALL_CALL): New macro.
158         (INTERNAL_VSYSCALL_CALL_TYPE): New macro.
159         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use INTERNAL_VSYSCALL_CALL.
160         (INTERNAL_VSYSCALL_NCS_TYPE): Likewise.
161         (HAVE_CLOCK_GETRES_VSYSCALL): New define.
162         (HAVE_CLOCK_GETTIME_VSYSCALL): Likewise.
163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
164         (INLINE_VSYSCALL): Remove macro.
165         (INTERNAL_VSYSCALL): Likewise.
166         (INTERNAL_VSYSCALL_NCS): Likewise.
167         (INTERNAL_VSYSCALL_CALL): New macro.
168         (INTERNAL_VSYSCALL_CALL_TYPE): Likewise.
169         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use INTERNAL_VSYSCALL_CALL and
170         PTR_DEMANGLE on vDSO pointer.
171         (INTERNAL_VSYSCALL_NCS_TYPE): Likewise.
172         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Remove
173         macro.
174         (INTERNAL_SYSCALL): Likewise.
175         (INTERNAL_VSYSCALL_NCS): Remove macro.
176         (INTERNAL_VSYSCALL_CALL): New macro.
177         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
178         Remove macro.
179         (INTERNAL_VSYSCALL): Likewise.
180         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Include
181         sysdep-vdso.h instead of libc-vdso.h.
182         * sysdeps/unix/sysv/linux/clock_getres.c (INTERNAL_VSYSCALL): Remove
183         definition.
184         (INLINE_VSYSCALL): Likewise.
185         (HAVE_VSYSCALL) [HAVE_CLOCK_GETRES_VSYSCALL]: Define.
186         * sysdeps/unix/sysv/linux/clock_gettime.c (INTERNAL_VSYSCALL): Remove
187         definition.
188         (INLINE_VSYSCALL): Likewise.
189         (INTERNAL_VSYSCALL): Likewise.
190         (HAVE_VSYSCALL) [HAVE_CLOCK_GETTIME_VSYSCALL]: Define.
191         * sysdeps/unix/sysv/linux/timespec_get.c
192         (INTERNAL_VSYSCALL) [HAVE_CLOCK_GETTIME_VSYSCALL]: Define.
193         (timespec_get): Use ANSI prototype.
194         * sysdeps/unix/sysv/linux/sysdep-vdso.h: New file: default vDSO macros
195         and definition for Linux.
197 2015-05-25  Andrew Senkevich  <andrew.senkevich@intel.com>
199         * elf/Makefile (localplt-built-dso): libmvec added to localplt test.
200         * include/libc-symbols.h: libmvec_hidden_* macro series added.
202 2015-05-22  H.J. Lu  <hongjiu.lu@intel.com>
204         [BZ #18410]
205         * elf/dl-reloc.c (_dl_relocate_object): Don't issue an error
206         for missing DT_PLTRELSZ.
208 2015-05-22  Paul Eggert  <eggert@cs.ucla.edu>
210         Remove obsolete aliases that broke 'locale -a'
211         [BZ #18412]
212         * intl/locale.alias: Remove obsolete aliases "bokmål" and "français"
213         which caused 'locale -a' to output Latin-1 data in UTF-8 locales,
214         breaking some applications that use 'locale -a' output.
215         Change the encoding of this file from Latin-1 to ASCII to avoid
216         other potential problems with people grepping this file.
218 2015-05-22  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
220         * nptl/Makefile (CFLAGS-accept.c): Add -fexceptions and
221         -fasynchronous-unwind-tables.
222         (CFLAGS-sendto.c): Likewise.
223         (CFLAGS-sendmsg.c): Likewise.
224         (CFLAGS-connect.c): Likewise.
225         (CFLAGS-recvmsg.c): Likewise.
226         (CFLAGS-recvfrom.c): Likewise.
227         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_invalid): Define.
228         (SOCKETCALL): New macro: non-cancellable socketcall.
229         (SOCKETCALL_CANCEL): New macro: cancellable socketcall.
230         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = socket]: Remove
231         internal_accept4, internal_recvmmsg, and internal_sendmmsg rules.
232         * sysdeps/unix/sysv/linux/accept.c: New file.
233         * sysdeps/unix/sysv/linux/bind.c: Likewise.
234         * sysdeps/unix/sysv/linux/connect.c: Likewise.
235         * sysdeps/unix/sysv/linux/getpeername.c: Likewise.
236         * sysdeps/unix/sysv/linux/getsockname.c: Likewise.
237         * sysdeps/unix/sysv/linux/getsockopt.c: Likewise.
238         * sysdeps/unix/sysv/linux/listen.c: Likewise.
239         * sysdeps/unix/sysv/linux/recv.c: Likewise.
240         * sysdeps/unix/sysv/linux/recvfrom.c: Likewise.
241         * sysdeps/unix/sysv/linux/recvmsg.c: Likewise.
242         * sysdeps/unix/sysv/linux/send.c: Likewise.
243         * sysdeps/unix/sysv/linux/sendmsg.c: Likewise.
244         * sysdeps/unix/sysv/linux/sendto.c: Likewise.
245         * sysdeps/unix/sysv/linux/setsockopt.c: Likewise.
246         * sysdeps/unix/sysv/linux/shutdown.c: Likewise.
247         * sysdeps/unix/sysv/linux/socket.c: Likewise.
248         * sysdeps/unix/sysv/linux/socketpair.c: Likewise.
249         * sysdeps/unix/sysv/linux/recvmmsg.c (__internal_recvmmsg): Remove
250         prototype.
251         (recvmmsg) [__ASSUME_RECVMMSG_SOCKETCALL]: Add C based implementation.
252         (recvmmsg) [!__ASSUME_RECVMMSG_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
253         instead of __internal_xxx function.
254         * sysdeps/unix/sysv/linux/accept4.c (__internal_accept4): Remove
255         prototype.
256         (accept4) [__ASSUME_ACCEPT4_SOCKETCALL]: Add C based implementation.
257         (accept4) [!__ASSUME_ACCEPT4_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
258         instead of __internal_xxx function.
259         * sysdeps/unix/sysv/linux/sendmmsg.c (__internal_sendmmsg): Remove
260         prototype.
261         (sendmmsg) [__ASSUME_SENDMMSG_SOCKETCALL]: Add C based implementation.
262         (sendmmsg) [!__ASSUME_SENDMMSG_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
263         instead of __internal_xxx function.
264         * sysdeps/unix/sysv/linux/accept.S: Remove file.
265         * sysdeps/unix/sysv/linux/bind.S: Likewise.
266         * sysdeps/unix/sysv/linux/connect.S: Likewise.
267         * sysdeps/unix/sysv/linux/getpeername.S: Likewise.
268         * sysdeps/unix/sysv/linux/getsockname.S: Likewise.
269         * sysdeps/unix/sysv/linux/getsockopt.S: Likewise.
270         * sysdeps/unix/sysv/linux/arm/internal_accept4.S: Likewise.
271         * sysdeps/unix/sysv/linux/arm/internal_recvmmsg.S: Likewise.
272         * sysdeps/unix/sysv/linux/arm/internal_sendmmsg.S: Likewise.
273         * sysdeps/unix/sysv/linux/i386/accept4.S: Likewise.
274         * sysdeps/unix/sysv/linux/i386/internal_accept4.S: Likewise.
275         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
276         * sysdeps/unix/sysv/linux/internal_accept4.S: Likewise.
277         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: Likewise.
278         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: Likewise.
279         * sysdeps/unix/sysv/linux/listen.S: Likewise.
280         * sysdeps/unix/sysv/linux/microblaze/socket.S: Likewise.
281         * sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: Likewise.
282         * sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: Likewise.
283         * sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: Likewise.
284         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: Likewise.
285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Likewise.
286         * sysdeps/unix/sysv/linux/recv.S: Likewise.
287         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
288         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
289         * sysdeps/unix/sysv/linux/s390/s390-32/socket.S: Likewise.
290         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
291         * sysdeps/unix/sysv/linux/send.S: Likewise.
292         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
293         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
294         * sysdeps/unix/sysv/linux/setsockopt.S: Likewise.
295         * sysdeps/unix/sysv/linux/sh/socket.S: Likewise.
296         * sysdeps/unix/sysv/linux/shutdown.S: Likewise.
297         * sysdeps/unix/sysv/linux/socketpair.S: Likewise.
298         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
299         * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S: Likewise.
300         * sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
301         * sysdeps/unix/sysv/linux/hppa/socket.S: Likewise.
302         * sysdeps/unix/sysv/linux/kernel-features.h: Adjust comment on how
303         socketcall is implemented in GLIBC.
305 2015-05-22  Joseph Myers  <joseph@codesourcery.com>
307         * soft-fp/fmadf4.c: Include <libc-internal.h>.
308         (__fma): Ignore uninitialized warnings around packing.
309         * soft-fp/fmasf4.c: Include <libc-internal.h>.
310         (__fmaf): Ignore uninitialized warnings around packing.
311         * soft-fp/fmatf4.c: Include <libc-internal.h>.
312         (__fmal): Ignore uninitialized warnings around packing.
314         * sysdeps/ieee754/ldbl-128/k_tanl.c: Include <libc-internal.h>.
315         (__kernel_tanl): Ignore uninitialized warnings around use of SIGN.
316         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Include <libc-internal.h>.
317         (__kernel_tanl): Ignore uninitialized warnings around use of SIGN.
319         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Make case 9 in
320         switch statement into default case.
321         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Likewise.
323         * sysdeps/ieee754/ldbl-128/e_asinl.c (__ieee754_asinl): Don't use
324         a conditional in forcing "inexact".
325         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
326         Likewise.
328 2015-05-22  Roland McGrath  <roland@hack.frob.com>
330         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
331         Use a separate INTERNAL_SYSCALL_DECL (err); in a local scope
332         for each INTERNAL_SYSCALL use.
334 2015-05-22  Joseph Myers  <joseph@codesourcery.com>
336         [BZ #438]
337         * posix/unistd.h (_POSIX2_C_VERSION): New macro.
338         * conform/Makefile (test-xfail-POSIX/unistd.h/conform): Remove
339         variable.
341         [BZ #18444]
342         * string/basename.c (basename): Rename to __basename and define as
343         weak alias of __basename.  Use libc_hidden_weak.
344         * include/string.h (__basename): Declare.  Use libc_hidden_proto.
345         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): Call
346         __basename instead of basename.
347         * conform/Makefile (test-xfail-POSIX2008/unistd.h/linknamespace):
348         Remove variable.
349         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
351 2015-05-18  Florian Weimer  <fweimer@redhat.com>
353         * libio/libioP.h (_IO_MEMBER_TYPE, _IO_CAST_FIELD_ACCESS)
354         (_IO_JUMPS_FILE_plus): New.
355         (_IO_WIDE_JUMPS, _IO_CHECK_WIDE, _IO_JUMPS_FUNC): Use
356         _IO_CAST_FIELD_ACCESS.
357         * libio/fileops.c (libc_hidden_def, _IO_file_setbuf_mmap,
358         mmap_remap_check, decide_maybe_mmap): Use _IO_JUMPS_FILE_plus.
359         * libio/freopen.c (freopen): Likewise.
360         * libio/freopen64.c (freopen64): Likewise.
361         * libio/iofopen.c (__fopen_maybe_mmap): Likewise.
362         * libio/iofopncook.c (_IO_old_fopencookie): Likewise.
363         * libio/iofwide.c (_IO_fwide): Likewise.
364         * libio/memstream.c (open_memstream): Likewise.
365         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
366         * libio/oldiofopen.c (_IO_old_fopen): Likewise.
367         * libio/oldiopopen.c (_IO_old_popen): Likewise.
369 2015-05-21  Joseph Myers  <joseph@codesourcery.com>
371         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Include <libc-internal.h>.
372         (__ieee754_lgamma_r): Ignore uninitialized warnings around use of
373         NADJ.
374         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Include <libc-internal.h>.
375         (__ieee754_lgammaf_r): Ignore uninitialized warnings around use of
376         NADJ.
377         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Include <libc-internal.h>.
378         (__ieee754_lgammal_r): Ignore uninitialized warnings around use of
379         NADJ.
381         * sysdeps/ieee754/dbl-64/mpa.c (norm): Remove if condition on
382         (p == 4) case.
384         * conform/linknamespace.pl (@whitelist): Add re_syntax_options.
385         * conform/Makefile (test-xfail-UNIX98/regex.h/linknamespace):
386         Remove variable.
387         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
388         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
389         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
391 2015-05-21  Florian Weimer  <fweimer@redhat.com>
393         * stdio-common/vfprintf.c (LABEL, JUMP_TABLE_BASE_LABEL, REF):
394         Adjust jump table label generation macros.
396 2015-05-21  Florian Weimer  <fweimer@redhat.com>
398         * stdio-common/vfprintf.c (vfprintf): Move local variables
399         args_malloced, specs, specs_malloced, and the code after
400         do_positional to the printf_positional function.
401         (printf_positional): New function.
403 2015-05-21  Florian Weimer  <fweimer@redhat.com>
405         * stdio-common/vfprintf.c (jump_table): Move out of the vfprintf
406         function.
407         (NOT_IN_JUMP_RANGE, CHAR_CLASS, LABEL, REF, JUMP, STEP0_3_TABLE,
408         STEP4_TABLE, process_arg): Move macro definitions
409         out of the vfprintf function.  (Cosmetic change only.)
411 2015-05-21  Carlos O'Donell  <carlos@redhat.com>
413         * benchtests/Makefile (stdio-common-bench): Define.
414         (benchset): Add stdio-common-bench.
415         * sprintf-inputs: New file.
416         * sprintf-source.c: New file.
418 2015-05-21  Andreas Schwab  <schwab@suse.de>
420         [BZ #13028]
421         [BZ #17053]
422         * resolv/res_init.c (__res_vinit): Remove use of ext.nsmap member
423         of struct __res_state.
424         * resolv/res_send.c (__libc_res_nsend): Likewise.
425         (get_nsaddr): New function.
426         (res_ourserver_p, send_vc, reopen): Use it instead of accessing
427         statp directly.
429 2015-05-20  Joseph Myers  <joseph@codesourcery.com>
431         * conform/GlibcConform.pm ($CFLAGS{"POSIX"}): Use
432         -D_POSIX_C_SOURCE=199506L.
434         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Require.
436         * conform/data/unistd.h-data (_POSIX_VERSION): Require.
437         (_POSIX2_C_VERSION): Require if [POSIX || XPG3 || XPG4 || UNIX98].
438         Do not mention otherwise.
439         [POSIX] (_XOPEN_VERSION): Do not expect.
440         [POSIX] (_XOPEN_XCU_VERSION): Likewise.
441         [POSIX] (_POSIX2_C_BIND): Likewise.
442         [POSIX] (_POSIX2_VERSION): Likewise.
443         [POSIX] (_XOPEN_XPG2): Likewise.
444         [POSIX] (_XOPEN_XPG3): Likewise.
445         [POSIX] (_XOPEN_XPG4): Likewise.
446         [POSIX] (_XOPEN_UNIX): Likewise.
447         [POSIX] (_POSIX_ADVISORY_INFO): Likewise.
448         [POSIX] (_POSIX_BARRIERS): Likewise.
449         [POSIX] (_POSIX_CLOCK_SELECTION): Likewise.
450         [POSIX] (_POSIX_CPUTIME): Likewise.
451         [POSIX] (_POSIX_MONOTONIC_CLOCK): Likewise.
452         [POSIX] (_POSIX_READER_WRITER_LOCKS): Likewise.
453         [POSIX] (_POSIX_SHELL): Likewise.
454         [POSIX] (_POSIX_SPAWN): Likewise.
455         [POSIX] (_POSIX_SPIN_LOCKS): Likewise.
456         [POSIX] (_POSIX_SPORADIC_SERVER): Likewise.
457         [POSIX] (_POSIX_THREAD_CPUTIME): Likewise.
458         [POSIX] (_POSIX_TYPED_MEMORY_OBJECTS): Likewise.
459         [POSIX] (_POSIX_THREAD_SPORADIC_SERVER): Likewise.
460         [POSIX] (_XBS5_ILP32_OFF32): Likewise.
461         [POSIX] (_XBS5_ILP32_OFBIG): Likewise.
462         [POSIX] (_XBS5_LP64_OFF64): Likewise.
463         [POSIX] (_XBS5_LPBIG_OFFBIG): Likewise.
464         [POSIX] (_POSIX_TIMEOUTS): Likewise.
465         [POSIX] (_POSIX2_PBS): Likewise.
466         [POSIX] (_POSIX2_PBS_ACCOUNTING): Likewise.
467         [POSIX] (_POSIX2_PBS_CHECKPOINT): Likewise.
468         [POSIX] (_POSIX2_PBS_LOCATE): Likewise.
469         [POSIX] (_POSIX2_PBS_MESSAGE): Likewise.
470         [POSIX] (_POSIX2_PBS_TRACK): Likewise.
471         [POSIX] (_POSIX_TIMESTAMP_RESOLUTION): Likewise.
472         [POSIX] (_CS_XBS5_ILP32_OFF32_CFLAGS): Likewise.
473         [POSIX] (_CS_XBS5_ILP32_OFF32_LDFLAGS): Likewise.
474         [POSIX] (_CS_XBS5_ILP32_OFF32_LIBS): Likewise.
475         [POSIX] (_CS_XBS5_ILP32_OFF32_LINTFLAGS): Likewise.
476         [POSIX] (_CS_XBS5_ILP32_OFFBIG_CFLAGS): Likewise.
477         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LDFLAGS): Likewise.
478         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LIBS): Likewise.
479         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LINTFLAGS): Likewise.
480         [POSIX] (_CS_XBS5_LP64_OFF64_CFLAGS): Likewise.
481         [POSIX] (_CS_XBS5_LP64_OFF64_LDFLAGS): Likewise.
482         [POSIX] (_CS_XBS5_LP64_OFF64_LIBS): Likewise.
483         [POSIX] (_CS_XBS5_LP64_OFF64_LINTFLAGS): Likewise.
484         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_CFLAGS): Likewise.
485         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LDFLAGS): Likewise.
486         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LIBS): Likewise.
487         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LINTFLAGS): Likewise.
488         [POSIX] (_SC_2_C_BIND): Likewise.
489         [POSIX] (_SC_2_C_VERSION): Likewise.
490         [POSIX] (_SC_2_PBS): Likewise.
491         [POSIX] (_SC_2_PBS_ACCOUNTING): Likewise.
492         [POSIX] (_SC_2_PBS_CHECKPOINT): Likewise.
493         [POSIX] (_SC_2_PBS_LOCATE): Likewise.
494         [POSIX] (_SC_2_PBS_MESSAGE): Likewise.
495         [POSIX] (_SC_2_PBS_TRACK): Likewise.
496         [POSIX] (_SC_ATEXIT_MAX): Likewise.
497         [POSIX] (_SC_BARRIERS): Likewise.
498         [POSIX] (_SC_BASE): Likewise.
499         [POSIX] (_SC_CLOCK_SELECTION): Likewise.
500         [POSIX] (_SC_DEVICE_IO): Likewise.
501         [POSIX] (_SC_DEVICE_SPECIFIC): Likewise.
502         [POSIX] (_SC_DEVICE_SPECIFIC_R): Likewise.
503         [POSIX] (_SC_FD_MGMT): Likewise.
504         [POSIX] (_SC_FIFO): Likewise.
505         [POSIX] (_SC_FILE_ATTRIBUTES): Likewise.
506         [POSIX] (_SC_FILE_LOCKING): Likewise.
507         [POSIX] (_SC_FILE_SYSTEM): Likewise.
508         [POSIX] (_SC_IOV_MAX): Likewise.
509         [POSIX] (_SC_MONOTONIC_CLOCK): Likewise.
510         [POSIX] (_SC_NETWORKING): Likewise.
511         [POSIX] (_SC_PAGE_SIZE): Likewise.
512         [POSIX] (_SC_PASS_MAX): Likewise.
513         [POSIX] (_SC_PIPE): Likewise.
514         [POSIX] (_SC_READER_WRITER_LOCKS): Likewise.
515         [POSIX] (_SC_REGEXP): Likewise.
516         [POSIX] (_SC_SHELL): Likewise.
517         [POSIX] (_SC_SIGNALS): Likewise.
518         [POSIX] (_SC_SINGLE_PROCESS): Likewise.
519         [POSIX] (_SC_SPIN_LOCKS): Likewise.
520         [POSIX] (_SC_TYPED_MEMORY_OBJECTS): Likewise.
521         [POSIX] (_SC_USER_GROUPS): Likewise.
522         [POSIX] (_SC_USER_GROUPS_R): Likewise.
523         [POSIX] (_SC_STREAMS): Likewise.
524         [POSIX] (_SC_XBS5_ILP32_OFF32): Likewise.
525         [POSIX] (_SC_XBS5_ILP32_OFFBIG): Likewise.
526         [POSIX] (_SC_XBS5_LP64_OFF64): Likewise.
527         [POSIX] (_SC_XBS5_LPBIG_OFFBIG): Likewise.
528         [POSIX] (_SC_THREAD_ROBUST_PRIO_INHERIT): Likewise.
529         [POSIX] (_SC_THREAD_ROBUST_PRIO_PROTECT): Likewise.
530         [POSIX] (_PC_FILESIZEBITS): Likewise.
531         [POSIX] (_PC_REC_INCR_XFER_SIZE): Likewise.
532         [POSIX] (_PC_REC_MAX_XFER_SIZE): Likewise.
533         [POSIX] (_PC_REC_MIN_XFER_SIZE): Likewise.
534         [POSIX] (_PC_REC_XFER_ALIGN): Likewise.
535         [POSIX] (uid_t): Likewise.
536         [POSIX] (gid_t): Likewise.
537         [POSIX] (off_t): Likewise.
538         [POSIX] (pid_t): Likewise.
539         [POSIX] (cuserid): Allow.
540         (_SC_2_CHAR_TERM): Require constant.
541         (_POSIX_ASYNCHRONOUS_IO): Remove duplicate optional-constant.
542         * conform/Makefile (test-xfail-POSIX/unistd.h/conform): New
543         variable.
545 2015-05-20  Roland McGrath  <roland@hack.frob.com>
547         * sysdeps/nacl/pthread-pids.h: New file.
548         * sysdeps/nacl/createthread.c: Include <pthread-pids.h>.
549         (create_thread): Use __nacl_get_tid to initialize PD->tid.
551         * nptl/pthread-pids.h: New file.
552         * sysdeps/unix/sysv/linux/pthread-pids.h: New file.
553         * nptl/nptl-init.c: Include <pthread-pids.h>.
554         (__pthread_initialize_minimal_internal):
555         Call __pthread_initialize_pids instead of set_tid_address syscall.
557         * sysdeps/unix/sysv/linux/usleep.c: Moved to ...
558         * sysdeps/posix/usleep.c: ... here.
560 2015-05-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
562         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = misc)]: Remove
563         call_pselect6 object.
564         [$(subdir) = io]: Remove call_sync_file_range object.
565         * sysdeps/unix/sysv/linux/i386/call_pselect6.S: Remove file.
566         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Remove file.
567         * sysdeps/unix/sysv/linux/i386/pselect.c: Remove file.
568         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: Remove file.
570 2015-05-20  Wilco Dijkstra  <wdijkstr@arm.com>
572         * math/s_cproj.c: Add include "math_private.h".
573         * math/s_cprojf.c: Likewise.
574         * math/s_cprojl.c: Likewise.
576 2015-05-19  Joseph Myers  <joseph@codesourcery.com>
578         [BZ #18244]
579         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Ignore explicit
580         high mantissa bit when testing whether P is a NaN.
581         * math/libm-test.inc (remainder_test_data): Add more tests.
582         (remquo_test_data): Likewise.
584         [BZ #18049]
585         * sysdeps/i386/fpu/e_atanhl.S (__ieee754_atanhl): For exponents
586         below -32, return the argument, with underflow if subnormal.
587         * math/auto-libm-test-in: Add more tests of atanh.
588         * math/auto-libm-test-out: Regenerated.
590 2015-05-19  Roland McGrath  <roland@hack.frob.com>
592         [BZ #18434]
593         * nptl/tst-sem15.c: New file.
594         * nptl/Makefile (tests): Add it.
595         * nptl/sem_post.c (__new_sem_post) [!__HAVE_64B_ATOMICS]:
596         s/<</>>/ to fix typo in EOVERFLOW check.
597         * sysdeps/sparc/sparc32/sem_post.c (__new_sem_post): Likewise.
599 2015-05-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
601         * manual/strings.texi (envz_remove): Fix typo in safety
602         annotations.
604 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
605             Steve Ellcey  <sellcey@imgtec.com>
607         * inet/rcmd.c (rresvport_af): Change ss to anonymous union
608         in order to avoid strict alias warnings.
609         (iruserok_af): Ditto for ra.
611 2015-05-19  James Lemke  <jwlemke@codesourcery.com>
613         [BZ #17581]
614         * malloc/hooks.c
615         (magicbyte): Convert to a function and avoid returning 0x01.
616         (mem2mem_check): Avoid using a length byte equal to the magic byte.
617         (mem2chunk_check): Fix unsigned comparisons to zero.
618         Hoist defs of sz and magic.
620 2015-05-19  Richard Henderson  <rth@redhat.com>
622         * soft-fp/op-common.h (_FP_FROM_INT): Don't write to R.
624         * sysdeps/alpha/fpu/libm-test-ulps: Update.
626 2015-05-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
628         [BZ #16159]
629         * malloc/Makefile (tests): New test case tst-malloc-backtrace.
630         * malloc/arena.c (arena_lock): Check if arena is corrupt.
631         (reused_arena): Find a non-corrupt arena.
632         (heap_trim): Pass arena to unlink.
633         * malloc/hooks.c (malloc_check_get_size): Pass arena to
634         malloc_printerr.
635         (top_check): Likewise.
636         (free_check): Likewise.
637         (realloc_check): Likewise.
638         * malloc/malloc.c (malloc_printerr): Add arena argument.
639         (unlink): Likewise.
640         (munmap_chunk): Adjust.
641         (ARENA_CORRUPTION_BIT): New macro.
642         (arena_is_corrupt): Likewise.
643         (set_arena_corrupt): Likewise.
644         (sysmalloc): Use mmap if there are no usable arenas.
645         (_int_malloc): Likewise.
646         (__libc_malloc): Don't fail if arena_get returns NULL.
647         (_mid_memalign): Likewise.
648         (__libc_calloc): Likewise.
649         (__libc_realloc): Adjust for additional argument to
650         malloc_printerr.
651         (_int_free): Likewise.
652         (malloc_consolidate): Likewise.
653         (_int_realloc): Likewise.
654         (_int_memalign): Don't touch corrupt arenas.
655         * malloc/tst-malloc-backtrace.c: New test case.
657         * Makefile (summarize-tests): Fix return value on success.
659         * manual/string.texi (Envz Functions): Add envz_remove.
661 2015-05-18  Roland McGrath  <roland@hack.frob.com>
663         * sysdeps/posix/opendir.c: Include <stdbool.h>.
664         (invalid_name): New function, broken out of ...
665         (__opendirat): ... here.  Call it.
666         (need_isdir_precheck): New function, broken out of ...
667         (__opendirat): ... here.  Call it.
668         Use __fxstatat64, not __xstatat64.
669         (opendir_oflags): New function, broken out of ...
670         (__opendirat): ... here.  Call it.
671         (opendir_tail): New function, broken out of ...
672         (__opendirat): ... here.  Call it.
673         (__opendir): Call invalid_name, need_isdir_precheck, __xstat64, and
674         opendir_tail, rather than punting to __opendirat.
675         (__opendirat): Conditionalize function definition on [IS_IN (libc)].
677 2015-05-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
679         * .gitignore: Ignore generated *.pyc.
681 2015-05-18  Arjun Shankar  <arjun.is@lostca.se>
683         * include/stdio.h: Define __need_wint_t.
684         * test-skeleton.c: Avoid `for' loop initial declaration.
685         * nptl/tst-initializers1.c: Use test-skeleton.c.
687 2015-05-17  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
689         [BZ #18418]
690         * stdlib/tst-setcontext3.sh: Remove non-portable array use.
692 2015-05-15  Joseph Myers  <joseph@codesourcery.com>
694         [BZ #16352]
695         * sysdeps/i386/fpu/e_atanh.S (dbl_min): New object.
696         (__ieee754_atanh): Force underflow exception for results with
697         small absolute value.
698         * sysdeps/i386/fpu/e_atanhf.S (flt_min): New object.
699         (__ieee754_atanhf): Force underflow exception for results with
700         small absolute value.
701         * sysdeps/ieee754/dbl-64/e_atanh.c: Include <float.h>.
702         (__ieee754_atanh): Force underflow exception for results with
703         small absolute value.
704         * sysdeps/ieee754/flt-32/e_atanhf.c: Include <float.h>.
705         (__ieee754_atanhf): Force underflow exception for results with
706         small absolute value.
707         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Include <float.h>.
708         (__ieee754_atanhl): Force underflow exception for results with
709         small absolute value.
710         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Include <float.h>.
711         (__ieee754_atanhl): Force underflow exception for results with
712         small absolute value.
713         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Include <float.h>.
714         (__ieee754_atanhl): Force underflow exception for results with
715         small absolute value.
716         * math/auto-libm-test-in: Do not allow missing underflow
717         exceptions from atanh.
718         * math/auto-libm-test-out: Regenerated.
720         [BZ #18221]
721         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use 2**-13 not
722         2**-28 as threshold for returning x or +/- 1/x.
723         * math/auto-libm-test-in: Add more tests of tan.
724         * math/auto-libm-test-out: Regenerated.
726         [BZ #18220]
727         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
728         2**26 not 2**58 as threshold for returning x * (log (x) - 1).
729         * math/auto-libm-test-in: Add another test of lgamma.
730         * math/auto-libm-test-out: Regenerated.
732 2015-05-15  Wilco Dijkstra  <wdijkstr@arm.com>
734         * stdio-common/printf_fp.c (___printf_fp): Use abs.
735         * stdlib/gmp-impl.h (ABS): Remove define.  (ABSIZ): Remove.
736         * sysdeps/ieee754/dbl-64/branred.c (__branred): Use fabs.
737         * sysdeps/ieee754/dbl-64/dla.h (EADD): Use fabs.
738         (ESUB): Use fabs.  (ADD2): Use fabs.  (SUB2): Use fabs.
739         (ADD2A): Use fabs.  (SUB2A): Use fabs.
740         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Use fabs.
741         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Use fabs.
742         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use fabs.
743         (log1): Use fabs.  (my_log2): Use fabs.
744         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Use fabs.
745         * sysdeps/ieee754/dbl-64/mpa.h (ABS): Remove define.
746         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use fabs.
747         * sysdeps/ieee754/dbl-64/mydefs.h (ABS): Remove define.
748         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use fabs.
749         (__cos): Use fabs.  (slow): Use fabs.  (slow2): Use fabs.
750         (sloww): Use fabs.  (sloww1): Use fabs.  (sloww2): Use fabs.
751         (bslow1): Use fabs.  (bslow2): Use fabs.  (cslow2): Use fabs.
752         (csloww): Use fabs.  (csloww1): Use fabs.  (csloww2): Use fabs.
753         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Use fabs.
754         * sysdeps/x86_64/fpu/multiarch/e_log.c: add math.h include.
756 2015-05-15  Joseph Myers  <joseph@codesourcery.com>
758         [BZ #18217]
759         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Use 2**-26 not 2**-56
760         as threshold for returning 1 - x.
761         * math/auto-libm-test-in: Add more tests of erfc.
762         * math/auto-libm-test-out: Regenerated.
764 2015-05-14  Joseph Myers  <joseph@codesourcery.com>
766         [BZ #18196]
767         * sysdeps/ieee754/flt-32/s_atanf.c (__atanf): Use 2^25 not 2^34 as
768         threshold for large arguments.
769         * math/auto-libm-test-in: Add another test of atan.
770         * math/auto-libm-test-out: Regenerated.
772         [BZ #16339]
773         * sysdeps/i386/fpu/s_log1p.S (dbl_min): New object.
774         (__log1p): Force underflow exception for results with small
775         absolute value.
776         * sysdeps/i386/fpu/s_log1pf.S (flt_min): New object.
777         (__log1pf): Force underflow exception for results with small
778         absolute value.
779         * sysdeps/ieee754/dbl-64/s_log1p.c: Include <float.h>.
780         (__log1p): Force underflow exception for results with small
781         absolute value.
782         * sysdeps/ieee754/flt-32/s_log1pf.c: Include <float.h>.
783         (__log1pf): Force underflow exception for results with small
784         absolute value.
785         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Include <float.h>.
786         (__log1pl): Force underflow exception for results with small
787         absolute value.
788         * math/auto-libm-test-in: Do not allow missing underflow
789         exceptions from log1p.
790         * math/auto-libm-test-out: Regenerated.
792 2015-05-14  Jakub Bogusz  <qboosh@pld-linux.org>
793             Adhemerval Zanella  <adhemerval.zanella@linaro.org>
795         [BZ #16704]
796         * sysdeps/unix/make-syscalls.sh: Remove non-portable echo usage.
798 2015-05-14  Andrew Senkevich  <andrew.senkevich@intel.com>
800         * Makeconfig (rpath-dirs, all-subdirs): Added mathvec folder.
801         (libmvec): New variable.
802         * configure.ac: Added option for mathvec build.
803         * configure: Regenerated.
804         * mathvec/Depend: New file.
805         * mathvec/Makefile: New file.
806         * shlib-versions: Added libmvec.
807         * math/Makefile: Added rule for libm.so installation.
809         * bits/math-vector.h: New file.
810         * bits/libm-simd-decl-stubs.h: New header.
811         * math/Makefile (headers): Added new header
812         libm-simd-decl-stubs.h.
813         * math/math.h (__MATHCALL_VEC): New macro.
815         * math/gen-libm-have-vector-test.sh: Script generates series of macros
816         for conditions in testing functions.
817         * math/Makefile: Added call of libm-have-vector-test.sh.
818         * math/libm-test.inc (HAVE_VECTOR): New macros.
820         * math/libm-test.inc: START refactored.
821         * math/test-double.c (TEST_MATHVEC): Add define.
822         * math/test-float.c: Likewise.
823         * math/test-idouble.c: Likewise.
824         * math/test-ifloat.c: Likewise.
825         * math/test-ildoubl.c: Likewise.
826         * math/test-ldouble.c: Likewise.
827         * sysdeps/generic/math-tests-arch.h
828         (INIT_ARCH_EXT, CHECK_ARCH_EXT): New helper macros for runtime
829         architecture check.
831         * math/test-double.c (FUNC_TEST): New macro.
832         * math/test-float.c: Likewise.
833         * math/test-idouble.c: Likewise.
834         * math/test-ifloat.c: Likewise.
835         * math/test-ildoubl.c: Likewise.
836         * math/test-ldouble.c: Likewise.
837         * math/libm-test.inc: Use FUNC_TEST for name of tested functions.
839 2015-05-13  Roland McGrath  <roland@hack.frob.com>
841         * sysdeps/nacl/fdopendir.c: New file.
843         * dirent/scandir-tail.c: New file.
844         * dirent/scandir64-tail.c: New file.
845         * dirent/Makefile (routines): Add them.
846         (CFLAGS-scandir-tail.c, CFLAGS-scandir64-tail.c): New variables.
847         * include/dirent.h (__scandir_tail, __scandir64_tail): Declare them.
848         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Macro removed.
849         [!SCANDIR] (SCANDIR_TAIL): New macro.
850         (SCANDIR): Call __opendir and __scandir_tail, not __scandirat.
851         * dirent/scandir64.c [!_DIRENT_MATCHES_DIRENT64]
852         (SCANDIRAT): Macro removed.
853         (SCANDIR_TAIL): New macro.
854         * dirent/scandirat.c [!SCANDIRAT] (READDIR): Macro removed.
855         [!SCANDIRAT] (SCANDIR_TAIL): New macro.
856         (SCANDIRAT): Just call __opendirat and __scandir_tail.
857         * dirent/scandirat64.c [!_DIRENT_MATCHES_DIRENT64]
858         (READDIR): Macro removed.
859         (SCANDIR_TAIL): New macro.
860         * sysdeps/unix/sysv/linux/i386/scandir64.c (READDIR): Macro removed.
861         (SCANDIR_TAIL): New macro.
863         * dirent/scandirat.c (__scandir_cancel_handler): Function moved ...
864         * dirent/scandir-cancel.c: ... to this new file.
865         * dirent/Makefile (routines): Add it.
866         * dirent/scandirat64.c (SKIP_SCANDIR_CANCEL): Macro removed.
867         * sysdeps/unix/sysv/linux/i386/scandir64.c
868         (SKIP_SCANDIR_CANCEL): Macro removed.
869         * include/dirent.h (__scandir_cancel_handler): Add attribute_hidden.
871         * dirent/tst-scandir.c: New file.
872         * dirent/tst-scandir64.c: New file.
873         * dirent/Makefile (tests): Add them.
875 2015-05-13  H.J. Lu  <hongjiu.lu@intel.com>
877         [BZ #18409]
878         * sysdeps/unix/make-syscalls.sh: Remove a trailing `\'.
880 2015-05-13  Szabolcs Nagy  <szabolcs.nagy@arm.com>
882         * sysdeps/aarch64/tls-macros.h (TLS_GD): Add "cc" to the clobber
883         list.
885 2015-05-13  Leonhard Holz  <leonhard.holz@web.de>
887         * benchtests/bench-strcoll.c: New benchmark.
888         * benchtests/Makefile: Generate locales and run benchmark.
889         * benchtests/strcoll-inputs/filelist#C: New benchmark input file.
890         * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Likewise.
891         * benchtests/strcoll-inputs/lorem_ipsum#ar_SA.UTF-8: Likewise.
892         * benchtests/strcoll-inputs/lorem_ipsum#cs_CZ.UTF-8: Likewise.
893         * benchtests/strcoll-inputs/lorem_ipsum#da_DK.UTF-8: Likewise.
894         * benchtests/strcoll-inputs/lorem_ipsum#el_GR.UTF-8: Likewise.
895         * benchtests/strcoll-inputs/lorem_ipsum#en_GB.UTF-8: Likewise.
896         * benchtests/strcoll-inputs/lorem_ipsum#en_US.UTF-8: Likewise.
897         * benchtests/strcoll-inputs/lorem_ipsum#es_ES.UTF-8: Likewise.
898         * benchtests/strcoll-inputs/lorem_ipsum#fr_FR.UTF-8: Likewise.
899         * benchtests/strcoll-inputs/lorem_ipsum#hi_IN.UTF-8: Likewise.
900         * benchtests/strcoll-inputs/lorem_ipsum#hu_HU.UTF-8: Likewise.
901         * benchtests/strcoll-inputs/lorem_ipsum#is_IS.UTF-8: Likewise.
902         * benchtests/strcoll-inputs/lorem_ipsum#it_IT.UTF-8: Likewise.
903         * benchtests/strcoll-inputs/lorem_ipsum#iw_IL.UTF-8: Likewise.
904         * benchtests/strcoll-inputs/lorem_ipsum#ja_JP.UTF-8: Likewise.
905         * benchtests/strcoll-inputs/lorem_ipsum#pl_PL.UTF-8: Likewise.
906         * benchtests/strcoll-inputs/lorem_ipsum#pt_PT.UTF-8: Likewise.
907         * benchtests/strcoll-inputs/lorem_ipsum#ru_RU.UTF-8: Likewise.
908         * benchtests/strcoll-inputs/lorem_ipsum#sr_RS.UTF-8: Likewise.
909         * benchtests/strcoll-inputs/lorem_ipsum#sv_SE.UTF-8: Likewise.
910         * benchtests/strcoll-inputs/lorem_ipsum#tr_TR.UTF-8: Likewise.
911         * benchtests/strcoll-inputs/lorem_ipsum#vi_VN.UTF-8: Likewise.
912         * benchtests/strcoll-inputs/lorem_ipsum#zh_CN.UTF-8: Likewise.
914 2015-05-12  Ondřej Bílka  <neleai@seznam.cz>
916         * sysdeps/x86_64/multiarch/strcspn.S: Remove plt indirection.
917         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
919 2015-05-12  Roland McGrath  <roland@hack.frob.com>
921         * posix/uname-values.h: New file.
922         * posix/uname.c: Include that instead of <config-name.h>.
923         * sysdeps/nacl/uname-values.h: New file.
924         * sysdeps/arm/nacl/uname-values.h: New file.
926 2015-05-12  Joseph Myers  <joseph@codesourcery.com>
928         * conform/linknamespace.pl (list_syms): Remove \[.*?\] before
929         splitting into fields.
931 2015-05-12  Leonhard Holz  <leonhard.holz@web.de>
933         * locale/categories.def: Define _NL_COLLATE_ENCODING_TYPE.
934         * locale/langinfo.h: Add _NL_COLLATE_ENCODING_TYPE to attribute list.
935         * locale/localeinfo.h: Add enum collation_encoding_type.
936         * locale/C-collate.c: Set _NL_COLLATE_ENCODING_TYPE to 8bit.
937         * programs/ld-collate.c (collate_output): Add encoding type info.
938         * string/strcoll_l.c (STRDIFF): New function.
939         * (STRCOLL): Use STRDIFF to skip over equal prefix.
940         * wcsmbs/wcscoll_l.c: Define STRDIFF.
942 2015-05-11  Joseph Myers  <joseph@codesourcery.com>
944         [BZ #18397]
945         * sysdeps/mips/mips32/fpu/fpu_control.c: Move to ....
946         * sysdeps/mips/mips32/fpu/fpucw-helpers.c: ... here.  Include
947         <fpu_control.h> instead of <math/fpu_control.c>.
948         * sysdeps/mips/mips32/fpu/Makefile: New file.
950 2015-05-11  Andreas Schwab  <schwab@suse.de>
952         [BZ #18007]
953         * nis/nss_compat/compat-grp.c (internal_endgrent): Don't call
954         nss_endgrent.
955         (_nss_compat_endgrent): Call nss_endgrent.
956         * nis/nss_compat/compat-pwd.c (internal_endpwent): Don't call
957         nss_endpwent.
958         (_nss_compat_endpwent): Call nss_endpwent.
959         * nis/nss_compat/compat-spwd.c (internal_setspent): Add parameter
960         needent, call nss_setspent only if non-zero.
961         (_nss_compat_setspent, _nss_compat_getspent_r): Pass non-zero.
962         (internal_endspent): Don't call nss_endspent.
963         (_nss_compat_endspent): Call nss_endspent.
964         * nss/nss_files/files-XXX.c (position, last_use, keep_stream):
965         Remove.  All uses removed.
966         (internal_setent): Remove parameter stayopen, add parameter
967         stream.  Use it instead of global variable.
968         (CONCAT(_nss_files_set,ENTNAME)): Pass global stream.
969         (internal_endent, internal_getent): Add parameter stream.  Use it
970         instead of global variable.
971         (CONCAT(_nss_files_end,ENTNAME))
972         (CONCAT(_nss_files_get,ENTNAME_r)): Pass global stream.
973         (_nss_files_get##name##_r): Pass local stream.  Remove locking.
974         * nss/nss_files/files-alias.c (position, last_use): Remove.  All
975         uses removed.
976         (internal_setent, internal_endent): Add parameter stream.  Use it
977         instead of global variable.
978         (_nss_files_setaliasent, _nss_files_endaliasent): Pass global
979         stream.
980         (get_next_alias): Add parameter stream.
981         (_nss_files_getaliasent_r): Pass global stream.
982         (_nss_files_getaliasbyname_r): Pass local stream.  Remove locking.
983         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r)
984         (_nss_files_gethostbyname4_r): Pass local stream to
985         internal_setent, internal_getent and internal_endent.  Remove
986         locking.
988 2015-05-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
990         * tst-strfmon1.c (tests): Update expected currency symbol.
992 2015-05-08  Roland McGrath  <roland@hack.frob.com>
994         * sysdeps/nacl/gethostname.c: New file.
996 2015-05-08  Joseph Myers  <joseph@codesourcery.com>
998         * math/auto-libm-test-in: Add more tests of csqrt, lgamma, log10
999         and sinh.
1000         * math/auto-libm-test-out: Regenerated.
1001         * sysdeps/i386/fpu/libm-test-ulps: Update.
1002         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1004 2015-05-08  Carlos O'Donell  <carlos@redhat.com>
1006         [BZ #18125]
1007         * stdlib/tst-setcontext3.c: New file.
1008         * stdlib/tst-setcontext3.sh: New file.
1009         * stdlib/Makefile (tests): Add tst-setcontext3.
1010         (tst-setcontext3.out): Custom rule to run tst-setcontext3.sh
1011         to verify test program created output file.
1012         * sysdeps/unix/sysv/linux/aarch64/setcontext.S: Call exit.
1013         * sysdeps/unix/sysv/linux/arm/setcontext.S: Likewise.
1014         * sysdeps/unix/sysv/linux/hppa/setcontext.S: Likewise.
1015         * sysdeps/unix/sysv/linux/nios2/setcontext.S: Likewise.
1017 2015-05-06  Roland McGrath  <roland@hack.frob.com>
1019         [BZ #18383]
1020         * elf/tst-tlsalign.c: New file.
1021         * elf/tst-tlsalign-static.c: New file.
1022         * elf/tst-tlsalign-lib.c: New file.
1023         * elf/Makefile [$(build-shared) = yes] (tests): Add tst-tlsalign.
1024         (tests-static): Add tst-tlsalign-static.
1025         (modules-names): Add tst-tlsalign-lib.
1026         (test-xfail-tst-tlsalign): New variable.
1027         (test-xfail-tst-tlsalign-static): New variable.
1029         * sysdeps/nacl/nacl-test-wrapper.sh (NACL_LOADER):
1030         Use elf_loader_${arch}.nexe rather than loader_${arch}.nexe.
1032 2015-05-06  Joseph Myers  <joseph@codesourcery.com>
1034         * math/auto-libm-test-in: Add more tests of acosh, atanh, cos,
1035         csqrt, erfc, sin and sincos.
1036         * math/auto-libm-test-out: Regenerated.
1037         * sysdeps/i386/fpu/libm-test-ulps: Update.
1038         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1040 2015-05-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1042         * sysdeps/aarch64/libm-test-ulps: Update.
1044 2015-05-05  Joseph Myers  <joseph@codesourcery.com>
1046         * math/auto-libm-test-in: Add more tests of acosh, atanh, clog,
1047         clog10, csqrt, erfc, exp2, expm1, log10, log2 and sinh.
1048         * math/auto-libm-test-out: Regenerated.
1049         * sysdeps/i386/fpu/libm-test-ulps: Update.
1050         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1052 2015-04-30  Daniel Marjamäki  <daniel.marjamaki@evidente.se>
1054         [BZ #18265]
1055         * wcsmbs/wchar.h (wcscpy): Add __nonnull attribute.
1056         (wcsncpy): Likewise.
1058 2015-05-05  Florian Weimer  <fweimer@redhat.com>
1060         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
1061         Assume __ASSUME_FALLOCATE is always true.
1062         * sysdeps/unix/sysv/linux/posix_fallocate64.c
1063         (__posix_fallocate64_l64): Likweise.
1064         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c
1065         (posix_fallocate): Likewise.
1066         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c
1067         (__posix_fallocate64_l64): Likewise.
1068         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
1069         [!__ASSUME_FALLOCATE]: Add comment.
1071 2015-05-05  Florian Weimer  <fweimer@redhat.com>
1073         * sysdeps/unix/sysv/linux/i386/Makefile
1074         (sysdep_routines) [$(subdir) = misc]: Remove call_fallocate.
1075         (sysdep_routines) [$(subdir) = io]: Add libc-do-syscall.
1076         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: Remove.
1077         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
1078         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
1079         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Likewise.
1080         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
1082 2015-05-02  Joseph Myers  <joseph@codesourcery.com>
1084         * math/auto-libm-test-in: Add more tests of atan, clog, clog10,
1085         cos, csqrt, erf, erfc, exp2, lgamma, log1p, sin, sincos, tanh and
1086         tgamma.
1087         * math/auto-libm-test-out: Regenerated.
1088         * sysdeps/i386/fpu/libm-test-ulps: Update.
1089         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1091 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
1093         * math/auto-libm-test-in: Add more tests of tgamma.
1094         * math/auto-libm-test-out: Regenerated.
1095         * sysdeps/i386/fpu/libm-test-ulps: Update.
1096         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1098         * math/auto-libm-test-in: Add more tests of tanh.
1099         * math/auto-libm-test-out: Regenerated.
1100         * sysdeps/i386/fpu/libm-test-ulps: Update.
1101         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1103         * math/auto-libm-test-in: Add more tests of tan.
1104         * math/auto-libm-test-out: Regenerated.
1105         * sysdeps/i386/fpu/libm-test-ulps: Update.
1106         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1108         * math/auto-libm-test-in: Add more tests of cos, sin and sincos.
1109         * math/auto-libm-test-out: Regenerated.
1110         * sysdeps/i386/fpu/libm-test-ulps: Update.
1111         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1113         * math/auto-libm-test-in: Add another test of pow.
1114         * math/auto-libm-test-out: Regenerated.
1115         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
1117         * math/auto-libm-test-in: Add more tests of lgamma.
1118         * math/auto-libm-test-out: Regenerated.
1119         * sysdeps/i386/fpu/libm-test-ulps: Update.
1120         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1122         * math/auto-libm-test-in: Add more tests of log, log10, log2 and
1123         log1p.
1124         * math/auto-libm-test-out: Regenerated.
1125         * sysdeps/i386/fpu/libm-test-ulps: Update.
1126         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1128 2015-05-01  Mark Wielaard  <mjw@redhat.com>
1130         * elf/elf.h: Add SHF_COMPRESSED section flag, Elf32_Chdr and
1131         Elf64_Chdr structs and ELFCOMPRESS constants.
1133 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
1135         * math/auto-libm-test-in: Add more tests of exp, exp10, exp2 and
1136         expm1.
1137         * math/auto-libm-test-out: Regenerated.
1138         * sysdeps/i386/fpu/libm-test-ulps: Update.
1139         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1141         * math/auto-libm-test-in: Add more tests of erf and erfc.
1142         * math/auto-libm-test-out: Regenerated.
1143         * sysdeps/i386/fpu/libm-test-ulps: Update.
1144         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1146 2015-05-01  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1148         * config.h.in (HAVE_AARCH64_BE): Add.
1150 2015-04-30  Joseph Myers  <joseph@codesourcery.com>
1152         * math/auto-libm-test-in: Add more tests of csqrt.
1153         * math/auto-libm-test-out: Regenerated.
1154         * sysdeps/i386/fpu/libm-test-ulps: Update.
1155         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1157         * math/auto-libm-test-in: Add more tests of cosh and sinh.
1158         * math/auto-libm-test-out: Regenerated.
1159         * sysdeps/i386/fpu/libm-test-ulps: Update.
1160         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1162         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: Remove file.
1164 2015-04-29  Roland McGrath  <roland@hack.frob.com>
1166         * sysdeps/nacl/bits/typesizes.h (__CLOCK_T_TYPE): Use __SLONGWORD_TYPE.
1167         * sysdeps/nacl/nacl-interfaces.h (nacl_abi_clock_t): Use clock_t.
1169         * sysdeps/nacl/euidaccess.c (euidaccess): Renamed to __euidaccess.
1170         (euidaccess, eaccess): Define as weak aliases.
1172         * sysdeps/nacl/bits/typesizes.h (__SUSECONDS_T_TYPE): Use
1173         __SLONGWORD_TYPE rather than __S32_TYPE.  They are the same size,
1174         but __suseconds_t is often 'long int' so some sources assume that
1175         type is being used (e.g. they use %ld to print tv_usec).
1177 2015-04-29  Florian Weimer  <fweimer@redhat.com>
1179         [BZ #18007]
1180         * nss/nss_files/files-XXX.c (CONCAT): Always enable stayopen.
1181         (CVE-2014-8121)
1182         * nss/tst-nss-getpwent.c: New file.
1183         * nss/Makefile (tests): Add new test.
1185 2015-04-28  Joseph Myers  <joseph@codesourcery.com>
1187         [BZ #18346]
1188         * sysdeps/ieee754/ldbl-128/s_roundl.c (__roundl): Handle all
1189         exponents less than 48 as cases where high part of mantissa needs
1190         examining to determine whether argument is integral.
1191         * math/libm-test.inc (round_test_data): Add more tests.
1193 2015-04-28  Mark Wielaard  <mjw@redhat.com>
1195         * elf/elf.h (SHF_EXCLUDE): Use unsigned 1 for shift.
1197 2015-04-27  David S. Miller  <davem@davemloft.net>
1199         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Remove
1200         __tls_get_addr.
1201         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
1203 2015-04-27  H.J. Lu  <hongjiu.lu@intel.com>
1205         [BZ#18333]
1206         * time/tzset.c (__tzfile_read): Check tzspec_len == 0.
1208 2015-04-27  Florian Weimer  <fweimer@redhat.com>
1210         [BZ#18333]
1211         * time/tzset.c (parse_tzname): Return error on memory allocation
1212         failure.
1213         * test-skeleton.c (struct temp_name_list): Change type of name
1214         member to non-const.
1215         (add_temp_file): Create a copy of the file name.
1216         (delete_temp_files): Deallocate memory.
1217         (create_temp_file): Add comment.
1219 2015-04-24  Florian Weimer  <fweimer@redhat.com>
1221         * io/posix_fallocate.c (posix_fallocate): Do not set errno.
1222         * io/posix_fallocate64.c (posix_fallocate64): Likewise.
1224 2015-04-24  Roland McGrath  <roland@hack.frob.com>
1226         * sysdeps/arm/configure.ac (PI_STATIC_AND_HIDDEN): Define it.
1227         * sysdeps/arm/configure: Regenerated.
1229 2015-04-24  Florian Weimer  <fweimer@redhat.com>
1231         [BZ #17715]
1232         * time/tzfile.c (__tzfile_read): Check for large values of
1233         tzh_ttisstdcnt and tzh_ttisgmtcnt.  Use malloc instead of alloca.
1234         * time/tzset.c (__tzstring_len): New function, based on the old
1235         __tzstring function.
1236         (__tzstring): Call __tzstring_len.
1237         (parse_tzname): New helper function extracted from
1238         __tzset_parse_tz.  Call __tzstring_len, without making a copy of
1239         the input string.
1240         (parse_offset): New helper function extracted from
1241         __tzset_parse_tz.  Replace switch with fallthrough with
1242         initialization before sscanf.
1243         (parse_rule): Likewise.
1244         (__tzset_parse_tz): Rewrite using the new helper functions.  Use
1245         new-style function definition.
1246         * timezone/Makefile (tests): Add tst-tzset.
1247         (tst-tzset.out): Dependencies on time zone files.
1248         (tst-tzset-ENV): Set TZDIR.
1249         (testdata/XT%): Copy crafted time zone files.
1250         * timezone/README: Mention crafted time zone files.
1251         * timezone/testdata/XT1, timezone/testdata/XT2,
1252         timezone/testdata/XT3, timezone/testdata/XT4: New time zone test
1253         files.
1254         * timezone/tst-tzset.c: New test.
1256 2015-04-24  Florian Weimer  <fweimer@redhat.com>
1258         * Makeconfig (+gccwarn): Remove -Winline.
1260 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
1262         * sysdeps/s390/fpu/libm-test-upls: Regenerate.
1264 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
1266         * NEWS: Mention sysconf() cache information support for s390.
1267         * sysdeps/unix/sysv/linux/s390/sysconf.c: New File.
1269 2015-04-22  Wilco Dijkstra  <wdijkstr@arm.com>
1271         * math/k_casinh.c (__kernel_casinh): Use __copysign.
1272         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c
1273         (__nearbyint): Likewise.
1274         * sysdeps/ieee754/ldbl-opt/nldbl-copysign.c
1275         (copysignl): Likewise.
1277 2015-04-21  Arjun Shankar  <arjun.is@lostca.se>
1279         [BZ #18287]
1280         * resolv/nss_dns/dns-host.c (getanswer_r): Adjust buffer length
1281         based on padding.  (CVE-2015-1781)
1283 2015-04-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1285         * nptl/pthread_cond_timedwait.c: Change include bits/libc-vdso.h to just
1286         libc-vdso.h.
1287         * sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
1288         * sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
1289         * sysdeps/unix/sysv/linux/aarch64/init-first.c: Likewise.
1290         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
1291         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
1292         * sysdeps/unix/sysv/linux/gettimeofday.c: Likewise.
1293         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Likewise.
1294         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
1295         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
1296         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Likewise.
1297         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
1298         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
1299         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
1300         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise.
1301         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
1302         * sysdeps/unix/sysv/linux/aarch64/bits/libc-vdso.h: Move to ...
1303         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h: ... here.
1304         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Move to ...
1305         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h: ... here.
1306         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: Move to ...
1307         * sysdeps/unix/sysv/linux/s390/libc-vdso.h: ... here.
1308         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Move to ...
1309         * sysdeps/unix/sysv/linux/tile/libc-vdso.h: ... here.
1311 2015-04-19  Paul Eggert  <eggert@cs.ucla.edu>
1313         * stdlib/setenv.c (__add_to_environ):
1314         Dump core quickly if setenv (..., NULL, ...) is called.
1315         This time, do it the right way, and pacify GCC with a pragma.
1317 2015-04-17  Roland McGrath  <roland@hack.frob.com>
1319         * elf/dl-close.c (_dl_close_worker) [DL_NNS == 1]: Just assert that
1320         IMAP->l_prev cannot be null, and #if out the code for the contrary
1321         case, avoiding 'assert (nsid != LM_ID_BASE)' making the compiler
1322         believe that NS (&_dl_ns[NSID]) could point outside the array.
1324         * elf/dl-open.c (_dl_open): Use __glibc_unlikely in invalid namespace
1325         check.  Reject NSID < 0 and NSID >= dl_nns, and check for DL_NNS==1,
1326         before using NSID as an index.
1328 2015-04-17  Il'ya Malakhov <ilmalakhov@yandex.ru>
1330         [BZ #17825]
1331         * sysdeps/sparc/sparc64/memchr.S: Fix signedness handling of length.
1332         * sysdeps/sparc/sparc64/memcmp.S: Likewise.
1333         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
1335 2015-04-17  Roland McGrath  <roland@hack.frob.com>
1337         Add preliminary port to Google Native Client on ARM.
1338         * abi-tags (.*-.*-nacl.*): New entry.
1339         * sysdeps/arm/nacl: New directory.
1340         * sysdeps/nacl: New directory.
1342 2015-04-16  David S. Miller  <davem@davemloft.net>
1344         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Make use of
1345         lowlevellock-futex.h
1347 2015-04-16  Chris Metcalf  <cmetcalf@ezchip.com>
1349         * sysdeps/tile/configure.ac: New file.
1350         * sysdeps/tile/configure: Regenerated.
1352 2015-04-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1354         * wcsmbs/wcschr.c [WCSCHR] (wcschr): Define as __wcschr.  Remove
1355         conditionals for weak_alias and libc_hidden_weak.
1356         * sysdeps/i386/i686/multiarch/wcschr-c.c [libc]: Undefine
1357         libc_hidden_weak and weak_alias.
1358         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c [libc]:
1359         Undefine libc_hidden_weak. Define libc_hidden_def for SHARED builds
1360         and weak_alias for static one.
1362 2015-04-15  David S. Miller  <davem@davemloft.net>
1364         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
1366 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1368         [BZ #18206]
1369         * wcsmbs/wcsncmp.c (wcsncmp): Compare as wchar_t, not wint_t.
1370           Use signed comparision instead of substraction to avoid
1371           overflow bug.
1372         * localedata/tests-mbwc/tst_wcsncmp.c (tst_wcsncmp):
1373           Take the sign of ret.
1374         * localedata/tests-mbwc/dat_wcsncmp.c (tst_wcsncmp_loc):
1375           Do not expect precise return values. Only the sign matters.
1376         * wcsmbs/Makefile (strop-tests): Add wcsncmp.
1377         * wcsmbs/test-wcsncmp.c: New File.
1378         * string/test-strncmp.c: Add wcsncmp support.
1380 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1382         [BZ #6792]
1383         * math/w_log1p.c: New file.
1384         * math/w_log1pf.c: Likewise.
1385         * math/w_log1pl.c: Likewise.
1386         * math/Makefile (libm-calls): Add w_log1p.
1387         * math/s_log1pl.c (log1pl): Remove weak_alias.
1388         * sysdeps/i386/fpu/s_log1p.S (log1p): Likewise.
1389         * sysdeps/i386/fpu/s_log1pf.S (log1pf): Likewise.
1390         * sysdeps/i386/fpu/s_log1pl.S (log1pl): Likewise.
1391         * sysdeps/x86_64/fpu/s_log1pl.S (log1pl): Likewise.
1392         * sysdeps/ieee754/dbl-64/s_log1p.c (log1p): Likewise.
1393         [NO_LONG_DOUBLE] (log1pl): Likewise.
1394         * sysdeps/ieee754/flt-32/s_log1pf.c (log1pf): Likewise.
1395         * sysdeps/ieee754/ldbl-128/s_log1pl.c (log1pl): Likewise.
1396         * sysdeps/ieee754/ldbl-64-128/s_log1pl.c
1397         (log1p): Remove long_double_symbol.
1398         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (log1pl): Likewise.
1399         * sysdeps/ieee754/ldbl-64-128/w_log1pl.c: New file.
1400         * sysdeps/ieee754/ldbl-128ibm/w_log1pl.c: Likewise.
1401         * sysdeps/m68k/m680x0/fpu/s_log1p.c: Define empty weak_alias to
1402         remove weak_alias for corresponding log1p function.
1403         * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Likewise.
1404         * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Likewise.
1405         * sysdeps/ia64/fpu/w_log1p.c: New file.
1406         * sysdeps/ia64/fpu/w_log1pf.c: Likewise.
1407         * sysdeps/ia64/fpu/w_log1pl.c: Likewise.
1408         * math/libm-test.inc (log1p_test_data): Add errno expectations.
1410 2015-04-10  Joseph Myers  <joseph@codesourcery.com>
1412         [BZ #18247]
1413         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Decrease minimum
1414         decimal exponent by 1.
1415         * stdlib/tst-strtod-round-data: Add more tests.
1416         * stdlib/tst-strtod-round.c (tests): Regenerated.
1418 2015-04-09  Joseph Myers  <joseph@codesourcery.com>
1420         * math/auto-libm-test-in: Add more tests of clog and clog10.
1421         * math/auto-libm-test-out: Regenerated.
1422         * sysdeps/i386/fpu/libm-test-ulps: Update.
1423         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1425 2015-04-09  Roland McGrath  <roland@hack.frob.com>
1427         * Makeconfig (module-cppflags): Exclude all .v.i files.
1428         (skip-module-cppflags): Variable removed.
1430         * configure.ac (libc_config_ok): Initialize before reading
1431         preconfigure scripts, not after.
1432         * configure: Regenerated.
1434         * test-skeleton.c (TIMEOUT): Move #define to top level.
1435         (main): Grok environment variable TEST_DIRECT.  If set, print
1436         test expectation details into that file and then behave as if
1437         given --direct.
1439 2015-04-09  Florian Weimer  <fweimer@redhat.com>
1441         * malloc/tst-scratch_buffer.c (do_test): Suppress truncation
1442         warning on 32-bit.
1444 2015-04-08  David S. Miller  <davem@davemloft.net>
1446         * sysdeps/sparc/fpu/libm-test-ulps: Update.
1448 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
1450         * math/auto-libm-test-in: Add more tests of atanh.
1451         * math/auto-libm-test-out: Regenerated.
1452         * sysdeps/i386/fpu/libm-test-ulps: Update.
1453         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1455         * math/auto-libm-test-in: Add more tests of atan.
1456         * math/auto-libm-test-out: Regenerated.
1457         * sysdeps/i386/fpu/libm-test-ulps: Update.
1458         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1460 2015-04-08  Florian Weimer  <fweimer@redhat.com>
1462         * elf/pldd.c (main): Rewrite to use struct
1463         scratch_buffer instead of extend_alloca.
1464         * elf/pldd-xx.c (find_maps): Likewise.
1465         * grp/initgroups.c: Include <scratch_buffer.h> instead of
1466         <alloca.h>.
1467         * grp/compat-initgroups.c (compat_call): Rewrite to use struct
1468         scratch_buffer instead of extend_alloca.
1469         * nscd/initgrcache.c: Include <scratch_buffer.h>, now needed by
1470         grp/compat-initgroups.c.
1471         * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
1472         Rewrite to use struct scratch_buffer instead of extend_alloca.
1473         * inet/getnameinfo.c (nrl_domainname, getnameinfo): Likewise.
1474         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
1476 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
1478         * math/auto-libm-test-in: Add more tests of cbrt.
1479         * math/auto-libm-test-out: Regenerated.
1480         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
1482         * math/auto-libm-test-in: Add more tests of cabs.
1483         * math/auto-libm-test-out: Regenerated.
1484         * sysdeps/i386/fpu/libm-test-ulps: Update.
1485         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1487         [BZ #18210]
1488         [BZ #18211]
1489         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <fenv.h>.
1490         (__ieee754_atan2): Set FE_TONEAREST mode for internal
1491         computations.
1492         * math/auto-libm-test-in: Add more tests of atan2, carg, clog and
1493         clog10.
1494         * math/auto-libm-test-out: Regenerated.
1495         * sysdeps/i386/fpu/libm-test-ulps: Update.
1496         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1498         [BZ #18197]
1499         * sysdeps/ieee754/dbl-64/s_atan.c: Include <fenv.h>.
1500         (atan): Set FE_TONEAREST mode for internal computations.
1501         * math/auto-libm-test-in: Add more tests of atan.
1502         * math/auto-libm-test-out: Regenerated.
1504 2015-04-07  James Cowgill  <james410@cowgill.org.uk>
1506         [BZ #17930]
1507         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.
1509 2015-04-07  Florian Weimer  <fweimer@redhat.com>
1511         * malloc/scratch_buffer_grow_preserve.c: Include <string.h>
1513 2015-04-07  Florian Weimer  <fweimer@redhat.com>
1515         * include/scratch_buffer.h: New file.
1516         * malloc/scratch_buffer_grow.c: Likewise.
1517         * malloc/scratch_buffer_grow_preserve.c: Likewise.
1518         * malloc/scratch_buffer_set_array_size.c: Likewise.
1519         * malloc/tst-scratch_buffer.c: Likewise.
1520         * malloc/Makefile (routines): Add scratch_buffer_grow.
1521         (tests): Add test case.
1522         * malloc/Versions (GLIBC_PRIVATE): Export
1523         __libc_scratch_buffer_grow, __libc_scratch_buffer_grow_preserve,
1524         __libc_scratch_buffer_set_array_size.
1526 2015-04-06  Richard Henderson  <rth@redhat.com>
1528         * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
1529         * sysdeps/alpha/fpu/libm-test-ulps: Update.
1531         * math/test-fenvinline.c (feenable_test): Cast fe_exc to
1532         unsigned int before printing.
1534 2015-04-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1536         [BZ #17596]
1537         * wcsmbs/mbrtowc.c (__mbrtowc): Add check for n=0.
1538         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
1540 2015-04-02  Florian Weimer  <fweimer@redhat.com>
1542         * include/libc-internal.h (libc_max_align_t): Define.
1544 2015-04-02  Andreas Schwab  <schwab@suse.de>
1546         [BZ #16850]
1547         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h: New file.
1549 2015-04-02  Mel Gorman  <mgorman@suse.de>
1551         [BZ #17195]
1552         * malloc/arena.c (free): Apply trim threshold to per-thread heaps
1553         as well as the main arena.
1555 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
1557         [BZ #18185]
1558         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Limit threads
1559         sharing L2 cache to 2 for Silvermont/Knights Landing.
1561 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
1563         [BZ #17711]
1564         * config.make.in (have-protected-data): New.
1565         * configure.ac: Check linker support for protected data symbol.
1566         * configure: Regenerated.
1567         * elf/Makefile (modules-names): Add tst-protected1moda and
1568         tst-protected1modb if $(have-protected-data) is yes.
1569         (tests): Add tst-protected1a and tst-protected1b if
1570         $(have-protected-data) is yes.
1571         ($(objpfx)tst-protected1a): New.
1572         ($(objpfx)tst-protected1b): Likewise.
1573         (tst-protected1modb.so-no-z-defs): Likewise.
1574         * elf/tst-protected1a.c: New file.
1575         * elf/tst-protected1b.c: Likewise.
1576         * elf/tst-protected1mod.h: Likewise.
1577         * elf/tst-protected1moda.c: Likewise.
1578         * elf/tst-protected1modb.c: Likewise.
1580 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
1582         [BZ #17711]
1583         * elf/dl-lookup.c (do_lookup_x): When UNDEF_MAP is NULL, which
1584         indicates it is called from do_lookup_x on relocation against
1585         protected data, skip the data definion in the executable from
1586         copy reloc.
1587         (_dl_lookup_symbol_x): Pass ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA,
1588         instead of ELF_RTYPE_CLASS_PLT, to do_lookup_x for
1589         EXTERN_PROTECTED_DATA relocation against STT_OBJECT symbol.
1590         * sysdeps/generic/ldsodefs.h * (ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA):
1591         New.  Defined to 4 if DL_EXTERN_PROTECTED_DATA is defined,
1592         otherwise to 0.
1593         * sysdeps/i386/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
1594         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Set class
1595         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_386_GLOB_DAT.
1596         * sysdeps/x86_64/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
1597         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Set class
1598         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_X86_64_GLOB_DAT.
1600 2015-03-28  Martin Galvan  <martin.galvan@tallertechnologies.com>
1602         * sysdeps/nptl/pthread.h: Remove duplicate definition of
1603         PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP.
1605 2015-03-27  Martin Galvan  <martin.galvan@tallertechnologies.com>
1607         * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
1608         THREAD_SETMEM_NC.
1609         * sysdeps/x86_64/nptl/tls.h: Ditto.
1611 2015-03-27  Roland McGrath  <roland@hack.frob.com>
1613         * dlfcn/tststatic.c (main): Converted to ...
1614         (do_test): ... this.
1615         (TEST_FUNCTION): New macro.
1616         Include test-skeleton.c.
1618 2015-03-26  Alan Modra  <amodra@gmail.com>
1620         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
1621         Don't segfault if ifunc resolver returns a NULL.  Do set plt to
1622         zero for undefined weak.
1623         (elf_machine_plt_conflict): Similarly.
1625 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
1627         * math/auto-libm-test-in: Add more tests of acosh, asinh and
1628         atanh.
1629         * math/auto-libm-test-out: Regenerated.
1630         * sysdeps/i386/fpu/libm-test-ulps: Update.
1631         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1633         * math/auto-libm-test-in: Add another test of asin.
1634         * math/auto-libm-test-out: Regenerated.
1635         * sysdeps/i386/fpu/libm-test-ulps: Update.
1636         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1638         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
1639         Remove macro.
1640         (LLL_EBX_REG): Likewise.
1641         (LLL_ENTER_KERNEL): Likewise.
1643         * math/auto-libm-test-in: Add more tests of asin.
1644         * math/auto-libm-test-out: Regenerated.
1645         * sysdeps/i386/fpu/libm-test-ulps: Update.
1646         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1648         [BZ #18138]
1649         * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
1650         libc_do_syscall_args): New structure.
1651         (INTERNAL_SYSCALL_MAIN_0): New macro.
1652         (INTERNAL_SYSCALL_MAIN_1): Likewise.
1653         (INTERNAL_SYSCALL_MAIN_2): Likewise.
1654         (INTERNAL_SYSCALL_MAIN_3): Likewise.
1655         (INTERNAL_SYSCALL_MAIN_4): Likewise.
1656         (INTERNAL_SYSCALL_MAIN_5): Likewise.
1657         (INTERNAL_SYSCALL_MAIN_6): Likewise.  Call __libc_do_syscall.
1658         (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
1659         Replace conditional definitions by conditional definitions of ....
1660         (INTERNAL_SYSCALL_MAIN_INLINE): ... this.  New macro.
1661         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
1662         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
1663         (libpthread-sysdep_routines): Add libc-do-syscall.
1664         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
1665         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
1666         to __NR_futex not 240.
1668 2015-03-25  Alan Modra  <amodra@gmail.com>
1670         * NEWS: Advertise TLS optimization.
1671         * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
1672         (DT_PPC_NUM): Increment.
1673         * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
1674         (CHECK_STATIC_TLS): Use here.
1675         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
1676         TLS descriptors.
1677         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
1678         * sysdeps/powerpc/dl-tls.c: New file.
1679         * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
1680         * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
1681         * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
1682         Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
1683         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
1684         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
1685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
1687 2015-03-25  Alan Modra  <amodra@gmail.com>
1689         * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
1690         for overlapping .opd entries" to "support...".
1691         * sysdeps/powerpc/powerpc64/configure: Regenerate
1693 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
1695         * math/auto-libm-test-in: Add more tests of acos.
1696         * math/auto-libm-test-out: Regenerated.
1697         * sysdeps/i386/fpu/libm-test-ulps: Update.
1698         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1700         * math/auto-libm-test-in: Add more tests of expm1.
1701         * math/auto-libm-test-out: Regenerated.
1702         * sysdeps/i386/fpu/libm-test-ulps: Update.
1703         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1705 2015-03-24  Joseph Myers  <joseph@codesourcery.com>
1707         * math/auto-libm-test-in: Add more tests of cosh and sinh.
1708         * math/auto-libm-test-out: Regenerated.
1709         * sysdeps/i386/fpu/libm-test-ulps: Update.
1710         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1712         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
1713         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1715         * math/auto-libm-test-in: Add more tests of log2.
1716         * math/auto-libm-test-out: Regenerated.
1717         * sysdeps/i386/fpu/libm-test-ulps: Update.
1718         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1720 2015-03-23  Roland McGrath  <roland@hack.frob.com>
1722         * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
1723         inside [F_GETFL].  Remove POSIX_MODE local variable, just test the
1724         _IO_IS_APPENDING bit in READ_WRITE instead.
1726 2015-03-23  Florian Weimer  <fweimer@redhat.com>
1728         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
1729         (__determine_cpumask_size): Replace extend_alloca with a
1730         variable-length array.  Do not treat res == 0 as an error.
1732 2015-03-23  Florian Weimer  <fweimer@redhat.com>
1734         [BZ #18100]
1735         * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
1736         and integer overflow.
1737         * posix/wordexp-test.c (test_case): Add divide-by-zero test.
1738         (main): Add integer overflow tests.
1739         * manual/pattern.texi (Calling Wordexp): Document additional use
1740         for WRDE_SYNTAX.
1742 2015-03-23  Alan Modra  <amodra@gmail.com>
1744         * config.h.in: Remove HAVE_ASM_PPC_REL16.
1745         * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
1746         and false branch of conditional.
1747         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
1748         Likewise.
1750 2015-03-21  Samuel Thibault  <samuel.thibault@ens-lyon.org
1752         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
1753         libc-modules.h
1754         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
1755         unused declaration of _hurd_intr_rpc_msg_in_trap.
1756         * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
1757         defined instead of whether it is non-zero.
1758         * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
1759         input constraint instead of both input and output constraint.  Use ecx
1760         clobber instead of %ecx.
1761         * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
1762         mutex_unlock): Use a statement expression instead of an expression list.
1763         * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
1764         type to vm_size_t instead of vm_address_t.
1765         * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
1766         defined instead of whether it is non-zero.
1767         * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
1768         * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
1769         * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
1770         comparisons with mapaddr.
1771         * nscd/nscd-client.h: Include <time.h>.
1772         * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
1773         9th parameter to __vm_region instead of int.
1774         * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
1775         * scripts/check-local-headers.sh (exclude): Add device/,
1776         hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
1777         cthreads.h.
1779 2015-03-19  Roland McGrath  <roland@hack.frob.com>
1781         * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
1782         to account for alignment padding.
1783         * sysdeps/arm/memmove.S: Likewise.
1785 2015-03-19  Chris Metcalf  <cmetcalf@ezchip.com>
1787         * sysdeps/unix/sysv/linux/generic/README: New file.
1789 2015-03-18  Joseph Myers  <joseph@codesourcery.com>
1791         [BZ #18138]
1792         * nptl/sem_waitcommon.c: Include <kernel-features.h>.
1793         (futex_abstimed_wait)
1794         [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
1795         Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
1796         of lll_futex_timed_wait.
1798 2015-03-18  Brad Hubbard  <bhubbard@redhat.com>
1800         [BZ #17542]
1801         * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
1803 2015-03-17  Alexandre Oliva <aoliva@redhat.com>
1805         [BZ #17090]
1806         [BZ #17620]
1807         [BZ #17621]
1808         [BZ #17628]
1809         * NEWS: Update.
1810         * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
1811         entries with Static TLS too.  Skip entries past the end of the
1812         allocated DTV, from Alan Modra.
1813         (tls_get_addr_tail): Update to glibc_likely/unlikely.  Move
1814         Static TLS DTV entry set up from...
1815         (_dl_allocate_tls_init): ... here (fix modid assertion), ...
1816         * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
1817         * nptl/allocatestack.c (init_one_static_tls): ... and here...
1818         * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
1819         for Static TLS.
1820         * elf/tlsdeschtab.h (map_generation): Return size_t.  Check
1821         that the slot we find is associated with the given map before
1822         using its generation count.
1823         * nptl_db/db_info.c: Include ldsodefs.h.
1824         (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
1825         * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
1826         (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
1827         (link_map::l_tls_offset): New struct field.
1828         (dtv_t::counter): Likewise.
1829         (rtld_global): New struct.
1830         (_rtld_global): New rtld variable.
1831         (dl_tls_dtv_slotinfo_list): New rtld global field.
1832         (dtv_slotinfo_list): New struct.
1833         (dtv_slotinfo): Likewise.
1834         * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
1835         (td_lookup): Rename to...
1836         (td_mod_lookup): ... this.  Use new mod parameter instead of
1837         LIBPTHREAD_SO.
1838         * nptl_db/td_thr_tlsbase.c: Include link.h.
1839         (dtv_slotinfo_list, dtv_slotinfo): New functions.
1840         (td_thr_tlsbase): Check DTV generation.  Compute Static TLS
1841         addresses even if the DTV is out of date or missing them.
1842         * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
1843         index zero-length arrays.
1844         * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
1845         (td_lookup): Make it a macro implemented in terms of...
1846         (td_mod_lookup): ... this declaration.
1847         * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
1848         (DB_MAIN_VARIABLE): Likewise.
1850 2015-03-16  H.J. Lu  <hongjiu.lu@intel.com>
1852         [BZ #18134]
1853         * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
1855 2015-03-15  Paul Eggert  <eggert@cs.ucla.edu>
1857         * stdlib/setenv.c (__add_to_environ): Revert previous change.
1859 2015-03-14  Andreas Schwab  <schwab@linux-m68k.org>
1861         [BZ #18128]
1862         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
1863         (atomic_add, atomic_increment_and_test)
1864         (atomic_decrement_and_test): Fix 64-bit arithmetic.
1866 2015-03-13  Paul Eggert  <eggert@cs.ucla.edu>
1868         * stdlib/setenv.c (__add_to_environ):
1869         Dump core quickly if setenv (..., NULL, ...) is called.
1871 2015-03-13  Roland McGrath  <roland@hack.frob.com>
1873         * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
1874         (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
1875         all the necessary asm magic in one place.
1876         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
1877         using those.
1879 2015-03-13  Carlos O'Donell  <carlos@redhat.com>
1881         [BZ #14906]
1882         * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
1883         traced file mtime. Use consistent log message.
1884         * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
1885         (register_traced_file): Call install_watches. Always set mtime.
1886         (invalidate_cache): Iterate over all trace files. Call install_watches.
1887         (inotify_check_files): Don't inline. Handle watching parent
1888         directories and configuration file movement in and out.
1889         (handle_inotify_events): New function.
1890         (main_loop_poll): Call handle_inotify_events.
1891         (main_loop_epoll): Likewise.
1892         * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
1893         (struct traced_file): Use array of inotify fds. Add parent directory,
1894         and basename.
1895         (struct database_dyn): Remove unused file_mtime.
1896         (init_traced_file): New inline function.
1897         (define_traced_file): New macro.
1898         * nss/nss_db/db-init.c: Use define_traced_file.
1899         (_nss_db_init): Use init_traced_file.
1900         * nss/nss_files/files-init.c: Use define_traced_file.
1901         (_nss_files_init): Use init_traced_file.
1903 2015-03-12  Joseph Myers  <joseph@codesourcery.com>
1905         * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
1906         [_LIBC]: Do not include <stdlib.h>.
1907         [!_LIBC] (abort): Remove declaration.
1908         * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
1909         _FP_STATIC_ASSERT instead of conditionally calling abort.
1910         * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
1911         (_FP_EXTEND_CNAN): Likewise.
1912         (FP_TRUNC): Likewise.
1913         (__FP_CLZ): Likewise.
1914         * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
1916 2015-03-12  Yaakov Selkowitz  <yselkowi@redhat.com>
1918         * manual/string.texi (XPG basename): Fix prototype.
1920 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
1922         [BZ #18080]
1923         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
1924         (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
1925         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
1926         (__setcontext): Likewise.
1927         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
1928         (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
1929         Call rt_sigprocmask syscall one time to set new signal mask
1930         and retrieve the current signal mask instead of two calls.
1931         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
1932         (__swapcontext): Likewise.
1933         * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
1934         * stdlib/tst-setcontext2.c: New file.
1936 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
1938         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
1940 2015-03-11  Aurelien Jarno  <aurelien@aurel32.net>
1942         [BZ #18093]
1943         * elf/cache.c (load_aux_cache): Regenerate the cache if it has
1944         the wrong size.
1946 2015-03-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
1948         [BZ #18043]
1949         * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
1951 2015-03-11  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1953         * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
1954         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
1955         Remove define.
1956         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
1957         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
1958         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
1959         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
1960         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
1961         * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
1962         define.
1963         * nptl_db/td_symbol_list.c (td_lookup): Remove
1964         HAVE_ASM_GLOBAL_DOT_NAME code.
1965         * sysdeps/powerpc/powerpc64/configure.ac: Remove
1966         HAVE_ASM_GLOBAL_DOT_NAME check.
1967         * sysdeps/powerpc/powerpc64/configure: Regenerate.
1968         * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
1969         (DOT_LABEL): Remove define.
1970         [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
1971         [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
1972         [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
1973         * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
1974         (__TLS_GET_ADDR): Likewise.
1975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
1976         [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
1978 2015-03-11  Carlos O'Donell  <carlos@redhat.com>
1980         [BZ #18111]
1981         * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
1982         (_FPU_SETCW): Initialize cw from fpsr before storing.
1983         * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
1984         (fesetexceptflag): Rewrite using fpu_control.h.
1985         * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
1987 2015-03-11  John David Anglin  <danglin@gcc.gnu.org>
1989         [BZ #18110]
1990         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
1991         asms.
1992         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
1994 2015-03-11  Joseph Myers  <joseph@codesourcery.com>
1996         * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
1997         * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
1998         abort.
1999         (_FP_FMA): Likewise.
2000         (_FP_DIV): Likewise.
2002 2015-03-10  Roland McGrath  <roland@hack.frob.com>
2004         * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
2005         with 0 in that case.
2006         * Makefile (summarize-tests): New canned sequence, factored out of
2007         commands for targets tests and xtests.  Display summary lines that
2008         don't start with PASS: or XFAIL: rather than ones that do start with
2009         ERROR: or FAIL:.  Make the commands fail if any summary lines fail
2010         to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
2011         do start with ERROR: or FAIL:.
2012         * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
2013         (except for [$(build-shared) = yes]).
2014         (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
2015         (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
2016         ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
2017         * nptl/Makefile: Revert 2015-03-04 changes.
2018         [$(CXX) empty] (tests-unsupported): New variable.
2019         * debug/Makefile: Likewise.
2021         * posix/regcomp.c: Fix comment typos and formatting to harmonize with
2022         gnulib file.  Replace __attribute with __attribute__ throughout.
2024 2015-03-10  Carlos O'Donell  <carlos@redhat.com>
2026         * sysdeps/hppa/fpu/libm-test-ulps: Update.
2028 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
2030         [BZ #18104]
2031         * math/auto-libm-test-in: Add another test of pow.
2032         * math/auto-libm-test-out: Regenerated.
2034 2015-03-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2036         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
2037         $(config-cflags-nofma).
2039 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
2041         * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
2042         * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
2043         * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
2044         * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
2045         * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
2046         * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
2047         * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
2048         * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
2049         * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
2050         * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
2051         Add comment on closing #endif.
2053 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
2055         * posix/wordexp.c (CHAR_IN_SET): New macro.
2056         (parse_param): Use it.
2058 2015-03-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2060         * sysdeps/powerpc/fpu/libm-test-ulps: update.
2062 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
2064         [BZ #18043]
2065         * posix/wordexp.c (parse_param): Fix buffer overflow.
2066         * posix/wordexp-test.c (test_case): Add test case.
2068 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
2070         [BZ #18042]
2071         * posix/wordexp.c (parse_backtick): Fix off-by-one.
2072         * posix/wordexp-test.c (test_case): Add test for BZ #18042.
2074 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
2076         [BZ #18043]
2077         * posix/wordexp-test.c (test_case): Add test for BZ #18043
2078         (do_bz18043): Delete.
2079         (at_page_end): New.
2080         (testit): Refactor to have words at the edge of unreadable page.
2082 2015-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
2084         [BZ #16734]
2085         * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
2086         Cleanup read-only streams as well.
2087         (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
2089 2015-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2091         * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
2092         <bits/libc-lockP.h>
2094 2015-03-07  Joseph Myers  <joseph@codesourcery.com>
2096         * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro.  Define depending
2097         on [__KERNEL__].
2098         * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
2099         * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
2100         * soft-fp/op-common.h (_FP_DECL): Likewise.
2102 2015-03-06  H.J. Lu  <hongjiu.lu@intel.com>
2104         * elf/ifuncdep2.c (global): Replace
2105         __attribute__((visibility("protected"))) with
2106         asm (".protected global").
2107         * elf/ifuncmod1.c (global): Likewise.
2108         * elf/ifuncmod5.c (global): Likewise.
2110 2015-03-06  Joseph Myers  <joseph@codesourcery.com>
2112         * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
2113         <asm/sfp-machine.h> instead of <sfp-machine.h>.
2115 2015-03-06  Roland McGrath  <roland@hack.frob.com>
2117         * manual/install.texi (Configuring and compiling):
2118         Document test-wrapper-env-only.
2119         * INSTALL: Regenerated.
2121 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
2123         [BZ #18043]
2124         * posix/wordexp.c (parse_param): Fix buffer overflow.
2125         * posix/wordexp-test.c (do_bz18043): Add test case.
2127 2015-03-06  Vincent Bernat  <vincent@bernat.im>
2129         * time/tst-strptime2.c (do_test): Ensure failing tests are
2130         reported correctly.
2131         * time/tst-strptime3.c (do_test): Likewise.
2133 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
2135         Fix aio_error thread-safety.
2136         * sysdeps/pthread/aio_error.c: New file
2137         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
2138         synchronization.
2140 2015-03-06  Florian Weimer  <fweimer@redhat.com>
2142         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
2143         (group_number, vfprintf): Use it.
2144         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
2145         (JUMP, REF): Use it.
2146         (WORK_BUFFER_SIZE): New enum constant.
2147         (process_arg, vfprintf): Use it.
2149 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
2151         * manual/errno.texi (Error Messages): Complete example function
2152         by adding missing #define.
2153         (program_invocation_name): Add statement indicating GNU
2154         extension and reference which header file declares the variable.
2155         (program_invocation_short_name): Likewise.
2157 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
2159         * manual/errno.texi (Error Messages): Delete strerror ISO C89
2160         compatibility note.
2162 2015-03-05  Roland McGrath  <roland@hack.frob.com>
2164         * Makeconfig (test-wrapper-env-only): New variable.
2165         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
2166         then use that with $(test-wrapper-env-only) rather than using
2167         $(test-wrapper-env) $(run-program-env) $($*-ENV).
2169 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
2171         [BZ #18082]
2172         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
2173         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
2174         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
2175         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
2176         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
2177         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
2178         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
2179         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
2180         Likewise.
2181         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
2182         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
2183         Likewise.
2184         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
2185         Likewise.
2186         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
2187         Likewise.
2188         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
2189         Likewise.
2190         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
2191         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
2192         Likewise.
2193         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
2194         Likewise.
2195         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
2196         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
2198 2015-03-04  Roland McGrath  <roland@hack.frob.com>
2200         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
2201         (ETH_ALEN): New macro.
2202         (struct ether_addr): Use it for length of ether_addr_octet.
2204         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
2205         (setdb): Don't call __nss_configure_lookup for "rpc".
2206         (do_test): Don't call test_rpc.
2207         (output_rpcent, test_rpc): Functions moved ...
2208         * sunrpc/test-rpcent.c: ... to this new file.
2209         * sunrpc/Makefile (tests): Add it.
2211         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
2212         __xpg_sigpause.
2213         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
2214         * nptl/tst-signal6.c: Likewise.
2215         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
2216         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
2218         * configure.ac (libc_cv_cxx_link_ok): New check.
2219         Reset CXX to empty if it fails to link.
2220         * configure: Regenerated.
2221         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
2222         bug-atexit3-lib only if $(CXX) is nonempty.
2223         * nptl/Makefile (tests): Likewise for tst-cancel24.
2224         (tests, tests-static): Likewise for tst-cancel24-static.
2225         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
2226         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
2227         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
2228         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
2230 2015-03-04  Andreas Schwab  <schwab@suse.de>
2232         [BZ #17631]
2233         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
2234         for non-GCC compilers.
2235         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
2236         Likewise.
2238 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2240         [BZ #17776]
2241         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
2242         integer before bitwise and assembly operations.
2243         (feclearexcept): Likewise.
2244         * math/test-fenvinline.c: New file.
2245         * math/Makefile: Add test-fenvinline test.
2247 2015-03-03  Alan Modra  <amodra@gmail.com>
2249         [BZ #16512]
2250         * scripts/localplt.awk: Strip off symbol version.
2251         * NEWS: Mention bug fix.
2253 2015-03-02  Roland McGrath  <roland@hack.frob.com>
2255         * sysdeps/pthread/timer_routines.c
2256         (timer_free_list, thread_free_list, thread_active_list): Make static.
2258 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
2260         [BZ #17779]
2261         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
2262         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
2263         Undefine.
2264         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
2265         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
2266         Likewise.
2267         * sysdeps/unix/sysv/linux/sh/kernel-features.h
2268         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
2269         Likewise.
2271 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
2273         [BZ #18036]
2274         * posix/fnmatch_loop.c (END): Detect invalid pattern.
2275         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
2277 2015-03-02  Andreas Schwab  <schwab@suse.de>
2279         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
2280         variable name.
2282 2015-03-02  Florian Weimer  <fweimer@redhat.com>
2284         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
2285         Return error status.
2287 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
2289         [BZ #15969]
2290         * locale/findlocale.c (_nl_find_locale): Introduce const
2291         version of loc_name and drop unsafe type casts.
2293 2015-02-27  Roland McGrath  <roland@hack.frob.com>
2295         * dlfcn/tststatic2.c (main): Converted to ...
2296         (do_test): ... this.
2297         (TEST_FUNCTION): New macro.
2298         Include test-skeleton.c.
2300 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
2302         [BZ #17711]
2303         * elf/Makefile (tests): Add vismain only if PIE is enabled.
2304         (tests-pie): Add vismain.
2305         (CFLAGS-vismain.c): New.
2306         * elf/vismain.c: Add comments for PIE requirement.
2308 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
2310         [BZ #18046]
2311         [BZ #18047]
2312         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
2313         0x1p-56L as threshold for just returning the argument.
2314         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
2315         0x1p-32L as threshold for just returning the argument.
2316         * math/auto-libm-test-in: Add more tests of atanh.
2317         * math/auto-libm-test-out: Regenerated.
2318         * sysdeps/i386/fpu/libm-test-ulps: Update.
2319         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
2321 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
2323         * string/bcopy.c (bcopy): Call memmove for performance.
2325 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
2327         * string/bzero.c (__bzero): Call memset for performance.
2329 2015-02-27  John David Anglin  <dave.anglin@bell.net>
2331         [BZ #18068]
2332         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
2333         to 00100000.
2335 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
2337         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
2339 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
2341         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
2342         (__kernel_standard): Use CSTR macro when setting exc.name.
2343         * sysdeps/ieee754/Makefile [$(subdir) = math]
2344         (CFLAGS-k_standard.c): Remove variable.
2346         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
2347         setting p and q from "else if" to "else".
2348         (qzero): Likewise.
2349         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
2350         (qone): Likewise.
2351         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
2352         (qzerof): Likewise.
2353         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
2354         (qonef): Likewise.
2355         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
2356         (qzero): Likewise.
2357         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
2358         (qone): Likewise.
2360         [BZ #18038]
2361         [BZ #18039]
2362         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
2363         return pi/2 for arguments below 0x1p-113L.
2364         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
2365         return pi/2 for arguments below 0x1p-106L.
2366         * math/auto-libm-test-in: Add more tests of acos.
2367         * math/auto-libm-test-out: Regenerated.
2369         [BZ #16351]
2370         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
2371         (MO): New macro.
2372         (__ieee754_asin): Force underflow exception for results with small
2373         absolute value.
2374         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
2375         (MO): New macro.
2376         (__ieee754_asinf): Force underflow exception for results with
2377         small absolute value.
2378         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
2379         (__ieee754_asin): Force underflow exception for results with small
2380         absolute value.
2381         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
2382         (__ieee754_asinf): Force underflow exception for results with
2383         small absolute value.
2384         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
2385         (__ieee754_asinl): Force underflow exception for results with
2386         small absolute value.
2387         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
2388         (__ieee754_asinl): Force underflow exception for results with
2389         small absolute value.
2390         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
2391         (__ieee754_asinl): Force underflow exception for results with
2392         small absolute value.
2393         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
2394         Include <math.h>.
2395         * math/auto-libm-test-in: Do not mark underflow exceptions as
2396         possibly missing for bug 16351.
2397         * math/auto-libm-test-out: Regenerated.
2399         [BZ #18030]
2400         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
2401         of power of 2 down when low part has opposite sign.
2402         * math/libm-test.inc (logb_test_data): Add more tests.
2404 2015-02-26  Andreas Schwab  <schwab@suse.de>
2406         [BZ #18032]
2407         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
2408         over collating symbol inside a bracket expression.  Minor cleanup.
2409         * posix/tst-fnmatch3.c (do_test): Add test case.
2411 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
2413         [BZ #18029]
2414         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
2415         Adjust exponent of power of 2 down when low part has opposite
2416         sign.
2417         * math/libm-test.inc (ilogb_test_data): Add more tests.
2419 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
2421         [BZ #15969]
2422         * locale/findlocale.c (_nl_find_locale): Fix constness error in
2423         the previous change.
2425         [BZ #15969]
2426         * locale/findlocale.c (_nl_find_locale): Retry archive search
2427         after alias expansion.
2429 2015-02-25  Roland McGrath  <roland@hack.frob.com>
2431         * iconv/tst-iconv3.c (main): Converted to ...
2432         (do_test): ... this.
2433         (TEST_FUNCTION): New macro.
2434         Include test-skeleton.c.
2436         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
2437         (convert): Make function static.
2438         (test_unalign): Likewise.  Add const to argument pointee types.
2439         (main): Replace with static function do_test.
2440         Print "Succeeded." only if RET is zero.
2441         (TEST_FUNCTION): New macro.
2442         Include test-skeleton.c.
2444         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
2445         returns a null pointer.
2447 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2449         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
2450         to __memcpy_ppc only for static builds.
2452 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
2454         [BZ #18020]
2455         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
2456         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
2457         * math/auto-libm-test-in: Add more tests of asinh.
2458         * math/auto-libm-test-out: Regenerated.
2459         * sysdeps/i386/fpu/libm-test-ulps: Update.
2460         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2462 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
2464         [BZ #15850]
2465         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
2466         and ip6_mtuinfo definitions here.
2467         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
2468         in this define too.  Update comment.
2470 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
2472         * elf/sprof.c (load_shobj): Tweak error message to match others.
2474 2015-02-24  Kevin Easton  <kevin@guarana.org>
2476         [BZ #16145] (partial fix)
2477         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
2478         to reduce lock contention.
2480 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
2482         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
2483         (struct timex): Update time comment.
2484         (ADJ_SETOFFSET): Define.
2486 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
2488         [BZ #18019]
2489         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
2490         2**56 not 2**28 as threshold for log (2x) formula.
2491         * math/auto-libm-test-in: Add more tests of acosh.
2492         * math/auto-libm-test-out: Regenerated.
2493         * sysdeps/i386/fpu/libm-test-ulps: Update.
2494         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2496 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
2498         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
2499         parenthesis around the buf assignment.
2500         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
2502 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
2504         [BZ #16783]
2505         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
2506         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
2507         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
2508         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
2509         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
2510         * math/libm-test.inc (scalb_test_data): Add more tests.
2512 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
2514         [BZ #17916]
2515         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
2516         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
2518 2015-02-24  Eric Rannaud  <e@nanocritical.com>
2520         [BZ #17523]
2521         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
2522         * io/bits/fcntl2.h (open): Use it.
2523         (openat): Likewise.
2524         * io/open.c (__libc_open): Likewise.
2525         * io/open64.c (__libc_open64): Likewise.
2526         * io/open64_2.c (__open64_2): Likewise.
2527         * io/open_2.c (__open_2): Likewise.
2528         * io/openat.c (__openat): Likewise.
2529         * io/openat64.c (__openat64): Likewise.
2530         * io/openat64_2.c (__openat64_2): Likewise.
2531         * io/openat_2.c (__openat_2): Likewise.
2532         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
2533         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
2534         * sysdeps/posix/open64.c (__libc_open64): Likewise.
2535         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
2536         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
2537         (__open_nocancel): Likewise.
2538         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
2539         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
2540         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
2542 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2544         [BZ #14841]
2545         * resolv/gethnamaddr.c (getanswer): Skip logging if
2546         RES_USE_DNSSEC is set.
2547         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
2549 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
2551         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
2553 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
2555         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
2556         201304L, for Unicode 7.
2558 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
2560         [BZ #17836]
2561         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
2562         shared library.  Add gmon-start.os otherwise.
2563         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
2564         $(objpfx)gmon-start.os if builing shared library.
2565         ($(objpfx)g$(static-start-installed-name)): Likewise.
2567 2015-02-23  Andreas Schwab  <schwab@suse.de>
2569         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
2571 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
2573         [BZ #17269]
2574         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
2575         (enlarge_userbuf): Likewise.
2577 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
2579         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
2580         * math/atest-exp.c (TIMEOUT): Adjust to 200.
2581         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
2582         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
2584 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
2586         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
2587         expression inside statement expression.
2589 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
2591         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
2592         <sysdeps/nptl/lowlevellock.h> and remove macros and
2593         functions that are now defined there.
2594         (SYS_futex): Remove.
2595         (lll_compare_and_swap): Remove.
2596         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
2598 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
2600         [BZ #17999]
2601         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
2602         instead of scandirat.
2603         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
2604         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
2605         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
2606         __scandirat.
2607         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
2608         (__scandirat): Declare.  Use libc_hidden_proto.
2609         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
2610         Remove variable.
2611         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2613 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
2615         [BZ #15319]
2616         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
2617         (MO): New macro.
2618         (__ieee754_atan2): For results with small absolute value, force
2619         underflow exception and remove excess range and precision from
2620         return value.
2621         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
2622         (MO): New macro.
2623         (__ieee754_atan2f): For results with small absolute value, force
2624         underflow exception and remove excess range and precision from
2625         return value.
2626         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
2627         (MO): New macro.
2628         (__atan): For results with small absolute value, force underflow
2629         exception and remove excess range and precision from return value.
2630         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
2631         (MO): New macro.
2632         (__atanf): For results with small absolute value, force underflow
2633         exception and remove excess range and precision from return value.
2634         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
2635         <math.h>.
2636         (__ieee754_atan2): Force underflow exception for results with
2637         small absolute value.
2638         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
2639         <math_private.h>.
2640         (atan): Force underflow exception for results with small absolute
2641         value.
2642         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
2643         (__atanf): Force underflow exception for results with small
2644         absolute value.
2645         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
2646         <math.h>.
2647         (__atanl): Force underflow exception for results with small
2648         absolute value.
2649         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
2650         (__atanl): Force underflow exception for results with small
2651         absolute value.
2652         * sysdeps/x86/fpu/bits/mathinline.h
2653         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
2654         (__ieee754_atan2): Only define inline for long double.
2655         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
2656         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
2657         * math/auto-libm-test-in: Do not mark underflow exceptions as
2658         possibly missing for bug 15319.  Add more tests of atan2.
2659         * math/auto-libm-test-out: Regenerated.
2660         * math/libm-test.inc (casin_test_data): Do not mark underflow
2661         exceptions as possibly missing for bug 15319.
2662         (casinh_test_data): Likewise.
2663         * sysdeps/i386/fpu/libm-test-ulps: Update.
2665 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
2667         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
2668         * sysdeps/mips/bits/endian.h: Fix comments.
2670 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
2672         [BZ #17996]
2673         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
2674         (hdestroy_r): Likewise.
2675         (hsearch_r): Likewise.
2676         (__hcreate_r): Declare and use libc_hidden_proto.
2677         (__hdestroy_r): Likewise.
2678         (__hsearch_r): Likewise.
2679         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
2680         (hcreate): Call __hcreate_r instead of hcreate_r.
2681         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
2682         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
2683         as weak alias of __hcreate_r.
2684         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
2685         __hdestroy_r.
2686         (hsearch_r): Rename to __hsearch_r and define as weak alias of
2687         __hsearch_r.
2688         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
2689         Remove variable.
2690         (test-xfail-XPG4/search.h/linknamespace): Likewise.
2691         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2692         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2693         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2695 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
2697         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
2698         arena_lock into a single arena_get.
2700 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
2702         * dl-reloc.c: Inlucde libc-internal.h.
2703         (_dl_try_allocate_static_tls): Call ALIGN_UP.
2704         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
2705         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
2706         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
2707         (grow_heap): Likewise.
2708         * malloc/malloc.c: Include libc-internal.h.
2709         (do_check_malloc): Call powerof2.
2710         (sysmalloc): Use pagesize. Call ALIGN_UP.
2711         (systrim): Use pagesize.
2712         (mremap_chunk): Use pagesize. Call ALIGN_UP.
2713         (__libc_valloc): Use pagesize.
2714         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
2716 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
2718         [BZ #17991]
2719         * include/sys/resource.h (__getrlimit64): Declare.  Use
2720         libc_hidden_proto.
2721         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
2722         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
2723         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
2724         getrlimit64.
2725         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
2726         __getrlimit64.
2727         [!getrlimit64] (getrlimit64): Define as weak alias of
2728         __getrlimit64.  Use libc_hidden_weak.
2729         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
2730         using __getrlimit64 not __new_getrlimit64.
2731         (__GI_getrlimit64): Likewise.
2732         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
2733         Likewise.
2734         (__GI_getrlimit64): Likewise.
2735         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
2736         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
2737         (getrlimit): Add __getrlimit64 alias.
2738         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
2739         Likewise.
2740         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
2741         Remove variable.
2742         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2743         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2745 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
2747         * libio/fileops.c: Add missing sys/mman.h
2748         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
2750 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
2752         * manual/math.texi (Errors in Math Functions): Clarify goals
2753         regarding inexact and underflow exceptions.
2755 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
2757         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
2758         * sysdeps/mips/memset.S: Ditto.
2760 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
2762         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
2764 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
2766         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
2767         (__v1longjmp): Remove versioned symbol.
2768         (__v1siglongjmp): Remove alias and versioned symbol.
2769         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
2770         (__v2siglongjmp): Likewise.
2772 2015-02-16  Torvald Riegel  <triegel@redhat.com>
2774         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
2776 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
2778         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
2780 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
2782         [BZ #17987]
2783         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
2784         zero result does not depend on the sign resulting from
2785         subtraction.
2786         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
2787         Likewise.
2788         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
2789         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
2790         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
2791         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
2792         * math/libm-test.inc (remquo_test_data): Add more tests.
2794 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
2796         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
2797         Problem reported by J William Piggott.
2799 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
2801         [BZ #17978]
2802         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
2803         products 4 * y and 2 * y where those would overflow.
2804         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
2805         Likewise.
2806         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
2807         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
2808         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
2809         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
2810         * math/libm-test.inc (remquo_test_data): Add more tests.
2812         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
2814         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
2815         [defined _COMPILING_NEWLIB].
2816         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
2817         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
2819         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
2820         [!defined __mips_isa_rev || __mips_isa_rev < 6].
2822 2015-02-16  Torvald Riegel  <triegel@redhat.com>
2824         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
2825         acquired.
2827 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
2829         [BZ #17792]
2830         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
2831         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
2832         HOST_STACK_END_ADDR): Likewise.
2834 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
2836         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
2837         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
2838         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
2840 2015-02-13  Roland McGrath  <roland@hack.frob.com>
2842         * sysdeps/generic/c++-types.data: New file.
2843         * sysdeps/generic/ld.abilist: New file.
2844         * sysdeps/generic/libBrokenLocale.abilist: New file.
2845         * sysdeps/generic/libanl.abilist: New file.
2846         * sysdeps/generic/libc.abilist: New file.
2847         * sysdeps/generic/libcrypt.abilist: New file.
2848         * sysdeps/generic/libdl.abilist: New file.
2849         * sysdeps/generic/libm.abilist: New file.
2850         * sysdeps/generic/libpthread.abilist: New file.
2851         * sysdeps/generic/libresolv.abilist: New file.
2852         * sysdeps/generic/librt.abilist: New file.
2854 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
2856         [BZ #17569]
2857         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
2858         Compute absolute value of x as modified by fmod, not original
2859         value of x.
2860         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
2861         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
2862         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
2863         RUN_TEST_ffI_f1_mod8.
2864         (remquo_test_data): Add more tests.
2866 2015-02-13  Roland McGrath  <roland@hack.frob.com>
2868         * sysdeps/init_array/pt-crti.S: New file.
2870 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
2872         [BZ #17967]
2873         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
2874         __builtin_fmaf instead of relying on contraction of a * b + c.
2876 2015-02-12  J William Piggott  <elseifthen@gmx.com>
2878         [BZ #17969]
2879         * manual/time.texi: correct the zoneinfo path in the TZ Variable
2880         node.
2882 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
2884         [BZ #17964]
2885         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
2886         __builtin_fma instead of relying on contraction of a * b + c.
2888 2015-02-12  Roland McGrath  <roland@hack.frob.com>
2890         * Makeconfig (ASFLAGS): Add -Werror=undef.
2891         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
2892         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
2893         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
2895         * Makeconfig (after-link): New variable.
2896         (+link-pie, +link-pie-tests): Use it.
2897         (+link-static, +link-static-tests): Likewise.
2898         (+link, +link-tests): Likewise.
2899         * Makerules (build-module, build-module-asneeded): Likewise.
2900         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
2901         Likewise.
2902         * elf/Makefile ($(objpfx)ld.so): Likewise.
2904 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
2906         [BZ #17965]
2907         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
2908         both struct timeval and struct timespec.
2910 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
2912         [BZ #16560]
2913         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
2914         and redefine.
2915         (__ieee754_exp2l): Do not multiply small fractional parts by
2916         M_LN2l.
2917         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
2918         small argument.
2919         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
2920         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
2921         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
2922         * math/auto-libm-test-in: Add more tests of exp2.
2923         * math/auto-libm-test-out: Regenerated.
2925 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2927         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
2928         unaligned path.
2930 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2932         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
2933         little endian.
2935 2015-02-12  Andreas Schwab  <schwab@suse.de>
2937         [BZ #15790]
2938         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
2939         Filter out elision flags from value returned in kind.
2940         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
2941         * nptl/tst-pthread-mutexattr.c: New file.
2943 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2945         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
2946         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
2947         into gnu-gnu, and update comment to refer to abi-tags.
2949 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
2951         [BZ #15467]
2952         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
2953         (__sincos): Set errno to EDOM for infinite argument.
2954         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
2955         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
2956         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
2957         (__sincosl): Set errno to EDOM for infinite argument.
2958         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
2959         (__sincosl): Set errno to EDOM for infinite argument.
2960         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
2961         (__sincosl): Set errno to EDOM for infinite argument.
2962         * math/libm-test.inc (sincos_test_data): Test errno setting.
2964 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
2966         * string/strxfrm_l.c: Remove #define STRCMP.
2967         * string/strcoll_l.c: Remove #define STRLEN.
2968         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
2969         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
2971 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
2973         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
2974         * sysdeps/mips/mips32/sfp-machine.h: ... here.
2975         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
2976         * sysdeps/mips/mips64/Makefile: ... here.
2977         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
2978         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
2979         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
2980         * sysdeps/mips/mips64/sfp-machine.h: ... here.
2981         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
2982         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
2983         * sysdeps/mips/mips64/n64/Implies: Likewise.
2985 2015-02-10  Roland McGrath  <roland@hack.frob.com>
2987         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
2988         <sys/time.h>, <string.h>, and <errno.h>.
2989         (dest_offset, dest_address, value, zero): Remove unused variables.
2990         (ldouble): Remove typedef.
2991         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
2992         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
2993         1).  Fix code style.
2994         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
2995         (check): Function removed.
2996         (CHECK): New macro.
2997         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
2998         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
2999         Don't call set_sigaction_FP and remove_sigaction_FP here.
3000         (ldouble_test): Just use 'long double' as macro argument, no need for
3001         the 'ldouble' typedef.
3002         (do_test): Set up SIGFPE handler at start, using plain signal rather
3003         than sigaction.  Fix code style.
3005 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
3007         [BZ #17949]
3008         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
3009         jump label.
3011 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
3013         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
3014         * sysdeps/powerpc/powerpc32/configure: Regenerated.
3016         * sysdeps/powerpc/configure.ac: Remove file.
3017         * sysdeps/powerpc/configure: Likewise.
3019         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
3020         [sysdep_routines]: Remove wordcopy-power6 object.
3021         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
3022         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
3023         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
3024         (__memmove_ppc32): Likewise.
3025         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
3026         file.
3027         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
3028         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
3029         Remove preprocessor.
3031         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
3032         [sysdep_routines]: Remove wide chars objects.
3033         [wcsmbs]: New rule for wide char objects.
3035         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3036         Remove wordcopy-power6 obejct.
3037         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
3038         Use local call for wordcopy and memcpy symbols.
3039         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
3040         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
3041         implementation for loader.
3042         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
3044         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3045         Remove wordcopy-power7 object.
3046         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
3047         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
3048         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
3049         (_wordcopy_fwd_dest_aligned): Likewise.
3050         (_wordcopy_bwd_aligned): Likewise.
3051         (_wordcopy_bwd_dest_aligned): Likewise.
3053         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
3054         Rewrite to call __memmove_ppc instead of include default
3055         implementation.
3057         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3058         Remove wide chars objects.
3059         [wcsmbs]: New rule for wide char objects.
3061 2015-02-09  Andreas Schwab  <schwab@suse.de>
3063         [BZ #17912]
3064         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
3065         in terms of __O_DIRECTORY.
3067 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3069         * time/getdate.c: Include <stdbool.h>.
3070         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
3071         call PTR_MANGLE.
3072         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
3073         PTR_DEMANGLE.
3075 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
3077         Add ersatz _Static_assert on older C hosts
3078         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
3079         pre-C11 C platform that is not known to support _Static_assert.
3081 2015-02-07  Richard Braun  <rbraun@sceen.net>
3083         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
3084         sigstate.
3085         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
3087 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3089         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
3090         priority against unexistent AIO_PRIO_DELTA_MAX.
3091         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
3092         instead of int.
3093         * misc/fchflags.c (fchflags): Likewise.
3094         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
3095         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
3096         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
3097         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
3098         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
3099         Declare macros.
3100         [__USE_MISC] (chflags, fchflags): Declare functions.
3101         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
3102         EINVAL when nfds is greater than FD_SETSIZE.
3103         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
3104         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
3105         45.
3106         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
3107         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
3108         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
3109         MACH_RCV_TIMED_OUT.
3110         * hurd/hurd/signal.h (_hurd_self_sigstate,
3111         _hurd_critical_section_lock, _hurd_critical_section_unlock):
3112         Explicit casts from void *.
3113         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
3114         * abi-tags: Rename gnu-gnu os into gnu.
3116         [BZ #4719]
3117         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
3118         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
3119         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
3120         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
3121         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
3122         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
3124         [BZ #17944]
3125         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
3126         duplicates ADDR->sun_path with sockaddr LEN limitation.
3127         * sysdeps/mach/hurd/connect.c: Include <string.h>
3128         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
3129         * sysdeps/mach/hurd/sendmsg.c: Likewise.
3130         * sysdeps/mach/hurd/sendto.c: Likewise.
3131         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
3132         implementing it by hand.
3134 2015-02-06  Roland McGrath  <roland@hack.frob.com>
3136         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
3137         Use sfi_breg on ldr.
3138         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
3139         Likewise.
3141         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
3142         it's defined.
3143         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
3144         Test SIGSETXID only if it's defined.
3146         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
3148         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
3149         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
3151         * nptl/tst-align2.c: Moved ...
3152         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
3153         * nptl/Makefile (tests): Remove tst-align2.
3154         * sysdeps/unix/sysv/linux/Makefile
3155         [$(subdir) = nptl] (tests): Add tst-align-clone.
3156         * nptl/tst-getpid1.c: Moved ...
3157         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
3158         * nptl/tst-getpid2.c: Moved ...
3159         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
3160         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
3161         * sysdeps/unix/sysv/linux/Makefile
3162         [$(subdir) = nptl] (tests): ... here.
3163         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
3164         * sysdeps/unix/sysv/linux/Makefile
3165         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
3167         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
3168         Drop trailing \n from perror argument.  Use return rather than exit.
3170         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
3171         on [SA_SIGINFO].
3172         * nptl/tst-cancel21.c (do_test): Likewise.
3173         * debug/tst-backtrace6.c: Include <signal.h> first thing.
3174         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
3175         [!SA_SIGINFO]: Make it a stub test.
3177         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
3178         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
3180         * posix/tst-getlogin.c: Move to ...
3181         * login/tst-getlogin.c: ... here.
3182         * posix/Makefile (tests): Move tst-getlogin to ...
3183         * login/Makefile (tests): ... here.
3185         * libio/tst-atime.c (do_test): Move local variables SV and E
3186         inside [ST_NOATIME] conditional.
3188         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
3190         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
3192         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
3193         (wait_code): New function replaces macro.
3194         Call nanosleep rather than syscall.
3196         * nptl/pt-system.c: Rewritten.  Put everything under
3197         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
3198         Use IFUNC to redirect when possible.
3200         * nptl/pt-longjmp.c: Rewritten.  Put everything under
3201         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
3202         Use IFUNC to redirect when possible.
3204         * nptl/pt-fork.c: Rewritten.  Put everything under
3205         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
3206         Use IFUNC to redirect when possible.
3207         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
3209         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
3210         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
3211         unconditionally nowadays.  This included the only reference to
3212         __vdso_clock_gettime that appears outside libc proper.
3213         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
3214         Remove version set (containing only __vdso_clock_gettime).
3215         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
3216         Add attribute_hidden.
3217         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
3218         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
3219         libc_hidden_data_def.
3220         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
3221         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
3223         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
3224         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
3225         setrpcent, and getrpcport to ...
3226         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
3227         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
3228         getrpcbynumber_r, and getrpcent_r to ...
3229         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
3230         * inet/getrpcbyname.c: Moved ...
3231         * sunrpc/getrpcbyname.c: ... here.
3232         * inet/getrpcbyname_r.c: Moved ...
3233         * sunrpc/getrpcbyname_r.c: ... here.
3234         * inet/getrpcbynumber.c: Moved ...
3235         * sunrpc/getrpcbynumber.c: ... here.
3236         * inet/getrpcbynumber_r.c: Moved ...
3237         * sunrpc/getrpcbynumber_r.c: ... here.
3238         * inet/getrpcent.c: Moved ...
3239         * sunrpc/getrpcent.c: ... here.
3240         * inet/getrpcent_r.c: Moved ...
3241         * sunrpc/getrpcent_r.c: ... here.
3242         * inet/Makefile (routines): Move those to ...
3243         * sunrpc/Makefile (routines): ... here.
3244         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
3245         the $(subdirs) list.
3246         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
3247         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
3248         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
3249         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
3251         * elf/Makefile (routines): Include $(all-dl-routines), not just
3252         $(dl-routines).
3253         (rtld-routines): Likewise.  Use = rather than :=.
3254         * sysdeps/aarch64/Makefile [$(subdir) = elf]
3255         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
3256         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
3257         * sysdeps/arm/Makefile: Likewise.
3258         * sysdeps/i386/Makefile: Likewise.
3259         * sysdeps/x86_64/Makefile: Likewise.
3260         * sysdeps/hppa/Makefile [$(subdir) = elf]
3261         (sysdep_routines, sysdep-rtld-routines): Don't add
3262         $(sysdep-dl-routines) to these.
3263         * sysdeps/ia64/Makefile: Likewise.
3264         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
3265         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
3266         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
3267         Don't add dl-static to these; sysdep-dl-routines alone is enough.
3268         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
3269         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
3270         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
3271         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
3272         * sysdeps/powerpc/Makefile [$(subdir) = elf]
3273         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
3274         these; sysdep-dl-routines alone is enough.
3276 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
3278         [BZ #17932]
3279         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
3280         where multiplication results in zero and third argument is finite
3281         and nonzero.
3282         * math/auto-libm-test-in: Add more tests of fma.
3283         * math/auto-libm-test-out: Regenerated.
3285         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
3286         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
3287         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
3288         (_FP_CMP_EQ): Likewise.
3289         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
3291         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
3292         extra argument CHECK_NAN.  Redefine as wrapper around
3293         _FP_EXTEND_CNAN.
3295 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
3297         * version.h (RELEASE): Set to "stable".
3298         (VERSION): Set to "2.21"
3299         * include/features.h (__GLIBC_MINOR__): Set to 21.
3301         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
3303 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
3304             Paul Eggert  <eggert@cs.ucla.edu>
3306         [BZ #16618]
3307         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
3308         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
3309         size in bytes. Store needed elements in wpmax. Use needed size
3310         in bytes for extend_alloca.
3312 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
3314         * manual/install.texi: Latest tested versions are GCC 4.9.2,
3315         binutls 2.25, and texinfo 5.2.
3316         * INSTALL: Regenerate.
3317         * sysdeps/nios2/configure: Regenerate.
3318         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
3319         * manual/contrib.texi: Update.
3320         * po/be.po: Update.
3321         * po/bg.po: Update.
3322         * po/ca.po: Update.
3323         * po/cs.po: Update.
3324         * po/da.po: Update.
3325         * po/de.po: Update.
3326         * po/el.po: Update.
3327         * po/eo.po: Update.
3328         * po/es.po: Update.
3329         * po/fi.po: Update.
3330         * po/fr.po: Update.
3331         * po/gl.po: Update.
3332         * po/hr.po: Update.
3333         * po/hu.po: Update.
3334         * po/ia.po: Update.
3335         * po/id.po: Update.
3336         * po/it.po: Update.
3337         * po/ja.po: Update.
3338         * po/ko.po: Update.
3339         * po/lt.po: Update.
3340         * po/nb.po: Update.
3341         * po/nl.po: Update.
3342         * po/pl.po: Update.
3343         * po/pt_BR.po: Update.
3344         * po/ru.po: Update.
3345         * po/rw.po: Update.
3346         * po/sk.po: Update.
3347         * po/sl.po: Update.
3348         * po/sv.po: Update.
3349         * po/tr.po: Update.
3350         * po/uk.po: Update.
3351         * po/vi.po: Update.
3352         * po/zh_CN.po: Update.
3353         * po/zh_TW.po: Update.
3355         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
3356         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
3357         * sysdeps/hppa/dl-irel.h: Remove #warning.
3358         * sysdeps/hppa/entry.h: Provide prototype for
3359         __canonicalize_funcptr_for_compare and cast argument.
3360         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
3361         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
3362         * sysdeps/hppa/sotruss-lib.c: New file.
3363         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
3364         (atomic_compare_and_exchange_val_acq): Use __typeof__.
3365         (atomic_compare_and_exchange_bool_acq): Likewise.
3366         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
3367         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
3369         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
3370         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
3371         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
3373 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
3375         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
3376         called function in non-PIC case.
3378 2015-01-31  David S. Miller  <davem@davemloft.net>
3380         * sysdeps/sparc/sparc32/bits/atomic.h
3381         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
3382         unlock not after it.
3383         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
3384         volatile register usage warnings from the compiler.
3386         * sysdeps/sparc/nptl/sem_init.c: Delete.
3387         * sysdeps/sparc/nptl/sem_post.c: Delete.
3388         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
3389         * sysdeps/sparc/nptl/sem_wait.c: Delete.
3390         * sysdeps/sparc/sparc32/sem_init.c: New file.
3391         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
3392         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
3393         padding explicitly initialized.
3394         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
3395         padding for in-semaphore spinlock.
3396         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
3397         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
3398         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
3399         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
3400         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
3401         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
3402         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
3403         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
3404         version.
3405         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
3406         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
3408 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
3410         [BZ #17801]
3411         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
3412         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
3413         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
3414         New.
3415         (index_AVX_Fast_Unaligned_Load): Likewise.
3416         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
3417         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
3418         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
3419         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
3420         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
3421         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
3422         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
3423         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
3424         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
3426 2015-01-29  Andreas Schwab  <schwab@suse.de>
3428         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
3430 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
3432         [BZ #17892]
3433         * nscd/nscd_stat.c (send_stats): Initialize DATA.
3435 2015-01-28  Martin Sebor  <msebor@redhat.com>
3437         * math/README.libm-test: Clarify. Add "How to read the test output."
3439 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
3441         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
3442         Define to 0.
3444 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
3446         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
3447         (__HAVE_64B_ATOMICS): Define to 0.
3449 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
3451         [BZ #17885]
3452         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
3453         value to set as new flag.
3455         [BZ #16576]
3456         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
3457         and use _ARCH_PPCSQ instead.
3458         (__ieee754_sqrt): Likewise.
3459         (__ieee754_sqrtf): Likewise.
3460         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
3461         _ARCH_PPCSQ is defined.
3462         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
3463         fsqrt instruction.
3464         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
3465         _ARCH_PPCSQ is defined.
3466         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
3467         fsqrts instruction.
3468         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
3470 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3472         * iconv/loop.c: Suppress array out of bound warning caused by GCC
3473         bug (GCC BZ #64739).
3475 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
3477         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
3478         Mark _retval as used.
3479         (lll_futex_wake_unlock): Likewise.
3480         (lll_futex_timed_wait_requeue_pi): Likewise.
3482         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
3483         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
3484         register variables.
3486         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
3487         libm_hidden_def.
3489         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
3490         (__bswap_64): Mark as __always_inline.
3492 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
3494         [BZ #15378]
3495         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
3496         when none of the search directories exist.
3498 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
3500         [BZ #17869]
3501         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
3502         power8 in .machine directive.
3504         [BZ #17868]
3505         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
3506         set dependency from opd value.
3508 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
3510         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
3511         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
3512         architecture.
3514 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
3516         [BZ #17870]
3517         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
3518         with uint64_t.
3519         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
3520         (uint64_t) 1.
3521         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
3522         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
3523         Replace 1UL with (uint64_t) 1.
3524         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
3525         int with uint64_t.
3527 2015-01-23  Roland McGrath  <roland@hack.frob.com>
3529         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
3530         (if_freenameindex): Likewise.
3532         * resource/getrlimit64.c: Add missing libc_hidden_def.
3534 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
3536         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
3537         __label__.
3538         (_FP_FMA): Likewise.
3539         (_FP_TO_INT_ROUND): Likewise.
3540         (_FP_FROM_INT): Likewise.
3542 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3544         [BZ #16418]
3545         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
3546         Make code racy and cancel safe.
3548 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
3550         * sysdeps/arm/unwind-resume.h: Fix copyright year.
3551         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
3552         attribution.
3554         * pwd/tst-getpw.c: Rewrite.
3556         [BZ #17702]
3557         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
3558         (modules-names): Add moddummy1 and moddummy2.
3559         ($(objpfx)tst-rec-dlopen): Define.
3560         * dlfcn/moddummy1.c: New file.
3561         * dlfcn/moddummy2.c: New file.
3562         * dlfcn/tst-rec-dlopen.c: New file.
3563         * elf/dl-cache.c (_dl_load_cache_lookup):
3564         Return char*. Copy result with alloca/strcpy/strdup.
3565         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
3566         returns char*. Free cached. If not saving realname
3567         free cached.
3568         * elf/dl-open.c (dl_open_worker): Do not assert that
3569         _r_debug->r_state is RT_CONSISTENT.
3570         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
3571         returns char*.
3573 2015-01-21  Torvald Riegel  <triegel@redhat.com>
3574             Carlos O'Donell  <carlos@redhat.com>
3576         [BZ #12674]
3577         * nptl/sem_waitcommon.c: New file.
3578         * nptl/sem_wait.c: Include sem_waitcommon.c.
3579         (__sem_wait_cleanup, do_futex_wait): Remove.
3580         (__new_sem_wait): Adapt.
3581         (__new_sem_trywait): New function.
3582         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
3583         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
3584         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
3585         (sem_timedwait): Adapt.
3586         * nptl/sem_post.c (__new_sem_post): Adapt.
3587         (futex_wake): New function.
3588         (__old_sem_post): Add release MO fence.
3589         * nptl/sem_open.c (sem_open): Adapt.
3590         * nptl/sem_init.c (__new_sem_init): Adapt.
3591         (futex_private_if_supported): New function.
3592         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
3593         (__old_sem_getvalue): Add using previous code.
3594         * sysdeps/nptl/internaltypes.h: Adapt.
3595         * nptl/tst-sem13.c (do_test): Adapt.
3596         * nptl/tst-sem11.c (main): Adapt.
3597         * nptl/sem_trywait.c: Remove.
3598         * nptl/DESIGN-sem.txt: Remove.
3599         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
3600         (gen-as-const-headers): Remove structsem.sym.
3601         * nptl/structsem.sym: Remove.
3602         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
3603         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
3604         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
3605         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
3606         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
3607         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
3608         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
3609         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
3610         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
3611         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
3612         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
3613         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
3614         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
3615         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
3616         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
3617         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
3618         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
3619         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
3620         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
3621         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
3622         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
3623         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
3625 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
3627         * INSTALL: Regenerated.
3629         * po/libc.pot: Regenerated.
3631 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
3632             Sandra Loosemore  <sandra@codesourcery.com>
3633             Andrew Jenner  <andrew@codesourcery.com>
3634             Joseph Myers  <joseph@codesourcery.com>
3635             Nathan Sidwell  <nathan@codesourcery.com>
3637         * NEWS: Mention new Nios II port.
3638         * sysdeps/nios2/Implies: New file.
3639         * sysdeps/nios2/Makefile: New file.
3640         * sysdeps/nios2/Subdirs: New file.
3641         * sysdeps/nios2/Versions: New file.
3642         * sysdeps/nios2/__longjmp.S: New file.
3643         * sysdeps/nios2/abort-instr.h: New file.
3644         * sysdeps/nios2/backtrace.c: New file.
3645         * sysdeps/nios2/bits/endian.h: New file.
3646         * sysdeps/nios2/bits/fenv.h: New file.
3647         * sysdeps/nios2/bits/link.h: New file.
3648         * sysdeps/nios2/bits/setjmp.h: New file.
3649         * sysdeps/nios2/bsd-_setjmp.S: New file.
3650         * sysdeps/nios2/bsd-setjmp.S: New file.
3651         * sysdeps/nios2/configure: New generated file.
3652         * sysdeps/nios2/configure.ac: New file.
3653         * sysdeps/nios2/crti.S: New file.
3654         * sysdeps/nios2/crtn.S: New file.
3655         * sysdeps/nios2/dl-init.c: New file.
3656         * sysdeps/nios2/dl-machine.h: New file.
3657         * sysdeps/nios2/dl-sysdep.h: New file.
3658         * sysdeps/nios2/dl-tls.h: New file.
3659         * sysdeps/nios2/dl-trampoline.S: New file.
3660         * sysdeps/nios2/gccframe.h: New file.
3661         * sysdeps/nios2/gmp-mparam.h: New file.
3662         * sysdeps/nios2/jmpbuf-offsets.h: New file.
3663         * sysdeps/nios2/jmpbuf-unwind.h: New file.
3664         * sysdeps/nios2/ldsodefs.h: New file.
3665         * sysdeps/nios2/libc-tls.c: New file.
3666         * sysdeps/nios2/libm-test-ulps: New file.
3667         * sysdeps/nios2/machine-gmon.h: New file.
3668         * sysdeps/nios2/math-tests.h: New file.
3669         * sysdeps/nios2/math_private.h: New file.
3670         * sysdeps/nios2/memusage.h: New file.
3671         * sysdeps/nios2/nptl/Makefile: New file.
3672         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
3673         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
3674         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
3675         * sysdeps/nios2/nptl/pthreaddef.h: New file.
3676         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
3677         * sysdeps/nios2/nptl/tls.h: New file.
3678         * sysdeps/nios2/preconfigure: New file.
3679         * sysdeps/nios2/s_fma.c: New file.
3680         * sysdeps/nios2/s_fmaf.c: New file.
3681         * sysdeps/nios2/setjmp.S: New file.
3682         * sysdeps/nios2/sfp-machine.h: New file.
3683         * sysdeps/nios2/sotruss-lib.c: New file.
3684         * sysdeps/nios2/stackguard-macros.h: New file.
3685         * sysdeps/nios2/stackinfo.h: New file.
3686         * sysdeps/nios2/start.S: New file.
3687         * sysdeps/nios2/sysdep.h: New file.
3688         * sysdeps/nios2/tls-macros.h: New file.
3689         * sysdeps/nios2/tst-audit.h: New file.
3690         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
3691         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
3692         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
3693         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
3694         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
3695         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
3696         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
3697         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
3698         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
3699         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
3700         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
3701         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
3702         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
3703         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
3704         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
3705         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
3706         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
3707         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
3708         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
3709         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
3710         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
3711         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
3712         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
3713         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
3714         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
3715         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
3716         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
3717         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
3718         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
3719         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
3720         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
3721         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
3722         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
3723         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
3724         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
3725         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
3726         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
3727         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
3728         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
3729         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
3730         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
3731         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
3732         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
3733         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
3735 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
3737         [BZ #17844]
3738         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
3739         (getutent): Use weak_alias in non SHARED case
3740         and default_symbol_version in SHARED case.
3741         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
3742         (getutent_r, pututline): Likewise.
3743         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
3744         (getutid): Likewise.
3745         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
3746         (getutid_r): Likewise.
3747         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
3748         (getutline): Likewise.
3749         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
3750         (getutline_r): Likewise.
3751         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
3752         (updwtmp): Likewise.
3754 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
3756         [BZ #17848]
3757         * sysdeps/s390/s390-32/memcmp.S
3758         (memcmp_g5): Rename to __memcmp_g5.
3759         * sysdeps/s390/s390-32/memcpy.S
3760         (memcpy_g5): Rename to __memcpy_g5.
3761         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3762         (memcpy_mvcle) Rename to __memcpy_mvcle.
3763         * sysdeps/s390/s390-32/memset.S
3764         (memset_g5): Rename to __memset_g5.
3765         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
3766         (IFUNC_RESOLVE): Prefix ifunc-resolve function
3767         and use prefixed functions.
3768         * sysdeps/s390/s390-32/multiarch/memcmp.S
3769         (memcmp_z196): Rename to __memcmp_z196.
3770         (memcmp_z10): Rename to __memcmp_z10.
3771         (memcmp): Set alias to __memcmp_g5.
3772         (bcmp): Set alias to __memcmp_g5.
3773         * sysdeps/s390/s390-32/multiarch/memcpy.S
3774         (memcpy_z196): Rename to __memcpy_z196.
3775         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3776         (memcpy_z10): Rename to __memcpy_z10.
3777         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3778         (memcpy): Set alias to __memcpy_g5.
3779         * sysdeps/s390/s390-32/multiarch/memset.S
3780         (memset_z196): Rename to __memset_z196.
3781         Jump to __memset_mvcle instead of memset_mvcle.
3782         (memset_z10): Rename to __memset_z10.
3783         Jump to __memset_mvcle instead of memset_mvcle.
3784         (memset_mvcle) Rename to __memset_mvcle.
3785         (memset): Set alias to __memset_g5.
3786         * sysdeps/s390/s390-64/memcmp.S
3787         (memcmp_z900): Rename to __memcmp_z900.
3788         * sysdeps/s390/s390-64/memcpy.S
3789         (memcpy_z900): Rename to __memcpy_z900.
3790         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3791         (memcpy_mvcle) Rename to __memcpy_mvcle.
3792         * sysdeps/s390/s390-64/memset.S
3793         (memset_z900): Rename to __memset_z900.
3794         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
3795         (IFUNC_RESOLVE): Prefix ifunc-resolve function
3796         and use prefixed functions.
3797         * sysdeps/s390/s390-64/multiarch/memcmp.S
3798         (memcmp_z196): Rename to __memcmp_z196.
3799         (memcmp_z10): Rename to __memcmp_z10.
3800         (memcmp): Set alias to __memcmp_z900.
3801         (bcmp): Set alias to __memcmp_z900.
3802         * sysdeps/s390/s390-64/multiarch/memcpy.S
3803         (memcpy_z196): Rename to __memcpy_z196.
3804         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3805         (memcpy_z10): Rename to __memcpy_z10.
3806         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3807         (memcpy): Set alias to __memcpy_z900.
3808         * sysdeps/s390/s390-64/multiarch/memset.S
3809         (memset_z196): Rename to __memset_z196.
3810         Jump to __memset_mvcle instead of memset_mvcle.
3811         (memset_z10): Rename to __memset_z10.
3812         Jump to __memset_mvcle instead of memset_mvcle.
3813         (memset_mvcle) Rename to __memset_mvcle.
3814         (memset): Set alias to __memset_z900.
3816 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
3818         [BZ #17748]
3819         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
3820         __fesetenv instead of fesetenv.
3822 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
3824         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
3825         macro.
3827 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3829         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
3830         regression on LE.
3832         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
3833         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
3834         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
3835         strncmp-power8 object.
3836         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3837         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
3838         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
3839         * NEWS: Update.
3841 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
3842             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3844         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
3845         trailing byte check.
3847 2015-01-13  David S. Miller  <davem@davemloft.net>
3849         * include/signal.h (__sigreturn): Guard with __USE_MISC.
3851 2015-01-13  Roland McGrath  <roland@hack.frob.com>
3853         * login/logout.c (logout): Use memset rather than bzero.
3854         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
3855         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
3856         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
3857         (_gethtbyaddr): Likewise.
3858         * locale/programs/simple-hash.c (bcopy): Macro removed.
3860 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3862         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3863         Add strcmp-power8 object.
3864         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3865         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
3866         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
3867         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
3868         __strcmp_power8 implementation.
3869         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
3870         * NEWS: Update.
3872         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3873         Add strncpy-power8 and stpncpy-power8 objects.
3874         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3875         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
3876         implementations.
3877         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
3878         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
3879         __stpncpy_power8 implementation.
3880         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
3881         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
3882         __strncpy_power8 implementation.
3883         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
3884         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
3885         * NEWS: Update.
3887         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
3888         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
3889         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
3891         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
3892         strncat-power8 object.
3893         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
3894         __strcat_power8 implementation.
3895         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3896         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
3897         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
3898         optimized strcat for power8.
3900         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
3901         strcpy-power8 and stpcpy-power8 objects.
3902         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3903         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
3904         implementations.
3905         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
3906         multiarch stpcpy implementation for POWER8.
3907         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
3908         multiarch strcpy implementation for POWER8.
3909         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
3910         __strcpy_power8 function.
3911         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
3912         stpcpy for POWER8.
3913         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
3914         strcpy for POWER8.
3915         * NEWS: Update.
3917 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
3919         [BZ #16009]
3920         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
3921         weights and rules. Use do_xfrm_cached if data fits in cache,
3922         do_xfrm otherwise.  Moved former main loop to...
3923         * (do_xfrm_cached): New function.
3924         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
3925         find_idx, find_position and stack_push.
3926         * (find_idx): New function.
3927         * (find_position): Likewise.
3928         * localedata/sort-test.sh: Added test run for do_xfrm.
3929         * localedata/xfrm-test.c (main): Added command line option
3930         -nocache to run the test with strings that are too large for
3931         the STRXFRM cache.
3933 2015-01-13  Torvald Riegel  <triegel@redhat.com>
3935         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
3936         variable to lll_futex_wake call, not the value itself.
3938 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
3940         [BZ #17803]
3941         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
3942         twom64.  Adjust value to 0x1p-64L.
3943         (__scalblnl): Only return standard underflowing result for K <=
3944         -64 not K <= -63; adjust exponent for underflowing result by 64
3945         not 63.
3946         * math/libm-test.inc (scalbn_test_data): Add more tests.
3947         (scalbln_test_data): Likewise.
3949         [BZ #17834]
3950         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
3951         0x1p63L.
3952         (__scalblnl): Get new exponent of adjusted subnormal value from ES
3953         not HX.
3954         * math/libm-test.inc (scalbn_test_data): Add more tests.
3955         (scalbln_test_data): Likewise.
3957 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3958             Stefani Seibold  <stefani@seibold.net>
3960         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
3961         (sysdep_routines): Add dl-vdso here, ...
3962         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
3963         (sysdep_routines): ... not here.
3964         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
3965         fallback when vDSO is not presented.
3966         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
3967         Define with libc_hidden_proto/libc_hidden_data_def definitions.
3968         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
3969         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
3970         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
3971         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
3972         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
3973         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
3974         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
3975         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
3976         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
3977         fallback configurable symbol when vDSO is not available.
3978         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
3979         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
3980         be able to redefine fallback symbol when vDSO is not available.
3981         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
3982         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
3984 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3986         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
3987         (TLS_INIT_TP): Add tm_capable initialization.
3988         (TLS_DEFINE_INIT_TP): Likewise.
3989         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
3990         TCB.
3991         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
3992         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
3993         calculation.
3994         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
3995         transactoion is lock elision is built and TCB tm_capable is set.
3996         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
3997         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
3998         (INTERNAL_SYSCALL_NCS): Likewise.
3999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
4000         (INTERNAL_SYSCALL_NCS): Likewise.
4001         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
4003         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
4004         for powerpc.
4005         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
4006         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
4007         and remove it for 32 bits case.
4008         [pthread_rwlock_t] (__rwelision): New field for lock elision.
4009         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
4010         initialization.
4011         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
4012         Disable lock elision with rdlocks if elision is not available.
4014         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
4015         (sysdep_routines): Add lock elision objects.
4016         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
4017         [pthread_mutex_t] (__spins): Rework to add lock elision field.
4018         [pthread_mutex_t] (__elision): Add field.
4019         [__PTHREAD_SPINS]: Adjust to init lock elision field.
4020         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
4021         elision definitions for powerpc.
4022         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
4023         implementation of lock elision for powerpc.
4024         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
4025         implementation of timed lock elision for powerpc.
4026         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
4027         implementation of trylock with lock elision for powerpc.
4028         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
4029         implementaion of unlock for lock elision for powerpc.
4030         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
4031         automatic enable lock elision for mutexes.
4032         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
4033         transaction execution definitions for powerpc.
4034         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
4035         definitions.
4036         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
4037         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
4038         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
4039         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
4040         * NEWS: Update.
4042 2015-01-09  Roland McGrath  <roland@hack.frob.com>
4044         * sysdeps/posix/shm-directory.c: Use <> rather than ""
4045         for #include of <shm-directory.h>.
4047 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
4049         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
4050         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
4052 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
4054         [BZ #17791]
4055         * NEWS: Mention bug fix.
4056         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
4057         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
4058         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
4060 2015-01-09  Torvald Riegel <triegel@redhat.com>
4062         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
4064 2015-01-09  Torvald Riegel <triegel@redhat.com>
4066         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
4068 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
4070         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
4071         pointer and cast to uintptr_t.
4073 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
4075         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
4076         removed.
4077         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
4079 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
4081         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
4082         of 0.
4084 2015-01-08  Roland McGrath  <roland@hack.frob.com>
4086         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
4087         <nptl/pthreadP.h> instead.
4088         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
4090         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
4091         already defined.
4092         [__SIGRTMIN] (init): Function removed.
4093         [__SIGRTMIN] (initialized): Variable removed.
4094         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
4095         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
4096         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
4097         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
4098         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
4099         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
4100         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
4101         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
4102         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
4103         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
4104         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
4105         * sysdeps/nptl/allocrtsig.c: New file.
4106         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
4107         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
4108         * sysdeps/generic/testrtsig.h: File removed.
4110         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
4111         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
4113         * nptl/nptl-init.c (pthread_functions): Conditionalize
4114         .ptr__nptl_setxid initialization on [SIGSETXID].
4116         * sysdeps/nptl/sys/procfs.h: New file.
4117         * nptl_db/Makefile (headers): Add it.
4118         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
4120         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
4121         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
4122         * nptl/pthread_attr_setaffinity.c: Include it.
4123         * nptl/pthread_setattr_default_np.c: Likewise.
4124         * nptl/check-cpuset.h: New file.
4126 2015-01-08  Richard Henderson  <rth@redhat.com>
4128         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
4129         (CFLAGS-tst-execstack-prog.c): Likewise.
4130         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
4132 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
4133             Sandra Loosemore  <sandra@codesourcery.com>
4134             Andrew Jenner  <andrew@codesourcery.com>
4135             Joseph Myers  <joseph@codesourcery.com>
4136             Nathan Sidwell  <nathan@codesourcery.com>
4138         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
4139         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
4140         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
4141         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
4142         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
4143         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
4144         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
4145         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
4146         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
4147         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
4148         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
4149         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
4150         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
4151         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
4152         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
4153         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
4154         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
4156 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4158         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
4159         timespec struct member in syscall macro.
4160         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
4161         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
4162         first timeval struct member in syscall macro.
4163         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
4165 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
4167         [BZ #17748]
4168         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
4169         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
4170         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
4171         __feupdateenv and define as weak alias of __feupdateenv.  Use
4172         libm_hidden_weak.
4173         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
4174         libm_hidden_def.
4175         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
4176         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
4177         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
4178         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
4179         libm_hidden_def.
4180         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
4181         __feupdateenv and define as weak alias of __feupdateenv.  Use
4182         libm_hidden_weak.
4183         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
4184         libm_hidden_def.
4185         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
4186         __feupdateenv and define as weak alias of __feupdateenv.  Use
4187         libm_hidden_weak.
4188         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
4189         libm_hidden_def.
4190         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
4191         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
4192         (__feupdateenv): Likewise.
4193         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
4194         __feupdateenv and define as weak alias of __feupdateenv.  Use
4195         libm_hidden_weak.
4196         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
4197         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
4198         libm_hidden_def.
4199         * sysdeps/tile/math_private.h (__feupdateenv): New inline
4200         function.
4201         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
4202         libm_hidden_def.
4203         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
4204         __feupdateenv instead of feupdateenv.
4205         (default_libc_feupdateenv_test): Likewise.
4206         (libc_feresetround_ctx): Likewise.
4208 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4210         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
4211         prototype.
4213 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
4215         * posix/regcomp.c (parse_bracket_exp): Initialize type to
4216         COLL_SYM in a couple of places to avoid uninitialized variable
4217         wanings on tilegx gcc 4.8.2.
4219 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
4221         * sysdeps/aarch64/strcpy.S: New file.
4222         * sysdeps/aarch64/stpcpy.S: New file.
4223         * NEWS: Updated.
4225 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
4227         * sysdeps/aarch64/strrchr.S: New file.
4228         * NEWS: Updated.
4230 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
4232         [BZ #17658]
4233         * stdlib/setenv.c: Fix memory leak when setting large,
4234         duplicate string.
4236 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
4238         [BZ #17273]
4239         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
4240         and tabs from buffer before parsing fstab entry.
4241         * misc/tst-mntent.c (main): Add test for mount entry with
4242         trailing spaces and tabs.
4244 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
4246         [BZ #17748]
4247         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
4248         * math/fesetround.c (fesetround): Rename to __fesetround and
4249         define as weak alias of __fesetround.  Use libm_hidden_weak.
4250         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
4251         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
4252         * sysdeps/arm/fesetround.c (fesetround): Likewise.
4253         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
4254         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
4255         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
4256         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
4257         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
4258         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
4259         __fesetround_inline.
4260         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
4261         __fesetround_inline instead of __fesetround.
4262         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
4263         __fesetround and define as weak alias of __fesetround.  Use
4264         libm_hidden_weak.  Call __fesetround_inline instead of
4265         __fesetround.
4266         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
4267         __fesetround and define as weak alias of __fesetround.  Use
4268         libm_hidden_weak.
4269         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
4270         Likewise.
4271         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
4272         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
4273         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
4274         * sysdeps/tile/math_private.h (__fesetround): New inline function.
4275         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
4276         __fesetround and define as weak alias of __fesetround.  Use
4277         libm_hidden_weak.
4278         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
4279         __fesetround instead of fesetround.
4280         (default_libc_feholdexcept_setround): Likewise.
4281         (libc_feholdsetround_ctx): Likewise.
4282         (libc_feholdsetround_noex_ctx): Likewise.
4284         [BZ #17748]
4285         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
4286         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
4287         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
4288         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
4289         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
4290         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
4291         define as weak alias of __fesetenv.  Use libm_hidden_weak.
4292         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
4293         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
4294         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
4295         define as weak alias of __fesetenv.  Use libm_hidden_weak.
4296         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
4297         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
4298         define as weak alias of __fesetenv.  Use libm_hidden_weak.
4299         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
4300         libm_hidden_def.
4301         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
4302         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
4303         Likewise.
4304         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
4305         define as weak alias of __fesetenv.  Use libm_hidden_weak.
4306         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
4307         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
4308         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
4309         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
4310         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
4311         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
4312         __fesetenv instead of fesetenv.
4313         (libc_feresetround_noex_ctx): Likewise.
4314         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
4315         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
4316         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
4317         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
4318         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
4319         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
4320         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
4321         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
4322         (__feupdateenv): Likewise.
4323         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
4324         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
4325         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
4326         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
4328 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
4330         [BZ #17806]
4331         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
4332         addresses have been freed.
4334 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
4336         * resolv/res_init.c (__res_vinit): Improve comments about nserv
4337         and nservall.
4339 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
4341         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
4342         Clean up check_pf allocation pattern. addresses
4344 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4346         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
4347         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
4348         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
4349         * nptl/pthread_exit.c (__pthread_exit): Likewise.
4350         * nptl/pthread_join.c (pthread_join): Likewise.
4351         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
4352         * sysdeps/posix/waitid.c (__waitid): Likewise.
4353         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
4354         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
4355         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
4356         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
4357         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
4358         Likewise.
4359         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
4360         (__libc_pread64): Likewise.
4361         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
4362         (__libc_pwrite): Likewise.
4363         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
4364         (__libc_pwrite64): Likewsie.
4365         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
4366         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
4367         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
4368         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
4369         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
4370         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
4371         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
4372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
4373         Likewise.
4374         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
4375         (__libc_pread64): Likewise.
4376         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
4377         Likewise.
4378         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
4379         (__libc_pwrite64): Likewise.
4380         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
4381         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
4382         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
4383         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
4384         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
4385         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
4386         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
4387         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
4388         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
4389         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
4390         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
4391         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
4392         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
4393         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
4394         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
4395         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
4396         Likewise.
4398 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
4400         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
4401         (CFLAGS-test-double.c): Likewise.
4402         (CFLAGS-test-ldouble.c): Likewise.
4403         (CPPFLAGS-test-ifloat.c): Likewise.
4404         (CPPFLAGS-test-idouble.c): Likewise.
4405         (CPPFLAGS-test-ildoubl.c): Likewise.
4406         (CFLAGS-test-test-fenv.c): Remove variable.
4407         (CFLAGS-test-misc.c): Likewise.
4409 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
4411         [BZ #17797]
4412         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
4413         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
4414         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
4415         CLOCKS_PER_SEC == 1000000.
4416         * time/clocktest.c (main): Replace %ld with %jd and cast to
4417         intmax_t.
4419 2015-01-05  Roland McGrath  <roland@hack.frob.com>
4421         * sysdeps/generic/unwind-resume.h: New file.
4422         * sysdeps/gnu/unwind-resume.c: Include it.
4423         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
4424         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
4425         argument list.
4426         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
4427         global rather than static.
4428         (_Unwind_Resume): Update user.
4429         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
4430         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
4431         rather than static.  Add __attribute__ ((cold)).
4432         (_Unwind_Resume, __gcc_personality_v0): Update callers.
4433         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
4434         * sysdeps/arm/arm-unwind-resume.S: New file.
4435         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
4436         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
4437         * sysdeps/arm/Makefile [$(subdir) = csu]
4438         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
4439         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
4440         Add rt-arm-unwind-resume.
4441         [$(subdir) = nptl]
4442         (libpthread-sysdep_routines, libpthread-shared-only-routines):
4443         Add pt-arm-unwind-resume.
4444         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
4445         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
4447 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
4449         [BZ #17748]
4450         * include/fenv.h (__feholdexcept): Declare.  Use
4451         libm_hidden_proto.
4452         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
4453         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
4454         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
4455         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
4456         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
4457         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
4458         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
4459         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
4460         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
4461         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
4462         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
4463         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
4464         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
4465         (feholdexcept): Likewise.
4466         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
4467         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
4468         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
4469         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
4470         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
4471         __feholdexcept instead of feholdexcept.
4472         (default_libc_feholdexcept_setround): Likewise.
4474 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
4476         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
4477         to avoid using stl/str to align destination.
4479 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
4481         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
4483 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
4485         [BZ #17796]
4486         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
4487         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
4488         Define as weak alias not strong alias.
4490 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
4492         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
4493         bltzal with addiupc.
4494         (RTLD_START): Ditto.
4496 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
4498         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
4499         for __vdso_* functions in declarations.
4500         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
4501         definitions.
4502         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
4503         INTERNAL_VSYSCALL): Use struct return types to check for error.
4505         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
4506         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
4507         function with cast from llround().
4508         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
4509         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
4510         Define.
4512 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
4514         [BZ #17793]
4515         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
4516         Define as weak alias not strong alias.
4518         [BZ #17635]
4519         * ctype/ctype-c99.c: New file.  isblank implementation moved from
4520         ...
4521         * ctype/ctype-extn.c: ... here.
4522         (__isblank_l): Move to ...
4523         * ctype/ctype-c99_l.c: ... here.  New file.
4524         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
4525         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
4526         Remove variable.
4527         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
4528         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
4529         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
4530         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
4531         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
4533         [BZ #17777]
4534         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
4535         (posix_fadvise64): Define as weak alias not strong alias.
4536         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
4537         (posix_fallocate64): Likewise.
4538         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
4539         Remove variable.
4540         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
4541         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
4542         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
4543         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
4544         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
4546 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
4548         [BZ #16191]
4549         * NEWS: Mention bug fix.
4550         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
4551         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
4552         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
4553         (HOST_STACK_END_ADDR): Likewise.
4555 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
4557         [BZ #17748]
4558         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
4559         * math/fegetround.c (fegetround): Rename to __fegetround and
4560         define as weak alias of __fegetround.  Use libm_hidden_weak.
4561         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
4562         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
4563         * sysdeps/arm/fegetround.c (fegetround): Likewise.
4564         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
4565         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
4566         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
4567         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
4568         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
4569         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
4570         Undefine after rather than before function definition; use
4571         parentheses around function name in definition.
4572         (__fegetround): Also undefine macro after function definition.
4573         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
4574         __fegetround and define as weak alias of __fegetround.  Use
4575         libm_hidden_weak.  Do not undefine as macro.
4576         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
4577         Likewise.
4578         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
4579         __fegetround and define as weak alias of __fegetround.  Use
4580         libm_hidden_weak.
4581         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
4582         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
4583         * sysdeps/tile/math_private.h (__fegetround): New inline function.
4584         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
4585         __fegetround and define as weak alias of __fegetround.  Use
4586         libm_hidden_weak.
4587         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
4588         __fegetround instead of fegetround.
4590         [BZ #17782]
4591         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
4592         Condition macro definition on [__USE_MISC].
4594         [BZ #17781]
4595         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
4596         (struct sigaction): Change type of sa_flags field to int.
4598         [BZ #17780]
4599         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
4600         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
4601         __glibc_reserved0.
4603         * nptl/version.c (banner): Use single year in copyright notice.
4605         * NEWS: Update copyright dates.
4606         * catgets/gencat.c (print_version): Likewise.
4607         * csu/version.c (banner): Likewise.
4608         * debug/catchsegv.sh: Likewise.
4609         * debug/pcprofiledump.c (print_version): Likewise.
4610         * debug/xtrace.sh (do_version): Likewise.
4611         * elf/ldconfig.c (print_version): Likewise.
4612         * elf/ldd.bash.in: Likewise.
4613         * elf/pldd.c (print_version): Likewise.
4614         * elf/sotruss.sh: Likewise.
4615         * elf/sprof.c (print_version): Likewise.
4616         * iconv/iconv_prog.c (print_version): Likewise.
4617         * iconv/iconvconfig.c (print_version): Likewise.
4618         * locale/programs/locale.c (print_version): Likewise.
4619         * locale/programs/localedef.c (print_version): Likewise.
4620         * login/programs/pt_chown.c (print_version): Likewise.
4621         * malloc/memusage.sh (do_version): Likewise.
4622         * malloc/memusagestat.c (print_version): Likewise.
4623         * malloc/mtrace.pl: Likewise.
4624         * manual/libc.texinfo: Likewise.
4625         * nptl/version.c (banner): Likewise.
4626         * nscd/nscd.c (print_version): Likewise.
4627         * nss/getent.c (print_version): Likewise.
4628         * nss/makedb.c (print_version): Likewise.
4629         * posix/getconf.c (main): Likewise.
4630         * scripts/test-installation.pl: Likewise.
4631         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
4633 2015-01-02  Will Newton  <will.newton@linaro.org>
4635         * sysdeps/arm/armv7/configure: Removed.
4636         * sysdeps/arm/armv7/configure.ac: Likewise.
4638 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
4640         * All files with FSF copyright notices: Update copyright dates
4641         using scripts/update-copyrights.
4642         * intl/plural.c: Regenerated.
4643         * locale/programs/charmap-kw.h: Likewise.
4644         * locale/programs/locfile-kw.h: Likewise.
4646 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
4648         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
4650 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
4652         [BZ #17748]
4653         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
4654         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
4655         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
4656         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
4657         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
4658         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
4659         define as weak alias of __fegetenv.  Use libm_hidden_weak.
4660         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
4661         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
4662         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
4663         define as weak alias of __fegetenv.  Use libm_hidden_weak.
4664         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
4665         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
4666         define as weak alias of __fegetenv.  Use libm_hidden_weak.
4667         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
4668         libm_hidden_def.
4669         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
4670         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
4671         Likewise.
4672         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
4673         define as weak alias of __fegetenv.  Use libm_hidden_weak.
4674         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
4675         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
4676         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
4677         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
4678         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
4679         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
4680         __fegetenv instead of fegetenv.
4681         (libc_feholdsetround_noex_ctx): Likewise.
4683 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
4685         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
4686         (Elf_MIPS_ABIFlags_v0): New structure.
4687         (EF_MIPS_FP64): Define.
4688         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
4689         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
4690         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
4691         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
4692         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
4693         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
4694         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
4695         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
4696         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
4697         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
4698         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
4699         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
4700         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
4701         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
4702         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
4703         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
4704         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
4705         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
4706         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
4707         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
4708         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
4709         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
4710         field.
4711         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
4712         EF_MIPS_FP64.
4713         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
4714         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
4715         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
4716         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
4717         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
4718         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
4719         * sysdeps/mips/tst-abi-interlink.c: Likewise.
4720         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
4721         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
4722         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
4723         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
4724         record the current FP ABI extension.
4725         (mips-mode-switch): Define to show if kernel headers support mode
4726         switching.
4727         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
4728         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
4729         supported SYSV ABI version to 3.
4730         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
4731         feature.
4733 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
4734             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4736         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
4737         path.
4738         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
4740 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
4742         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
4743         __fegetround and redefine to call __fegetround.  Remove condition
4744         on [!__NO_MATH_INLINES].
4745         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
4746         function.
4747         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
4748         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
4749         Remove macro.
4750         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
4751         instead of <fenv_libc.h>.
4752         (__llrintl): Call fegetround instead of __fegetround.
4753         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
4754         instead of <fenv_libc.h>.
4755         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
4756         (__lrintl): Call fegetround instead of __fegetround.
4757         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
4758         instead of <fenv_libc.h>.
4759         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
4760         (__rintl): Call fegetround instead of __fegetround.
4762 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
4764         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
4765         arrays.
4767 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
4769         [BZ #17775]
4770         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
4771         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
4772         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
4774 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
4776         * sysdeps/i386/tls-macros.h: Include <features.h>.
4777         (TLS_LE): Use non-PIC version for GCC >= 5.0.
4778         (TLS_IE): Likewise.
4779         (TLS_LD): Likewise.
4780         (TLS_GD): Likewise.
4781         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
4782         define for GCC >= 5.0.
4784 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
4786         * math/test-fenv.c (test_single_exception, set_single_exc,
4787         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
4788         feexcp_mask_test, feenable_test, fe_single_test): Add
4789         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
4790         case where they are not used.
4791         * math/libm-test.inc: Likewise.
4792         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
4793         unused in the absence of FP rounding/exception support.
4794         * stdio-common/tst-printf-round.c: Likewise.
4795         * stdlib/tst-strtod-round.c: Likewise.
4796         * stdlib/tst-strtod-underflow.c: Likewise.
4798 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
4800         [BZ #17723]
4801         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
4802         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
4803         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
4804         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
4805         libm_hidden_weak.
4806         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
4807         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
4808         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
4809         libm_hidden_def.
4810         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
4811         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
4812         libm_hidden_weak.
4813         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
4814         Likewise.
4815         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
4816         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
4817         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
4818         libm_hidden_weak.
4819         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
4820         libm_hidden_def.
4821         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
4822         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
4823         (__feraiseexcept): Likewise.
4824         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
4825         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
4826         libm_hidden_weak.
4827         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
4828         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
4829         libm_hidden_def.
4830         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
4831         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
4832         Use libm_hidden_def.
4833         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
4834         libm_hidden_def.
4835         (feraiseexcept): Define as weak not strong alias.  Use
4836         libm_hidden_weak.
4837         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
4838         New inline function.  Factored out of ...
4839         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
4840         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
4841         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
4842         feraiseexcept.
4843         * math/w_acos.c (__acos): Likewise.
4844         * math/w_asin.c (__asin): Likewise.
4845         * math/w_ilogb.c (__ilogb): Likewise.
4846         * math/w_j0.c (y0): Likewise.
4847         * math/w_j1.c (y1): Likewise.
4848         * math/w_jn.c (yn): Likewise.
4849         * math/w_log.c (__log): Likewise.
4850         * math/w_log10.c (__log10): Likewise.
4851         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
4852         * sysdeps/aarch64/fpu/math_private.h
4853         (libc_feupdateenv_test_aarch64): Likewise.
4854         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
4855         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
4856         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
4857         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
4858         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
4859         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
4860         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
4861         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
4862         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
4863         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
4865 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
4867         [BZ #17732]
4868         * io/test-utime.c (main): Replace %ld with %jd and cast to
4869         intmax_t.
4870         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
4871         * nptl/tst-mutex5.c: Include <stdint.h>.
4872         (do_test): Replace %ld with %jd and cast to intmax_t.
4873         * posix/tst-regex.c (run_test): Likewise.
4874         (run_test_backwards): Likewise.
4875         * rt/tst-clock.c: Include <stdint.h>.
4876         (clock_test): Replace %ld with %jd and cast to intmax_t.
4877         * rt/tst-cpuclock1.c: Include <stdint.h>.
4878         (do_test): Replace %lu with %ju and cast to uintmax_t.
4879         * rt/tst-cpuclock2.c: Include <stdint.h>.
4880         (do_test): Replace %lu with %ju and cast to uintmax_t.
4881         * rt/tst-mqueue1.c: Include <stdint.h>.
4882         (check_attrs): Replace %ld with %jd and cast to intmax_t.
4883         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
4884         intmax_t.
4885         * rt/tst-mqueue4.c (do_test): Likewise.
4886         * rt/tst-timer4.c: Include <stdint.h>.
4887         (check_ts): Replace %ld with %jd and cast to intmax_t.
4888         (do_test): Likewise.
4889         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
4890         and cast to intmax_t.
4891         * sysdeps/pthread/tst-timer.c (main): Likewise.
4892         * time/clocktest.c (main): Likewise.
4893         * time/tst-posixtz.c (do_test): Likewise.
4894         * timezone/tst-timezone.c (main): Likewise.
4896 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
4897             H.J. Lu  <hongjiu.lu@intel.com>
4899         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
4900         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
4901         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
4902         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
4903         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
4904         version if bit_Fast_Unaligned_Load is set.
4905         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
4906         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
4907         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
4908         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
4909         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
4910         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
4911         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
4912         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
4913         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
4914         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
4915         to 4.
4916         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
4917         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
4918         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
4919         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
4921 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
4923         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
4924         instead of #if to avoid a Wundef warning.
4925         * stdlib/tst-limits.c (do_test): Likewise.
4927         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
4928         parallel other exception macros.
4929         (fegetenv): Convert from macro to extern inline so that it applies
4930         retroactively to inline functions already seen by the compiler.
4931         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
4933         * posix/Makefile (before-compile): Use $(objpfx) for
4934         posix-conf-vars-def.h.
4936 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
4938         * posix/getconf.c (main): Use size_t for type of I.
4939         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
4940         NSPEC.
4942         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
4943         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
4944         * posix/posix-envs.def: Likewise.
4945         * sysdeps/posix/sysconf.c: Likewise.
4946         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
4947         (specs): Remove array.
4948         * scripts/gen-posix-conf-vars.awk: Support generation of specs
4949         array.
4951         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
4952         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
4953         (__sysconf): Use CONF_IS_* macros.
4955         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
4956         ($(objpfx)posix-conf-vars-def.h): New target.
4957         * posix/posix-conf-vars.list: New file.
4958         * posix/posix-conf-vars.h: New file.
4959         * posix/confstr.c: Include posix-conf-vars.h.
4960         (confstr): Use CONF_IS_* macros.
4961         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
4962         CONF_IS_* macros.
4963         * scripts/gen-posix-conf-vars.awk: New file.
4965 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
4967         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
4968         fegetround): Add no-op macros to avoid linknamespace issues.
4970         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
4971         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
4973         * sysdeps/unix/sysv/linux/tile/sysdep.h
4974         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
4975         assembly-specific section to avoid a redefinition warning.
4977         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
4978         long before casting to pointer to avoid a cast warning.
4980 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
4982         * sysdeps/tile/tilegx/Implies: New file.
4984 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
4986         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
4988 2014-12-23  Florian Weimer  <fweimer@redhat.com>
4990         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
4992 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
4994         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
4995         not define.
4996         * sysdeps/unix/sysv/linux/utimes.c: Do not include
4997         <kernel-features.h>.
4998         (__utimes) [__NR_utimes]: Make code unconditional.
4999         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
5000         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
5001         (__ASSUME_UTIMES): Do not undefine.
5002         * sysdeps/unix/sysv/linux/tile/kernel-features.h
5003         (__ASSUME_UTIMES): Likewise.
5004         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
5005         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
5006         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
5007         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
5009 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
5011         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
5013 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
5015         [BZ #17747]
5016         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
5017         alias to weak alias for j0l, y0l.
5018         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
5019         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
5021         [BZ #17746]
5022         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
5023         conversion.
5025 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
5027         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
5028         to zero if not already defined.
5030 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
5032         [BZ #17724]
5033         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
5034         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
5035         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
5036         (char *) casts added.
5037         * sysdeps/ieee754/k_standardf.c: New file.
5038         * sysdeps/ieee754/k_standardl.c: Likewise.
5039         * math/Makefile (libm-support): Remove k_standard.
5040         (libm-calls): Add k_standard.
5042 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
5044         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
5045         Optimize to avoid an unnecessary FPCR read.
5047 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
5049         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
5050         Optimize to reduce FPCR/FPSR accesses.
5052 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
5054         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
5055         Call libc_fetestexcept_aarch64.
5057 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
5059         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
5060         Call libc_fesetround_aarch64.
5062 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
5064         [BZ #17733]
5065         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
5066         (__bind): Do not define as weak alias.
5067         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
5068         define.
5069         (__getsockname): Do not define as weak alias.
5071 2014-12-22  Will Newton  <will.newton@linaro.org>
5073         * manual/install.texi: Document that we require bison 2.7
5074         or above.
5075         * INSTALL: Regenerate.
5076         * configure.ac: Use AC_CHECK_PROG_VER instead of
5077         AC_PATH_PROG when checking for bison and check for
5078         version 2.7 or above.
5079         * configure: Regenerate.
5081 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
5083         [BZ #17745]
5084         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
5085         * sysdeps/tile/ffsll.c (ffsll): To here.
5087         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
5089 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
5091         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
5092         if not defined.
5093         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
5094         definition.
5095         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
5096         hidden ___tls_get_addr.
5097         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
5098         hidden __tls_get_addr.
5099         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
5100         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
5101         Likewise.
5103 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
5105         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
5106         _dl_init call.
5108 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
5110         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
5111         from "call _dl_init@PLT".
5112         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
5114 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
5116         * manual/search.texi: (Array Sort Function): Clarify stable sorting
5117         guarantees.
5119 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
5121         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
5123 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
5125         [BZ #17744]
5126         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
5127         strnlen.
5129 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
5131         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
5132         of multu on MIPSr6.
5133         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
5134         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
5135         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
5136         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
5137         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
5139 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
5141         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
5142         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
5143         (PTR_SUBU): Use subu for mips32r6/mips64r6.
5144         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
5145         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
5146         mips32r6/mips64r6.
5147         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
5149 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
5151         * string/strncat.c (STRNCAT): Simplify implementation.
5153 2014-12-19  David S. Miller  <davem@davemloft.net>
5155         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
5156         access the quad as both a long double and as a series of 4 words.
5158         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
5159         link_map->l_info array access.
5161 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
5163         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
5165         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
5166         * math/atest-exp2.c (TIMEOUT): Likewise.
5167         * math/atest-sincos.c (TIMEOUT): Likewise.
5169 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
5171         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
5172         -Wno-error with -fno-builtin-lround.
5174 2014-12-19  Torvald Riegel  <triegel@redhat.com>
5176         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
5177         Contains futex constants and functions moved over from ...
5178         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
5179         <lowlevellock-futex.h>.
5180         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
5181         (lll_timedwait_tid): Add comments and parentheses around macro
5182         arguments.
5184 2014-12-19  Torvald Riegel  <triegel@redhat.com>
5186         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
5187         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
5188         (__lll_private_flag): Remove.
5189         (lll_futex_wait): Likewise.
5190         (lll_futex_timed_wait): Likewise.
5191         (lll_futex_wake): Likewise.
5192         (lll_futex_requeue): Likewise.
5193         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
5194         (__lll_timedwait_tid): Spell out argument names.
5195         (lll_timedwait_tid): Add comments and parentheses around macro
5196         arguments.
5197         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
5198         LLL_SHARED and LLL_PRIVATE usable from assembly code.
5200 2014-12-19  Torvald Riegel  <triegel@redhat.com>
5202         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
5203         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
5204         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5205         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
5206         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
5207         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
5208         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
5209         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
5210         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
5211         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
5212         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
5213         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
5214         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
5215         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
5216         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
5217         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
5218         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
5219         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
5220         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
5222 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
5224         * sysdeps/x86_64/x32/Makefile: New file.
5226 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
5228         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
5229         1L with (mp_limb_t) 1.
5231 2014-12-17  Roland McGrath  <roland@hack.frob.com>
5233         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
5234         * nptl/libc_pthread_init.c: ... here.
5235         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
5236         * nptl/register-atfork.c: ... here.
5238         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
5239         Use pthread_sigmask rather than INTERNAL_SYSCALL.
5240         Use assert_perror to check its return value.
5241         (__gai_create_helper_thread): Likewise.
5243         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
5245         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
5247 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
5249         [BZ #17725]
5250         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
5251         __profil_counter.
5252         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
5253         Likewise.
5254         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
5255         Likewise.
5256         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
5257         Likewise.
5258         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
5259         (profil_counter): Likewise.
5260         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
5261         (profil_counter): Likewise.
5262         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
5263         Likewise.
5264         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
5265         Likewise.
5266         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
5267         (profil_counter): Likewise.
5268         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
5269         Likewise.
5270         [!__profil_counter] (profil_counter): Define as weak alias of
5271         __profil_counter.
5272         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
5273         (profil_counter): Rename to __profil_counter.
5274         [!__profil_counter] (profil_counter): Define as weak alias of
5275         __profil_counter.
5276         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
5277         (profil_counter): Rename to __profil_counter.
5278         [!__profil_counter] (profil_counter): Define as weak alias of
5279         __profil_counter.
5280         * sysdeps/posix/profil.c: Update comment referring to
5281         profil_counter.
5282         (__profil): Use __profil_counter instead of profil_counter.
5283         * sysdeps/posix/sprofil.c (profil_counter): Rename to
5284         __profil_counter.  Use __profil_counter_ushort and
5285         __profil_counter_uint in definitions.
5286         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
5287         instead of profil_counter_uint and profil_counter_ushort.
5289         [BZ #17722]
5290         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
5291         define as weak alias of __inet_makeaddr.
5292         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
5293         as weak alias of __inet_addr.
5294         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
5295         as weak alias of __inet_pton.  Use libc_hidden_weak.
5296         * include/arpa/inet.h (__inet_pton): Declare.  Use
5297         libc_hidden_proto.
5298         (inet_makeaddr): Don't use libc_hidden_proto.
5299         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
5300         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
5301         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
5302         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
5303         Remove variable.
5304         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
5305         (test-xfail-POSIX/time.h/linknamespace): Likewise.
5307 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
5309         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
5311 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
5313         * stdio-common/bug-vfprintf-nargs.c (do_test):
5314         Cast value to intptr_t to avoid format warning
5315         for usage with PRIdPTR printing macro.
5317 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
5319         * libio/tst-widetext.c (do_test):
5320         Use format type %td instead of %Zd for ptrdiff_t
5321         in order to avoid format warning.
5323 2014-12-17  Andreas Schwab  <schwab@suse.de>
5325         * nscd/mem.c (gc): Add size_t cast to match printf format.
5327 2014-12-16  Roland McGrath  <roland@hack.frob.com>
5329         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
5330         (init): Apply PTR_MANGLE to pointers before storing them.
5331         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
5332         before using them.
5334 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
5336         [BZ #17719]
5337         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
5338         define as weak alias of __memrchr.
5339         (__memrchr): Do not define as strong alias of memrchr.
5340         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
5341         Remove variable.
5342         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
5343         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
5344         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
5346         [BZ #17717]
5347         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
5348         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
5349         (if_indextoname): Rename to __if_indextoname and define as weak
5350         alias of __if_indextoname.  Use libc_hidden_weak.
5351         (if_freenameindex): Rename to __if_freenameindex and define as
5352         weak alias of __if_freenameindex.
5353         (if_nameindex): Rename to __if_nameindex and define as weak alias
5354         of __if_nameindex.
5355         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
5356         __if_nametoindex and define as weak alias of __if_nametoindex.
5357         Use libc_hidden_weak.
5358         (if_freenameindex): Rename to __if_freenameindex and define as
5359         weak alias of __if_freenameindex.
5360         (if_nameindex): Rename to __if_nameindex and define as weak alias
5361         of __if_nameindex.
5362         (if_indextoname): Rename to __if_indextoname and define as weak
5363         alias of __if_indextoname.  Use libc_hidden_weak.
5364         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
5365         __if_nametoindex and define as weak alias of __if_nametoindex.
5366         Use libc_hidden_weak.
5367         (if_freenameindex): Rename to __if_freenameindex and define as
5368         weak alias of __if_freenameindex.  Use libc_hidden_weak.
5369         (if_nameindex_netlink): Use __if_freenameindex instead of
5370         if_freenameindex.
5371         (if_nameindex): Rename to __if_nameindex and define as weak alias
5372         of __if_nameindex.  Use libc_hidden_weak.
5373         (if_indextoname): Rename to __if_indextoname and define as weak
5374         alias of __if_indextoname.  Use libc_hidden_weak.
5375         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
5376         libc_hidden_proto.
5377         [!_ISOMAC] (__if_freenameindex): Likewise.
5378         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
5379         if_nametoindex.
5380         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
5381         variable.
5382         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
5383         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
5384         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
5385         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
5386         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
5387         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
5388         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
5390         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
5391         Remove variable.
5392         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
5393         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
5395 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
5397         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
5398         subscript above bounds'
5400         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
5401         bounds.
5403 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
5405         * libio/tst-fopenloc.c: Use test-skeleton.c.
5407         * stdlib/tst-bsearch.c: Use test-skeleton.c.
5408         (entry): Rename to ITEM.
5409         (do_test, comp): Adjust.
5411         * stdio-common/tst-fseek.c: Use test-skeleton.c.
5413 2014-12-16  Torvald Riegel  <triegel@redhat.com>
5415         * string/tester.c: Include <libc-internal.h>.
5416         (test_memset): Ignore -Wmemset-transposed-args.
5418 2014-12-16  Torvald Riegel  <triegel@redhat.com>
5420         * misc/tst-mntent2.c (do_test): Fix warning.
5422 2014-12-16  Torvald Riegel  <triegel@redhat.com>
5424         * elf/tst-unique4lib.cc(a): Mark as used.
5426 2014-12-16  Florian Weimer  <fweimer@redhat.com>
5428         [BZ #17630]
5429         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
5430         names.
5432 2014-12-16  Allan McRae  <allan@archlinux.org>
5434         * stdio-common/Makefile (tests): Re-add bug26.
5436 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
5438         [BZ #17657]
5439         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
5440         static array.
5442 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
5444         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
5445         (__lll_lock_wait): Likewise.
5446         (__lll_timedlock_wait): Likewise.
5447         (__lll_timedwait_tid): Likewise.
5448         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
5449         (__lll_robust_timedlock_wait): Likewise.
5450         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
5451         (lll_cond_trylock): Likewise.
5452         (__lll_lock): Likewise.
5453         (__lll_robust_lock): Likewise.
5454         (__lll_cond_lock): Likewise.
5455         (lll_robust_cond_lock): Likewise.
5456         (__lll_timedlock): Likewise.
5457         (__lll_robust_timedlock): Likewise.
5458         (__lll_unlock): Likewise.
5459         (__lll_robust_unlock): Likewise.
5460         (lll_wait_tid): Likewise.
5461         (lll_timedwait_tid): Likewise.
5463 2014-12-15  Torvald Riegel  <triegel@redhat.com>
5465         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
5467 2014-12-15  Torvald Riegel  <triegel@redhat.com>
5469         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
5471 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
5473         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
5474         * stdio-common/tst-sprintf.c: Likewise.
5476 2014-12-15  Torvald Riegel  <triegel@redhat.com>
5478         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
5480 2014-12-15  Jeff Law  <law@redhat.com>
5482         [BZ #16617]
5483         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
5484         on the heap.  (CVE-2012-3406)
5485         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
5486         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
5487         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
5489 2014-12-15  Will Newton  <will.newton@linaro.org>
5491         * manual/install.texi: Bump required version of texinfo
5492         to 4.7 from 4.5.
5493         * INSTALL: Regenerated.
5494         * configure.ac: Check for makeinfo version 4.7 and above.
5495         * configure: Regenerated.
5497 2014-12-12  Roland McGrath  <roland@hack.frob.com>
5499         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
5500         PREFIX, string constant to insert between directory and name.
5501         * sysdeps/posix/shm_open.c: Update caller.
5502         * sysdeps/posix/shm_unlink.c: Likewise.
5503         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
5504         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
5505         (SEM_SHM_PREFIX): New macro.
5506         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
5507         [$(have-thread-library) = no].
5508         * nptl/Makefile (libpthread-routines): Add shm-directory.
5509         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
5510         * sysdeps/nptl/shm-directory.h: New file.
5511         * sysdeps/posix/shm-directory.c
5512         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
5513         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
5514         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
5515         INTERNAL_SYSCALL.
5516         (__where_is_shmfs): Function removed.
5517         (mountpoint, defaultmount, defaultdir, __namedsem_once):
5518         Variables removed.
5519         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
5520         Use SHM_GET_NAME.
5521         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
5523         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
5524         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
5525         unconditional for use inside libpthread.
5526         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
5528 2014-12-12  Roland McGrath  <roland@hack.frob.com>
5530         * nptl/pthread_getaffinity.c: New file.
5531         * nptl/pthread_setaffinity.c: New file.
5532         * nptl/pthread_getname.c: New file.
5533         * nptl/pthread_setname.c: New file.
5535         * nptl/pthread_create.c (START_THREAD_DEFN)
5536         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
5538 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
5539             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5541         * resolv/res_send.c (send_vc): Disable warning resplen may
5542         be used uninitialized.
5544 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
5546         * nptl/tst-mutex6.c
5547         (ATTR_NULL): New define checks ATTR against NULL.
5548         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
5549         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
5551 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
5553         [BZ #17581]
5554         * malloc/hooks.c
5555         (mem2mem_check): Revert my previous change.
5556         (malloc_check_get_size): Revert my previous change.
5557         (mem2chunk_check): Revert my previous change.
5559 2014-12-11  Roland McGrath  <roland@hack.frob.com>
5561         * sysdeps/posix/shm-directory.c: New file.
5562         * sysdeps/posix/shm-directory.h: New file.
5563         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
5564         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
5565         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
5566         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
5567         Transmute EPERM to EACCES.
5568         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
5569         from ...
5570         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
5571         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
5573 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5575         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
5576         pointer and cast to uintptr_t.
5577         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
5578         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
5579         Add cast to avoid warning.
5580         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
5582 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
5584         * nptl/semaphore.h: Move to ...
5585         * sysdeps/pthread/semaphore.h: ... here.
5586         * Makefile (installed-headers): Change nptl/semaphore.h to
5587         sysdeps/pthread/semaphore.h.
5589 2014-12-11  Roland McGrath  <roland@hack.frob.com>
5591         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
5592         generated error format strings.
5594         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
5595         -Wformat-extra-args warnings for scanf formats.
5596         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
5597         test of zero-length format (duh).
5598         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
5599         corner-case scanf format test.
5600         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
5601         generated fprintf format string.
5602         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
5603         corner-case sprintf format tests.
5604         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
5605         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
5606         -Wformat-extra-args warnings throughout.
5607         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
5608         (CFLAGS-scanf4.c): Likewise.
5609         (CFLAGS-scanf7.c): Likewise.
5610         (CFLAGS-tst-sprintf.c): Likewise.
5611         (CFLAGS-tst-printf.c): Likewise.
5612         (CFLAGS-tst-printfsz.c): Likewise.
5614 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
5616         * include/cpio.h: New file.
5617         * include/fmtmsg.h: Likewise.
5619         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
5620         corresponding format argument to size_t.
5621         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
5622         arguments.
5623         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
5624         corresponding format argument to size_t.
5625         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
5626         arguments.
5627         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
5628         corresponding format argument to size_t.
5629         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
5630         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
5631         (CFLAGS-tst-mbswcs2.c): Likewise.
5632         (CFLAGS-tst-mbswcs3.c): Likewise.
5633         (CFLAGS-tst-mbswcs4.c): Likewise.
5634         (CFLAGS-tst-mbswcs5.c): Likewise.
5635         (CFLAGS-tst-trans.c): Likewise
5637 2014-12-11  Roland McGrath  <roland@hack.frob.com>
5639         * posix/regexbug1.c (main): Use "%s" format with regerror results,
5640         rather than assuming they won't contain any '%'s.
5642 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
5644         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
5645         inhibit_loop_to_libcall to avoid recursive calls.
5646         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
5647         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
5649 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
5651         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
5652         prototype.
5654 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
5656         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
5657         integer value instead of boolean.
5659 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
5661         * malloc/malloc.c: Fix powerof2 check.
5663 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
5665         * locale/programs/locfile.h (maybe_swap_uint32):
5666         Remove inline and add unused attribute.
5668 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
5670         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
5671         Truncating assembler expression to a .long expression.
5673 2014-12-11  Andreas Schwab  <schwab@suse.de>
5675         * elf/rtld.c (struct map_args): Constify str member.
5676         (do_preload): Constify fname argument.
5678 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5680         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
5681         constants definition.
5683 2014-12-11  Andreas Schwab  <schwab@suse.de>
5685         [BZ #16657]
5686         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
5687         FORCE_ELISION instead of DO_ELISION.
5688         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
5689         Remove.
5690         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
5691         Likewise.
5693         * iconvdata/gconv-modules: Remove duplicate entry.
5695 2014-12-11  Will Newton  <will.newton@linaro.org>
5697         Merge gettext 0.19.3 into intl/.
5699         This involves a number of cosmetic changes to comments
5700         and ANSI function definitions and prototypes throughout
5701         all the files. The gettext copyright header is used but
5702         with the date ranges taken from the glibc copy.
5704         * NEWS: Add gettext merge to 2.21.
5705         * intl/bindtextdom.c: Switch to gettext copyright.
5706         Use ANSI definitions and prototypes.
5707         Use gl_* locking primitives rather than __libc_* ones.
5708         Use __builtin_expect rather than __glibc_likely/unlikely.
5709         * intl/dcgettext.c: Switch to gettext copyright.
5710         Use ANSI definitions and prototypes.
5711         * intl/dcigettext.c: Switch to gettext copyright.
5712         Use ANSI definitions and prototypes.
5713         (INTDIV0_RAISES_SIGFPE): New define.
5714         Use gl_* locking primitives rather than __libc_* ones.
5715         Include eval-plural.h instead of plural-eval.c.
5716         Use __builtin_expect rather than __glibc_likely/unlikely.
5717         * intl/dcngettext.c: Switch to gettext copyright.
5718         Use ANSI definitions and prototypes.
5719         * intl/dgettext.c: Likewise.
5720         * intl/dngettext.c: Likewise.
5721         * intl/plural-eval.c: Renamed to...
5722         * intl/eval-plural.h: ...this.
5723         * intl/explodename.c: Switch to gettext copyright.
5724         Use ANSI definitions and prototypes.
5725         (_nl_explode_name): Use strchr instead of __rawmemchr.
5726         * intl/finddomain.c: Switch to gettext copyright.
5727         Use ANSI definitions and prototypes.
5728         Use gl_* locking primitives rather than __libc_* ones.
5729         (_nl_find_domain): Use malloc rather than alloca for
5730         allocation of temporary locale name.
5731         * intl/gettext.c: Switch to gettext copyright.
5732         Use ANSI definitions and prototypes.
5733         * intl/gettextP.h: Switch to gettext copyright.
5734         Use ANSI definitions and prototypes.
5735         Use gl_* locking primitives rather than __libc_* ones.
5736         * intl/gmo.h: Switch to gettext copyright.
5737         (struct sysdep_string): Move struct segment_pair outside of
5738         struct definition.
5739         * intl/hash-string.c: Use ANSI definitions and prototypes.
5740         * intl/hash-string.h: Switch to gettext copyright.
5741         Use ANSI definitions and prototypes.
5742         * intl/l10nflist.c: Switch to gettext copyright.
5743         Use ANSI definitions and prototypes.
5744         (_nl_normalize_codeset): Avoid integer overflow.
5745         * intl/loadinfo.h: Switch to gettext copyright.
5746         Use ANSI definitions and prototypes.
5747         (LIBINTL_DLL_EXPORTED): New define.
5748         (PATH_SEPARATOR): New define.
5749         * intl/loadmsgcat.c: Switch to gettext copyright.
5750         * intl/localealias.c: Switch to gettext copyright.
5751         Use ANSI definitions and prototypes.
5752         (_nl_expand_alias): Use PATH_SEPARATOR.
5753         * intl/ngettext.c: Switch to gettext copyright.
5754         Use ANSI definitions and prototypes.
5755         * intl/plural-exp.c: Likewise.
5756         * intl/plural-exp.h: Switch to gettext copyright.
5757         Use ANSI definitions and prototypes.
5758         (struct expression): Move definition of enum operator outside
5759         of struct definition.
5760         * intl/plural.c: Regenerate.
5761         * intl/plural.y: Switch to gettext copyright.
5762         Use ANSI definitions and prototypes.
5763         Port to bison 3.0.
5764         * intl/textdomain.c: Switch to gettext copyright.
5765         Use ANSI definitions and prototypes.
5766         Use gl_* locking primitives rather than __libc_* ones.
5768 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
5770         * debug/warning-nop.c: Add used atrribute.
5772 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
5774         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
5776         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
5777         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
5778         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
5780 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
5781             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5783         [BZ #17634]
5784         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
5785         Undefine after defining function.  Define as weak alias of
5786         __wcschr.  Use libc_hidden_weak.
5787         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
5788         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
5789         (libc_hidden_def): Also define __GI___wcschr alias.
5790         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
5791         __wcschr and define as weak alias of __wcschr.
5792         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
5793         __wcschr.
5794         [!WCSCHR] (DEFAULT_WCSCHR): Define.
5795         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
5796         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
5797         libc_hidden_weak.  Do not use libc_hidden_def.
5798         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
5799         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
5800         __GI___wcschr alias.
5801         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
5802         [IS_IN (libc)] (wcschr): Define as macro expanding to
5803         __redirect_wcschr.
5804         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
5805         [IS_IN (libc)] (__wcschr_power6): Likewise.
5806         [IS_IN (libc)] (__wcschr_power7): Likewise.
5807         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
5808         instead of wcschr.
5809         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
5810         __libc_wcschr.
5811         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
5812         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
5813         __wcschr and define as weak alias of __wcschr.  Use
5814         libc_hidden_builtin_def.
5815         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
5816         as weak alias of __wcschr.  Use libc_hidden_weak.
5817         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
5818         wcschr.
5819         * time/era.c (_nl_init_era_entries): Likewise.
5820         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
5821         variable.
5822         (test-xfail-XPG3/time.h/linknamespace): Likewise.
5823         (test-xfail-XPG4/time.h/linknamespace): Likewise.
5825 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
5827         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
5828         format for long int variable.
5830 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
5832         [BZ #10672]
5833         * manual/search.texi: (Array Sort Function): Remove claim how to make
5834         qsort stable.
5836 2014-12-10  Andreas Schwab  <schwab@suse.de>
5838         [BZ #12847]
5839         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
5840         user-controlled locks.
5842 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
5844         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
5845         register.
5847 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
5849         * configure.ac (--disable-werror): New configure option.
5850         (enable_werror): New AC_SUBST.
5851         * configure: Regenerated.
5852         * config.make.in (enable-werror): New variable.
5853         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
5854         -Wno-error=undef.
5855         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
5856         * manual/install.texi (Configuring and compiling): Document
5857         --disable-werror.
5858         * INSTALL: Regenerated.
5859         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
5860         (CFLAGS-tst-chk2.c): Likewise.
5861         (CFLAGS-tst-chk3.c): Likewise.
5862         (CFLAGS-tst-chk4.cc): Likewise.
5863         (CFLAGS-tst-chk5.cc): Likewise.
5864         (CFLAGS-tst-chk6.cc): Likewise.
5865         (CFLAGS-tst-lfschk1.c): Likewise.
5866         (CFLAGS-tst-lfschk2.c): Likewise.
5867         (CFLAGS-tst-lfschk3.c): Likewise.
5868         (CFLAGS-tst-lfschk4.cc): Likewise.
5869         (CFLAGS-tst-lfschk5.cc): Likewise.
5870         (CFLAGS-tst-lfschk6.cc): Likewise.
5872         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
5873         (main): Disable -Wdeprecated-declarations around calls to
5874         register_printf_function.
5876         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
5877         (do_test): Disable -Wdiv-by-zero around some calls to
5878         fwrite_unlocked and fread_unlocked.
5880         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
5881         (DIAG_POP_NEEDS_COMMENT): Likewise.
5882         (_DIAG_STR1): Likewise.
5883         (_DIAG_STR): Likewise.
5884         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
5885         * stdio-common/bug21.c: Include <libc-internal.h>.
5886         (do_test): Disable -Wformat around call to sscanf.
5887         * stdio-common/scanf14.c: Include <libc-internal.h>.
5888         (main): Disable -Wformat around some calls to scanf functions.
5890 2014-12-09  Torvald Riegel  <triegel@redhat.com>
5892         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
5894 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5896         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
5897         stack variable alignment.
5899 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
5901         [BZ #17682]
5902         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
5903         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
5904         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
5905         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
5906         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
5907         __getrlimit instead of getrlimit.
5908         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
5909         __gettimeofday instead of gettimeofday.
5910         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
5911         Likewise.
5912         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
5913         Likewise.
5914         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
5915         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
5916         Remove variable.
5917         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
5918         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
5920 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5922         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
5923         for wide-character tests.
5925 2014-12-04  Roland McGrath  <roland@hack.frob.com>
5927         * io/openat64.c: #include <libc-internal.h>
5928         (__openat64): Prototypify.  Use ignore_value on MODE.
5929         * io/openat.c: Likewise.
5930         * misc/reboot.c: #include <libc-internal.h>
5931         (reboot): Prototypify.  Use ignore_value on HOWTO.
5932         * misc/ptrace.c: #include <libc-internal.h>
5933         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
5935 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
5937         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
5938         XPG4, UNIX98 and XOPEN2K.
5939         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
5940         Remove variable.
5941         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
5943 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5945         * libio/fileops.c: Use ISO C style for function definitions.
5946         * libio/iofopen.c: Likewise.
5947         * libio/wfileops.c: Likewise.
5949         [BZ #17653]
5950         * libio/fileops.c (_IO_new_file_underflow): Unset cached
5951         offset on EOF.
5952         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
5953         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
5954         (fgets_func): Function pointer to fgets and fgetws.
5955         (do_ftell_test): Add test to verify ftell value after read
5956         EOF.
5957         (do_test): Set fgets_func.
5959         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
5960         O_TRUNC flag for w and w+ modes.
5961         (do_rewind_test): Likewise.
5962         (do_ftell_test): Likewise.
5963         (do_write_test): Likewise.
5965         [BZ #17647]
5966         * libio/fileops.c (do_ftell): Seek only when there are
5967         unflushed writes.
5968         * libio/wfileops.c (do_ftell_wide): Likewise.
5969         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
5970         test case.
5971         (do_one_test): Call it.
5973 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
5975         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
5976         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
5977         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
5978         Remove variable.
5979         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
5980         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
5981         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
5983 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
5985         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
5986         Remove variable.
5987         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
5989         [BZ #17668]
5990         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
5991         as weak alias of __getifaddrs.  Use libc_hidden_weak.
5992         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
5993         __freeifaddrs.  Use libc_hidden_weak.
5994         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
5995         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
5996         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
5997         __freeifaddrs.  Use libc_hidden_weak.
5998         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
5999         __getifaddrs and define as weak alias of __getifaddrs.  Use
6000         libc_hidden_weak.
6001         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
6002         __freeifaddrs.  Use libc_hidden_weak.
6003         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
6004         Remove variable.
6005         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
6006         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
6008 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
6010         [BZ #17601]
6011         * sysdeps/mips/start.S (__start): Use indirect jump to call
6012         __libc_start_main.
6014 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
6016         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
6018         * nptl/tst-mutex1.c: Include <stdbool.h>.
6019         [!ATTR] (ATTR_NULL): New macro.
6020         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
6021         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
6022         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
6024         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
6025         to char *.
6027         [BZ #17665]
6028         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
6029         Change conditional to [__USE_MISC].
6031         [BZ #17664]
6032         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
6033         fgets_unlocked.
6034         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
6035         __fgets_unlocked.
6036         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
6037         fgets_unlocked.
6038         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
6039         Remove variable.
6040         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
6041         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
6042         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
6043         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
6044         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
6045         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
6046         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
6047         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
6048         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
6050         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
6052 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6054         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6055         Remove strpbrk objects.
6056         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6057         (__libc_ifunc_impl_list): Remove strpbrk implementation.
6058         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
6059         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
6060         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
6061         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
6063         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6064         Remove strcspn objects.
6065         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6066         (__libc_ifunc_impl_list): Remove strcspn implementation.
6067         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
6068         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
6069         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
6070         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
6072         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6073         Remove strspn objetcs.
6074         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6075         (__libc_ifunc_impl_list): Remove strspn implementation.
6076         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
6077         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
6078         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
6079         * sysdeps/powerpc/powerpc64/strspn.S: New file.
6081 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
6083         [BZ #17581]
6084         * malloc/hooks.c
6085         (mem2mem_check): Add a terminator to the chain of checking blocks.
6086         (malloc_check_get_size): Use it here.
6087         (mem2chunk_check): Ditto.
6089 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
6091         * sysdeps/powerpc/powerpc64/strtok.S: New file.
6092         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
6094 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
6096         * bits/ioctl-types.h: Indent preprocessor directives correctly.
6098         * nptl/nptl-init.c: Include libc-internal.h.
6099         (__pthread_initialize_minimal_internal): Use ROUND_UP.
6101         * elf/ldconfig.c (search_dir): Expand comment.
6103 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
6105         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
6106         variable.
6107         (linknamespace-symlist-stdlibs-tests): Likewise.
6108         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
6109         instead of $(objpfx)symlist-stdlibs.
6110         (linknamespace-libs-isoc): New variable.
6111         (linknamespace-libs): Use $(linknamespace-libs-isoc).
6112         (linknamespace-libs-ISO): New variable.
6113         (linknamespace-libs-ISO99): Likewise.
6114         (linknamespace-libs-ISO11): Likewise.
6115         (linknamespace-libs-XPG3): Likewise.
6116         (linknamespace-libs-XPG4): Likewise.
6117         (linknamespace-libs-POSIX): Likewise.
6118         (linknamespace-libs-UNIX98): Likewise.
6119         (linknamespace-libs-XOPEN2K): Likewise.
6120         (linknamespace-libs-POSIX2008): Likewise.
6121         (linknamespace-libs-XOPEN2K8): Likewise.
6122         ($(objpfx)symlist-stdlibs): Replace by
6123         $(linknamespace-symlist-stdlibs-tests).  Use
6124         $(linknamespace-libs-$*) as set of libraries.
6125         ($(linknamespace-header-tests)): Update dependencies.  Use
6126         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
6127         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
6128         * conform/linknamespace.pl: Remove comment about considering
6129         definitions of symbols from irrelevant libraries.
6131 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
6133         [BZ #13862]
6134         * elf/dl-tls.c: Include <atomic.h>.
6135         (oom): Remove #ifdef SHARED/#endif.
6136         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
6137         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
6138         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
6139         big enough.
6140         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
6141         * nptl/Makefile (tests): Add tst-stack4.
6142         (modules-names): Add tst-stack4mod.
6143         ($(objpfx)tst-stack4): New.
6144         (tst-stack4mod.sos): Likewise.
6145         ($(objpfx)tst-stack4.out): Likewise.
6146         ($(tst-stack4mod.sos)): Likewise.
6147         (clean): Likewise.
6148         * nptl/tst-stack4.c: New file.
6149         * nptl/tst-stack4mod.c: Likewise.
6151 2014-11-27  J. Brown  <jb999@gmx.de>
6153         * sysdeps/x86/bits/string.h: Add recent CPUs.
6155 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
6157         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
6158         sigblock.
6160         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
6161         feof.
6163         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
6164         variable.
6166 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
6168         * nscd/connections.c: Include libc-internal.h because of macro
6169         usage ignore_value.
6171 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
6173         * string/bits/string3.h (__warn_memset_zero_len): Don't
6174         declare for gcc newer than 5.0.
6175         (memset): Don't test for zero-length __LEN for gcc newer than
6176         5.0.
6178 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
6180         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
6181         size_t for %zu format.
6183         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
6184         difference, not %ju.
6186 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
6188         * include/libc-internal.h (ignore_value): New macro.
6189         * nscd/connections.c (restart): Wrap calls to setuid and setgid
6190         with ignore_value.
6192         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
6193         definition.
6195         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
6196         pthread_cleanup_push to void *.
6198         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
6199         Undefine.
6201         [BZ #16619]
6202         [BZ #16740]
6203         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
6204         instead of 1L << 52.
6206         * libio/bug-rewind.c (do_test): Check fwscanf return values.
6207         * libio/bug-rewind2.c (do_test): Likewise.
6209         * debug/test-stpcpy_chk-ifunc.c: Remove file.
6210         * debug/test-strcpy_chk-ifunc.c: Likewise.
6211         * wcsmbs/test-wcschr-ifunc.c: Likewise.
6212         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
6213         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
6214         * wcsmbs/test-wcslen-ifunc.c: Likewise.
6215         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
6216         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
6217         * Rules [$(multi-arch) = no] (tests): Do not filter out
6218         $(tests-ifunc).
6219         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
6220         * debug/Makefile (tests-ifunc): Remove variable.
6221         (tests): Do not add $(tests-ifunc).
6222         * wcsmbs/Makefile (tests-ifunc): Remove variable.
6223         (tests): Do not add $(tests-ifunc).
6224         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
6225         [TEST_IFUNC]: Remove conditionals.
6226         * string/test-string.h (TEST_IFUNC): Remove macro.
6227         [TEST_IFUNC]: Remove conditionals.
6229         * string/test-strchr.c [!WIDE] (L): New macro.
6230         [WIDE] (L): Likewise.
6231         (check1): Use CHAR instead of char.  Use L on string and character
6232         constants.
6234 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
6236         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
6237         tests.
6238         * sysdeps/powerpc/bits/atomic.h
6239         (__arch_atomic_exchange_and_add_32_acq): Add definition.
6240         (__arch_atomic_exchange_and_add_32_rel): Likewise.
6241         (atomic_exchange_and_add_acq): Likewise.
6242         (atomic_exchange_and_add_rel): Likewise.
6243         * sysdeps/powerpc/powerpc32/bits/atomic.h
6244         (__arch_atomic_exchange_and_add_64_acq): Add definition.
6245         (__arch_atomic_exchange_and_add_64_rel): Likewise.
6246         * sysdeps/powerpc/powerpc64/bits/atomic.h
6247         (__arch_atomic_exchange_and_add_64_acq): Add definition.
6248         (__arch_atomic_exchange_and_add_64_rel): Likewise.
6250 2014-11-26  Torvald Riegel  <triegel@redhat.com>
6252         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
6253         Change synchronization of __sched_fifo_min_prio and
6254         __sched_fifo_max_prio.
6255         * nptl/pthread_mutexattr_getprioceiling.c
6256         (pthread_mutexattr_getprioceiling): Likewise.
6257         * nptl/pthread_mutexattr_setprioceiling.c
6258         (pthread_mutexattr_setprioceiling): Likewise.
6259         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
6260         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
6261         Likewise.
6263 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
6265         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
6266         void.
6268 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
6270         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
6271         third argument const.
6273 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
6275         fnmatch: work around GCC compiler warning bug with uninit var
6276         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
6277         This works around a bug with x86-64 GCC 4.9.2 and earlier
6278         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
6279         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
6280         used uninitialized in this function [-Wmaybe-uninitialized]".
6282 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
6284         * posix/bug-regex31.c (main): Return RES not 0.
6286 2014-11-25  Anton Blanchard <anton@samba.org>
6288         * sysdeps/powerpc/bits/atomic.h
6289         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
6291 2014-11-24  Sterling Augustine  <saugustine@google.com>
6293         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
6295 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
6297         [BZ #17608]
6298         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
6300 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
6302         [BZ #17633]
6303         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
6304         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
6305         variable.
6306         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
6307         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
6309 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
6311         * string/strncpy.c (strncpy): Improve performance by using memset.
6313 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
6315         * string/strcpy.c (strcpy):
6316         Improve performance by using strlen and memcpy.
6318 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
6320         * string/strcoll_l.c (get_next_seq): __always_inline.
6321         * string/strcoll_l.c (do_compare): __always_inline.
6323 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6325         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
6326         defined.
6327         * include/mqueue.h: Likewise.
6328         * include/stdlib.h: Likewise.
6330         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
6331         (get_null_defines): Adjust.
6332         * sunrpc/Makefile: Adjust comment.
6333         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
6334         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
6335         (CFLAGS-interp.c): Likewise.
6336         (CFLAGS-ldconfig.c): Likewise.
6337         (CPPFLAGS-.os): Likewise.
6338         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
6339         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
6340         * extra-modules.mk (extra-modules.mk): Likewise.
6341         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
6342         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
6343         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
6344         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
6345         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
6346         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
6347         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
6348         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
6349         * iconvdata/Makefile (CPPFLAGS): Likewise.
6350         (cpp-srcs-left): Add libof for all iconvdata routines.
6351         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
6352         * include/assert.h: Likewise.
6353         * include/ctype.h: Likewise.
6354         * include/errno.h: Likewise.
6355         * include/libc-symbols.h: Likewise.
6356         * include/math.h: Likewise.
6357         * include/netdb.h: Likewise.
6358         * include/resolv.h: Likewise.
6359         * include/stdio.h: Likewise.
6360         * include/stdlib.h: Likewise.
6361         * include/string.h: Likewise.
6362         * include/sys/stat.h: Likewise.
6363         * include/wctype.h: Likewise.
6364         * intl/l10nflist.c: Likewise.
6365         * libidn/idn-stub.c: Likewise.
6366         * libio/libioP.h: Likewise.
6367         * nptl/libc_multiple_threads.c: Likewise.
6368         * nptl/pthreadP.h: Likewise.
6369         * posix/regex_internal.h: Likewise.
6370         * resolv/res_hconf.c: Likewise.
6371         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
6372         * sysdeps/arm/memmove.S: Likewise.
6373         * sysdeps/arm/sysdep.h: Likewise.
6374         * sysdeps/generic/_itoa.h: Likewise.
6375         * sysdeps/generic/symbol-hacks.h: Likewise.
6376         * sysdeps/gnu/errlist.awk: Likewise.
6377         * sysdeps/gnu/errlist.c: Likewise.
6378         * sysdeps/i386/i586/memcpy.S: Likewise.
6379         * sysdeps/i386/i586/memset.S: Likewise.
6380         * sysdeps/i386/i686/memcpy.S: Likewise.
6381         * sysdeps/i386/i686/memmove.S: Likewise.
6382         * sysdeps/i386/i686/mempcpy.S: Likewise.
6383         * sysdeps/i386/i686/memset.S: Likewise.
6384         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
6385         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
6386         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
6387         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
6388         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
6389         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
6390         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
6391         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
6392         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
6393         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
6394         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
6395         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
6396         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
6397         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
6398         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
6399         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
6400         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
6401         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
6402         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
6403         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
6404         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
6405         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
6406         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
6407         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
6408         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
6409         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
6410         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
6411         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
6412         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
6413         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
6414         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
6415         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
6416         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
6417         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
6418         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
6419         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
6420         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
6421         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
6422         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
6423         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
6424         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
6425         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
6426         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
6427         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
6428         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
6429         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
6430         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
6431         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
6432         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
6433         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
6434         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
6435         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
6436         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
6437         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
6438         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
6439         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
6440         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
6441         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
6442         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
6443         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
6444         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
6445         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
6446         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
6447         * sysdeps/nptl/bits/libc-lock.h: Likewise.
6448         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
6449         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
6450         * sysdeps/posix/closedir.c: Likewise.
6451         * sysdeps/posix/opendir.c: Likewise.
6452         * sysdeps/posix/readdir.c: Likewise.
6453         * sysdeps/posix/rewinddir.c: Likewise.
6454         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
6455         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
6456         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
6457         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
6458         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
6459         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
6460         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
6461         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
6462         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
6463         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
6464         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
6465         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
6466         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
6467         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
6468         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
6469         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
6470         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
6471         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
6472         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
6473         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
6474         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
6475         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
6476         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
6477         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
6478         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
6479         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
6480         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
6481         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
6482         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
6483         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
6484         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
6485         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
6486         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
6487         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
6488         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
6489         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
6490         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
6491         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
6492         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
6493         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
6494         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
6495         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
6496         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
6497         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
6498         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
6499         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
6500         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
6501         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
6502         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
6503         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
6504         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
6505         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
6506         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
6507         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
6508         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
6509         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
6510         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
6511         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
6512         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
6513         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
6514         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
6515         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
6516         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
6517         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
6518         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
6519         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
6520         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
6521         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
6522         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
6523         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
6524         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
6525         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
6526         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
6527         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
6528         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
6529         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
6530         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
6531         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
6532         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
6533         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
6534         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
6535         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
6536         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
6537         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
6538         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
6539         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
6540         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
6541         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
6542         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
6543         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
6544         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
6545         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
6546         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
6547         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
6548         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
6549         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
6550         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
6551         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
6552         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
6553         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
6554         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
6555         * sysdeps/unix/alpha/sysdep.S: Likewise.
6556         * sysdeps/unix/alpha/sysdep.h: Likewise.
6557         * sysdeps/unix/make-syscalls.sh: Likewise.
6558         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
6559         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
6560         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
6561         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
6562         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
6563         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
6564         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
6565         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
6566         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
6567         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
6568         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
6569         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
6570         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
6571         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
6572         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
6573         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
6574         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6575         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
6576         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
6577         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
6578         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
6579         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
6580         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
6581         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
6582         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
6583         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
6584         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
6585         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
6586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
6587         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
6588         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
6589         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
6590         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
6591         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
6592         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6593         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
6594         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
6595         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
6596         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6597         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
6598         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
6599         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
6600         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
6601         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
6602         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
6603         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
6604         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
6605         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
6606         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
6607         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
6608         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
6609         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
6610         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
6611         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
6612         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
6613         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
6614         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
6615         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
6616         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
6617         * sysdeps/x86_64/memcpy.S: Likewise.
6618         * sysdeps/x86_64/memmove.c: Likewise.
6619         * sysdeps/x86_64/memset.S: Likewise.
6620         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
6621         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
6622         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
6623         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
6624         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
6625         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
6626         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
6627         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
6628         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
6629         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
6630         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
6631         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
6632         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
6633         * sysdeps/x86_64/multiarch/memset.S: Likewise.
6634         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
6635         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
6636         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
6637         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
6638         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
6639         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
6640         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
6641         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
6642         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
6643         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
6644         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
6645         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
6646         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
6647         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
6648         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
6649         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
6650         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
6651         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
6652         * sysdeps/x86_64/strcmp.S: Likewise.
6654         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
6656         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
6657         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
6658         * elf/rtld-Rules: Likewise.
6659         * elf/setup-vdso.h: Likewise.
6660         * include/assert.h: Likewise.
6661         * include/bits/stdlib-float.h: Likewise.
6662         * include/errno.h: Likewise.
6663         * include/sys/stat.h: Likewise.
6664         * include/unistd.h: Likewise.
6665         * sysdeps/aarch64/setjmp.S: Likewise.
6666         * sysdeps/alpha/setjmp.S: Likewise.
6667         * sysdeps/arm/__longjmp.S: Likewise.
6668         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
6669         * sysdeps/arm/setjmp.S: Likewise.
6670         * sysdeps/arm/sysdep.h: Likewise.
6671         * sysdeps/generic/_itoa.h: Likewise.
6672         * sysdeps/generic/dl-sysdep.h: Likewise.
6673         * sysdeps/generic/ldsodefs.h: Likewise.
6674         * sysdeps/i386/dl-tls.h: Likewise.
6675         * sysdeps/i386/setjmp.S: Likewise.
6676         * sysdeps/m68k/setjmp.c: Likewise.
6677         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
6678         * sysdeps/mach/hurd/opendir.c: Likewise.
6679         * sysdeps/posix/getcwd.c: Likewise.
6680         * sysdeps/posix/opendir.c: Likewise.
6681         * sysdeps/posix/profil.c: Likewise.
6682         * sysdeps/powerpc/dl-procinfo.h: Likewise.
6683         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
6684         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
6685         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
6686         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
6687         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
6688         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
6689         * sysdeps/s390/dl-tls.h: Likewise.
6690         * sysdeps/s390/s390-32/setjmp.S: Likewise.
6691         * sysdeps/s390/s390-64/setjmp.S: Likewise.
6692         * sysdeps/sh/sh3/setjmp.S: Likewise.
6693         * sysdeps/sh/sh4/setjmp.S: Likewise.
6694         * sysdeps/unix/alpha/sysdep.h: Likewise.
6695         * sysdeps/unix/arm/sysdep.S: Likewise.
6696         * sysdeps/unix/i386/sysdep.S: Likewise.
6697         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
6698         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6699         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
6700         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
6701         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
6702         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
6703         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
6704         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6705         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
6706         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
6707         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
6708         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
6709         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
6710         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
6711         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
6712         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
6713         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
6714         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
6715         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
6716         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
6717         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
6718         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
6719         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
6720         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
6721         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
6722         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
6723         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
6724         * sysdeps/unix/x86_64/sysdep.S: Likewise.
6725         * sysdeps/x86_64/setjmp.S: Likewise.
6727         * include/math.h: Use IS_IN instead of IS_IN_libm.
6728         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
6729         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
6730         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
6731         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
6732         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
6733         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
6734         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
6735         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
6736         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
6737         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
6738         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
6739         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
6740         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
6741         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
6742         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
6743         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
6744         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
6745         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
6746         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
6747         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
6748         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
6749         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
6750         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
6751         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
6752         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
6753         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
6754         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
6755         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
6756         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
6757         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
6758         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
6759         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
6760         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
6761         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
6762         Likewise.
6763         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
6764         Likewise.
6765         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
6766         Likewise.
6767         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
6768         Likewise.
6769         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
6770         Likewise.
6771         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
6772         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
6773         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
6774         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
6775         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
6776         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
6777         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
6778         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
6779         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
6780         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
6781         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
6782         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
6783         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
6784         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
6785         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
6786         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
6787         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
6788         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
6789         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
6790         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
6791         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
6792         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
6793         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
6794         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
6795         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
6796         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
6797         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
6799         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
6800         * nptl/pthreadP.h: Likewise.
6801         * nptl_db/structs.def: Likewise.
6802         * sysdeps/arm/sysdep.h: Likewise.
6803         * sysdeps/nptl/bits/libc-lock.h: Likewise.
6804         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
6805         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
6806         * sysdeps/unix/alpha/sysdep.h: Likewise.
6807         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
6808         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
6809         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
6810         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
6811         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
6812         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
6813         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
6814         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
6815         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6816         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
6817         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
6818         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
6819         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
6820         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
6821         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
6822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
6823         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
6824         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
6825         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
6826         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
6827         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
6828         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
6829         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
6830         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
6831         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
6832         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
6834         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
6835         * nptl/pthreadP.h: Likewise.
6836         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
6837         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
6838         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
6839         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
6840         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
6841         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
6842         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6843         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
6844         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
6845         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
6846         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
6847         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
6848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
6849         Likewise.
6850         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
6851         Likewise.
6852         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
6853         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
6854         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
6855         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
6856         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
6857         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
6858         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
6859         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
6861         * dlfcn/dladdr.c: Use IS_IN.
6862         * dlfcn/dladdr1.c: Likewise.
6863         * dlfcn/dlclose.c: Likewise.
6864         * dlfcn/dlerror.c: Likewise.
6865         * dlfcn/dlinfo.c: Likewise.
6866         * dlfcn/dlmopen.c: Likewise.
6867         * dlfcn/dlopen.c: Likewise.
6868         * dlfcn/dlsym.c: Likewise.
6869         * dlfcn/dlvsym.c: Likewise.
6871         * include/ifaddrs.h: Use IS_IN.
6872         * inet/check_pf.c: Likewise.
6873         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6874         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
6876         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
6877         IS_IN_ldconfig.
6878         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
6879         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
6881         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
6882         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
6883         IS_IN (libc).
6885         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
6887         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
6888         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
6889         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
6890         * include/libc-symbols.h (IS_IN_LIB): New macro.
6891         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
6892         * include/netdb.h: Likewise.
6893         * include/stap-probe.h: Remove all uses of IN_LIB.
6895         * Makeconfig (module-cppflags-real): Define MODULE_NAME
6896         instead of IN_MODULE.
6897         * include/libc-symbols.h (IN_MODULE): Define using
6898         MODULE_NAME.
6899         (PASTE_NAME, PASTE_NAME1): New macros.
6900         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
6901         of IN_LIB.
6902         (STAP_PROBE_ASM): Likewise.
6904 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6906         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
6907         __mach_init in dlopened libc.
6909 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
6911         * sysdeps/arm/preconfigure.ac: Delete EABI check.
6912         * sysdeps/arm/preconfigure: Regenerate.
6914 2014-11-21  Roland McGrath  <roland@hack.frob.com>
6916         * nptl/pthread_create.c (__pthread_create_2_1): Set
6917         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
6918         when copying values from IATTR into PD.
6920 2014-11-21  Will Newton  <will.newton@linaro.org>
6921             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
6923         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
6924         Refactor inline-asm.  Also add comment.
6926         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
6927         ElfW macro instead of hardcoded Elf64 types.
6928         (la_aarch64_gnu_pltenter): Likewise.
6929         * sysdeps/aarch64/dl-machine.h
6930         (elf_machine_runtime_setup): Use ElfW(Addr).
6932         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
6933         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
6934         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
6935         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
6936         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
6937         (R_AARCH64_TLS_DTPMOD64): Rename to ..
6938         (R_AARCH64_TLS_DTPMOD): This.
6939         (R_AARCH64_TLS_DTPREL64): Rename to ...
6940         (R_AARCH64_TLS_DTPREL): This.
6941         (R_AARCH64_TLS_TPREL64): Rename to ...
6942         (R_AARCH64_TLS_TPREL): This.
6943         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
6944         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
6945         R_AARCH64_TLS_TPREL64.
6946         (elf_machine_rela): Likewise.
6948 2014-11-21  Torvald Riegel  <triegel@redhat.com>
6950         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
6951         by setting it to 0.  64b atomics are not supported currently.
6953 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6955         [BZ #16469]
6956         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
6957         search domain names.
6959 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6961         [BZ #16469]
6962         * NEWS: Update.
6963         * resolv/res_query.c (__libc_res_nquerydomain): Retain
6964         trailing dot.
6965         * posix/tst-getaddrinfo5.c: New.
6966         * posix/Makefile (tests): Add it.
6968 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6970         [BZ #14498]
6971         * NEWS: Fixed.
6972         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
6973         after parsing line but before break_if_match.
6974         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
6975         if there is a protocol mismatch.
6977 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
6979         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
6980         because the potential race is on the user-supplied stream.
6982 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6984         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
6985         string literal if not passed a buffer.
6986         * manual/job.texi (ctermid): Update reasoning, note deviation
6987         from posix, suggest mtasurace when not passed a buffer, for
6988         future non-preliminary safety notes.
6990 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6992         * manual/users.texi (cuserid): Fix MT-Safety note for the case
6993         of not passing it a buffer.
6994         Reported by Peng Haitao.
6996 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6998         * manual/Makefile ($(objpfx)stamp-summary): Require
6999         check-safety.sh to pass.
7000         * manual/check-safety.sh: Wish for verification that every
7001         @deftypefn and @deftypefun is followed by a @safety remark.
7003 2014-11-20  Roland McGrath  <roland@hack.frob.com>
7005         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
7007         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
7008         PTHREAD_CANCEL_ASYNCHRONOUS.
7009         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
7010         send SIGCANCEL.
7012         * nptl/default-sched.h: New file.
7013         * sysdeps/unix/sysv/linux/default-sched.h: New file.
7014         * nptl/pthread_create.c: Include it.
7015         (__pthread_create_2_1): Use collect_default_sched instead of making
7016         Linux syscalls here directly.
7018 2014-11-20  Torvald Riegel  <triegel@redhat.com>
7020         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
7021         __pthread_once): Use C11 atomics.
7023 2014-11-20  Torvald Riegel  <triegel@redhat.com>
7025         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
7027 2014-11-20  Torvald Riegel  <triegel@redhat.com>
7029         * include/atomic.h (__atomic_link_error, __atomic_check_size,
7030         atomic_thread_fence_acquire, atomic_thread_fence_release,
7031         atomic_thread_fence_seq_cst, atomic_load_relaxed,
7032         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
7033         atomic_compare_exchange_weak_relaxed,
7034         atomic_compare_exchange_weak_acquire,
7035         atomic_compare_exchange_weak_release,
7036         atomic_exchange_acquire, atomic_exchange_release,
7037         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
7038         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
7039         atomic_fetch_and_acquire,
7040         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
7042 2014-11-20  Torvald Riegel  <triegel@redhat.com>
7044         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
7045         USE_ATOMIC_COMPILER_BUILTINS): Define.
7046         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
7047         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7048         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
7049         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7050         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
7051         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7052         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
7053         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7054         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
7055         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7056         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
7057         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7058         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
7059         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7060         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
7061         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7062         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
7063         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7064         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
7065         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7066         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
7067         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7068         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
7069         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7070         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
7071         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7072         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
7073         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7074         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
7075         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7076         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
7077         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7078         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
7079         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7080         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
7081         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7082         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
7083         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7084         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
7085         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7087 2014-11-19  Roland McGrath  <roland@hack.frob.com>
7089         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
7090         the sched_priority value here.  It was already checked when the user
7091         called pthread_attr_setschedparam.
7093         * nptl/tst-bad-schedattr.c: New file.
7094         * nptl/Makefile (tests): Add it.
7096 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
7097             Florian Weimer  <fweimer@redhat.com>
7098             Joseph Myers  <joseph@codesourcery.com>
7099             Adam Conrad  <adconrad@0c3.net>
7100             Andreas Schwab  <schwab@suse.de>
7101             Brooks  <bmoses@google.com>
7103         [BZ #17625]
7104         * wordexp-test.c (__dso_handle): Add prototype.
7105         (__register_atfork): Likewise.
7106         (__app_register_atfork): New function.
7107         (registered_forks): New global.
7108         (register_fork): New function.
7109         (test_case): Add 3 new tests for WRDE_CMDSUB.
7110         (main): Call __app_register_atfork.
7111         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
7112         fork count is non-zero fail the test.
7113         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
7114         is set.
7115         (parse_dollars): Remove check for WRDE_NOCMD.
7116         (parse_dquote): Likewise.
7118 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
7120         * Makeconfig (built-modules): List non-library modules to be
7121         built.
7122         (module-cppflags): Include libc-modules.h for
7123         everything except shlib-versions.v.i.
7124         (CPPFLAGS): Use it.
7125         (before-compile): Add libc-modules.h.
7126         ($(common-objpfx)libc-modules.h,
7127         $(common-objpfx)libc-modules.stmp): New targets.
7128         (common-generated): Add libc-modules.h and libc-modules.stmp.
7129         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
7130         * include/libc-symbols.h: Don't include libc-modules.h.
7131         * include/libc-modules.h: Remove file.
7132         * scripts/gen-libc-modules.awk: New script to generate
7133         libc-modules.h.
7134         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
7135         Depend on libc-modules.stmp.
7137         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
7139         * Makeconfig (in-module): Get value of libof set for the
7140         translation unit.
7141         (CPPFLAGS): Use $(in-module).
7142         * Makerules: Don't suffix routine names for nonlib.
7143         * include/libc-modules.h: New file.
7144         * include/libc-symbols.h: Include libc-modules.h
7145         (IS_IN): New macro to replace IS_IN_* macros.
7146         * elf/Makefile: Set libof-* for each routine.
7147         * elf/rtld-Rules: Likewise.
7148         * extra-modules.mk: Likewise.
7149         * iconv/Makefile: Likewise.
7150         * iconvdata/Makefile: Likewise.
7151         * locale/Makefile: Likewise.
7152         * malloc/Makefile: Likewise.
7153         * nss/Makefile: Likewise.
7154         * sysdeps/gnu/Makefile: Likewise.
7155         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
7156         * sysdeps/unix/sysv/linux/Makefile: Likewise.
7157         * sysdeps/s390/s390-64/Makefile: Likewise.
7158         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
7159         CPPFLAGS for nscd instead of nonlib.
7161 2014-11-18  Roland McGrath  <roland@hack.frob.com>
7163         * nptl/createthread.c: New file.
7165         * nptl/createthread.c: Moved ...
7166         * sysdeps/unix/sysv/linux/createthread.c: ... here.
7168         * nptl/createthread.c: Add proper top-line comment.
7169         (do_clone): Folded into ...
7170         (create_thread): ... here.  Take new arguments STOPPED_START and
7171         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
7172         increment __nptl_threads, do event-reporting logic, do
7173         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
7174         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
7175         resource cleanup if sched_setaffinity or sched_setscheduler fails,
7176         just send SIGCANCEL.
7177         * nptl/pthread_create.c: Forward-declare create_thread before
7178         including createthread.c.
7179         (start_thread): Use new macro START_THREAD_DEFN to replace defining
7180         declaration, and new macro START_THREAD_SELF to replace argument.
7181         Remove return statement.
7182         (report_thread_creation): New function.
7183         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
7184         synchronization logic, and __nptl_nthreads increment here, around
7185         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
7186         PD->parent_cancelhandling here, before create_thread.  When
7187         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
7188         __deallocate_stack, and ENOMEM translation here.
7190 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
7192         [BZ #17616]
7193         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
7194         (mptwo): Rename to __mptwo.
7195         (__inv): Use __mptwo instead of mptwo.
7196         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
7197         (mptwo): Rename to __mptwo.
7198         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
7199         of mpone and __mptwo instead of mptwo.
7200         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
7201         instead of mpone.
7202         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
7203         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
7204         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
7205         of mpone and __mptwo instead of mptwo.
7206         (__mpranred): Use __mpone instead of mpone.
7207         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
7208         variable.
7209         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
7210         (test-xfail-ISO99/math.h/linknamespace): Likewise.
7211         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
7212         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
7213         (test-xfail-ISO11/math.h/linknamespace): Likewise.
7214         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
7215         (test-xfail-XPG3/math.h/linknamespace): Likewise.
7216         (test-xfail-XPG4/math.h/linknamespace): Likewise.
7217         (test-xfail-POSIX/math.h/linknamespace): Likewise.
7218         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
7219         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
7220         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
7221         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
7222         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
7223         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
7224         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
7225         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
7226         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
7227         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
7229 2014-11-18  Tom de Vries  <tom@codesoucery.com>
7231         * manual/signal.texi (Primitives Interrupted by Signals): In section,
7232         replace BSD Handler xref with BSD Signal Handling.
7234 2014-11-17  Richard Henderson  <rth@redhat.com>
7236         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
7237         (_FP_PACK_RAW_2): Remove.
7238         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
7239         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
7240         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
7241         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
7242         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
7243         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
7244         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
7245         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
7246         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
7247         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
7248         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
7249         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
7250         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
7251         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
7252         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
7253         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
7255 2014-11-14  Roland McGrath  <roland@hack.frob.com>
7257         * signal/signal.h [__USE_MISC]
7258         (struct sigvec): Remove type.
7259         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
7260         (sigvec): Remove declaration.
7261         * sysdeps/posix/sigvec.c: Moved ...
7262         * signal/sigvec.c: ... here, replacing old file.
7263         (struct sigvec): New type, copied from old signal.h definition.
7264         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
7265         (__sigvec): Convert definition to prototype.
7266         (sigvec): Replace weak_alias with compat_symbol.
7267         * signal/Versions (libc: GLIBC_2.21): New version set.
7268         * include/signal.h: Remove __sigvec declaration.
7269         * sysdeps/unix/bsd/sigvec.c: Remove file.
7270         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
7271         * manual/signal.texi (BSD Handler): Remove subsection.
7272         Move siginterrupt up to ...
7273         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
7274         (Blocking in BSD): Fold subsection into its parent.
7275         * NEWS: Mention sigvec removal.
7277 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
7279         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
7280         (DLA_FMS): Make definition conditional only on [__FMA4__].
7281         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
7282         definition.
7284         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
7285         Make definition conditional only on [PROF].
7286         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
7287         definition.
7288         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
7289         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
7291         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
7292         !__GNUC__].
7293         * include/signal.h (__sigpause): Move declaration above call to
7294         libc_hidden_proto.
7295         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
7296         variable.
7297         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
7298         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
7300 2014-11-14  David S. Miller  <davem@davemloft.net>
7302         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
7303         Define before including <string/memcpy.c> and <string/mempcpy.c>.
7305 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
7307         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
7308         * configure: Regenerated.
7309         * manual/install.texi (Tools for Compilation): Document a
7310         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
7311         compiler verified to work.
7312         * INSTALL: Regenerated.
7314         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
7315         redeclare with asm name.
7316         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
7317         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
7318         including <string.h>.
7319         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
7320         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
7321         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
7322         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
7323         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
7324         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
7325         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
7327 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
7329         * stdlib/strtol.c (__strtol): Use prototype definition.
7331         [BZ #17594]
7332         * stdlib/strtol.c (SYM__): New macro.
7333         (SYM__1): Likewise.
7334         (__strtol): Likewise.
7335         (strtol): Rename to __strtol and define as weak alias of
7336         __strtol.  Use libc_hidden_weak.
7338 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
7340         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
7341         Use numbered labels in inline assembly.
7343 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
7345         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
7346         Add setjmp LIBC_PROBE.
7347         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
7348         Likewise.
7349         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
7350         Add longjmp, longjmp_target LIBC_PROBE.
7351         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
7352         Likewise.
7354 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
7356         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
7357         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
7358         to get rid of unused variable warning.
7360 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
7362         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
7363         Check for unwind_backtrace ==  NULL only in SHARED case.
7364         (__backchain_backtrace): Compile only in SHARED case.
7365         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
7366         Likewise.
7367         (__backchain_backtrace): Declare as static.
7369 2014-11-12  Roland McGrath  <roland@hack.frob.com>
7371         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
7372         (__libc_multiple_threads_ptr): Variable moved ...
7373         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
7375 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
7377         * conform/GlibcConform.pm: New file.
7378         * conform/conformtest.pl: Use GlibcConform module.
7379         * conform/linknamespace.pl: New file.
7380         * conform/list-header-symbols.pl: Likewise.
7381         * conform/Makefile (linknamespace-symlists-base): New variable.
7382         (linknamespace-symlists-tests): Likewise.
7383         (linknamespace-header-base): Likewise.
7384         (linknamespace-header-tests): Likewise.
7385         (tests-special): Add new tests.
7386         ($(linknamespace-symlists-tests)): New rule.
7387         (linknamespace-libs): New variable.
7388         ($(objpfx)symlist-stdlibs): New rule.
7389         ($(linknamespace-header-tests)): Likewise.
7390         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
7391         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
7392         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
7393         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
7394         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
7395         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
7396         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
7397         (test-xfail-ISO/math.h/linknamespace): Likewise.
7398         (test-xfail-ISO/signal.h/linknamespace): Likewise.
7399         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
7400         (test-xfail-ISO/time.h/linknamespace): Likewise.
7401         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
7402         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
7403         (test-xfail-ISO99/math.h/linknamespace): Likewise.
7404         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
7405         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
7406         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
7407         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
7408         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
7409         (test-xfail-ISO11/math.h/linknamespace): Likewise.
7410         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
7411         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
7412         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
7413         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
7414         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
7415         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
7416         (test-xfail-XPG3/math.h/linknamespace): Likewise.
7417         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
7418         (test-xfail-XPG3/search.h/linknamespace): Likewise.
7419         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
7420         (test-xfail-XPG3/time.h/linknamespace): Likewise.
7421         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
7422         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
7423         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
7424         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
7425         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
7426         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
7427         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
7428         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
7429         (test-xfail-XPG4/math.h/linknamespace): Likewise.
7430         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
7431         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
7432         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
7433         (test-xfail-XPG4/search.h/linknamespace): Likewise.
7434         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
7435         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
7436         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
7437         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
7438         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
7439         (test-xfail-XPG4/time.h/linknamespace): Likewise.
7440         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
7441         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
7442         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
7443         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
7444         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
7445         (test-xfail-POSIX/math.h/linknamespace): Likewise.
7446         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
7447         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
7448         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
7449         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
7450         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
7451         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
7452         (test-xfail-POSIX/time.h/linknamespace): Likewise.
7453         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
7454         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
7455         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
7456         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
7457         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
7458         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
7459         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
7460         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
7461         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
7462         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
7463         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
7464         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
7465         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
7466         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
7467         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
7468         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
7469         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
7470         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
7471         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
7472         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
7473         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
7474         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
7475         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
7476         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
7477         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
7478         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
7479         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
7480         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
7481         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
7482         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
7483         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
7484         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
7485         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
7486         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
7487         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
7488         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
7489         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
7490         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
7491         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
7492         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
7493         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
7494         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
7495         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
7496         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
7497         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
7498         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
7499         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
7500         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
7501         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
7502         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
7503         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
7504         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
7505         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
7506         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
7507         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
7508         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
7509         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
7510         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
7511         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
7512         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
7513         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
7514         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
7515         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
7516         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
7517         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
7518         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
7519         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
7520         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
7521         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
7522         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
7523         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
7524         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
7525         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
7526         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
7527         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
7528         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
7529         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
7530         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
7531         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
7532         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
7533         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
7534         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
7535         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
7536         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
7537         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
7538         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
7539         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
7540         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
7541         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
7542         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
7543         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
7544         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
7545         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
7546         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
7547         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
7548         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
7549         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
7550         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
7552         [BZ #17589]
7553         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
7554         of fgets_unlocked.
7556         [BZ #17585]
7557         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
7558         (memmem): Rename to __memmem and define as weak alias of
7559         __memmem.  Use libc_hidden_weak.
7560         (__memmem): Use libc_hidden_def.
7561         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
7562         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
7563         memmem.
7565         [BZ #17582]
7566         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
7567         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
7568         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
7569         and define as weak alias of __fgets_unlocked.  Use
7570         libc_hidden_weak.
7571         (__fgets_unlocked): Use libc_hidden_def.
7572         * include/stdio.h (__fgets_unlocked): Declare.  Use
7573         libc_hidden_proto.
7574         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
7575         __fgets_unlocked instead of fgets_unlocked.
7576         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
7577         (GET_NPROCS_CONF_PARSER): Likewise.
7578         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
7579         (GET_NPROCS_CONF_PARSER): Likewise.
7581         [BZ #17574]
7582         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
7583         weak alias of __wmemset.  Use libc_hidden_weak.
7584         (__wmemset): Use libc_hidden_def.
7585         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
7586         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
7587         of wmemset.
7589         [BZ #17573]
7590         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
7591         with asm name __mempcpy.
7592         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
7594         [BZ #17572]
7595         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
7596         and define as weak alias of __rawmemchr.
7597         (__rawmemchr): Do not define as strong alias of rawmemchr.
7599         [BZ #17571]
7600         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
7601         alias of __qsort_r.
7602         (qsort): Call __qsort_r instead of qsort_r.
7603         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
7604         (__qsort_r): Declare.  Call libc_hidden_proto.
7605         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
7606         instead of qsort_r.
7607         * nscd/gai.c (__qsort_r): Define to qsort_r.
7608         * posix/tst-rfc3484.c (__qsort_r): Likewise.
7609         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
7610         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
7612         [BZ #17570]
7613         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
7614         define as weak alias of __malloc_info.
7616         [BZ #17584]
7617         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
7618         as weak alias of __rewinddir.  Don't use libc_hidden_def.
7619         (__rewinddir): Use libc_hidden_def.
7620         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
7621         as weak alias of __rewinddir.  Don't use libc_hidden_def.
7622         (__rewinddir): Use libc_hidden_def.
7623         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
7624         weak alias of __rewinddir.  Don't use libc_hidden_def.
7625         (__rewinddir): Use libc_hidden_def.
7626         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
7627         (__rewinddir): Use libc_hidden_proto.
7628         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
7629         rewinddir.
7630         (__getcwd): Use __rewinddir instead of rewinddir.
7632         [BZ #17583]
7633         * libio/fileno.c (fileno): Rename to __fileno and define as weak
7634         alias of __fileno.  Use libc_hidden_weak.
7635         (__fileno): Use libc_hidden_def.
7636         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
7637         * libio/ftello.c (ftello): Rename to __ftello and define as weak
7638         alias of __ftello.
7639         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
7640         __ftello.
7641         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
7642         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
7643         libc_hidden_def.
7644         (fread_unlocked): Don't use libc_hidden_ver.
7645         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
7646         and define as weak alias of __fread_unlocked.  Don't use
7647         libc_hidden_def.
7648         (__fread_unlocked): Use libc_hidden_def.
7649         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
7650         (ftello): Don't use libc_hidden_proto.
7651         (__ftello): Declare.  Use libc_hidden_proto.
7652         (fread_unlocked): Don't use libc_hidden_proto.
7653         (__fread_unlocked): Declare.  Use libc_hidden_proto.
7654         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
7655         and __ftello instead of fileno, fread_unlocked and ftello.
7657 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7659         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
7660         GOT12.
7661         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
7662         Likewise.
7663         (_dl_start_user): Likewise.
7664         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
7666 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
7667             Siddhesh Poyarekar  <siddhesh@redhat.com>
7669         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
7670         Move argv and envp down instead of moving argc up.
7671         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
7673 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
7675         [BZ #17506]
7676         * test-skeleton.c (main): Return successful if one of
7677         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
7678         * string/tst-strcoll-overflow.c: Define expected status.
7680 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
7682         [BZ #17475]
7683         * locale/iso-639.def: Define Bhili and Tulu language codes.
7685 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
7687         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
7689 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
7691         [BZ #17555]
7692         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
7694 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
7696         * configure.ac: Updated check of minimal required version to
7697         2.22.
7698         * manual/install.texi (Tools for Compilation): Updated version
7699         number.
7700         * configure: Regenerated.
7701         * INSTALL: Likewise.
7703 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
7705         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
7706         __tls_get_addr.
7708 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
7710         * include/sys/wait.h (__libc_waitpid): Remove declaration.
7711         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
7712         (__waitpid): Don't define as alias.  Use libc_hidden_def not
7713         libc_hidden_weak.
7714         (waitpid): Define as alias of __waitpid.
7715         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
7716         __waitpid.
7717         (__waitpid): Don't define as alias.  Use libc_hidden_def not
7718         libc_hidden_weak.
7719         (waitpid): Define as alias of __waitpid.
7720         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
7721         __libc_waitpid alias.
7722         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
7723         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
7724         Likewise.
7725         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
7726         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
7727         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
7728         alias.
7729         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
7730         __waitpid.
7731         (__waitpid): Don't define as alias.  Use libc_hidden_def not
7732         libc_hidden_weak.
7733         (waitpid): Define as alias of __waitpid.
7735 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
7737         * manual/llio.texi: Add comment that write safety has been
7738         fixed in Linux.
7740         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
7741         (localplt-build-dso): Add elf/ld.so.
7742         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
7743         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
7744         and free for ld.so.
7745         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
7746         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
7747         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
7748         Likewise.
7749         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7750         Likewise.
7751         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
7752         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
7753         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
7754         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
7755         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
7756         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
7757         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
7758         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
7759         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
7760         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
7761         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
7763 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
7765         [BZ #14132]
7766         * include/libc-symbols.h (INTUSE): Remove macro.
7767         (INTDEF): Likewise.
7768         (INTVARDEF): Likewise.
7769         (_INTVARDEF): Likewise.
7770         (INTDEF2): Likewise.
7771         (INTVARDEF2): Likewise.
7772         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
7773         rtld_hidden_def instead of INTVARDEF.
7774         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
7775         (_dl_starting_up_internal): Remove declaration.
7776         (_dl_starting_up): Use rtld_hidden_proto.
7777         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
7778         declaration.
7779         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
7780         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
7781         _dl_starting_up.
7782         * elf/dl-writev.h (_dl_writev): Likewise.
7783         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
7784         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
7785         _dl_starting_up_internal.
7787 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7789         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
7790         test-skeleton.c.
7792 2014-11-05  Will Newton  <will.newton@linaro.org>
7794         * benchtests/Makefile: (bench-malloc): Add malloc thread
7795         scalability benchmark.
7796         * benchtests/bench-malloc-threads.c: New file.
7798 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
7800         * sysdeps/aarch64/strchrnul.S: New file.
7802 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7804         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
7805         definition.
7806         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
7807         Likwise.
7808         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
7809         Likewise.
7810         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
7811         Likewise.
7812         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
7813         Likewise.
7814         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
7815         Likewise.
7817 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
7819         * catgets/test-gencat.c: Use test-skeleton.c.
7820         * catgets/tst-catgets.c: Likewise.
7821         * csu/tst-empty.c: Likewise.
7822         * elf/tst-audit2.c: Likewise.
7823         * elf/tst-global1.c: Likewise.
7824         * elf/tst-pathopt.c: Likewise.
7825         * elf/tst-piemod1.c: Likewise.
7826         * elf/tst-tls10.c: Likewise.
7827         * elf/tst-tls11.c: Likewise.
7828         * elf/tst-tls12.c: Likewise.
7829         * gnulib/tst-gcc.c: Likewise.
7830         * iconvdata/tst-e2big.c: Likewise.
7831         * iconvdata/tst-loading.c: Likewise.
7832         * iconv/tst-iconv1.c: Likewise.
7833         * iconv/tst-iconv2.c: Likewise.
7834         * inet/test-inet6_opt.c: Likewise.
7835         * inet/tst-gethnm.c: Likewise.
7836         * inet/tst-network.c: Likewise.
7837         * inet/tst-ntoa.c: Likewise.
7838         * intl/tst-codeset.c: Likewise.
7839         * intl/tst-gettext2.c: Likewise.
7840         * intl/tst-gettext3.c: Likewise.
7841         * intl/tst-ngettext.c: Likewise.
7842         * intl/tst-translit.c: Likewise.
7843         * io/test-stat.c: Likewise.
7844         * libio/test-fmemopen.c: Likewise.
7845         * libio/tst-freopen.c: Likewise.
7846         * libio/tst-sscanf.c: Likewise.
7847         * libio/tst-ungetwc1.c: Likewise.
7848         * libio/tst-ungetwc2.c: Likewise.
7849         * libio/tst-widetext.c: Likewise.
7850         * localedata/tst-ctype.c: Likewise.
7851         * localedata/tst-digits.c: Likewise.
7852         * localedata/tst-leaks.c: Likewise.
7853         * localedata/tst-mbswcs1.c: Likewise.
7854         * localedata/tst-mbswcs2.c: Likewise.
7855         * localedata/tst-mbswcs3.c: Likewise.
7856         * localedata/tst-mbswcs4.c: Likewise.
7857         * localedata/tst-mbswcs5.c: Likewise.
7858         * localedata/tst-setlocale.c: Likewise.
7859         * localedata/tst-trans.c: Likewise.
7860         * localedata/tst-wctype.c: Likewise.
7861         * localedata/tst-xlocale1.c: Likewise.
7862         * login/tst-grantpt.c: Likewise.
7863         * malloc/tst-calloc.c: Likewise.
7864         * malloc/tst-malloc.c: Likewise.
7865         * malloc/tst-mallocstate.c: Likewise.
7866         * malloc/tst-mcheck.c: Likewise.
7867         * malloc/tst-mtrace.c: Likewise.
7868         * malloc/tst-obstack.c: Likewise.
7869         * math/atest-exp2.c: Likewise.
7870         * math/atest-exp.c: Likewise.
7871         * math/atest-sincos.c: Likewise.
7872         * math/test-matherr.c: Likewise.
7873         * math/test-misc.c: Likewise.
7874         * math/test-powl.c: Likewise.
7875         * math/tst-definitions.c: Likewise.
7876         * misc/tst-dirname.c: Likewise.
7877         * misc/tst-efgcvt.c: Likewise.
7878         * misc/tst-fdset.c: Likewise.
7879         * misc/tst-hsearch.c: Likewise.
7880         * misc/tst-mntent2.c: Likewise.
7881         * nptl/tst-sem7.c: Likewise.
7882         * nptl/tst-sem8.c: Likewise.
7883         * nptl/tst-sem9.c: Likewise.
7884         * nss/test-netdb.c: Likewise.
7885         * posix/tst-fnmatch.c: Likewise.
7886         * posix/tst-getlogin.c: Likewise.
7887         * posix/tst-gnuglob.c: Likewise.
7888         * posix/tst-mmap.c: Likewise.
7889         * pwd/tst-getpw.c: Likewise.
7890         * resolv/tst-inet_ntop.c: Likewise.
7891         * rt/tst-timer.c: Likewise.
7892         * stdio-common/test-fseek.c: Likewise.
7893         * stdio-common/test-popen.c: Likewise.
7894         * stdio-common/test-vfprintf.c: Likewise.
7895         * stdio-common/tst-cookie.c: Likewise.
7896         * stdio-common/tst-fileno.c: Likewise.
7897         * stdio-common/tst-gets.c: Likewise.
7898         * stdio-common/tst-obprintf.c: Likewise.
7899         * stdio-common/tst-perror.c: Likewise.
7900         * stdio-common/tst-sprintf2.c: Likewise.
7901         * stdio-common/tst-sprintf3.c: Likewise.
7902         * stdio-common/tst-sprintf.c: Likewise.
7903         * stdio-common/tst-swprintf.c: Likewise.
7904         * stdio-common/tst-tmpnam.c: Likewise.
7905         * stdio-common/tst-unbputc.c: Likewise.
7906         * stdio-common/tst-wc-printf.c: Likewise.
7907         * stdlib/tst-environ.c: Likewise.
7908         * stdlib/tst-fmtmsg.c: Likewise.
7909         * stdlib/tst-limits.c: Likewise.
7910         * stdlib/tst-rand48-2.c: Likewise.
7911         * stdlib/tst-rand48.c: Likewise.
7912         * stdlib/tst-random2.c: Likewise.
7913         * stdlib/tst-random.c: Likewise.
7914         * stdlib/tst-strtol.c: Likewise.
7915         * stdlib/tst-strtoll.c: Likewise.
7916         * stdlib/tst-tls-atexit.c: Likewise.
7917         * stdlib/tst-xpg-basename.c: Likewise.
7918         * string/test-ffs.c: Likewise.
7919         * string/tst-bswap.c: Likewise.
7920         * string/tst-inlcall.c: Likewise.
7921         * string/tst-strtok.c: Likewise.
7922         * string/tst-strxfrm.c: Likewise.
7923         * sysdeps/x86_64/tst-audit10.c: Likewise.
7924         * sysdeps/x86_64/tst-audit3.c: Likewise.
7925         * sysdeps/x86_64/tst-audit4.c: Likewise.
7926         * sysdeps/x86_64/tst-audit5.c: Likewise.
7927         * time/tst-ftime_l.c: Likewise.
7928         * time/tst-getdate.c: Likewise.
7929         * time/tst-mktime3.c: Likewise.
7930         * time/tst-mktime.c: Likewise.
7931         * time/tst-posixtz.c: Likewise.
7932         * time/tst-strptime2.c: Likewise.
7933         * time/tst-strptime3.c: Likewise.
7934         * wcsmbs/tst-btowc.c: Likewise.
7935         * wcsmbs/tst-mbrtowc.c: Likewise.
7936         * wcsmbs/tst-mbsrtowcs.c: Likewise.
7937         * wcsmbs/tst-wchar-h.c: Likewise.
7938         * wcsmbs/tst-wcpncpy.c: Likewise.
7939         * wcsmbs/tst-wcrtomb.c: Likewise.
7940         * wcsmbs/tst-wcsnlen.c: Likewise.
7941         * wcsmbs/tst-wcstof.c: Likewise.
7943 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
7945         [BZ #14132]
7946         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
7947         INTDEF.
7948         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
7949         declaration.
7950         (_dl_mcount): Use rtld_hidden_proto.
7951         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
7952         _dl_mcount.
7953         * elf/rtld.c (_rtld_global_ro): Likewise.
7955         [BZ #14132]
7956         * elf/dl-init.c (_dl_init): Don't use INTDEF.
7957         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
7958         of _dl_init_internal.
7959         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
7960         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
7961         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
7962         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
7963         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
7964         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
7965         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
7966         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
7967         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
7968         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
7969         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
7970         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
7971         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
7972         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
7973         * sysdeps/tile/dl-start.S (_start): Likewise.
7974         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
7975         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
7977         [BZ #14132]
7978         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
7979         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
7980         (rtld_progname): Make macro definition unconditional.
7981         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
7982         INTDEF.
7983         (dlmopen_doit): Do not use INTUSE with _dl_argv.
7984         (dl_main): Likewise.
7985         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
7986         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
7987         instead of _dl_argv_internal.
7988         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
7989         __GI__dl_argv instead of INTUSE(_dl_argv).
7990         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
7991         __GI__dl_argv instead of _dl_argv_internal.
7993         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
7994         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
7995         macro.
7996         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
7997         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
7998         New macro.
7999         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
8000         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
8001         macro.
8002         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
8003         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
8005 2014-11-04  Andreas Schwab  <schwab@suse.de>
8007         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
8009 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8011         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
8012         mtvsrd instruction in binary form.
8014 2014-11-03  Andreas Schwab  <schwab@suse.de>
8016         [BZ #17522]
8017         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
8018         for less than MB_LEN_MAX use a local buffer of that size.
8019         * libio/tst-fputws.c: New file.
8020         * libio/Makefile (tests): Add tst-fputws.
8022 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
8024         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
8025         the size of the fpu_fr.fpu_dregs[] array.
8027 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
8029         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
8030         (__nanosleep): Do not define as alias.
8031         (nanosleep): Define as alias of __nanosleep.
8032         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
8033         __libc_nanosleep name.
8035 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
8037         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
8038         install.texi in comment.
8040 2014-10-31  Torvald Riegel  <triegel@redhat.com>
8042         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
8043         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
8044         ... add here and use lwsync or sync ...
8045         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
8046         ... and add here using lwsync.
8048 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
8050         * elf/dl-machine-reject-phdr.h: New file.
8051         * elf/dl-load.c: #include that.
8052         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
8053         if that returned true.
8055 2014-10-31  Roland McGrath  <roland@hack.frob.com>
8057         [BZ #17496]
8058         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
8059         gen-as-const-headers chunk.  Add a big scare comment after the last
8060         safe place to touch before-compile.
8062 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
8064         * manual/install.texi (Tools for Compilation): Update autoconf
8065         version requirements.
8066         * INSTALL: Regenerated.
8068         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
8069         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
8070         (__libc_pselect): Likewise.
8072         [BZ #14138]
8073         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
8074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
8075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
8076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
8078 2014-10-31  Torvald Riegel  <triegel@redhat.com>
8080         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
8081         correct barrier instruction.
8082         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
8083         Likewise.
8084         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
8085         Likewise.
8087 2014-10-30  Roland McGrath  <roland@hack.frob.com>
8089         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
8090         after defining inlines.  Instead, just use parens to defeat macro
8091         expansion of __isctype in its declaration.
8093 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
8095         * include/sys/uio.h (__libc_readv): Remove declaration.
8096         (__libc_writev): Likewise.
8097         * misc/readv.c (__libc_readv): Rename to __readv.
8098         (__readv): Do not define as alias.
8099         (readv): Define as alias of __readv.
8100         * misc/writev.c (__libc_writev): Rename to __writev.
8101         (__writev): Do not define as alias.
8102         (writev): Define as alias of __writev.
8103         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
8104         (__readv): Do not define as alias.
8105         (readv): Define unconditionally as alias of __readv.
8106         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
8107         (__writev): Do not define as alias.
8108         (writev): Define unconditionally as alias of __writev.
8109         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
8110         name.
8111         (writev): Do not define __libc_writev name.
8113 2014-10-30  Roland McGrath  <roland@hack.frob.com>
8115         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
8116         (convert_charseq): New function, broken out of ...
8117         (use_from_charmap): ... here.  Call it.
8118         (use_to_charmap): Use convert_charseq and free instead of duplicating
8119         its code with a variable-length stack struct.
8121 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
8123         * include/fcntl.h (__libc_creat): Remove declaration.
8124         * io/creat.c (__libc_creat): Rename to creat.
8125         (creat): Do not define as alias.
8126         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
8127         of creat instead of __libc_creat.
8128         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
8129         to creat.
8130         (creat): Do not define as alias.
8131         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
8132         __libc_creat.
8133         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
8134         __libc_creat name.
8135         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
8136         Likewise.
8138 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
8140         * manual/llio.texi: Add comments discussing why write() may be
8141         considered MT-unsafe on Linux.
8143 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
8145         * dl-load.c (local_strdup): Remove.
8146         (expand_dynamic_string_token): Use __strdup.
8147         (decompose_rpath): Likewise.
8148         (_dl_map_object): Likewise.
8150 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
8152         [BZ #14132]
8153         * sysdeps/generic/unwind-dw2-fde.c
8154         (__register_frame_info_bases_internal): Do not declare.
8155         (__register_frame_info_table_bases_internal): Likewise.
8156         (__deregister_frame_info_bases_internal): Likewise.
8157         (__register_frame_info_bases): Declare and use hidden_proto before
8158         definition.  Use hidden_def instead of INTDEF.
8159         (__register_frame_info_table_bases): Likewise.
8160         (__deregister_frame_info_bases): Likewise.
8161         (__register_frame_info): Do not use INTUSE.
8162         (__register_frame): Likewise.
8163         (__register_frame_info_table): Likewise.
8164         (__register_frame_table): Likewise.
8165         (__deregister_frame_info): Likewise.
8166         (__deregister_frame): Likewise.
8168 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
8170         * sysdeps/unix/sysv/linux/arm/kernel-features.h
8171         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
8172         not undefine.
8173         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
8174         Likewise.
8175         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
8176         Likewise.
8178 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
8180         [BZ #14138]
8181         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
8182         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
8183         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
8184         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
8185         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
8186         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
8187         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
8188         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
8189         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
8190         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
8191         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
8192         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
8193         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
8194         syscall.
8195         (setfsuid): Likewise.
8196         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
8197         (setfsuid): Likewise.
8198         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
8199         (setfsuid): Likewise.
8200         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
8201         Likewise.
8202         (setfsuid): Likewise.
8203         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
8204         (setfsuid): Likewise.
8205         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
8206         Likewise.
8207         (setfsuid): Likewise.
8209 2014-10-27  Andreas Schwab  <schwab@suse.de>
8211         [BZ #17501]
8212         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
8213         check for Slow_SSE4_2 feature bit.
8214         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
8215         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
8216         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
8217         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
8219 2014-10-24  Roland McGrath  <roland@hack.frob.com>
8221         * configure.ac: Validate compiler version with a empirical test of
8222         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
8223         $CC -v output.
8224         * configure: Regenerated.
8226         * inet/htons.c (htons): Prototypify.
8227         * inet/htonl.c (htonl): Likewise.
8229 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
8231         * string/strncat.c (strncat): Improve performance by using strlen.
8233 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
8235         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
8237 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
8239         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
8240         Call libc_fetestexcept_aarch64.
8242 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
8244         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
8245         Call libc_feholdexcept_aarch64.
8247 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
8249         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
8250         Call get_rounding_mode.
8252 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
8254         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
8255         Simplify logic.
8257 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
8259         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
8260         Simplify logic.
8262 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
8264         [BZ #14138]
8265         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
8266         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
8267         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
8268         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
8269         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
8270         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
8271         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
8272         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
8273         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
8274         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
8275         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
8276         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
8277         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
8278         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
8279         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
8280         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
8281         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
8282         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
8283         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
8284         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
8285         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
8286         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
8287         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
8288         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
8289         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
8290         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
8291         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
8292         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
8293         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
8294         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
8295         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
8296         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
8297         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
8298         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
8299         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
8300         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
8301         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
8302         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
8303         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
8304         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
8305         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
8306         syscall.
8307         (geteuid): Likewise.
8308         (getgid): Likewise.
8309         (getuid): Likewise.
8310         (getresgid): Likewise.
8311         (getresuid): Likewise.
8312         (getgroups): Likewise.
8313         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
8314         (geteuid): Likewise.
8315         (getgid): Likewise.
8316         (getuid): Likewise.
8317         (getresgid): Likewise.
8318         (getresuid): Likewise.
8319         (getgroups): Likewise.
8320         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
8321         (geteuid): Likewise.
8322         (getgid): Likewise.
8323         (getuid): Likewise.
8324         (getresgid): Likewise.
8325         (getresuid): Likewise.
8326         (getgroups): Likewise.
8327         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
8328         Likewise.
8329         (geteuid): Likewise.
8330         (getgid): Likewise.
8331         (getuid): Likewise.
8332         (getresgid): Likewise.
8333         (getresuid): Likewise.
8334         (getgroups): Likewise.
8335         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
8336         (geteuid): Likewise.
8337         (getgid): Likewise.
8338         (getuid): Likewise.
8339         (getresgid): Likewise.
8340         (getresuid): Likewise.
8341         (getgroups): Likewise.
8342         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
8343         Likewise.
8344         (geteuid): Likewise.
8345         (getgid): Likewise.
8346         (getuid): Likewise.
8347         (getgroups): Likewise.
8349         [BZ #14138]
8350         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
8351         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
8352         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
8353         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
8354         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
8355         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
8356         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
8357         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
8358         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
8359         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
8360         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
8361         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
8362         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
8363         __chown.
8364         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
8365         (lchown): Likewise.
8366         (fchown): Likewise.
8367         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
8368         Likewise.
8369         (lchown): Likewise.
8370         (fchown): Likewise.
8371         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
8372         (lchown): Likewise.
8373         (fchown): Likewise.
8374         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
8375         Likewise.
8376         (lchown): Likewise.
8377         (fchown): Likewise.
8379 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
8381         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
8382         Simplify logic.
8384 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
8386         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
8387         Cleanup logic.
8389 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
8391         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
8392         Remove unused include.
8394 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
8396         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
8397         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
8398         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
8399         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
8401 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
8402             Helge Deller <deller@gmx.de>
8404         [BZ #17508]
8405         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
8406         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
8407         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
8409 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
8411         [BZ #14132]
8412         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
8413         Remove macro definition.
8414         (__ashrdi3_v_glibc20): Likewise.
8415         (__lshrdi3_v_glibc20): Likewise.
8416         (__cmpdi2_v_glibc20): Likewise.
8417         (__ucmpdi2_v_glibc20): Likewise.
8418         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
8419         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
8420         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
8421         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
8422         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
8423         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
8425 2014-10-22  Roland McGrath  <roland@hack.frob.com>
8427         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
8428         old GNU extension [0] syntax.
8429         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
8430         alloca rather than an array member with variable length.
8431         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
8432         * nscd/nscd.c (invalidate_db): New function, broken out of ...
8433         (parse_opt): ... here.  Likewise use alloca there.
8434         Validate the -i argument before checking for rootness.
8435         (send_shutdown): New function, broken out of ...
8436         (parse_opt): ... here.
8438 2014-10-22  Roland McGrath  <roland@hack.frob.com>
8440         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
8441         macro to get at the _rt_local_ro field.
8442         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
8443         ([PIC] case) or _dl_hwcap ([!PIC] case).
8444         * sysdeps/arm/setjmp.S: Likewise.
8446         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
8447         * sysdeps/arm/configure.ac: New check to define it.
8448         * sysdeps/arm/configure: Regenerated.
8449         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
8450         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
8451         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
8452         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
8453         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
8454         Use move/movt pair instead of a load.
8455         (LDST_GLOBAL): Macro removed.
8456         (LDR_GLOBAL): New macro replaces it.
8457         (LDR_HIDDEN): New macro.
8458         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
8459         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
8461         * setjmp/tst-setjmp-static.c: New file.
8462         * setjmp/Makefile (tests): Add it.
8463         (tests-static): New variable.
8465 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
8467         [BZ #17485]
8468         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
8470 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
8472         [BZ #14132]
8473         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
8475 2014-10-21  Roland McGrath  <roland@hack.frob.com>
8477         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
8479 2014-10-20  Roland McGrath  <roland@hack.frob.com>
8481         * io/fts.c (dirent_not_directory): New function.
8482         (fts_build): Call it.
8484 2014-10-20  Roland McGrath  <roland@hack.frob.com>
8486         * nptl/version.c (__nptl_main): Use normal __write rather than
8487         INTERNAL_SYSCALL.
8488         (banner): Update copyright years.
8490         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
8491         gettimeofday.
8492         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
8493         * nptl/pthread_cond_timedwait.c: Likewise.
8494         * nptl/pthread_mutex_timedlock.c: Likewise.
8495         * nptl/sem_timedwait.c: Likewise.
8497         * sysdeps/nptl/bits/libc-lock.h
8498         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
8499         (__libc_lock_init_recursive): Return void, not 0.
8500         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
8501         (__libc_rwlock_init): Likewise.
8502         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
8504 2014-10-20  Torvald Riegel  <triegel@redhat.com>
8506         [BZ #15215]
8507         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
8508         (__pthread_once_slow): ... here.
8509         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
8510         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
8512 2014-10-20  Torvald Riegel  <triegel@redhat.com>
8514         [BZ #15215]
8515         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
8516         __PTHREAD_ONCE_FORK_GEN_INCR): New.
8517         * sysdeps/nptl/fork.c (__libc_fork): Use them.
8518         * nptl/pthread_once.c (__pthread_once): Likewise.
8519         Update comments.
8521 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
8523         [BZ #14138]
8524         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
8525         name.
8526         (writev): Use __libc_writev as strong name.
8527         * sysdeps/unix/sysv/linux/readv.c: Remove file.
8528         * sysdeps/unix/sysv/linux/writev.c: Likewise.
8530 2014-10-17  Roland McGrath  <roland@hack.frob.com>
8532         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
8534         * sysdeps/i386/nptl/tls.h
8535         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
8536         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
8537         New macros.
8538         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
8539         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
8540         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
8541         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
8542         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
8543         Call CHECK_THREAD_SYSINFO instead of doing an assert.
8545         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
8546         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
8547         on [__NR_futex].
8548         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
8549         broken out of ...
8550         (__pthread_mutex_init): ... here.  Call it.
8551         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
8552         Conditionalize PI cases on [__NR_futex].
8553         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
8554         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
8555         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
8557         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
8558         conditional on [SIGSETXID].
8559         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
8560         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
8561         is defined.  Likewise for SIGSETXID.
8562         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
8563         Conditionalize definitions on [SIGSETXID].
8564         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
8565         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
8566         unblocking on [SIGCANCEL].
8568         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
8569         [__NR_set_robust_list].
8571 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
8573         * string/strcoll_l.c (get_next_seq): Fix up formatting.
8574         (do_compare): Likewise.
8576 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
8578         [BZ #15884]
8579         * string/strcoll_l.c: Don't include stdio.h.
8580         (coll_seq): Remove members idxarr and rulearr.
8581         (get_next_seq_cached): Remove function.
8582         (get_next_seq): Likewise.
8583         (get_next_seq_nocache): Rename to get_next_seq.
8584         (do_compare): Remove function.
8585         (do_compare_nocache): Rename to do_compare.
8586         (STRCOLL): Remove weight and rules cache.
8588 2014-10-16  Roland McGrath  <roland@hack.frob.com>
8590         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
8591         * sysdeps/arm/sfp-machine.h: ... to here.
8592         * sysdeps/arm/Implies: Remove arm/soft-fp.
8594 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
8596         * conform/data/sys/utsname.h-data (*_t): Allow.
8597         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
8598         [POSIX] (WEXITED): Do not expect constant.
8599         [POSIX] (WSTOPPED): Likewise.
8600         [POSIX] (WNOHANG): Likewise.
8601         [POSIX] (WNOWAIT): Likewise.
8602         [POSIX] (siginfo_t): Do not expect type or elements.
8603         [POSIX] (pid_t): Do not expect type.
8604         [POSIX] (signal.h): Do not allow header.
8605         [POSIX] (sys/resource.h): Likewise.
8606         [POSIX] (si_*): Do not allow pattern.
8607         [POSIX] (W*): Likewise.
8608         [POSIX] (P_*): Likewise.
8609         [POSIX] (BUS_*): Likewise.
8610         [POSIX] (CLD_*): Likewise.
8611         [POSIX] (FPE_*): Likewise.
8612         [POSIX] (ILL_*): Likewise.
8613         [POSIX] (POLL_*): Likewise.
8614         [POSIX] (SEGV_*): Likewise.
8615         [POSIX] (SI_*): Likewise.
8616         [POSIX] (TRAP_*): Likewise.
8617         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
8618         variable.
8620 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
8622         [BZ #12926]
8623         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
8624         infinite loop when __recvmsg returns 0.
8626 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
8628         * CANCEL-FCT-WAIVE: Remove file.
8629         * CANCEL-FILE-WAIVE: Likewise.
8631         [BZ #14132]
8632         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
8633         instead of INTVARDEF.
8634         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
8635         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
8636         rtld_hidden_data_def instead of INTVARDEF.
8637         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
8638         * elf/dl-deps.c (expand_dst): Likewise.
8639         * elf/dl-load.c (_dl_dst_count): Likewise.
8640         (_dl_dst_substitute): Likewise.
8641         (decompose_rpath): Likewise.
8642         (_dl_init_paths): Likewise.
8643         (open_path): Likewise.
8644         (_dl_map_object): Likewise.
8645         * elf/rtld.c (dl_main): Likewise.
8646         (process_dl_audit): Likewise.
8647         (process_envvars): Likewise.
8648         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
8649         Remove declaration.
8650         (__libc_enable_secure): Use rtld_hidden_proto.
8652 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8654         * elf/dl-load.c
8655         (add_path): New function broken out of _dl_rtld_di_serinfo.
8656         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
8658 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
8660         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
8661         parentheses around macro arguments.
8662         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
8663         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
8664         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
8665         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
8666         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
8667         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
8668         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
8669         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
8670         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
8671         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
8672         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
8673         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
8674         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
8675         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
8676         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
8677         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
8678         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
8679         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
8680         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
8681         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
8682         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
8683         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
8684         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
8685         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
8686         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
8687         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
8688         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
8689         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
8690         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
8691         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
8692         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
8693         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
8694         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
8695         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
8696         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
8697         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
8698         Likewise.
8699         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
8700         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
8701         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
8702         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
8703         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
8704         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
8705         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
8706         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
8707         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
8708         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
8709         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
8710         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
8711         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
8712         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
8713         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
8714         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
8715         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
8716         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
8717         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
8718         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
8719         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
8720         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
8721         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
8722         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
8723         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
8724         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
8725         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
8726         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
8727         (_FP_FRAC_SRS_1): Likewise.
8728         (_FP_FRAC_CLZ_1): Likewise.
8729         (_FP_MUL_MEAT_1_imm): Likewise.
8730         (_FP_MUL_MEAT_1_wide): Likewise.
8731         (_FP_MUL_MEAT_1_hard): Likewise.
8732         (_FP_SQRT_MEAT_1): Likewise.
8733         (_FP_FRAC_ASSEMBLE_1): Likewise.
8734         (_FP_FRAC_DISASSEMBLE_1): Likewise.
8735         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
8736         (__FP_CLZ_2): Likewise.
8737         (_FP_MUL_MEAT_2_wide): Likewise.
8738         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
8739         (_FP_MUL_MEAT_2_gmp): Likewise.
8740         (_FP_MUL_MEAT_2_120_240_double): Likewise.
8741         (_FP_SQRT_MEAT_2): Likewise.
8742         (_FP_FRAC_ASSEMBLE_2): Likewise.
8743         (_FP_FRAC_DISASSEMBLE_2): Likewise.
8744         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
8745         (_FP_FRAC_CLZ_4): Likewise.
8746         (_FP_MUL_MEAT_4_wide): Likewise.
8747         (_FP_MUL_MEAT_4_gmp): Likewise.
8748         (_FP_SQRT_MEAT_4): Likewise.
8749         (_FP_FRAC_ASSEMBLE_4): Likewise.
8750         (_FP_FRAC_DISASSEMBLE_4): Likewise.
8751         * soft-fp/op-common.h (_FP_CMP): Likewise.
8752         (_FP_CMP_EQ): Likewise.
8753         (_FP_CMP_UNORD): Likewise.
8754         (_FP_TO_INT): Likewise.
8755         (_FP_FROM_INT): Likewise.
8756         [!__FP_CLZ] (__FP_CLZ): Likewise.
8757         (_FP_DIV_HELP_imm): Likewise.
8758         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
8759         Likewise.
8760         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
8761         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
8762         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
8763         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
8764         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
8765         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
8766         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
8767         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
8768         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
8769         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
8770         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
8771         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
8772         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
8773         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
8774         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
8775         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
8776         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
8777         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
8778         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
8779         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
8780         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
8781         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
8782         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
8783         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
8784         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
8785         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
8786         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
8787         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
8788         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
8789         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
8790         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
8791         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
8792         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
8793         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
8794         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
8795         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
8796         (FP_UNPACK_RAW_SP): Likewise.
8797         (FP_PACK_RAW_S): Likewise.
8798         (FP_PACK_RAW_SP): Likewise.
8799         (FP_UNPACK_S): Likewise.
8800         (FP_UNPACK_SP): Likewise.
8801         (FP_UNPACK_SEMIRAW_S): Likewise.
8802         (FP_UNPACK_SEMIRAW_SP): Likewise.
8803         (FP_PACK_S): Likewise.
8804         (FP_PACK_SP): Likewise.
8805         (FP_PACK_SEMIRAW_S): Likewise.
8806         (FP_PACK_SEMIRAW_SP): Likewise.
8807         (_FP_SQRT_MEAT_S): Likewise.
8808         (FP_CMP_S): Likewise.
8809         (FP_CMP_EQ_S): Likewise.
8810         (FP_CMP_UNORD_S): Likewise.
8811         (FP_TO_INT_S): Likewise.
8812         (FP_FROM_INT_S): Likewise.
8814         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
8816         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
8817         (FP_EX_INVALID_IMZ): Likewise.
8818         (FP_EX_INVALID_IMZ_FMA): Likewise.
8819         (FP_EX_INVALID_ISI): Likewise.
8820         (FP_EX_INVALID_ZDZ): Likewise.
8821         (FP_EX_INVALID_IDI): Likewise.
8822         (FP_EX_INVALID_SQRT): Likewise.
8823         (FP_EX_INVALID_CVI): Likewise.
8824         (FP_EX_INVALID_VC): Likewise.
8825         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
8826         "invalid" exceptions.
8827         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
8828         (_FP_ADD_INTERNAL): Likewise.
8829         (_FP_MUL): Likewise.
8830         (_FP_FMA): Likewise.
8831         (_FP_DIV): Likewise.
8832         (_FP_CMP_CHECK_NAN): Likewise.
8833         (_FP_SQRT): Likewise.
8834         (_FP_TO_INT): Likewise.
8835         (FP_EXTEND): Likewise.
8837 2014-10-09  Allan McRae  <allan@archlinux.org>
8839         * po/fr.po: Update French translation from translation project.
8841 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
8843         [BZ #14132]
8844         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
8845         of INTDEF.
8846         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
8847         (__cxa_atexit): Use libc_hidden_proto.
8848         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
8850         [BZ #14132]
8851         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
8852         declaration.
8853         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
8854         [!_ISOMAC] (__iswspace_l_internal): Likewise.
8855         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
8856         [!_ISOMAC] (__iswctype_internal): Likewise.
8857         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
8858         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
8859         alias.
8860         (fcntl): Remove __fcntl_internal alias.
8861         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
8862         __connect_internal alias.
8863         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
8864         Likewise.
8866         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
8867         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
8868         FP_DENORM_ZERO.
8869         (_FP_CHECK_FLUSH_ZERO): New macro.
8870         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
8871         (_FP_CMP): Likewise.
8872         (_FP_CMP_EQ): Likewise.
8873         (_FP_TO_INT): Do not set inexact for subnormal arguments if
8874         FP_DENORM_ZERO.
8875         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
8876         (FP_TRUNC): Likewise.
8878         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
8879         treated as invalid conversion, not as normal exponent.
8881         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
8882         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
8883         (_FP_CMP_EQ): Likewise.
8884         (_FP_CMP_UNORD): Likewise.
8885         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
8886         (FP_CMP_EQ_D): Likewise.
8887         (FP_CMP_UNORD_D): Likewise.
8888         * soft-fp/extended.h (FP_CMP_E): Likewise.
8889         (FP_CMP_EQ_E): Likewise.
8890         (FP_CMP_UNORD_E): Likewise.
8891         * soft-fp/quad.h (FP_CMP_Q): Likewise.
8892         (FP_CMP_EQ_Q): Likewise.
8893         (FP_CMP_UNORD_Q): Likewise.
8894         * soft-fp/single.h (FP_CMP_S): Likewise.
8895         (FP_CMP_EQ_S): Likewise.
8896         (FP_CMP_UNORD_S): Likewise.
8897         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
8898         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
8899         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
8900         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
8901         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
8902         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
8903         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
8904         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
8905         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
8906         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
8907         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
8908         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
8909         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
8910         to FP_CMP_Q.
8911         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
8912         FP_CMP_Q.
8913         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
8914         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
8915         FP_CMP_EQ_Q.
8916         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
8917         FP_CMP_Q.
8918         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
8919         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
8920         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
8921         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
8922         FP_CMP_EQ_Q.
8923         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
8924         FP_CMP_Q.
8925         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
8926         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
8927         FP_CMP_EQ_Q.
8928         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
8929         FP_CMP_Q.
8930         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
8931         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
8932         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
8933         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
8934         FP_CMP_EQ_Q.
8936         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
8937         a subnormal result, set the underflow exception if trapping on
8938         underflow is enabled.
8939         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
8940         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
8941         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
8942         redefine to 0.
8943         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
8944         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
8945         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
8946         * soft-fp/extendxftf2.c (__extendxftf2): Use
8947         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
8949         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
8950         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
8951         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8952         FP_HANDLE_EXCEPTIONS.
8953         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
8954         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8955         FP_HANDLE_EXCEPTIONS.
8956         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
8957         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8958         FP_HANDLE_EXCEPTIONS.
8959         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
8960         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8961         FP_HANDLE_EXCEPTIONS.
8963 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
8965         [BZ #14132]
8966         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
8967         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
8968         use INTUSE.
8969         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
8970         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
8971         Remove alias.
8972         (__adjtimex): Define using libc_hidden_ver.
8973         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
8974         Remove declaration.
8975         (ntp_gettime): Call __adjtimex directly.
8976         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
8977         Remove declaration.
8978         (ntp_gettimex): Call __adjtimex directly.
8979         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
8980         __adjtimex_internal alias.
8982 2014-10-08  Roland McGrath  <roland@hack.frob.com>
8984         [BZ #17460]
8985         * nscd/nscd.c (more_help): Rewrite list of tables collection
8986         using xstrdup and asprintf.
8988         * nscd/nscd_conf.c: Remove local xstrdup declaration.
8990 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8991             Roland McGrath  <roland@hack.frob.com>
8993         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
8994         (do_lookup_unique): ... local function 'enter' here; update callers.
8996 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
8998         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
8999         compat_symbol calls on [SHARED].
9000         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
9001         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
9002         Remove.
9003         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
9004         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
9005         (oldsetrlimit): Remove.
9006         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
9007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
9008         (lchown): New syscall entry.
9009         (oldsetrlimit): Remove.
9010         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
9011         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
9012         (oldsetrlimit): Remove.
9013         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
9015         [BZ #14138]
9016         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
9017         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
9018         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
9019         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
9020         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
9021         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
9022         (fchown): Likewise.
9023         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
9024         (fchown): Likewise.
9025         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
9026         Likewise.
9028 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9030         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
9031         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
9032         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
9033         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
9034         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
9035         Likewise.
9036         (__old_sem_post): Likewise.
9038 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
9040         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
9041         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
9042         HAVE_CLOCK_GETTIME_VSYSCALL macros.
9043         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
9044         Use INLINE_VSYSCALL macro.
9045         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
9046         __vdso_clock_gettime.
9047         * sysdeps/unix/sysv/linux/tile/init-first.c
9048         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
9049         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
9050         __vdso_clock_gettime.
9052         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
9053         to set up frame more cleanly.
9055         * sysdeps/tile/memcmp.c: New file.
9057         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
9059         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
9060         * sysdeps/tile/tilegx/strcasestr.c: New file.
9061         * sysdeps/tile/tilegx/strnlen.c: New file.
9062         * sysdeps/tile/tilegx/strstr.c: New file.
9064         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
9066 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
9068         * nptl/tst-setuid3.c: Write errors to stdout.
9070 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9072         * elf/dl-deps.c
9073         (preload): New functions broken out of _dl_map_object_deps.
9074         (_dl_map_object_deps):  Remove a nested function. Update call sites.
9076 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
9078         [BZ #14138]
9079         * sysdeps/unix/sysv/linux/execve.c: Remove file.
9080         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
9082 2014-10-01  Steve Ellcey  <sellcey@mips.com>
9084         * sysdeps/mips/strcmp.S: New.
9086 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
9088         [BZ #14138]
9089         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
9090         (linkat): Likewise.
9091         (mkdirat): Likewise.
9092         (readlinkat): Likewise.
9093         (renameat): Likewise.
9094         (symlinkat): Likewise.
9095         (unlinkat): Likewise.
9096         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
9097         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
9098         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
9099         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
9100         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
9101         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
9102         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
9104 2014-09-30  Will Newton  <will.newton@linaro.org>
9106         * math/math.h: Define long double math functions if
9107         _LIBC_TEST is defined.
9108         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
9110         * localedata/Makefile: Move assignment to tests-special
9111         into an ifdef testing run-built-tests.
9112         * timezone/Makefile: Likewise.
9114 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
9116         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
9117         with $(BASH) not $(SHELL).
9119 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
9120             Matthew LeGendre  <legendre1@llnl.gov>
9122         [BZ #17411]
9123         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
9124         l_reloc_result.
9126 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9128         * stdio-common/printf_fp.c
9129         (hack_digit): New function, broken out of ...
9130         (__printf_fp): ... local function here.  Update call sites.
9131         hack_digit now takes an additional parameter that is a pointer
9132         to a struct of the referenced locals.  Those locals moved inside
9133         the struct and references updated.
9135 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
9137         * aclocal.m4: Require autoconf 2.69.
9138         * configure: Regenerated.
9139         * sysdeps/aarch64/configure: Likewise.
9140         * sysdeps/alpha/configure: Likewise.
9141         * sysdeps/arm/armv7/configure: Likewise.
9142         * sysdeps/arm/configure: Likewise.
9143         * sysdeps/ia64/configure: Likewise.
9144         * sysdeps/mach/configure: Likewise.
9145         * sysdeps/mips/configure: Likewise.
9146         * sysdeps/s390/configure: Likewise.
9147         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
9148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
9150         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
9151         file.
9152         * sysdeps/ia64/configure.ac: Likewise.
9154 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
9156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
9157         specify symbol version for ld.so.  Do not include entry for
9158         libpthread.
9159         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
9160         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
9161         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
9163         [BZ #14171]
9164         * Makeconfig [$(build-shared) = yes]
9165         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
9166         makefiles.
9167         [$(build-shared) = yes && $(soversions.mk-done) = t]
9168         ($(common-objpfx)gnu/lib-names.h): Remove rule.
9169         [$(build-shared) = yes && $(soversions.mk-done) = t]
9170         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
9171         to Makerules.
9172         [$(build-shared) = yes && $(soversions.mk-done) = t]
9173         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
9174         here.
9175         [$(build-shared) = yes && $(soversions.mk-done) = t]
9176         (common-generated): Don't append gnu/lib-names.h and
9177         gnu/lib-names.stmp here.
9178         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
9179         (lib-names-h-abi): New variable.
9180         [$(build-shared) = yes && $(soversions.mk-done) = t]
9181         (lib-names-stmp-abi): Likewise.
9182         [$(build-shared) = yes && $(soversions.mk-done) = t &&
9183         abi-variants] (before-compile): Append
9184         $(common-objpfx)$(lib-names-h-abi).
9185         [$(build-shared) = yes && $(soversions.mk-done) = t &&
9186         abi-variants] (common-generated): Append gnu/lib-names.h.
9187         [$(build-shared) = yes && $(soversions.mk-done) = t &&
9188         abi-variants] (install-others-nosubdir): Depend on
9189         $(inst_includedir)/$(lib-names-h-abi).
9190         [$(build-shared) = yes && $(soversions.mk-done) = t &&
9191         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
9192         [$(build-shared) = yes && $(soversions.mk-done) = t]
9193         ($(common-objpfx)$(lib-names-h-abi)): New rule.
9194         [$(build-shared) = yes && $(soversions.mk-done) = t]
9195         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
9196         [$(build-shared) = yes && $(soversions.mk-done) = t]
9197         (common-generated): Append $(lib-names-h-abi) and
9198         $(lib-names-stmp-abi).
9199         * scripts/lib-names.awk: Do not handle multi being set.
9200         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
9201         Remove variable.
9202         (abi-lp64_be-ld-soname): Likewise.
9203         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
9204         Likewise.
9205         (abi-hard-ld-soname): Likewise.
9206         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
9207         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
9208         Remove variable.
9209         (abi-o32_hard-ld-soname): Likewise.
9210         (abi-o32_soft_2008-ld-soname): Likewise.
9211         (abi-o32_hard_2008-ld-soname): Likewise.
9212         (abi-n32_soft-ld-soname): Likewise.
9213         (abi-n32_hard-ld-soname): Likewise.
9214         (abi-n32_soft_2008-ld-soname): Likewise.
9215         (abi-n32_hard_2008-ld-soname): Likewise.
9216         (abi-n64_soft-ld-soname): Likewise.
9217         (abi-n64_hard-ld-soname): Likewise.
9218         (abi-n64_soft_2008-ld-soname): Likewise.
9219         (abi-n64_hard_2008-ld-soname): Likewise.
9220         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
9221         Likewise.
9222         (abi-64-v2-ld-soname): Likewise.
9223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
9224         ld.so entries.
9225         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
9226         variable.
9227         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
9228         entry.
9229         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
9230         variable.
9231         (abi-64-ld-soname): Likewise.
9232         (abi-x32-ld-soname): Likewise.
9233         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
9234         entry.
9235         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
9237 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
9239         [BZ #14138]
9240         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
9241         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
9242         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
9243         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
9244         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
9245         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
9246         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
9247         syscall entry for GLIBC_2.2 symbol version.
9248         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
9249         Likewise.
9250         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
9251         (setrlimit): Likewise.
9252         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
9253         Likewise.
9255 2014-09-23  Will Newton  <will.newton@linaro.org>
9257         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
9258         _LINUX_ARM_SYSDEP_H include guard too.
9259         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
9260         define.
9262 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9264         * sysdeps/unix/sysv/linux/eventfd.c:
9265         Make first argument unsigned.
9266         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
9267         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
9269 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
9271         * socket/recvmmsg.c (recvmmsg): Drop const argument.
9272         * socket/sys/socket.h: Likewise
9273         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
9275 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
9277         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
9279 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
9281         * time/tst-ftime.c: New test.
9282         * time/Makefile (tests): Add tst-ftime.
9284 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
9286         * soft-fp/extended.h: Fix comment formatting.
9287         * soft-fp/op-1.h: Likewise.
9288         * soft-fp/op-2.h: Likewise.
9289         * soft-fp/op-4.h: Likewise.
9290         * soft-fp/op-8.h: Likewise.
9291         * soft-fp/op-common.h: Likewise.
9292         * soft-fp/soft-fp.h: Likewise.
9294         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
9296 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
9298         [BZ #6652]
9299         * Makeconfig (soversions-default-setname): Remove variable.
9300         ($(common-objpfx)soversions.i): Don't pass default_setname to
9301         soversions.awk.
9302         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
9303         oldest_abi to abi-versions.awk.
9304         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
9305         * config.make.in (oldest-abi): Remove variable.
9306         * configure.ac (--enable-oldest-abi): Remove configure option.
9307         * configure: Regenerated.
9308         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
9309         text.
9310         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
9311         * scripts/soversions.awk: Do not handle default_setname variable.
9312         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
9313         variable.
9314         * sysdeps/mach/hurd/configure: Regenerated.
9315         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
9316         variable.
9317         * sysdeps/unix/sysv/linux/configure: Regenerated.
9319 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
9321         * elf/Makefile (CFLAGS-interp.c): Remove.
9322         ($(elf-objpfx)runtime-linker.h): Generate header with linker
9323         path string.
9324         * elf/interp.c: Include generated runtime-linker.h
9326         * Makerules (lib%.so): Don't include $(+interp) in
9327         prerequisites.
9328         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
9329         * dlfcn/eval.c: Remove file.
9331         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
9332         macros.
9334         [BZ #17266]
9335         * misc/sys/cdefs.h: Define __extern_always_inline for clang
9336         4.2 and newer.
9338         [BZ #17370]
9339         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
9341 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
9342             Jakub Jelinek  <jakub@redhat.com>
9344         [BZ #17266]
9345         * libio/stdio.h: Check definition of __fortify_function
9346         instead of __extern_always_inline to include bits/stdio2.h.
9347         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
9348         check if __extern_always_inline is defined.
9349         [__USE_MISC || __USE_XOPEN]: Likewise.
9350         [__USE_ISOC99] Likewise.
9351         * misc/sys/cdefs.h (__fortify_function): Define only if
9352         __extern_always_inline is defined.
9353         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
9354         __extern_always_inline and __extern_inline only for g++-4.3
9355         and newer or a compatible gcc.
9357 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
9359         [BZ #17371]
9360         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
9361         last change to handle zero prefix length.
9363 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9365         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
9366         _SC_REGEX_VERSION.
9368         * posix/getconf.c (vars): Add _POSIX_IPV6 and
9369         _POSIX_RAW_SOCKETS.
9371 2014-09-13  Allan McRae  <allan@archlinux.org>
9373         * po/ru.po: Update Russian translation from translation project.
9375 2014-09-12  Roland McGrath  <roland@hack.frob.com>
9377         * locale/programs/locale.c (show_locale_vars): Inline local function
9378         into its sole call site.  Clean up some style nits.
9379         (print_item): New function, broken out of ...
9380         (show_info): ... local function here.  Clean up style nits.
9382         * locale/programs/ld-ctype.c (set_one_default): New function, broken
9383         out of ...
9384         (set_class_defaults): ... local function set_default here.
9385         Define set_default as a macro locally to pass constant parameters.
9386         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
9387         rather than a shared local.
9389         * stdlib/rpmatch.c (try): New function, broken out of ...
9390         (rpmatch): ... local function here.  Also, prototypify definition.
9392 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
9394         * scripts/soversions.awk: Do not handle configuration names.
9395         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
9396         vendor and os variables to soversions.awk.
9397         * configure.ac: Do not modify gnu-* host_os.
9398         * configure: Regenerated
9399         * shlib-versions: Remove first column with configuration names.
9400         * nptl/shlib-versions: Likewise.
9401         * nptl_db/shlib-versions: Likewise.
9402         * sysdeps/hppa/shlib-versions: Likewise.
9403         * sysdeps/m68k/shlib-versions: Likewise.
9404         * sysdeps/mach/hurd/shlib-versions: Likewise.
9405         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
9406         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
9407         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
9408         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
9409         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
9410         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
9411         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
9412         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
9413         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
9414         Likewise.
9415         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
9416         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
9417         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
9418         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
9419         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
9420         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
9421         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
9422         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
9424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
9425         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
9426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
9427         Regenerated.
9428         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
9429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
9430         Condition symbol version definitions on [HAVE_ELFV2_ABI].
9432         * shlib-versions: Remove OS-specific entries.  Moved to files in
9433         sysdeps.
9434         * sysdeps/mach/hurd/shlib-versions: New file.
9435         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
9437         * nptl/shlib-versions: Remove architecture-specific entries.
9438         Moved to files in sysdeps.
9439         * shlib-versions: Likewise.
9440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
9441         file.
9442         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
9443         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
9444         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
9445         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
9447         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
9448         (UDP_NO_CHECK6_RX): Likewise.
9450 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
9452         * sysdeps/posix/sysconf.c (__sysconf): Spell
9453         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
9455 2014-08-12  Florian Weimer  <fweimer@redhat.com>
9457         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
9458         loading.
9459         * iconv/Versions (__gconv_transliterate): Export for use from
9460         gconv modules.
9461         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
9462         (struct __gconv_trans_data, __gconv_trans_fct,
9463         __gconv_trans_context_fct, __gconv_trans_query_fct,
9464         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
9465         definitions.
9466         (struct __gconv_step_data): Remove __trans member.
9467         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
9468         longer hidden.  Remove unused trans_data argument.
9469         * iconv/gconv_int.h (struct trans_struct): Remove definition.
9470         (__gconv_translit_find): Remove declaration.
9471         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
9472         prototype.
9473         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
9474         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
9475         trans_data argument.  Add hidden definition.
9476         (__gconv_translit_find): Remove.
9477         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
9478         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
9479         * iconv/skeleton.c: Remove transliteration initialization.
9480         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
9481         __gconv_step_data initialization.
9482         * libio/iofwide.c (__libio_translit_): Remove.
9483         (_IO_fwide): Adjust struct __gconv_step_data initialization.
9484         * wcsmbs/btowc.c (__btowc): Likewise.
9485         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
9486         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
9487         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
9488         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
9489         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
9490         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
9491         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
9492         * wcsmbs/wctob.c (wctob): Likewise.
9494 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
9496         [BZ #16194]
9497         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
9498         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
9499         register usage.
9500         * sysdeps/x86/Makefile: Adjust.
9502 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9503             Roland McGrath  <roland@hack.frob.com>
9505         * locale/weight.h: Add include guard.
9506         (findidx): Make static rather than auto; take new parameters
9507         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
9508         * locale/weightwc.h: Likewise.
9509         * posix/fnmatch_loop.c
9510         (FCT): Change type of EXTRA from int32_t to wint_t.
9511         Don't include either header inside the function.
9512         Call FINDIDX rather than findidx, and pass new arguments.
9513         #undef FINDIDX at the end of the file.
9514         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
9515         FINDIDX before including fnmatch_loop.c for the non-wide version.
9516         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
9517         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
9518         for the wide version.
9519         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
9520         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
9521         Pass new arguments to findidx.
9522         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
9523         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
9524         Don't #include it inside the function.  Pass new arguments to findidx.
9525         * posix/regex_internal.h
9526         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
9527         (re_string_elem_size_at): Don't #include it inside the function.
9528         Pass new arguments to findidx.
9529         * string/strcoll_l.c: #include WEIGHT_H at top level.
9530         (get_next_seq): Don't #include it inside the function.
9531         Pass new arguments to findidx.
9532         (get_next_seq_nocache): Likewise.
9533         * string/strxfrm_l.c: #include WEIGHT_H at top level.
9534         (STRXFRM): Don't #include it inside the function.
9535         Pass new arguments to findidx.
9537 2014-09-11  Florian Weimer  <fweimer@redhat.com>
9539         [BZ #17344]
9540         * malloc/malloc.c (unlink): Turn asserts into a call to
9541         malloc_printerr.
9543 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
9545         [BZ #17370]
9546         * libio/wfileops (do_ftell_wide): Free OUT.
9548 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
9550         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
9552 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9554         [BZ #17363]
9555         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
9556         group if the current group is empty.
9558 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9560         * benchtests/bench-memset.c (test_main): Add more test from size
9561         from 32 to 512 bytes.
9562         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
9563         Add POWER8 memset object.
9564         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
9565         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
9566         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
9567         implementation.
9568         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
9569         Likewise.
9570         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
9571         multiarch POWER8 memset optimization.
9572         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
9573         POWER8 memset optimization.
9575         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
9576         Remove bzero multiarch objects.
9577         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
9578         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
9579         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
9580         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
9581         Remove define.
9582         [__bzero]: Redefine to specific name.
9583         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
9584         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
9585         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
9586         define.
9587         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
9588         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
9590 2014-09-10  Florian Weimer  <fweimer@redhat.com>
9592         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
9593         warnings into errors.
9595         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
9596         __cxa_thread_atexit_impl prototype.
9598 2014-09-09  Steve Ellcey  <sellcey@mips.com>
9600         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
9601         Fix capitalization of error message.
9603 2014-09-09  Steve Ellcey  <sellcey@mips.com>
9605         * sysdeps/mips/preconfigure: Modify ABI tests.
9607 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
9609         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
9611 2014-09-07  Roland McGrath  <roland@hack.frob.com>
9612             Carlos O'Donell  <carlos@systemhalted.org>
9614         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
9615         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
9616         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
9617         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
9618         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
9619         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
9620         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
9621         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
9622         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
9623         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
9624         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
9625         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
9626         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
9627         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
9628         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
9629         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
9630         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
9631         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
9632         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
9633         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
9634         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
9635         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
9636         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
9637         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
9638         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
9639         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
9640         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
9641         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
9642         Deconditionalize the code that was previously under [RESET_PID].
9643         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
9644         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
9645         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
9646         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
9647         include sysdep.h.
9649 2014-09-08  Allan McRae  <allan@archlinux.org>
9651         * version.h (RELEASE): Set to "development".
9652         (VERSION): Set to "2.20.90"
9654 2014-09-07  Allan McRae  <allan@archlinux.org
9656         * version.h (RELEASE): Set to "stable".
9657         (VERSION): Set to "2.20"
9658         * include/features.h (__GLIBC_MINOR__): Set to 20.
9660         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
9661         Liebler.
9663         * po/ko.po: Update Korean translation from translation project.
9665 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
9667         [BZ #17354]
9668         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
9669         macro for handling signed relocations.
9671 2014-09-03  Florian Weimer  <fweimer@redhat.com>
9673         [BZ #17325]
9674         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
9675         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
9676         assert.
9677         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
9678         * iconvdata/ibm935.c (BODY): Likewise.
9679         * iconvdata/ibm937.c (BODY): Likewise.
9680         * iconvdata/ibm939.c (BODY): Likewise.
9681         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
9682         assert.
9683         * iconvdata/Makefile (iconv-test.out): Pass module list to test
9684         script.
9685         * iconvdata/run-iconv-test.sh: New test loop for checking for
9686         decoder crashers.
9688 2014-09-02  Khem Raj  <raj.khem@gmail.com>
9690         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
9691         libm_hidden_ver.
9693 2014-09-01  Allan McRae  <allan@archlinux.org>
9695         * po/eo.po: Update Esperanto translation from translation project.
9697         * po/ca.po: Update Catalan translation from translation project.
9699 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9701         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
9702         __proc_dostop call.
9704 2014-08-27  Mark Wielaard  <mjw@redhat.com>
9706         [BZ #17319]
9707         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
9708         to call set_thread_area instead of hand written asm.
9709         (__NR_set_thread_area): Removed define.
9710         (TLS_FLAG_WRITABLE): Likewise.
9711         (__ASSUME_SET_THREAD_AREA): Remove check.
9712         (TLS_EBX_ARG): Remove define.
9713         (TLS_LOAD_EBX): Likewise.
9715 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9717         Simplify atomicity of socket creation in bind.
9719         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
9720         looking up the name after linking the file.
9722 2014-08-27  Allan McRae  <allan@archlinux.org>
9724         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
9726 2014-08-26  Florian Weimer  <fweimer@redhat.com>
9728         [BZ #17187]
9729         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
9730         trans_compare, open_translit, __gconv_translit_find):
9731         Remove module loading code.
9733 2014-08-26  Allan McRae  <allan@archlinux.org>
9735         * po/vi.po: Update Vietnamese translation from translation project.
9737         * po/uk.po: Update Ukrainian translation from translation project.
9739         * po/fr.po: Update French translation from translation project.
9741         * po/ru.po: Update Russian translation from translation project.
9743         * po/pl.po: Update Polish translation from translation project.
9745         * po/cs.po: Update Czech translation from translation project.
9747         * po/de.po: Update German translation from translation project.
9749         * po/bg.po: Update Bulgarian translation from translation project.
9751         * po/sv.po: Update Sweedish translation from translation project.
9753         * po/nl.po: Update Dutch translation from translation project.
9755         * po/es.po: Update Spanish translation from translation project.
9757 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
9759         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
9761         * catgets/Makefile (CPPFLAGS-gencat): Remove.
9762         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
9763         (CPPFLAGS-iconvconfig): Likewise.
9764         * timezone/Makefile (CPPFLAGS-zic): Likewise.
9766         * include/libc-symbols.h: Remove unnecessary check for
9767         NOT_IN_libc.
9768         * nptl/pthreadP.h: Likewise.
9769         * sysdeps/aarch64/setjmp.S: Likewise.
9770         * sysdeps/alpha/setjmp.S: Likewise.
9771         * sysdeps/arm/sysdep.h: Likewise.
9772         * sysdeps/i386/setjmp.S: Likewise.
9773         * sysdeps/m68k/setjmp.c: Likewise.
9774         * sysdeps/posix/getcwd.c: Likewise.
9775         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
9776         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
9777         * sysdeps/s390/s390-32/setjmp.S: Likewise.
9778         * sysdeps/s390/s390-64/setjmp.S: Likewise.
9779         * sysdeps/sh/sh3/setjmp.S: Likewise.
9780         * sysdeps/sh/sh4/setjmp.S: Likewise.
9781         * sysdeps/unix/alpha/sysdep.h: Likewise.
9782         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
9783         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
9784         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
9785         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
9786         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
9787         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
9788         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
9789         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
9790         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
9791         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
9792         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
9793         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
9794         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
9795         * sysdeps/x86_64/setjmp.S: Likewise.
9797 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
9799         [BZ #17263]
9800         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
9801         <stdint.h>.
9802         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
9803         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
9805 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
9807         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
9809         [BZ #17262]
9810         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
9811         and __x86_64__ when disabling x87 inline functions.
9813 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
9815         [BZ #17259]
9816         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
9817         asm statement with __cpuid_count.
9819 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
9821         * configure.ac: Change __ehdr_start code to dereference the struct.
9822         Run readelf on the output to look for relocations.
9823         * configure: Regenerated.
9825 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
9827         [BZ #17261]
9828         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
9829         value to 0.
9830         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
9832 2014-08-12  Roland McGrath  <roland@hack.frob.com>
9834         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
9836 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
9838         [BZ #16892]
9839         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
9840         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
9842 2014-08-12  Sean Anderson  <seanga2@gmail.com>
9844         * malloc/malloc.c: Fix typo in comment.
9846 2014-08-09  Allan McRae  <allan@archlinux.org>
9848         * Regenerate libc.po.
9850 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
9852         * intl/tst-gettext2.sh: Check every lang file for creation.
9854 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
9856         * sysdeps/aarch64/fpu/math_private.h
9857         (libc_feholdsetround_noex_aarch64_ctx): New function.
9859 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
9861         * sysdeps/arm/armv6/strcpy.S (strcpy):
9862         Fix performance issue in misaligned cases.
9864 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9866         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
9867         Move definition from termios.h.
9868         (struct termio): Likewise.
9869         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9870         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
9871         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
9872         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
9873         Likewise.
9874         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
9875         Move definition to ioctl-types.h
9876         (struct termio): Likewise.
9877         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9878         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
9879         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
9880         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
9881         Likewise.
9883 2014-08-05  Richard Henderson  <rth@redhat.com>
9885         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
9886         exceptions.
9887         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
9888         Add fraiseexcpt.
9889         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
9890         Use __feraiseexcept.
9891         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
9892         Protect libm symbols with IS_IN_libm.
9894         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
9896 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
9898         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
9900 2014-08-04  Will Newton  <will.newton@linaro.org>
9902         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
9903         file.
9905 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
9907         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
9908         variants for each function.
9910 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9912         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
9913         appended ...
9914         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
9915         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
9916         appended ...
9917         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
9918         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
9919         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
9920         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
9921         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
9922         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
9923         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
9924         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
9925         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
9926         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
9927         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
9928         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
9929         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
9930         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
9931         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
9932         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
9933         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
9934         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
9935         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
9936         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
9937         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
9938         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
9939         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
9940         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
9941         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
9942         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
9943         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
9944         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
9945         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
9946         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
9947         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
9948         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
9949         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
9950         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
9951         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
9952         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
9953         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
9954         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
9955         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
9956         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
9957         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
9958         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
9959         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
9960         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
9961         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
9962         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
9963         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
9964         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
9965         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
9966         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
9967         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
9968         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
9969         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
9970         Update #include.
9971         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
9972         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
9974 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9976         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
9977         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
9978         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
9979         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
9980         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
9981         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
9983 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9985         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
9986         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
9987         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9988         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
9990 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9992         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
9993         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
9994         (__libc_vfork): Define function under this name.
9995         (__vfork): Define as an alias.
9996         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
9997         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
9999 2014-08-04  Roland McGrath  <roland@hack.frob.com>
10001         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
10002         that was previously under [RESET_PID].
10003         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
10005 2014-08-04  Andreas Schwab  <schwab@suse.de>
10007         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
10009 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
10011         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
10012         (main): Likewise.
10014 2014-08-01  Roland McGrath  <roland@hack.frob.com>
10016         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
10018 2014-08-01  Richard Henderon  <rth@redhat.com>
10020         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
10021         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
10022         typo in exact zero test.
10023         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
10024         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
10025         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
10027 2014-08-01  Roland McGrath  <roland@hack.frob.com>
10029         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
10030         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
10031         * sysdeps/arm/sysdep.h: ... here.
10032         [!__ASSEMBLER__]: Include <stdint.h>.
10034 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
10036         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
10037         (HAVE_WCTYPE_H): Likewise.
10038         (HAVE_ISWCTYPE): Likewise.
10039         (ENABLE_NLS): Likewise.
10040         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
10041         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
10043         * posix/regex_internal.c: Check if DEBUG is defined and is
10044         set.
10046         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
10047         (HAVE_MBSRTOWCS): Likewise.
10048         * posix/fnmatch.c: Include string.h unconditionally.
10050 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
10052         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
10053         reversal.
10055 2014-07-31  Roland McGrath  <roland@hack.frob.com>
10057         * sysdeps/generic/safe-fatal.h: New file.
10058         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
10059         * nptl/forward.c: Include it.
10060         (__pthread_unwind): Use __safe_fatal as default action, rather
10061         than a bogus use of INTERNAL_SYSCALL that could never work.
10063         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
10064         * configure.ac (libc_cv_builtin_trap): New test.
10065         * configure: Regenerated.
10066         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
10067         (ABORT_INSTRUCTION): Define using __builtin_trap.
10069         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
10070         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
10071         * sysdeps/nptl/nptl-signals.h: New file.
10072         * nptl/pthreadP.h: Include <nptl-signals.h>.
10074 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
10076         * sysdeps/s390/s390-64/utf16-utf32-z9.c
10077         (ONE_DIRECTION): Define.
10078         * sysdeps/s390/s390-64/utf8-utf16-z9.c
10079         (ONE_DIRECTION): Define.
10080         * sysdeps/s390/s390-64/utf8-utf32-z9.c
10081         (ONE_DIRECTION): Define.
10083 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
10085         * sysdeps/s390/Makefile: Delete file.
10086         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
10087         * sysdeps/s390/__longjmp.c: Delete file.
10088         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
10089         Remove fields __flags and __reserved.
10090         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
10091         and add versioning.
10092         * sysdeps/s390/rtld-__longjmp.c: Delete file.
10093         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
10094         * sysdeps/s390/rtld-setjmp.S: Likewise.
10095         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
10096         * sysdeps/s390/s390-32/__longjmp.c: ... here.
10097         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
10098         * sysdeps/s390/s390-32/setjmp.S: ... here.
10099         Add versioning.
10100         (__sigsetjmp): Remove setting __flags field.
10101         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
10102         * sysdeps/s390/s390-64/__longjmp.c: ... here.
10103         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
10104         * sysdeps/s390/s390-64/setjmp.S: ... here.
10105         Add versioning.
10106         (__sigsetjmp): Remove setting __flags field.
10107         * sysdeps/s390/setjmp.S: Delete file.
10108         * sysdeps/s390/sigjmp.c: Likewise.
10109         * sysdeps/s390/v1-longjmp.c: Likewise.
10110         * sysdeps/s390/v1-setjmp.h: Likewise.
10111         * sysdeps/s390/v1-sigjmp.c: Likewise.
10112         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
10113         Remove v1-longjmp_chk.
10114         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
10115         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
10116         Include debug/longjmp_chk.c and add versioning.
10117         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
10118         Include nptl/pt-longjmp.c and add versioning.
10119         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
10120         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
10121         Include __longjmp.c.
10122         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
10123         Move to ...
10124         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
10125         (__getcontext): Remove setting __flags field.
10126         Add versioning.
10127         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
10128         Don't restore upper high grps.
10129         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
10130         Likewise.
10131         (__swapcontext): Remove setting uc_flags field.
10132         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
10133         Delete file.
10134         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
10135         Include __longjmp.c.
10136         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
10137         Move to ...
10138         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
10139         (__getcontext): Remove setting __flags field.
10140         Add versioning.
10141         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
10142         (__swapcontext): Remove setting uc_flags field.
10143         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
10144         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
10145         Remove fields uc_high_gprs and __reserved.
10146         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
10147         New file with reverted content.
10148         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
10149         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
10150         Regenerated.
10151         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
10152         Regenerated.
10154 2014-07-31  Andreas Schwab  <schwab@suse.de>
10156         * config.h.in (HAVE_IFUNC): Define to 0.
10157         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
10158         definedness.
10160 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
10162         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
10163         memmove-avx-unaligned, memcpy-avx-unaligned and
10164         mempcpy-avx-unaligned.
10165         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
10166         Add tests for AVX memcpy functions.
10167         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
10168         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
10169         memcpy_chk.
10170         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
10171         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
10172         memmove_chk.
10173         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
10174         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
10175         mempcpy_chk.
10176         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
10177         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
10178         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
10180 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10182         [BZ #17213]
10183         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
10184         powerpc64le.
10186 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
10188         [BZ #16839]
10189         * manual/llio.texi: Add section about open file description locks.
10190         * manual/examples/ofdlocks.c: Example of open file description
10191         lock usage.
10192         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
10193         F_OFD_SETLK, and F_OFD_SETLKW.
10195 2014-07-23  Allan McRae  <allan@archlinux.org>
10197         * po/es.po: Update Spanish translation from translation project.
10199 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
10201         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
10203 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
10205         [BZ #17078]
10206         * sysdeps/arm/dl-machine.h (elf_machine_rela)
10207         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
10208         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
10210 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
10212         [BZ #17088]
10213         * math/fesetenv.c (__fesetenv)
10214         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
10215         * math/feupdateenv.c (__feupdateenv)
10216         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
10218         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
10219         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10220         (__ASSUME_SOCKETCALL): Do not define.
10222         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
10223         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
10224         (__ASSUME_SOCKETCALL): Do not define.
10225         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
10226         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
10227         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
10228         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
10229         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
10230         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
10231         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
10232         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10234         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
10235         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
10236         (__ASSUME_SOCKETCALL): Do not define.
10237         (__ASSUME_IPC64): Define unconditionally.
10238         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
10239         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
10240         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
10241         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
10242         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
10243         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
10244         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
10245         Likewise.
10247         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
10248         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
10249         (__ASSUME_SOCKETCALL): Do not define.
10250         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
10251         (__ASSUME_FUTEX_LOCK_PI): Likewise.
10252         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
10253         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
10254         (__ASSUME_REQUEUE_PI): Define unconditionally.
10255         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
10256         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
10257         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10258         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
10259         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
10260         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10262         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
10263         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
10264         (__ASSUME_SOCKETCALL): Do not define.
10265         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
10266         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
10267         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10268         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
10269         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
10270         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10272         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
10273         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
10274         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
10275         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
10276         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
10277         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
10278         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
10279         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
10280         (__ASSUME_GETCPU_SYSCALL): Likewise.
10282         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
10283         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
10284         cases for individual architectures.
10285         * sysdeps/gnu/configure: Regenerated.
10286         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
10287         LIBC_SLIBDIR_RTLDDIR.
10288         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
10289         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
10290         LIBC_SLIBDIR_RTLDDIR.
10291         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
10292         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
10293         LIBC_SLIBDIR_RTLDDIR.
10294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
10295         Regenerated.
10296         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
10297         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
10298         file.
10299         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
10300         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
10301         file.
10302         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
10303         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
10304         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
10305         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
10307         * sysdeps/aarch64/shlib-versions: Move to ...
10308         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
10309         * sysdeps/alpha/shlib-versions: Move to ...
10310         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
10311         * sysdeps/arm/shlib-versions: Move to ...
10312         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
10313         * sysdeps/hppa/shlib-versions: Move all contents except for
10314         libgcc_s entry to ...
10315         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
10316         entry from ...
10317         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
10318         * sysdeps/ia64/shlib-versions: Move to ...
10319         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
10320         entry from ...
10321         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
10322         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
10323         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
10324         * sysdeps/microblaze/shlib-versions: Move to ...
10325         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
10326         * sysdeps/mips/shlib-versions: Move to ...
10327         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
10328         entry from ...
10329         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
10330         * sysdeps/tile/shlib-versions: Move to ...
10331         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
10332         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
10333         from ...
10334         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
10335         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
10336         entry from ...
10337         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
10339 2014-07-17  Will Newton  <will.newton@linaro.org>
10341         * sysdeps/arm/bits/atomic.h
10342         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
10343         (__arch_compare_and_exchange_bool_16_int): Likewise.
10344         (__arch_compare_and_exchange_bool_64_int): Likewise.
10346         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
10347         into an #else block.
10349 2014-07-16  Roland McGrath  <roland@hack.frob.com>
10351         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
10352         just Linux configurations.  Test empirically that the compiler sets
10353         __ARM_EABI__, rather than using the tuple to decide.
10354         * sysdeps/arm/preconfigure: Regenerated.
10355         * sysdeps/unix/sysv/linux/arm/configure: File removed.
10356         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
10357         contents appended ...
10358         * sysdeps/arm/configure.ac: ... here.
10359         * sysdeps/arm/configure: Regenerated.
10361 2014-07-15  Roland McGrath  <roland@hack.frob.com>
10363         * nptl/pthread_kill.c: New file.
10364         * nptl/pthread_sigmask.c: New file.
10365         * nptl/pthread_sigqueue.c: New file.
10367         * sysdeps/nptl/lowlevellock.h: New file.
10368         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
10369         * sysdeps/nptl/lowlevellock-futex.h: New file.
10371         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
10372         Remove dead declarations.
10374 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
10376         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
10377         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
10378         config-cflags-avx2.
10379         * sysdeps/x86_64/configure.ac: Likewise.
10380         * sysdeps/i386/configure: Regenerated.
10381         * sysdeps/x86_64/configure: Likewise.
10382         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
10383         memset-avx2 only if config-cflags-avx2 is yes.
10384         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
10385         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
10386         defined.
10387         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
10388         only if HAVE_AVX2_SUPPORT is defined.
10389         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
10391 2014-07-14  Alan Modra  <amodra@gmail.com>
10393         [BZ #17153]
10394         * elf/elf.h (DT_PPC64_NUM): Correct value.
10395         * NEWS: Add to fixed bug list.
10397 2014-07-13  Jim Meyering  <meyering@fb.com>
10399         [BZ 17150]
10400         regex: don't deref NULL upon heap allocation failure
10401         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
10402         failure in one more place.
10403         To trigger the segfault, configure grep -with-included-regex,
10404         build it, and run these commands:
10405         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
10407 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
10409         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
10411 2014-07-11  Richard Henderson  <rth@redhat.com>
10413         * sysdeps/aarch64/libm-test-ulps: Update.
10415 2014-07-10  Florian Weimer  <fweimer@redhat.com>
10417         [BZ #17135]
10418         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
10419         * nptl/allocatestack.c (__nptl_setxid_error): New function.
10420         (__nptl_setxid): Initialize error member.  Call
10421         __nptl_setxid_error.
10422         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
10423         * nptl/descr.h (struct xid_command): Add error member.
10424         * nptl/tst-setuid3.c: New file.
10425         * nptl/Makefile (tests): Add it.
10427 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10429         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
10430         New define.
10431         (__lll_trylock): Use __lll_base_trylock.
10432         (__lll_cond_trylock): Likewise.
10434 2014-07-10  Roland McGrath  <roland@hack.frob.com>
10436         * nptl/pthread_create.c (start_thread): Use atomic_or and
10437         lll_futex_wake directly rather than lll_robust_dead.
10438         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
10439         (lll_robust_dead): Macro removed.
10440         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
10441         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
10442         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
10443         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
10444         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
10445         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
10446         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
10447         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
10448         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
10449         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
10450         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
10451         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
10452         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
10453         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
10454         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
10456         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
10457         Use atomic_compare_and_exchange_val_acq directly rather than
10458         lll_robust_trylock.
10459         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
10460         (__lll_robust_trylock, lll_robust_trylock): Removed.
10461         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
10462         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
10463         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
10464         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
10465         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
10466         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
10467         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
10468         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
10469         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
10470         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
10471         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
10472         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
10473         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
10474         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
10476 2014-07-02  Florian Weimer  <fweimer@redhat.com>
10478         * manual/locale.texi (Locale Names): New section documenting
10479         locale name syntax.  Adjust menu and node chaining accordingly.
10480         (Choosing Locale): Reference Locale Names, Locale Categories.
10481         Mention setting LC_ALL=C.  Reflect that name syntax is now
10482         documented.
10483         (Locale Categories): New section title.  Reference Locale Names.
10484         LC_ALL is an environment variable, but not a category.
10485         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
10486         description, now in Locale Name.  Reference that section.  Locale
10487         name syntax is now documented.
10489 2014-07-02  Florian Weimer  <fweimer@redhat.com>
10491         [BZ #17137]
10492         * locale/findlocale.c (name_present, valid_locale_name): New
10493         functions.
10494         (_nl_find_locale): Use the loc_name variable to store name
10495         candidates.  Call name_present and valid_locale_name to check and
10496         validate locale names.  Return an error if the locale is invalid.
10498 2014-07-02  Florian Weimer  <fweimer@redhat.com>
10500         * locale/setlocale.c (setlocale): Use strdup for allocating
10501         composite name copy.
10503 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
10505         Sync up with gnulib.
10506         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
10507         [!_LIBC && ENABLE_NLS]: Include gettext.h.
10508         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
10509         and _GL_ARG_NONNULL.
10510         [USE_UNLOCKED_IO]: Include unlocked-io.h.
10511         [!_LIBC]: Include code for Windows and Cygwin.
10512         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
10513         Include prototype for int strerror_r.
10514         [!_LIBC] (is_open): New function.
10515         (flush_stdout): New function.
10516         (print_errno_message): Use it.
10517         (error): Likewise.
10518         (error_at_line): Likewise.
10519         (error_tail) Add function attribute macros.  Use
10520         __builtin_expect.
10522         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
10524         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
10526         * io/ftw.c: Include sys/param.h unconditionally.
10528         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
10530         [BZ #17125]
10531         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
10532         libc_freeres_ptr.
10533         (freecache): New function to free CACHE on exit.
10535         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
10536         initialization.
10538 2014-07-09  David S. Miller  <davem@davemloft.net>
10540         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10542         * sysdeps/sparc/nptl/internaltypes.h: Delete.
10543         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
10544         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
10545         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
10546         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
10547         * sysdeps/sparc/nptl/sem_init.c: Likewise.
10548         * sysdeps/sparc/nptl/sem_post.c: Likewise.
10549         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
10550         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
10551         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
10552         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
10553         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
10554         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
10556 2014-07-09  Andreas Schwab  <schwab@suse.de>
10558         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
10559         output.
10560         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
10561         (do_test): Likewise.
10563         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
10565 2014-07-09  Will Newton  <will.newton@linaro.org>
10567         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
10568         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
10569         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
10570         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
10571         * sysdeps/hppa/start.S (_start): Likewise.
10573 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
10575         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
10577         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
10578         defined.
10580 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
10582         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
10583         after checking that it is non-NULL.
10585         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
10587 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10589         * sysdeps/powerpc/memmove.c: Remove file.
10590         * sysdeps/powerpc/powerpc32/power4/memcopy.h
10591         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
10592         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
10593         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
10594         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
10595         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
10596         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
10597         string memmove instead of removed powerpc one.
10599         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
10600         [weak_alias]: Fix compiler warning due trailing data.
10601         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
10602         [weak_alias]: Likewise.
10603         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
10604         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
10606         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
10607         (__libc_ifunc_impl_list): Add memmove functions.
10609 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
10611         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
10612         Remove code.
10613         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
10614         Likewise
10615         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
10616         Likewise
10617         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
10618         Likewise
10619         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
10620         Likewise
10621         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
10622         Likewise
10623         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
10624         Likewise
10625         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
10626         Likewise
10627         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
10628         Likewise
10629         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
10630         Likewise
10631         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
10632         Likewise
10633         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
10634         Likewise
10635         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
10636         Likewise
10637         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
10638         Likewise
10639         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
10640         Likewise
10641         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
10642         Likewise
10643         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
10644         Likewise
10646 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10648         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
10649         to avoid alignment traps in non-cacheable memory.
10650         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
10652         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
10653         multiarch objects.
10654         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
10655         file: multiarch power7 memmove.
10656         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
10657         multiarch default memmove.
10658         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
10659         multiarch memove for powerpc32/power4.
10661         * string/bcopy.c: Use full path to include memmove.c.
10662         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
10663         multiarch objects.
10664         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
10665         bcopy for powerpc64.
10666         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
10667         bcopy for powerpc64.
10668         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
10669         and memmove implementations.
10670         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
10671         optimized multiarch memmove for POWER7/powerpc64.
10672         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
10673         default multiarch memmove for powerpc64.
10674         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
10675         multiarch for powerpc64.
10676         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
10677         for POWER7/powerpc64.
10678         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
10679         memmove for POWER7/powerpc64.
10681         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
10682         glibc default one.
10684         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
10685         __ELF_NATIVE_CLASS equal to 64.
10687 2014-07-07  Roland McGrath  <roland@hack.frob.com>
10689         * sysdeps/nptl/lowlevellock.h: File removed.
10691         * NEWS: NPTL is no longer an add-on!
10692         * nptl/internaltypes.h: Moved ...
10693         * sysdeps/nptl/internaltypes.h: ... here.
10694         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
10695         * sysdeps/nptl/fork.c: Likewise.
10696         * sysdeps/nptl/gai_misc.h: Likewise.
10697         * sysdeps/nptl/librt-cancellation.c: Likewise.
10698         * sysdeps/nptl/jmp-unwind.c: Likewise.
10699         * sysdeps/nptl/setxid.h: Likewise.
10700         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
10701         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
10702         * sysdeps/unix/sysv/linux/arm/Implies: New file.
10703         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
10704         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
10705         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
10706         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
10707         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
10708         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
10709         * sysdeps/unix/sysv/linux/mips/Implies: New file.
10710         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
10711         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
10712         * sysdeps/unix/sysv/linux/sh/Implies: New file.
10713         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
10714         * sysdeps/unix/sysv/linux/tile/Implies: New file.
10715         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
10716         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
10717         * nptl/Makeconfig: Moved ...
10718         * sysdeps/nptl/Makeconfig: ... here.
10719         * nptl/configure: File removed.
10720         * nptl/ANNOUNCE: File removed.
10721         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
10722         * sysdeps/unix/sysv/linux/configure: Regenerated.
10724         * nptl/Makefile (routines): Add libc_pthread_init,
10725         libc_multiple_threads, register-atfork and unregister-atfork.
10726         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
10727         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
10728         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
10729         pthread-pi-defines.sym, structsem.sym.
10730         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
10731         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
10732         [$(subdir) = nptl] (tests): Add tst-setgetname.
10733         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
10734         * sysdeps/unix/sysv/linux/sigaction.c: Just include
10735         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
10736         [!LIBC_SIGACTION]: Remove aliases.
10737         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
10738         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
10739         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
10740         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
10741         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
10742         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
10743         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
10744         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
10745         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
10746         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
10747         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
10748         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
10749         __libc_allocate_rtsig_private.
10750         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
10751         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
10752         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
10753         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
10754         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
10755         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
10756         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
10757         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
10758         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
10759         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
10760         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
10761         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
10762         * nptl/internaltypes.h: ... here.
10763         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
10764         * sysdeps/nptl/jmp-unwind.c: ... here.
10765         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
10766         * nptl/libc-lowlevellock.c: ... here.
10767         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
10768         * nptl/libc_multiple_threads.c: ... here.
10769         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
10770         * nptl/libc_pthread_init.c: ... here.
10771         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
10772         * nptl/lowlevelbarrier.sym: ... here.
10773         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
10774         * nptl/lowlevelcond.sym: ... here.
10775         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
10776         * nptl/lowlevellock.c: ... here.
10777         * nptl/lowlevellock.h: Moved ...
10778         * sysdeps/nptl/lowlevellock.h: ... here.
10779         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
10780         * nptl/lowlevelrobustlock.c: ... here.
10781         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
10782         * nptl/lowlevelrobustlock.sym: ... here.
10783         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
10784         * nptl/lowlevelrwlock.sym: ... here.
10785         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
10786         * nptl/pt-fork.c: ... here.
10787         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
10788         * nptl/pthread-pi-defines.sym: ... here.
10789         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
10790         * nptl/pthread_attr_getaffinity.c: ... here.
10791         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
10792         * nptl/pthread_attr_setaffinity.c: ... here.
10793         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
10794         * nptl/pthread_mutex_cond_lock.c: ... here.
10795         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10796         Update #include.
10797         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
10798         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
10799         * nptl/pthread_once.c: ... here, replacing old file.
10800         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
10801         * nptl/pthread_yield.c: ... here.
10802         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
10803         * nptl/register-atfork.c: ... here.
10804         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
10805         * nptl/sem_post.c: ... here.
10806         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
10807         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
10808         * nptl/sem_timedwait.c: ... here.
10809         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
10810         * nptl/sem_trywait.c: ... here.
10811         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
10812         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
10813         * nptl/sem_wait.c: ... here.
10814         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
10815         * nptl/structsem.sym: ... here.
10816         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
10817         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
10818         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
10819         * nptl/unregister-atfork.c: ... here.
10820         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
10821         * nptl/unwindbuf.sym: ... here.
10822         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
10823         * sysdeps/nptl/fork.c: ... here.
10824         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
10825         * sysdeps/nptl/fork.h: ... here.
10826         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
10827         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
10828         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
10829         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
10830         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
10831         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
10832         * sysdeps/unix/sysv/linux/getpid.c: ... here.
10833         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
10834         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
10835         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
10836         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
10837         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
10838         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
10839         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
10840         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
10841         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
10842         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
10843         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
10844         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
10845         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
10846         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
10847         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
10848         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
10849         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
10850         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
10851         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
10852         * sysdeps/unix/sysv/linux/raise.c: ... here.
10853         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
10854         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
10855         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
10856         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
10857         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
10858         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
10859         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
10860         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
10861         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
10862         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
10863         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
10864         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
10865         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
10866         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
10867         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
10869 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
10871         * sysdeps/generic/memcopy.h: Add comment for
10872         MEMCPY_OK_FOR_FWD_MEMMOVE.
10874 2014-07-04  Will Newton  <will.newton@linaro.org>
10876         * string/memchr.c: Merge from gnulib.
10877         [_LIBC]: Remove conditionals.
10878         (__ptr_t): Remove define.
10879         (LONG_MAX_32_BITS): Likewise.
10880         (LONG_MAX): Likewise.
10881         (MEMCHR): Use ANSI prototype and optimize algorithm.
10883         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
10885 2014-07-03  Roland McGrath  <roland@hack.frob.com>
10887         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
10888         (lll_futex_timed_wait_bitset): Fix syscall argument count.
10890         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
10891         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
10892         in a bare environment with no <stdlib.h> installed.
10893         * sysdeps/nptl/configure: Regenerated.
10895         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
10897         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
10898         AC_EGREP_CPP for kernel header checks, so they only succeed if
10899         including <linux/version.h> actually works right.
10900         * sysdeps/unix/sysv/linux/configure: Regenerated.
10902         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
10903         value so it's not diagnosed as unused.
10905         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
10906         thing) with "ifeq ($(subdir),rt)".
10908 2014-07-03  Richard Henderson  <rth@redhat.com>
10910         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
10911         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
10912         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
10914         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
10915         (math_force_eval): New.
10917         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
10918         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
10920         * sysdeps/alpha/fpu/s_round.c: Remove file.
10921         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
10923         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
10924         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
10925         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
10926         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
10927         (_dl_start, print_statistics): Likewise.
10928         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
10929         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
10931         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10932         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10933         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10934         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10935         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
10936         (HP_SMALL_TIMING_AVAIL): Define.
10937         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10938         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
10939         (HP_SMALL_TIMING_AVAIL): Define.
10940         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10941         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10943         * sysdeps/aarch64/hp-timing.h: New file.
10945         * sysdeps/generic/hp-timing.h: Remove dead comment.
10946         * sysdeps/generic/hp-timing-common.h: New file.
10947         * sysdeps/alpha/hp-timing.h: Include it.
10948         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
10949         * sysdeps/i386/i686/hp-timing.h: Likewise.
10950         * sysdeps/ia64/hp-timing.h: Likewise.
10951         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
10952         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
10953         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
10954         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
10955         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
10956         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
10957         (hp_timing_t): New.
10959         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
10960         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
10961         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
10962         * elf/rtld.c (_dl_start_final): Likewise.
10963         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
10964         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10965         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10966         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10967         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10968         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
10969         (HP_TIMING_DIFF_INIT): Remove.
10970         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10971         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
10972         (HP_TIMING_DIFF_INIT): Remove.
10973         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10974         * sysdeps/i386/i686/hp-timing.c: Remove file.
10975         * sysdeps/x86_64/hp-timing.c: Remove file.
10976         * sysdeps/ia64/hp-timing.c: Remove file.
10977         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
10978         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
10979         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
10980         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
10982         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
10983         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
10984         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
10985         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
10986         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
10987         (HP_TIMING_ACCUM): Remove.
10988         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
10989         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
10990         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
10992         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
10993         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
10994         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
10995         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
10996         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
10997         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
10998         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
10999         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
11001         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
11003 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
11005         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
11007 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11009         Sync up with gettext.
11010         * intl/loadmsgcat.c: Define O_BINARY if not defined.
11011         [_MSC_VER]: Include malloc.h
11012         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
11013         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
11014         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
11015         TEMP_FAILURE_RETRY.  Cast return of alloca.
11016         [!_LIBC] Call gl_rwlock_init.
11017         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
11019 2014-07-02  Roland McGrath  <roland@hack.frob.com>
11021         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
11022         before checking its value.
11024 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11026         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
11028         * debug/memcpy_chk.c: Don't include pagecopy.h.
11029         * debug/mempcpy_chk.c: Likewise.
11030         * string/memcpy.c: Likewise.
11031         * string/memmove.c: Likewise.
11032         * sysdeps/powerpc/memmove.c: Likewise.
11033         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
11034         definition of PAGE_COPY_FWD_MAYBE here...
11035         * sysdeps/generic/pagecopy.h: ... from here.
11036         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
11038 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11039             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11041         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
11042         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
11043         optimizations.
11044         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11045         (__libc_ifunc_impl_list): Likewise.
11046         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
11047         multiarch strcat for PPC64.
11048         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
11049         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
11051 2014-07-02  Roland McGrath  <roland@hack.frob.com>
11053         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
11055 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11057         * intl/loadmsgcat.c: Remove declaration of
11058         get_sysdep_segment_value.
11059         (get_sysdep_segment_value): Use ISO C style.
11060         (_nl_load_domain): Use ISO C style.  Get rid of redundant
11061         semicolon.  Fix typo and formatting in comment.
11062         (_nl_unload_domain): Use ISO C style.
11064         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
11066 2014-07-02  Will Newton  <will.newton@linaro.org>
11068         * malloc/obstack.c: Merge from gnulib master.
11069         [HAVE_CONFIG_H]: Remove conditional code.
11070         [!_LIBC]: Include config.h.
11071         [!ELIDE_CODE]: Don't include inttypes.h, include
11072         stdint.h unconditionally.
11073         (print_and_abort): Mark as _Noreturn.
11074         (_obstack_allocated_p): Mark as __attribute_pure__.
11075         (obstack_free): Rename to __obstack_free.
11076         [!__attribute__]: Remove conditional code.
11077         * malloc/obstack.h: Merge from gnulib master.
11078         [__cplusplus]: Move conditional down.
11079         [!__attribute_pure__]: Define __attribute_pure__ here
11080         if it is not already defined.
11081         (_obstack_memory_used): Mark as __attribute_pure__.
11082         [!__obstack_free]: Define as obstack_free.
11083         [__GNUC__]: Remove check for ancient NeXT gcc.
11085 2014-07-02  Will Newton  <will.newton@linaro.org>
11086             Paul Eggert  <eggert@cs.ucla.edu>
11088         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
11090 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11092         * resolv/gethnamaddr.c: Add comment warning that the file is
11093         not maintained.
11095 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
11097         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
11098         entries.
11100         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
11101         entry for aio_cancel and aio_cancel64.
11102         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
11103         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
11104         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
11105         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
11106         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
11107         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
11108         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
11109         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
11110         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
11111         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
11112         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
11113         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
11114         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
11116 2014-07-01  Roland McGrath  <roland@hack.frob.com>
11118         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
11119         * nptl/pthread_mutex_lock.c: Likewise.
11120         * nptl/pthread_mutex_timedlock.c: Likewise.
11121         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
11123 2014-07-01  Richard henderson  <rth@redhat.com>
11125         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
11126         (__isnan, __isnanl): Remove.
11127         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
11129         * sysdeps/alpha/fpu/libm-test-ulps: Update.
11131 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
11133         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11135 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
11137         * resolv/nss_dns/dns-host.c (getanswer_r)
11138         [MULTI_PTRS_ARE_ALIASES]: Remove code.
11140 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
11142         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11143         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
11144         undefine.
11145         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
11146         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
11148 2014-07-01  Roland McGrath <roland@hack.frob.com>
11150         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
11151         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
11153         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
11154         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
11156         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
11157         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
11158         ... here.
11159         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
11160         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
11162         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
11163         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
11164         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
11165         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
11167         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
11168         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
11169         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
11170         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
11171         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
11172         Moved ...
11173         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
11174         ... here.
11175         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
11176         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
11177         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
11178         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
11179         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
11180         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
11181         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
11182         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
11183         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
11184         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
11185         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
11186         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
11187         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
11188         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
11189         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
11190         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
11191         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
11192         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
11193         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
11194         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
11195         ... here.
11196         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
11197         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
11198         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
11199         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
11200         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
11201         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
11202         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
11203         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
11205 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
11207         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
11208         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
11209         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
11210         Add sysdep.
11212 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11214         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11216 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
11218         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
11219         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
11221         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
11223         * sysdeps/arm/libm-test-ulps: Regenerated.
11225 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
11226             Roland McGrath <roland@hack.frob.com>
11228         * test-skeleton.c (signal_handler): Kill the whole process group
11229         before killing the child individually.
11230         (main): Report any failure on `setpgid'.
11232 2014-06-30  Roland McGrath  <roland@hack.frob.com>
11234         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
11235         from _TLS_H to _ARM_NPTL_TLS_H.
11236         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
11237         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
11239 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
11241         [BZ #16539]
11242         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
11243         (__expm1l): Return argument unchanged when small but not
11244         subnormal.
11246         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
11247         include macro name.
11248         (_FP_UNPACK_RAW_1_P): Likewise.
11249         (_FP_PACK_RAW_1): Likewise.
11250         (_FP_PACK_RAW_1_P): Likewise.
11251         (_FP_MUL_MEAT_1_wide): Likewise.
11252         (_FP_MUL_MEAT_DW_1_hard): Likewise.
11253         (_FP_MUL_MEAT_1_hard): Likewise.
11254         (_FP_DIV_MEAT_1_imm): Likewise.
11255         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
11256         (_FP_DIV_MEAT_1_udiv): Likewise.
11257         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
11258         (_FP_UNPACK_RAW_2): Likewise.
11259         (_FP_UNPACK_RAW_2_P): Likewise.
11260         (_FP_PACK_RAW_2): Likewise.
11261         (_FP_PACK_RAW_2_P): Likewise.
11262         (_FP_MUL_MEAT_DW_2_wide): Likewise.
11263         (_FP_MUL_MEAT_2_wide): Likewise.
11264         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
11265         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
11266         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
11267         (_FP_MUL_MEAT_2_gmp): Likewise.
11268         (_FP_DIV_MEAT_2_udiv): Likewise.
11269         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
11270         (_FP_FRAC_SRL_4): Likewise.
11271         (_FP_FRAC_SRST_4): Likewise.
11272         (_FP_FRAC_SRS_4): Likewise.
11273         (_FP_UNPACK_RAW_4): Likewise.
11274         (_FP_UNPACK_RAW_4_P): Likewise.
11275         (_FP_PACK_RAW_4): Likewise.
11276         (_FP_PACK_RAW_4_P): Likewise.
11277         (_FP_MUL_MEAT_DW_4_wide): Likewise.
11278         (_FP_MUL_MEAT_4_wide): Likewise.
11279         (_FP_MUL_MEAT_4_gmp): Likewise.
11280         (umul_ppppmnnn): Likewise.
11281         (_FP_DIV_MEAT_4_udiv): Likewise.
11282         (__FP_FRAC_ADD_4): Likewise.
11283         (__FP_FRAC_SUB_3): Likewise.
11284         (__FP_FRAC_SUB_4): Likewise.
11285         (__FP_FRAC_DEC_3): Likewise.
11286         (__FP_FRAC_DEC_4): Likewise.
11287         (__FP_FRAC_ADDI_4): Likewise.
11288         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
11289         (_FP_FRAC_SRL_8): Likewise.
11290         (_FP_FRAC_SRS_8): Likewise.
11292         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
11293         include macro name.
11294         (FP_UNPACK_RAW_EP): Likewise.
11295         (FP_PACK_RAW_E): Likewise.
11296         (FP_PACK_RAW_EP): Likewise.
11297         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
11298         (_FP_ISSIGNAN): Likewise.
11299         (_FP_ADD_INTERNAL): Likewise.
11300         (_FP_FMA): Likewise.
11301         (_FP_CMP): Likewise.
11302         (_FP_SQRT): Likewise.
11303         (_FP_TO_INT): Likewise.
11304         (_FP_FROM_INT): Likewise.
11305         (FP_EXTEND): Likewise.
11306         (_FP_DIV_MEAT_N_loop): Likewise.
11308 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
11310         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
11311         throughout.
11313 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
11315         [BZ #17097]
11316         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
11317         result with correct sign in case of exponents that produce
11318         overflow except for X very close to 1.
11320 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
11322         mktime: merge #if/#ifdef usage from glibc
11323         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
11324         as that works with both Glibc's and Gnulib's style.
11325         See thread starting at Siddhesh Poyarekar's bug report at:
11326         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
11328 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
11330         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
11331         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
11332         * sysdeps/tile/tilegx/memmove.c: Remove file.
11334 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
11336         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
11337         abi-name definition.
11338         * scripts/soversions.awk: Do not handle or generate ABI lines.
11339         * shlib-versions: Remove ABI entries.
11340         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
11341         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
11343 2014-06-27  Roland McGrath  <roland@hack.frob.com>
11345         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
11346         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
11347         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
11348         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
11349         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
11350         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
11351         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
11352         Moved ...
11353         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
11354         ... here.
11355         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
11356         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
11357         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
11358         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
11359         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
11360         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
11361         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
11362         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
11363         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
11364         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
11365         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
11366         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
11367         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
11368         Moved ...
11369         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
11370         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
11371         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
11372         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
11373         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
11374         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
11375         Moved ...
11376         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
11377         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
11378         Moved ...
11379         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
11380         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
11381         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
11382         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
11383         Moved ...
11384         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
11385         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
11386         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
11387         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
11388         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
11389         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
11390         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
11391         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
11392         Moved ...
11393         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
11394         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
11395         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
11396         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
11397         Moved ...
11398         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
11399         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
11400         Moved ...
11401         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
11402         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
11403         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
11404         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
11405         Moved ...
11406         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
11407         ... here.
11408         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
11409         Identical file removed.
11410         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
11411         Moved ...
11412         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
11413         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
11414         Identical file removed.
11415         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
11416         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
11417         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
11418         Moved ...
11419         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
11420         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
11421         Identical file removed.
11422         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
11423         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
11424         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
11425         Identical file removed.
11426         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
11427         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
11428         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
11429         Identical file removed.
11430         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
11431         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
11432         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
11433         Identical file removed.
11434         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
11435         Moved ...
11436         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
11437         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
11438         Identical file removed.
11439         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
11440         Moved ...
11441         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
11442         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
11443         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
11444         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
11445         Identical file removed.
11446         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
11447         Moved ...
11448         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
11449         ... here.
11450         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
11451         Identical file removed.
11452         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
11453         Moved ...
11454         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
11455         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
11456         Identical file removed.
11457         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
11458         Moved ...
11459         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
11460         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
11461         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
11462         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
11463         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
11464         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
11465         Moved ...
11466         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
11467         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
11468         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
11470         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
11471         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
11472         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
11473         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
11474         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
11476 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
11478         [BZ #17092]
11479         * nscd/nscd.c (monitor_child): Return exit status of child
11480         instead of return value from wait syscall.
11482 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
11484         * configure.ac (libc_commonpagesize): Remove variable.
11485         (libc_relro_required): Likewise.
11486         (libc_cv_z_relro): Remove configure test.
11487         * configure: Regenerated.
11488         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
11489         variable.
11490         (libc_relro_required): Likewise.
11491         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
11492         (libc_relro_required): Likewise.
11493         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
11494         (libc_relro_required): Likewise.
11495         * sysdeps/arm/preconfigure: Regenerated.
11496         * sysdeps/ia64/preconfigure: Remove file.
11497         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
11498         variable.
11499         (libc_relro_required): Likewise.
11501         [BZ #16561]
11502         [BZ #16562]
11503         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
11504         (__ieee754_yn): Set FE_TONEAREST mode internally and then
11505         recompute overflowing results in original rounding mode.
11506         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
11507         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
11508         recompute overflowing results in original rounding mode.
11509         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
11510         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
11511         recompute overflowing results in original rounding mode.
11512         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
11513         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
11514         recompute overflowing results in original rounding mode.
11515         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
11516         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
11517         recompute overflowing results in original rounding mode.
11518         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
11519         (libc_feholdsetround_ctx): New macro.
11520         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
11521         * sysdeps/i386/fpu/libm-test-ulps: Update.
11522         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
11524 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
11526         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
11527         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
11528         corresponding .cpsetup call.
11530 2014-06-26  Roland McGrath  <roland@hack.frob.com>
11532         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
11533         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
11534         * sysdeps/arm/Makefile [$(subdir) = csu]
11535         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
11536         (static-only-routines): Add aeabi_read_tp here.
11537         (shared-only-routines): Add libc-aeabi_read_tp here.
11538         (CFLAGS-libc-start.c): Add -fexceptions here.
11539         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
11540         (sysdep_routines, static-only-routines, shared-only-routines):
11541         Don't add to these here.
11542         (CFLAGS-libc-start.c): Likewise.
11544         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
11545         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
11546         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
11547         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
11548         * sysdeps/arm/Makefile [$(subdir) = rt]
11549         (librt-sysdep_routines, librt-shared-only-routines):
11550         Append rt-aeabi_unwind_cpp_pr1 here.
11551         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
11552         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
11553         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
11554         (libpthread-sysdep_routines, libpthread-shared-only-routines):
11555         Append nptl-aeabi_unwind_cpp_pr1 here.
11556         (tests): Filter out tst-cleanupx4 here.
11557         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
11558         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
11559         Don't do those here.
11561 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
11563         * scripts/list-sources.sh: Do not handle ports specially.
11565 2014-06-26  Roland McGrath  <roland@hack.frob.com>
11567         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
11568         * sysdeps/arm/feupdateenv.c: Likewise.
11570         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
11572 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
11574         * manual/texinfo.tex: Update to version 2014-05-05.10 with
11575         trailing whitespace removed.
11576         * scripts/config.guess: Update to version 2014-03-23.
11577         * scripts/config.sub: Update to version 2014-05-01
11578         * scripts/install-sh: Update to version 2013-12-25.23.
11579         * scripts/move-if-change: Update from gnulib.
11581 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11583         * debug/memmove_chk.c: Remove pagecopy.h include.
11585 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
11587         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
11588         identical to gnulib mktime.
11590 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
11592         * configure.ac: Do not test for machine being rs6000.  Do not test
11593         for powerpc*-*soft.
11594         * configure: Regenerated.
11596         [BZ #11505]
11597         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
11598         test.
11599         * configure: Regenerated.
11600         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
11601         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
11602         Remove configure test.
11603         * sysdeps/arm/configure: Regenerated.
11604         * sysdeps/nptl/configure.ac: Do not check
11605         libc_cv_asm_cfi_directives.
11606         * sysdeps/nptl/configure: Regenerated.
11607         * sysdeps/x86_64/nptl/configure.ac: Remove file.
11608         * sysdeps/x86_64/nptl/configure: Remove generated file.
11609         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
11610         unconditional.
11611         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
11613 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11615         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
11616         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
11617         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
11618         it is defined.
11620         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
11621         instead of whether it is defined.
11622         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
11623         * sysdeps/hppa/dl-machine.h: Likewise.
11624         * sysdeps/ia64/dl-machine.h: Likewise.
11625         * sysdeps/m68k/dl-machine.h: Likewise.
11626         * sysdeps/microblaze/dl-machine.h: Likewise.
11627         * sysdeps/mips/dl-machine.: Likewise.
11628         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
11629         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
11630         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
11631         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
11632         * sysdeps/sh/dl-machine.h: Likewise.
11633         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
11634         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
11635         * sysdeps/tile/dl-machine.h: Likewise.
11636         * sysdeps/x86_64/dl-machine.h: Likewise.
11638         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
11639         code.
11640         (verify_persistent_db): Likewise.
11642 2014-06-26  Roland McGrath  <roland@hack.frob.com>
11644         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
11645         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
11646         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
11647         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
11648         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
11649         Moved ...
11650         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
11651         ... here.
11652         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
11653         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
11654         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
11655         Identical file removed.
11656         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
11657         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
11658         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
11659         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
11660         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
11661         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
11662         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
11663         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
11664         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
11665         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
11666         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
11667         Moved ...
11668         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
11669         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
11670         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
11671         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
11672         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
11673         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
11674         Moved ...
11675         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
11676         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
11677         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
11678         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
11679         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
11680         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
11681         Identical file removed.
11682         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
11683         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
11684         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
11685         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
11686         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
11687         Moved ...
11688         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
11689         ... here.
11690         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
11691         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
11692         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
11693         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
11694         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
11695         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
11696         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
11697         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
11698         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
11699         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
11700         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
11701         Moved ...
11702         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
11703         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
11704         Moved ...
11705         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
11706         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
11707         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
11708         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
11709         Moved ...
11710         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
11711         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
11712         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
11714         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
11715         folded into ...
11716         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
11717         * sysdeps/unix/sysv/linux/s390/Versions
11718         (libpthread: GLIBC_2.19): New version set.
11719         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
11720         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
11721         (librt: GLIBC_2.3.3): New version set.
11722         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
11723         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
11724         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
11725         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
11726         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
11727         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
11728         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
11729         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
11730         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
11731         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
11732         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
11733         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
11734         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
11735         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
11736         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
11737         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
11738         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
11739         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
11740         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
11741         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
11742         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
11743         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
11744         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
11745         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
11746         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
11747         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
11748         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
11749         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
11750         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
11751         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
11752         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
11753         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
11754         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
11755         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
11756         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
11757         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
11758         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
11759         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
11760         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
11761         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
11762         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
11763         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
11764         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
11765         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
11766         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
11768         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
11769         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
11770         (__libc_vfork): Define the function under this name.
11771         [!NOT_IN_libc] (__vfork): Make this an alias.
11772         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
11773         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
11774         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
11775         (__libc_vfork): Define the function under this name.
11776         [!NOT_IN_libc] (__vfork): Make this an alias.
11777         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
11778         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
11779         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
11780         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
11781         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
11782         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
11784         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
11785         code that was previously under [RESET_PID].
11786         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
11787         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
11788         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
11790         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
11791         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
11792         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
11793         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
11794         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
11795         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
11796         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
11797         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
11798         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
11799         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
11800         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
11801         Moved ...
11802         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
11803         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
11804         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
11805         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
11806         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
11807         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
11808         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
11809         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
11810         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
11811         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
11812         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
11813         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
11814         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
11815         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
11816         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
11817         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
11818         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
11819         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
11820         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
11821         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
11822         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
11823         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
11824         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
11825         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
11826         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
11827         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
11828         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
11829         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
11830         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
11832 2014-06-25  Roland McGrath  <roland@hack.frob.com>
11834         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
11835         that was previously under [RESET_PID].
11836         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
11838 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
11840         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
11841         not undefine and redefine.
11842         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
11843         [O_CLOEXEC]: Make code unconditional.
11844         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
11845         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
11846         <kernel-features.h>.
11847         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
11848         conditional variable definition.
11849         (shm_open) [O_CLOEXEC]: Make code unconditional.
11850         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
11851         code.
11853         * configure.ac (USE_REGPARMS): Don't define here.
11854         * configure: Regenerated.
11855         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
11856         * sysdeps/i386/configure: Regenerated.
11858         * nptl/createthread.c: Don't include kernel-features.h.
11859         * nptl/pthread_cancel.c: Likewise.
11860         * nptl/pthread_condattr_setclock.c: Likewise.
11861         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
11862         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
11863         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
11864         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
11865         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
11866         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
11867         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
11868         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
11869         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
11870         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
11871         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
11872         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
11873         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
11874         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
11875         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
11876         * nscd/gai.c: Likewise.
11877         * nss/nss_db/db-open.c: Likewise.
11878         * sysdeps/generic/ldsodefs.h: Likewise.
11879         * sysdeps/sh/nptl/tls.h: Likewise.
11880         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
11881         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
11882         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
11883         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
11884         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
11885         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
11886         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
11887         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
11888         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
11889         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
11890         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
11891         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
11892         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
11893         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
11894         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
11895         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
11896         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
11897         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
11898         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
11899         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
11900         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
11901         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
11902         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
11903         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
11904         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
11905         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
11906         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
11907         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
11908         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
11909         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
11910         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
11911         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
11912         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
11913         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
11914         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
11915         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
11916         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
11917         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
11918         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
11919         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
11920         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
11921         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
11922         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
11923         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
11924         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
11925         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
11926         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
11927         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
11928         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
11929         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
11930         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
11931         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
11932         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
11933         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
11934         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
11935         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
11936         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
11937         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
11938         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
11939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
11940         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
11941         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
11942         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
11943         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
11944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
11945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
11946         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
11947         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
11948         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
11949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
11950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
11951         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
11952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
11953         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
11954         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
11955         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
11956         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
11957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
11958         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
11959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
11960         * sysdeps/unix/sysv/linux/pread.c: Likewise.
11961         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
11962         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
11963         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
11964         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
11965         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
11966         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
11967         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
11968         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
11969         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
11970         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
11971         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
11972         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
11973         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
11974         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
11975         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
11976         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
11977         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
11978         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
11979         * sysdeps/unix/sysv/linux/system.c: Likewise.
11980         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
11981         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
11982         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
11983         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
11984         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
11985         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
11986         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
11988         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
11989         * configure: Regenerated.
11990         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
11992         * configure.ac (base_machine): Do not set specially for particular
11993         machines here.
11994         * configure: Regenerated.
11995         * sysdeps/powerpc/preconfigure: Move machine and base_machine
11996         settings from configure.ac.
11997         * sysdeps/i386/preconfigure: New file.
11998         * sysdeps/s390/preconfigure: Likewise.
11999         * sysdeps/sh/preconfigure: Likewise.
12000         * sysdeps/sparc/preconfigure: Likewise.
12002 2014-06-25  Roland McGrath  <roland@hack.frob.com>
12004         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
12005         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
12006         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
12007         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
12008         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
12009         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
12010         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
12011         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
12012         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
12013         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
12014         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
12015         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
12016         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
12017         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
12018         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
12019         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
12020         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
12021         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
12022         * sysdeps/sparc/sparc64/Makefile: ... appended here.
12024         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
12025         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
12026         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
12027         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
12028         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
12029         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
12030         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
12031         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
12032         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
12033         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
12034         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
12035         * sysdeps/sparc/sparc32/sem_post.c: ... here.
12036         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
12037         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
12038         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
12039         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
12040         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
12041         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
12042         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
12043         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
12044         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
12045         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
12046         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
12047         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
12048         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
12049         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
12050         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
12051         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
12052         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
12053         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
12054         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
12055         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
12056         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
12057         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
12058         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
12059         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
12060         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
12061         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
12063         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
12064         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
12065         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
12066         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
12067         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
12068         Moved ...
12069         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
12070         ... here.
12071         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
12072         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
12073         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
12074         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
12075         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
12076         Moved ...
12077         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
12078         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
12079         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
12080         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
12081         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
12082         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
12083         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
12084         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
12085         Moved ...
12086         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
12087         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
12088         Moved ...
12089         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
12090         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
12091         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
12092         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
12093         Moved ...
12094         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
12095         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
12096         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
12097         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
12098         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
12099         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
12100         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
12101         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
12102         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
12103         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
12104         Moved ...
12105         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
12106         ... here.
12107         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
12108         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
12109         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
12110         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
12111         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
12112         Moved ...
12113         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
12114         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
12115         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
12116         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
12117         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
12118         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
12119         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
12120         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
12121         Moved ...
12122         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
12123         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
12124         Moved ...
12125         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
12126         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
12127         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
12128         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
12129         Moved ...
12130         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
12131         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
12132         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
12133         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
12134         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
12136 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
12138         * timezone/checktab.awk: Update from tzcode 2014e.
12139         * timezone/private.h: Likewise.
12140         * timezone/tzfile.h: Likewise.
12141         * timezone/zdump.c: Likewise.
12142         * timezone/zic.c: Likewise.
12144         * sysdeps/unix/sysv/linux/kernel-features.h
12145         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
12146         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
12147         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
12148         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
12149         Remove conditional code.
12151 2014-06-25  Will Newton  <will.newton@linaro.org>
12153         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
12154         (_dl_arm_cap_flags): Add HWCAP2 values.
12155         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
12156         (_DL_HWCAP_COUNT): Increase to 37.
12157         (_DL_HWCAP_LAST): New define.
12158         (_DL_HWCAP2_LAST): New define.
12159         (_dl_procinfo): Add support for printing
12160         AT_HWCAP2 entries.
12161         (_dl_string_hwcap): Use _dl_hwcap_string.
12163 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12165         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12167 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
12169         * README: Do not mention ports directory.
12171         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
12172         Remove macro.
12173         * sysdeps/unix/sysv/linux/futimes.c: Do not include
12174         <kernel-features.h>.
12175         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
12176         conditional variable definition.
12177         (__futimes): Update comment.
12178         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
12179         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
12181         [BZ #16560]
12182         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
12183         arguments close to 0.
12184         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
12185         Likewise.
12186         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
12187         Likewise.
12188         * math/auto-libm-test-in: Add more tests of exp10.
12189         * math/auto-libm-test-out: Regenerated.
12190         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12192         * sysdeps/unix/sysv/linux/kernel-features.h
12193         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
12194         * sysdeps/unix/sysv/linux/readv.c: Do not include
12195         <kernel-features.h>.
12196         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
12197         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
12198         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
12199         unconditional.
12200         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
12201         conditional code.
12202         * sysdeps/unix/sysv/linux/writev.c: Do not include
12203         <kernel-features.h>.
12204         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
12205         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
12206         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
12207         unconditional.
12208         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
12209         conditional code.
12211 2014-06-25  Will Newton  <will.newton@linaro.org>
12213         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
12214         comment changes throughout the file.  Remove checks
12215         for HAVE_*_H definitions that are not required.
12216         (__gen_tempname): Call abort if an unknown kind value is
12217         passed.
12219 2014-06-25  Andreas Schwab  <schwab@suse.de>
12221         [BZ #17086]
12222         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
12223         scalbln, scalblnf, scalblnl in libc.
12225 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
12227         [BZ #17086]
12228         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
12229         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
12230         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
12232 2014-06-24  Roland McGrath  <roland@hack.frob.com>
12234         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
12235         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
12236         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
12237         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
12238         Update #include.
12239         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
12240         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
12241         Update #include.
12242         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
12243         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
12244         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
12245         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
12246         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
12247         * sysdeps/x86/bits/pthreadtypes.h: ... here.
12248         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
12249         * sysdeps/x86/bits/semaphore.h: ... here.
12250         * sysdeps/x86/nptl/elide.h: Moved ...
12251         * sysdeps/x86/elide.h: ... here.
12252         * sysdeps/x86_64/nptl/Implies: File removed.
12253         * sysdeps/i386/nptl/Implies: File removed.
12255 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
12257         [BZ #16539]
12258         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
12259         return the argument for normal arguments with exponent below -64.
12260         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
12261         Likewise.
12262         * math/auto-libm-test-in: Add another test of expm1.
12263         * math/auto-libm-test-out: Regenerated.
12265         [BZ #16287]
12266         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
12267         calling __erfcl for arguments at least 16.
12268         * math/auto-libm-test-in: Add more tests of erf.
12269         * math/auto-libm-test-out: Regenerated.
12271         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
12272         individual architectures.
12273         * sysdeps/unix/sysv/linux/configure: Regenerated.
12274         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
12275         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
12276         * sysdeps/unix/sysv/linux/powerpc/configure.ac
12277         (ldd_rewrite_script): Define variable.
12278         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
12279         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
12280         file.
12281         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
12282         generated file.
12283         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
12284         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
12285         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
12286         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
12287         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
12288         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
12289         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
12290         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
12292 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12294         [BZ #17084]
12295         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
12296         Rename member __data.d to __data.__elision_data.
12298 2014-06-24  Wilco  <wdijkstr@arm.com>
12300         * NEWS: Add 16918 to fixed bug list.
12302 2014-06-24  Wilco  <wdijkstr@arm.com>
12304         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
12306 2014-06-24  Wilco  <wdijkstr@arm.com>
12308         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
12309         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
12310         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
12311         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
12312         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
12313         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
12314         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
12315         Use _FPU_MASK_RM.
12317 2014-06-24  Wilco  <wdijkstr@arm.com>
12319         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
12321 2014-06-24  Wilco  <wdijkstr@arm.com>
12323         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
12324         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
12325         * sysdeps/arm/fesetround.c (fesetround): Remove space.
12326         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
12328 2014-06-24  Wilco  <wdijkstr@arm.com>
12330         [BZ #16918]
12331         * sysdeps/arm/feupdateenv.c (feupdateenv):
12332         Rewrite to reduce FPSCR accesses and fix return value.
12334 2014-06-24  Wilco  <wdijkstr@arm.com>
12336         * sysdeps/arm/fclrexcpt.c (feclearexcept):
12337         Optimize to avoid unnecessary FPSCR writes.
12338         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
12339         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
12340         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
12341         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
12343 2014-06-24  Wilco  <wdijkstr@arm.com>
12345         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
12346         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
12347         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
12348         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
12349         Call libc_fetestexcept_vfp.
12350         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
12351         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
12352         __SOFTFP__ ifdef so that they can be built for softfp.
12354 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12356         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
12357         argument type signed char.
12359         * Makerules (check-abi): Dump diff of symlist if the test
12360         fails.
12362 2014-06-23  Roland McGrath  <roland@hack.frob.com>
12364         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
12365         using abort.
12367         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
12368         Remove unused variable ST.
12370 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
12372         [BZ #16354]
12373         [BZ #17061]
12374         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
12375         small arguments before calling __expm1.
12376         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
12377         small arguments before calling __expm1f.
12378         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
12379         small arguments before calling __expm1l.
12380         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
12381         Likewise.
12382         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
12383         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
12384         spurious underflow for some cosh tests.
12385         * math/auto-libm-test-out: Regenerated.
12386         * sysdeps/i386/fpu/libm-test-ulps: Update.
12388         [BZ #17050]
12389         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
12390         (__ieee754_y1): Set errno if return value overflows.
12391         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
12392         (__ieee754_y1f): Set errno if return value overflows.
12393         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
12394         (__ieee754_y1l): Set errno if return value overflows.
12395         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
12396         (__ieee754_y1l): Set errno if return value overflows.
12397         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
12398         * math/auto-libm-test-out: Regenerated.
12400         * math/gen-auto-libm-tests.c: Document use of
12401         ignore-zero-inf-sign.
12402         (input_flag_type): Add value flag_ignore_zero_inf_sign.
12403         (input_flags): Add ignore-zero-inf-sign.
12404         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
12405         * math/gen-libm-test.pl (generate_testfile): Handle
12406         ignore-zero-inf-sign.
12407         * math/auto-libm-test-in: Mark some cpow tests with
12408         ignore-zero-inf-sign and some with xfail-rounding.
12409         * math/auto-libm-test-out: Regenerated.
12410         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
12411         * sysdeps/i386/fpu/libm-test-ulps: Update.
12412         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12414         [BZ #16315]
12415         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
12416         overflowing or underflowing operations take place with sign of
12417         result.
12418         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
12419         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
12420         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
12421         (__ieee754_pow): Recompute overflowing and underflowing results in
12422         original rounding mode.
12423         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
12424         (__powl_helper): Allow negative argument X and scale negated value
12425         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
12426         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
12427         overflowing or underflowing operations take place with sign of
12428         result.
12429         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
12430         Include <math.h>.
12431         * math/auto-libm-test-in: Add more tests of pow.
12432         * math/auto-libm-test-out: Regenerated.
12433         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
12434         (pow_tonearest_test_data): Remove.
12435         (pow_test_tonearest): Likewise.
12436         (pow_towardzero_test_data): Likewise.
12437         (pow_test_towardzero): Likewise.
12438         (pow_downward_test_data): Likewise.
12439         (pow_test_downward): Likewise.
12440         (pow_upward_test_data): Likewise.
12441         (pow_test_upward): Likewise.
12442         (main): Don't call removed functions.
12443         * sysdeps/i386/fpu/libm-test-ulps: Update.
12444         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12446 2014-06-23  Roland McGrath  <roland@hack.frob.com>
12448         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
12449         Moved ...
12450         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
12451         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
12452         Moved ...
12453         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
12454         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
12455         Moved ...
12456         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
12457         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
12458         Moved ...
12459         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
12460         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
12461         File removed.
12462         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
12463         File removed.
12464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
12465         File removed.
12466         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
12467         File removed.
12468         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
12469         File removed.
12470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
12471         File removed.
12472         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
12473         File removed.
12474         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
12475         File removed.
12476         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
12477         File removed.
12478         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
12479         File removed.
12480         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
12481         File removed.
12482         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
12483         File removed.
12484         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
12485         Moved ...
12486         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
12487         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
12488         Moved ...
12489         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
12490         ... here.
12491         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
12492         Moved ...
12493         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
12494         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
12495         Moved ...
12496         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
12497         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
12498         Moved ...
12499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
12500         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
12501         Moved ...
12502         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
12503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
12504         Moved ...
12505         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
12506         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
12507         Moved ...
12508         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
12509         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
12510         Moved ...
12511         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
12512         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
12513         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
12514         ... here.
12515         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
12516         Moved ...
12517         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
12518         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
12519         Moved ...
12520         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
12521         ... here.
12522         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
12523         Moved ...
12524         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
12525         ... here.
12526         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
12527         Moved ...
12528         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
12529         ... here.
12530         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
12531         Moved ...
12532         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
12533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
12534         Moved ...
12535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
12536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
12537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
12538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
12539         Moved ...
12540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
12541         ... here.
12542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
12543         Moved ...
12544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
12545         ... here.
12546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
12547         Moved ...
12548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
12549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
12550         Moved ...
12551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
12552         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
12553         Moved ...
12554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
12555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
12556         Moved ...
12557         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
12558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
12559         Moved ...
12560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
12561         ... here.
12562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
12563         Moved ...
12564         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
12565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
12566         Moved ...
12567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
12568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
12569         Moved ...
12570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
12571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
12572         Moved ...
12573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
12574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
12575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
12576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
12577         Moved ...
12578         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
12579         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
12580         Moved ...
12581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
12582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
12583         Moved ...
12584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
12585         ... here.
12586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
12587         Moved ...
12588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
12589         ... here.
12590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
12591         Moved ...
12592         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
12593         ... here.
12594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
12595         Moved ...
12596         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
12597         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
12598         Moved ...
12599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
12600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
12601         Moved ...
12602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
12603         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
12604         Moved ...
12605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
12606         ... here.
12607         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
12608         Moved ...
12609         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
12610         ... here.
12611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
12612         Moved ...
12613         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
12614         ... here.
12615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
12616         Moved ...
12617         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
12618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
12619         Moved ...
12620         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
12622 2014-06-23  Will Newton  <will.newton@linaro.org>
12623             Wilco  <wdijkstr@arm.com>
12625         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
12626         implementation.  Include get-rounding-mode.h.
12627         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
12628         [!libc_feholdsetround_noex_ctx]: Define
12629         libc_feholdsetround_noex_ctx.
12630         [!libc_feholdsetround_noexf_ctx]: Define
12631         libc_feholdsetround_noexf_ctx.
12632         [!libc_feholdsetround_noexl_ctx]: Define
12633         libc_feholdsetround_noexl_ctx.
12634         (libc_feholdsetround_ctx): New function.
12635         (libc_feresetround_ctx): New function.
12636         (libc_feholdsetround_noex_ctx): New function.
12637         (libc_feresetround_noex_ctx): New function.
12639 2014-06-23  Roland McGrath  <roland@hack.frob.com>
12641         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
12642         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
12643         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
12644         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
12645         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
12646         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
12648         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
12649         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
12650         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
12651         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
12652         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
12653         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
12654         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
12655         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
12656         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
12657         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
12658         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
12659         Moved ...
12660         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
12661         ... here.
12662         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
12663         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
12664         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
12665         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
12666         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
12667         Moved ...
12668         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
12669         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
12670         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
12671         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
12672         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
12673         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
12674         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
12675         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
12676         Moved ...
12677         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
12678         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
12679         Moved ...
12680         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
12681         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
12682         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
12683         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
12684         Moved ...
12685         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
12686         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
12687         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
12688         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
12689         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
12690         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
12691         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
12692         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
12693         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
12694         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
12695         Moved ...
12696         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
12697         ... here.
12698         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
12699         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
12700         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
12701         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
12702         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
12703         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
12704         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
12705         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
12706         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
12707         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
12708         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
12709         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
12710         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
12711         Moved ...
12712         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
12713         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
12714         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
12715         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
12716         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
12717         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
12718         Moved ...
12719         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
12720         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
12721         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
12722         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
12723         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
12725         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
12726         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
12727         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
12728         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
12729         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
12730         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
12731         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
12732         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
12733         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
12734         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
12735         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
12736         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
12737         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
12738         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
12739         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
12740         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
12741         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
12742         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
12743         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
12744         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
12745         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
12746         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
12747         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
12748         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
12749         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
12750         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
12751         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
12752         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
12754 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
12756         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
12757         (FALLOC_FL_COLLAPSE_RANGE): New macro.
12758         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
12759         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
12760         (IPV6_PMTUDISC_INTERFACE): Likewise.
12761         (IPV6_PMTUDISC_OMIT): Likewise.
12763 2014-06-23  Andreas Schwab  <schwab@suse.de>
12765         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
12766         Remove unused errout label.
12768 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12770         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
12771         macro: hardware supports Vector Crypto instructions.
12773 2014-06-23  Will Newton  <will.newton@linaro.org>
12775         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
12776         rather than __builtin_expect.
12778         * elf/dl-lookup.c (undefined_msg): Remove variable.
12779         (_dl_lookup_symbol_x): Replace undefined_msg with string
12780         literal.
12782         * elf/dl-lookup.c (do_lookup_unique): New function.
12783         (do_lookup_x): Move STB_GNU_UNIQUE handling code
12784         to a separate function.
12786 2014-06-23  Andreas Schwab  <schwab@suse.de>
12788         [BZ #17079]
12789         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
12790         before reading the next line.
12792 2014-06-23  Will Newton  <will.newton@linaro.org>
12794         * test-skeleton.c (signal_handler): Use printf and %m
12795         rather than perror.  Use printf rather than fprintf to
12796         stderr.  Use puts rather than fputs to stderr.
12797         (main): Likewise.
12799 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
12801         * nscd/nscd.c (thread_info_t): Remove typedef.
12802         (thread_info): Remove variable.
12804 2014-06-21  Allan McRae  <allan@archlinux.org>
12806         * NEWS: Mention CVE-2014-4043.
12808 2014-06-20  Roland McGrath  <roland@hack.frob.com>
12810         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
12811         * nptl/smp.h: ... here.
12813         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
12815         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
12816         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
12817         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
12818         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
12820         * nptl/allocatestack.c: Include <stack-aliasing.h>.
12821         * nptl/stack-aliasing.h: New file.
12822         * sysdeps/i386/i686/stack-aliasing.h: New file.
12823         * sysdeps/i386/i686/nptl/Makefile: File removed.
12824         * sysdeps/x86_64/stack-aliasing.h: New file.
12825         * sysdeps/x86_64/nptl/Makefile
12826         (CFLAGS-pthread_create.c): Variable removed.
12828         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
12829         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
12830         old file.
12831         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
12832         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
12833         old file.
12835 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
12837         * sysdeps/unix/sysv/linux/arm/kernel-features.h
12838         (__ASSUME_SIGFRAME_V2): Remove macro.
12839         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
12840         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
12841         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
12842         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
12843         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
12844         Declare as function.  Remove conditional macro definitions.
12845         (__default_rt_sa_restorer): Likewise.
12846         (__default_sa_restorer_v1): Remove declaration.
12847         (__default_sa_restorer_v2): Likewise.
12848         (__default_rt_sa_restorer_v1): Likewise.
12849         (__default_rt_sa_restorer_v2): Likewise.
12850         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
12851         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
12852         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
12854 2014-06-20  Roland McGrath  <roland@hack.frob.com>
12856         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
12857         (libpthread-routines): Add sysdep.
12858         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
12859         * sysdeps/unix/sysv/linux/sparc/Versions
12860         (libpthread: GLIBC_2.3.3): New version set.
12861         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
12862         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
12863         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
12864         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
12865         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
12866         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
12867         Moved ...
12868         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
12869         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
12870         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
12871         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
12872         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
12873         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
12874         * sysdeps/sparc/nptl/sem_init.c: ... here.
12875         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
12876         * sysdeps/sparc/nptl/sem_post.c: ... here.
12877         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
12878         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
12879         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
12880         * sysdeps/sparc/nptl/sem_wait.c: ... here.
12881         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
12882         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
12883         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
12884         (libpthread-routines): Add cpu_relax.
12885         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
12886         File removed.
12887         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
12888         (librt: GLIBC_2.3.3): New version set.
12889         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
12890         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
12891         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
12892         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
12893         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
12894         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
12895         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
12896         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
12897         Moved ...
12898         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
12899         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
12900         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
12901         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
12902         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
12903         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
12904         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
12905         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
12906         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
12907         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
12908         Moved ...
12909         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
12910         Update #include.
12911         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
12912         Moved ...
12913         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
12914         Update #include.
12915         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
12916         Moved ...
12917         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
12918         Update #include.
12919         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
12920         Moved ...
12921         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
12922         Update #include.
12923         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
12924         Moved ...
12925         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
12926         Update #include.
12927         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
12928         Moved ...
12929         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
12930         Update #include.
12931         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
12932         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
12933         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
12934         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
12935         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
12936         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
12937         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
12938         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
12939         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
12940         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
12941         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
12942         Moved ...
12943         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
12944         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
12945         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
12946         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
12947         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
12949 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
12951         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
12952         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
12953         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
12954         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
12955         * nscd/nscd.c: Likewise.
12956         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
12957         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
12958         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
12959         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
12961         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
12962         <kernel-features.h>.
12963         (init_mq_netlink): Remove conditional have_sock_cloexec
12964         definitions.  Remove code conditional on have_sock_cloexec < 0.
12965         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
12966         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
12967         * sysdeps/unix/sysv/linux/opensock.c: Do not include
12968         <kernel-features.h>.
12969         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
12970         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
12972 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
12974         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
12975         Add tests for memset_chk and memset.
12977         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
12978         with AVX2_Usable.
12980 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
12982         [BZ #16046]
12983         * elf/tst-dl-iter-static.c: New file.
12984         * elf/Makefile (tests-static): Add tst-dl-iter-static.
12986         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
12987         error.
12989 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
12991         * sysdeps/unix/sysv/linux/kernel-features.h
12992         (__ASSUME_F_GETOWN_EX): Remove macro.
12993         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
12994         <kernel-features.h>.
12995         (miss_F_GETOWN_EX): Remove variable or macro.
12996         (do_fcntl): Do not check miss_F_GETOWN_EX.
12997         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
12999         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
13000         Remove macro.
13001         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
13002         [!__ASSUME_AT_RANDOM]: Remove conditional code.
13003         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
13005         * sysdeps/unix/sysv/linux/kernel-features.h
13006         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
13007         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
13008         [ADJ_OFFSET_SS_READ]: Make code unconditional.
13009         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
13011 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
13013         [BZ #17075]
13014         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
13015         Fix calculation of the symbol's value.
13016         * sysdeps/arm/tst-armtlsdescloc.c: New file.
13017         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
13018         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
13019         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
13020         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
13021         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
13022         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
13023         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
13024         (modules-names): Add `tst-armtlsdescmod',
13025         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
13026         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
13027         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
13028         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
13029         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
13030         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
13031         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
13032         ($(objpfx)tst-armtlsdescloc): New dependency.
13033         ($(objpfx)tst-armtlsdescextnow): Likewise.
13034         ($(objpfx)tst-armtlsdescextlazy): Likewise.
13035         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
13036         TLS scheme support.
13037         * sysdeps/arm/configure: Regenerate.
13039 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
13041         * include/fcntl.h (__atfct_seterrno): Remove prototype.
13042         (__atfct_seterrno_2): Likewise.
13043         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
13044         <kernel-features.h>.
13045         (__ASSUME_ATFCTS): Do not undefine and redefine.
13046         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
13047         (__have_atfcts): Remove conditional definition.
13048         (__fxstatat([__NR_fstatat64]: Make code unconditional.
13049         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
13050         unreachable if [__ASSUME_ATFCTS].
13051         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
13052         not undefine and redefine.
13053         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
13054         <kernel-features.h>.
13055         (faccessat) [__NR_faccessat]: Make code unconditional.
13056         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
13057         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
13058         <kernel-features.h>.
13059         (fchmodat) [__NR_fchmodat]: Make code unconditional.
13060         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
13061         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
13062         <kernel-features.h>.
13063         (fchownat) [__NR_fchownat]: Make code unconditional.
13064         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
13065         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
13066         <kernel-features.h>.
13067         (futimesat) [__NR_futimesat]: Make code unconditional.
13068         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
13069         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
13070         <kernel-features.h>.
13071         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
13072         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
13073         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
13074         <kernel-features.h>.
13075         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
13076         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
13077         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
13078         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
13079         <kernel-features.h>.
13080         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
13081         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
13082         * sysdeps/unix/sysv/linux/linkat.c: Do not include
13083         <kernel-features.h>.
13084         (linkat) [__NR_linkat]: Make code unconditional.
13085         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
13086         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
13087         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
13088         <kernel-features.h>.
13089         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
13090         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
13091         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
13092         <kernel-features.h>.
13093         (mkdirat) [__NR_mkdirat]: Make code unconditional.
13094         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
13095         * sysdeps/unix/sysv/linux/openat.c: Do not include
13096         <kernel-features.h>.
13097         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
13098         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
13099         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
13100         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
13101         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
13102         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
13103         <kernel-features.h>.
13104         (readlinkat) [__NR_readlinkat]: Make code unconditional.
13105         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
13106         result of INLINE_SYSCALL directly, not via int variable.
13107         * sysdeps/unix/sysv/linux/renameat.c: Do not include
13108         <kernel-features.h>.
13109         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
13110         (renameat) [__NR_renameat]: Make code unconditional.
13111         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
13112         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
13113         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
13114         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
13115         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
13116         (__ASSUME_ATFCTS): Do not undefine and redefine.
13117         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
13118         <kernel-features.h>.
13119         (symlinkat) [__NR_symlinkat]: Make code unconditional.
13120         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
13121         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
13122         <kernel-features.h>.
13123         (unlinkat) [__NR_unlinkat]: Make code unconditional.
13124         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
13125         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
13126         (__ASSUME_ATFCTS): Do not undefine and redefine.
13127         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
13128         <kernel-features.h>.
13129         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
13130         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
13131         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
13132         <kernel-features.h>.
13133         (__xmknodat) [__NR_mknodat]: Make code unconditional.
13134         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
13136 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
13138         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
13140 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
13142         [BZ #17069]
13143         * posix/regcomp.c (parse_reg_exp): Deallocate partially
13144         constructed tree before returning error.
13145         * posix/bug-regexp36.c: Expand test case.
13147 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
13149         [BZ #6803]
13150         * math/libm-test.inc (scalbln_test_date):
13151         Add errno expectations.
13152         * math/w_scalblnf.c: New File.
13153         Add wrapper which checks for setting errno to ERANGE.
13154         Add weak_alias for corresponding scalbln function.
13155         * math/w_scalbln.c: Likewise.
13156         * math/w_scalblnl.c: Likewise.
13157         * math/Makefile (libm-calls): Add w_scalbln.
13158         * sysdeps/ieee754/flt-32/s_scalblnf.c:
13159         Remove weak_alias for corresponding scalbln function.
13160         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
13161         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
13162         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
13163         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
13164         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
13165         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
13166         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
13167         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
13168         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
13169         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
13170         Remove long_double_symbol for scalblnl function in libm, libc.
13171         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
13172         Add wrapper which checks for setting errno to ERANGE.
13173         Add long_double_symbol for scalblnl function in libm, libc.
13174         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
13175         Remove long_double_symbol for scalblnl in libm.
13176         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
13177         Add wrapper which checks for setting errno to ERANGE.
13178         Add long_double_symbol for scalblnl function in libm.
13179         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
13180         Do not use wrapper because of own implementation.
13182 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
13184         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
13185         3 bytes for __pad1 for x32.
13186         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
13188 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
13189             H.J. Lu  <hongjiu.lu@intel.com>
13191         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
13192         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
13193         * sysdeps/x86_64/multiarch/memset.S: Likewise.
13194         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
13195         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
13197 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
13199         [BZ #17069]
13200         * posix/regcomp.c (parse_expression): Deallocate partially
13201         constructed tree before returning error.
13202         * posix/Makefile.c (tests): Add bug-regex36.
13203         (generated): Add bug-regex36.mtrace.
13204         (tests-special): Add $(objpfx)bug-regex36-mem.out
13205         (bug-regex36-ENV): New variable.
13206         ($(objpfx)bug-regex36-mem.out): New rule.
13207         * posix/bug-regex36.c: New file.
13209 2014-06-19  Will Newton  <will.newton@linaro.org>
13211         * malloc/malloc.c (systrim): If extra is zero then return
13212         early.
13214 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
13216         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
13218 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
13220         * sysdeps/aarch64/strchr.S: New file.
13222 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
13224         [BZ #17022]
13225         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
13226         from arguments -2 or below.
13227         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
13228         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
13230 2014-06-18  Andreas Schwab  <schwab@suse.de>
13232         [BZ #17062]
13233         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
13234         of a bracket expr not to run off the end of the string.
13235         * posix/Makefile (tests): Add tst-fnmatch3.
13236         * posix/tst-fnmatch3.c: New file.
13238 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
13240         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
13241         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
13242         [$(cross-compiling) = no]: Likewise.
13243         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
13244         [$(cross-compiling) = no]: Likewise.
13246 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13248         [BZ #17031]
13249         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
13250         double, adjusted for any remainder from the high double.
13251         * math/libm-test.inc (nearbyint): Add tests.
13252         (rint): Likewise.
13254 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13256         * nptl/sysdeps/powerpc/Makefile: Moved ...
13257         * sysdeps/powerpc/nptl/Makefile: ... here.
13258         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
13259         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
13260         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
13261         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
13262         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
13263         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
13264         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
13265         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
13266         * nptl/sysdeps/powerpc/tls.h: Moved ...
13267         * sysdeps/powerpc/nptl/tls.h: ... here.
13269 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
13271         [BZ #16681]
13272         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
13273         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
13274         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
13275         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
13276         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
13277         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
13278         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
13279         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
13280         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
13282 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
13284         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
13286 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
13288         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
13289         defined operator.
13291         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
13292         $TIMEOUTFACTOR.
13294 2014-06-16  Florian Weimer  <fweimer@redhat.com>
13296         [BZ #17058]
13297         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
13298         non-executed part of the test.
13300 2014-06-16  Andreas Schwab  <schwab@suse.de>
13302         * string/bits/string2.h (strdup, strndup): Update feature guard.
13304 2014-06-14  David S. Miller  <davem@davemloft.net>
13306         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13308 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
13310         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
13311         that was previously under [RESET_PID].
13312         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
13314         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
13315         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
13316         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
13317         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13318         (__libc_vfork): New strong alias.
13319         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
13321 2014-06-14 Andi Kleen  <ak@linux.intel.com>
13323         * sysdeps/generic/elide.h: New file.
13325 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
13327         * Makefile (installed-headers): Adjust path of pthread.h header.
13329 2014-06-13  Roland McGrath  <roland@hack.frob.com>
13331         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
13332         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
13333         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
13334         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
13336         * nptl/sysdeps/s390/Makefile: Moved ...
13337         * sysdeps/s390/nptl/Makefile: ... here.
13338         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
13339         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
13340         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
13341         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
13342         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
13343         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
13344         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
13345         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
13346         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
13347         * sysdeps/s390/nptl/pthreaddef.h: ... here.
13348         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
13349         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
13350         * nptl/sysdeps/s390/tls.h: Moved ...
13351         * sysdeps/s390/nptl/tls.h: ... here.
13353         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
13354         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
13356 2014-06-13  David S. Miller  <davem@davemloft.net>
13358         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
13359         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
13360         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
13361         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
13362         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
13363         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
13364         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
13365         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
13366         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
13367         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
13368         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
13369         Remove RESET_PID cpp guards.
13370         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
13371         Remove RESET_PID cpp guards.
13372         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
13374 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
13376         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
13377         __sp to uintptr_t.
13379 2014-06-13  Andi Kleen  <ak@linux.intel.com>
13381         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
13382         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
13383         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
13384         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
13385         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
13386         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
13387         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
13388         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
13389         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
13390         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
13391         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
13392         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
13393         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
13394         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
13395         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
13396         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
13397         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
13398         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
13399         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
13400         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
13402         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
13403         (pthread_rwlock_rdlock): Add elision.
13404         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
13405         (pthread_rwlock_wrlock): Add elision.
13406         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
13407         (pthread_rwlock_trywrlock): Add elision.
13408         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
13409         (pthread_rwlock_tryrdlock): Add elision.
13410         * nptl/pthread_rwlock_unlock.c: Include elide.h.
13411         (pthread_rwlock_tryrdlock): Add elision unlock.
13412         * nptl/sysdeps/pthread/pthread.h:
13413         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
13414         (PTHREAD_RWLOCK_INITIALIZER,
13415         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
13416         Handle new elision field.
13417         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
13418         * sysdeps/arm/nptl/bits/pthreadtypes.h
13419         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13420         * sysdeps/sh/nptl/bits/pthreadtypes.h
13421         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13422         * sysdeps/tile/nptl/bits/pthreadtypes.h
13423         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13424         * sysdeps/a/nptl/bits/pthreadtypes.h
13425         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13426         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
13427         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13428         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
13429         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13430         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
13431         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13432         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
13433         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13434         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
13435         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13436         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
13437         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13438         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
13439         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13440         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
13441         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13442         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
13443         (elision_init): Set try_xbegin to zero when no RTM.
13444         * sysdeps/x86/nptl/bits/pthreadtypes.h
13445         (pthread_rwlock_t): Change __pad1 to __rwelision.
13446         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13448 2014-06-13  Andi Kleen  <ak@linux.intel.com>
13450         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
13451         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
13452         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
13453         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
13455 2014-06-13  Meador Inge  <meadori@codesourcery.com>
13457         [BZ #16996]
13458         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
13459         that the cached result has been set before returning it.
13461 2014-06-12  Roland McGrath  <roland@hack.frob.com>
13463         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
13464         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
13465         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
13466         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
13467         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
13468         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
13470         * nptl/sysdeps/sparc/Makefile: Moved ...
13471         * sysdeps/sparc/nptl/Makefile: ... here.
13472         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
13473         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
13474         * nptl/sysdeps/sparc/tls.h: Moved ...
13475         * sysdeps/sparc/nptl/tls.h: ... here.
13476         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
13477         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
13478         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
13479         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
13480         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
13481         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
13482         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
13483         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
13484         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
13485         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
13486         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
13487         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
13488         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
13489         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
13490         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
13491         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
13492         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
13493         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
13494         Update #include.
13495         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
13496         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
13497         Update #include.
13498         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
13499         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
13500         Update #include.
13501         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
13502         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
13503         Update #include.
13505         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
13507         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
13508         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
13510         * sysdeps/pthread/posix-timer.h: Include <list.h>.
13511         (struct list_links): Type removed.
13512         (struct thread_node, struct timer_node): Replace struct list_links
13513         with struct list_head.
13514         (list_unlink_ip): Likewise.
13515         * sysdeps/pthread/timer_routines.c
13516         (timer_free_list, thread_free_list, thread_active_list): Likewise.
13517         (list_append, list_insbefore): Likewise.
13518         (list_init): Function removed.
13519         (thread_init, init_module): Use INIT_LIST_HEAD instead.
13520         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
13521         * sysdeps/pthread/Makefile: ... here, new file.
13523         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
13524         * sysdeps/nptl/Implies: ... here.
13525         * sysdeps/unix/sysv/linux/Implies: Add nptl.
13526         * nptl/sysdeps/pthread/list.h: Moved ...
13527         * include/list.h: ... here.
13528         * nptl/sysdeps/pthread/createthread.c: Moved ...
13529         * nptl/createthread.c: ... here.
13530         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
13531         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
13532         * nptl/pt-longjmp.c: ... here.
13533         * nptl/sysdeps/pthread/Makefile: Moved ...
13534         * sysdeps/nptl/Makefile: ... here.
13535         * nptl/sysdeps/pthread/Subdirs: Moved ...
13536         * sysdeps/nptl/Subdirs: ... here.
13537         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
13538         * sysdeps/nptl/aio_misc.h: ... here.
13539         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
13540         * sysdeps/nptl/bits/libc-lock.h: ... here.
13541         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
13542         * sysdeps/nptl/bits/libc-lockP.h: ... here.
13543         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
13544         * sysdeps/nptl/bits/stdio-lock.h: ... here.
13545         * nptl/sysdeps/pthread/configure: Moved ...
13546         * sysdeps/nptl/configure: ... here.
13547         * nptl/sysdeps/pthread/configure.ac: Moved ...
13548         * sysdeps/nptl/configure.ac: ... here.
13549         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
13550         * sysdeps/nptl/gai_misc.h: ... here.
13551         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
13552         * sysdeps/nptl/librt-cancellation.c: ... here.
13553         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
13554         * sysdeps/nptl/malloc-machine.h: ... here.
13555         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
13556         * sysdeps/nptl/pthread-functions.h: ... here.
13557         * nptl/sysdeps/pthread/pthread.h: Moved ...
13558         * sysdeps/nptl/pthread.h: ... here.
13559         * nptl/sysdeps/pthread/setxid.h: Moved ...
13560         * sysdeps/nptl/setxid.h: ... here.
13561         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
13562         * sysdeps/nptl/sigfillset.c: ... here.
13563         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
13564         * sysdeps/nptl/tcb-offsets.h: ... here.
13565         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
13566         * sysdeps/nptl/tst-mqueue8x.c: ... here.
13567         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
13568         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
13569         * nptl/sysdeps/pthread/allocalim.h: Moved ...
13570         * sysdeps/pthread/allocalim.h: ... here.
13571         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
13572         * sysdeps/pthread/bits/sigthread.h: ... here.
13573         * nptl/sysdeps/pthread/flockfile.c: Moved ...
13574         * sysdeps/pthread/flockfile.c: ... here.
13575         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
13576         * sysdeps/pthread/ftrylockfile.c: ... here.
13577         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
13578         * sysdeps/pthread/funlockfile.c: ... here.
13579         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
13580         * sysdeps/pthread/posix-timer.h: ... here.
13581         * nptl/sysdeps/pthread/timer_create.c: Moved ...
13582         * sysdeps/pthread/timer_create.c: ... here.
13583         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
13584         * sysdeps/pthread/timer_delete.c: ... here.
13585         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
13586         * sysdeps/pthread/timer_getoverr.c: ... here.
13587         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
13588         * sysdeps/pthread/timer_gettime.c: ... here.
13589         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
13590         * sysdeps/pthread/timer_routines.c: ... here.
13591         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
13592         * sysdeps/pthread/timer_settime.c: ... here.
13593         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
13594         * sysdeps/pthread/tst-timer.c: ... here.
13595         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
13596         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
13598         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
13599         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
13601         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
13602         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
13603         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
13604         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
13605         Update #include target.
13606         * nptl/sysdeps/i386/i686/Makefile: Moved ...
13607         * sysdeps/i386/i686/nptl/Makefile: ... here.
13608         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
13609         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
13610         Update #include target.
13611         * nptl/sysdeps/i386/i686/tls.h: Moved ...
13612         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
13613         * nptl/sysdeps/i386/Makefile: Moved ...
13614         * sysdeps/i386/nptl/Makefile: ... here.
13615         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
13616         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
13617         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
13618         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
13619         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
13620         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
13621         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
13622         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
13623         * sysdeps/i386/nptl/pthreaddef.h: ... here.
13624         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
13625         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
13626         * nptl/sysdeps/i386/tls.h: Moved ...
13627         * sysdeps/i386/nptl/tls.h: ... here.
13629         * sysdeps/sh/Makefile [$(subdir) = csu]
13630         (gen-as-const-headers): Add tcb-offsets.sym.
13631         * nptl/sysdeps/sh/Makefile: File removed.
13632         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
13633         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
13634         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
13635         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
13636         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
13637         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
13638         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
13639         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
13640         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
13641         * sysdeps/sh/nptl/pthreaddef.h: ... here.
13642         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
13643         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
13644         * nptl/sysdeps/sh/tls.h: Moved ...
13645         * sysdeps/sh/nptl/tls.h: ... here.
13646         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
13647         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
13648         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
13649         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
13650         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
13651         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
13652         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
13653         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
13654         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
13655         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
13656         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
13657         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
13658         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
13659         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
13660         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
13661         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
13662         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
13663         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
13664         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
13665         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
13666         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
13667         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
13668         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
13669         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
13670         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
13671         Moved ...
13672         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
13673         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
13674         Moved ...
13675         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
13676         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
13677         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
13678         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
13679         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
13680         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
13681         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
13682         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
13683         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
13684         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
13685         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
13686         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
13687         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
13688         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
13689         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
13690         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
13691         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
13692         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
13693         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
13695 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
13697         * posix/spawn_faction_addopen.c: Include string.h.
13699 2014-06-11  Roland McGrath  <roland@hack.frob.com>
13701         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
13702         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
13703         * nptl/sysdeps/x86_64/Makefile: Moved ...
13704         * sysdeps/x86_64/nptl/Makefile: ... here.
13705         * nptl/sysdeps/x86_64/configure: Moved ...
13706         * sysdeps/x86_64/nptl/configure: ... here.
13707         * nptl/sysdeps/x86_64/configure.ac: Moved ...
13708         * sysdeps/x86_64/nptl/configure.ac: ... here.
13709         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
13710         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
13711         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
13712         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
13713         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
13714         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
13715         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
13716         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
13717         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
13718         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
13719         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
13720         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
13721         * nptl/sysdeps/x86_64/tls.h: Moved ...
13722         * sysdeps/x86_64/nptl/tls.h: ... here.
13723         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
13724         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
13725         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
13726         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
13728         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
13730 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13732         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13734 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
13736         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
13737         type.
13738         [POSIX] (off_t): Likewise.
13739         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
13740         [POSIX] (S_ISBLK): Require macro.
13741         [POSIX] (S_ISCHR): Likewise.
13742         [POSIX] (S_ISDIR): Likewise.
13743         [POSIX] (S_ISFIFO): Likewise.
13744         [POSIX] (S_ISREG): Likewise.
13745         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
13746         optional-macro.
13747         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
13748         type.
13749         [POSIX] (time_t): Likewise.
13750         [POSIX] (timer_t): Likewise.
13752 2014-06-11  Florian Weimer  <fweimer@redhat.com>
13754         [BZ #17048]
13755         * posix/spawn_int.h (struct __spawn_action): Make the path string
13756         non-const to support deallocation.
13757         * posix/spawn_faction_addopen.c
13758         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
13759         * posix/spawn_faction_destroy.c
13760         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
13761         path in all spawn_do_open actions.
13762         * posix/tst-spawn.c (do_test): Exercise the copy operation in
13763         posix_spawn_file_actions_addopen.
13765 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
13767         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
13768         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
13769         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
13770         conditional code always true.
13771         (__libc_vfork): New alias.
13773 2014-06-11  Roland McGrath  <roland@hack.frob.com>
13775         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13776         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
13778         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
13780         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13781         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
13783         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
13784         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
13786         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13787         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
13789 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13791         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
13792         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
13793         multiarch strcmp for PPC64.
13794         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
13795         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
13796         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
13797         multiarch optimizations.
13798         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13799         (__libc_ifunc_impl_list): Likewise.
13801 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
13803         * benchtests/scripts/validate_benchout.py: New script.
13804         * benchtests/Makefile (bench-func): Call it.
13805         * benchtests/scripts/benchout.schema.json: New file.
13807 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
13809         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
13810         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
13811         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
13812         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
13813         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
13814         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
13815         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
13816         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
13817         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
13818         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
13819         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
13820         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
13821         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
13822         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
13823         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
13824         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
13825         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
13826         Moved ...
13827         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
13828         ... here.
13829         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
13830         Moved ...
13831         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
13832         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
13833         Moved ...
13834         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
13835         ... here.
13836         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
13837         Moved ...
13838         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
13839         ... here.
13840         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
13841         Moved ...
13842         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
13843         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
13844         Moved ...
13845         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
13846         ... here.
13847         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
13848         Moved ...
13849         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
13850         ... here.
13851         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
13852         Moved ...
13853         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
13854         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
13855         Moved ...
13856         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
13857         ... here.
13858         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
13859         Moved ...
13860         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
13861         ... here.
13862         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
13863         Moved ...
13864         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
13865         ... here.
13866         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
13867         Moved ...
13868         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
13869         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
13870         Moved ...
13871         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
13872         ... here.
13873         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
13874         Moved ...
13875         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
13876         ... here.
13877         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
13878         Moved ...
13879         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
13880         ... here.
13881         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
13882         Moved ...
13883         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
13884         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
13885         Moved ...
13886         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
13887         ... here.
13888         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
13889         Moved ...
13890         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
13891         ... here.
13892         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
13893         Moved ...
13894         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
13895         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
13896         Moved ...
13897         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
13898         ... here.
13899         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
13900         Moved ...
13901         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
13902         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
13903         Moved ...
13904         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
13905         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
13906         Moved ...
13907         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
13908         ... here.
13909         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
13910         Moved ...
13911         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
13912         ... here.
13913         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
13914         Moved ...
13915         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
13916         ... here.
13917         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
13918         Moved ...
13919         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
13920         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
13921         Moved ...
13922         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
13923         ... here.
13924         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
13925         Moved ...
13926         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
13927         ... here.
13928         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
13929         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
13930         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
13931         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
13932         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
13933         Moved ...
13934         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
13935         ... here.
13936         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
13937         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
13938         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
13939         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
13940         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
13941         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
13942         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
13943         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
13944         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
13945         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
13946         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
13947         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
13948         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
13949         Moved ...
13950         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
13951         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
13952         Moved ...
13953         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
13954         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
13955         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
13956         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
13957         Moved ...
13958         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
13959         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
13960         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
13961         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
13962         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
13963         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
13964         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
13966 2014-06-10  Wilco  <wdijkstr@arm.com>
13968         * math/test-fenv-return.c: New file.
13969         * math/Makefile: Add new test test-fenv-return.
13971 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
13973         [BZ #17042]
13974         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
13975         when x - 1 is zero.
13976         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
13977         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
13978         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
13979         0.0L for an argument of 1.0L.
13980         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
13981         Likewise.
13982         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
13983         value when x - 1 is zero.
13984         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
13985         * sysdeps/i386/fpu/libm-test-ulps: Update.
13986         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13988 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
13990         [BZ #15119]
13991         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
13993 2014-06-09  Roland McGrath  <roland@hack.frob.com>
13995         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
13996         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
13998 2014-06-09  Roland McGrath  <roland@hack.frob.com>
14000         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
14001         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
14003         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
14004         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
14006         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
14007         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
14009         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
14010         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
14012         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
14013         if not already defined.
14014         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
14015         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
14016         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
14017         (TLS_INIT_TP): Use it.
14018         (TLS_DEFINE_INIT_TP): New macro.
14019         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
14021 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
14023         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
14024         constant.
14025         [POSIX] (IXANY): Likewise.
14026         [POSIX] (OLCUC): Likewise.
14027         [POSIX || POSIX2008] (CBAUD): Do not allow.
14028         [POSIX || POSIX2008] (DEFECHO): Likewise.
14029         [POSIX || POSIX2008] (ECHOCTL): Likewise.
14030         [POSIX || POSIX2008] (ECHOKE): Likewise.
14031         [POSIX || POSIX2008] (ECHOPRT): Likewise.
14032         [POSIX || POSIX2008] (EXTA): Likewise.
14033         [POSIX || POSIX2008] (EXTB): Likewise.
14034         [POSIX || POSIX2008] (FLUSHO): Likewise.
14035         [POSIX || POSIX2008] (LOBLK): Likewise.
14036         [POSIX || POSIX2008] (PENDIN): Likewise.
14037         [POSIX || POSIX2008] (SWTCH): Likewise.
14038         [POSIX || POSIX2008] (VDISCARD): Likewise.
14039         [POSIX || POSIX2008] (VDSUSP): Likewise.
14040         [POSIX || POSIX2008] (VLNEXT): Likewise.
14041         [POSIX || POSIX2008] (VREPRINT): Likewise.
14042         [POSIX || POSIX2008] (VSTATUS): Likewise.
14043         [POSIX || POSIX2008] (VWERASE): Likewise.
14044         (B*): Change to B[0123456789]*.
14045         * conform/data/time.h-data [POSIX || UNIX98]
14046         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
14047         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
14048         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
14049         [POSIX] (tm_*): Do not allow.
14051 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
14053         * Makefile (install): Don't set LANGUAGE.
14054         * Makefile.in (install): Likewise.
14055         * assert/Makefile (test-assert-ENV): Remove variable.
14056         (test-assert-perr-ENV): Likewise.
14057         * elf/Makefile (neededtest4-ENV): Likewise.
14058         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
14059         [$(cross-compiling) = no]: Don't set LANGUAGE.
14060         * io/ftwtest-sh (LANG): Remove variable.
14061         * libio/Makefile (tst-widetext-ENV): Likewise.
14062         * manual/install.texi (Running make install): Don't refer to
14063         environment settings for make install.
14064         * INSTALL: Regenerated.
14065         * nptl/tst-tls6.sh: Don't set LANG.
14066         * posix/globtest.sh (LANG): Remove variable.
14067         * string/Makefile (tester-ENV): Likewise.
14068         (inl-tester-ENV): Likewise.
14069         (noinl-tester-ENV): Likewise.
14070         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
14071         [$(cross-compiling) = no]: Don't set LANGUAGE.
14072         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
14073         without explicit environment settings.
14075 2014-06-06  Roland McGrath  <roland@hack.frob.com>
14077         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
14078         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
14079         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
14080         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
14082 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
14084         * crypt/crypt-private.h [DOS]: Add some includes taken from the
14085         other files in the crypt directory.
14086         * crypt/crypt.c: Remove duplicate includes.
14087         * crypt/crypt-entry.c: Likewise.
14088         * crypt/crypt_util.c: Likewise.
14090 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
14092         * Makeconfig (run-program-env): New variable.
14093         (run-program-prefix-before-env): Likewise.
14094         (run-program-prefix-after-env): Likewise.
14095         (run-program-prefix): Define in terms of new variables.
14096         (built-program-cmd-before-env): New variable.
14097         (built-program-cmd-after-env): Likewise.
14098         (built-program-cmd): Define in terms of new variables.
14099         (test-program-prefix-before-env): New variable.
14100         (test-program-prefix-after-env): Likewise.
14101         (test-program-prefix): Define in terms of new variables.
14102         (test-program-cmd-before-env): New variable.
14103         (test-program-cmd-after-env): Likewise.
14104         (test-program-cmd): Define in terms of new variables.
14105         * Rules (make-test-out): Use $(run-program-env).
14106         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
14107         (help): Do not mention environment variables.  Mention
14108         --timeoutfactor option.
14109         (timeoutfactor): New variable.
14110         (blacklist_exports): Remove function.
14111         (exports): Remove variable.
14112         (command): Do not include ${exports}.
14113         * manual/install.texi (Configuring and compiling): Do not mention
14114         test wrappers preserving environment variables.  Mention that last
14115         assignment to a variable must take precedence.
14116         * INSTALL: Regenerated.
14117         * benchtests/Makefile (run-bench): Use $(run-program-env).
14118         * catgets/Makefile ($(objpfx)test1.cat): Use
14119         $(built-program-cmd-before-env), $(run-program-env) and
14120         $(built-program-cmd-after-env).
14121         ($(objpfx)test2.cat): Do not specify environment variables
14122         explicitly.
14123         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
14124         $(run-program-env) and $(built-program-cmd-after-env).
14125         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
14126         $(run-program-env) and $(test-program-cmd-after-env).
14127         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
14128         explicitly.
14129         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
14130         run_program_env and test_program_cmd_after_env arguments.
14131         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
14132         * elf/tst-pathopt.sh: Use run_program_env argument.
14133         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
14134         $(test-wrapper-env) and $(run-program-env).
14135         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
14136         run_program_env arguments.
14137         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
14138         * intl/Makefile ($(objpfx)tst-gettext.out): Use
14139         $(test-program-prefix-before-env), $(run-program-env) and
14140         $(test-program-prefix-after-env).
14141         ($(objpfx)tst-gettext2.out): Likewise.
14142         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
14143         run_program_env and test_program_prefix_after_env arguments.
14144         * intl/tst-gettext2.sh: Likewise.
14145         * intl/tst-gettext4.sh: Do not set environment variables
14146         explicitly.
14147         * intl/tst-gettext6.sh: Likewise.
14148         * intl/tst-translit.sh: Likewise.
14149         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
14150         $(test-program-prefix-before-env), $(run-program-env) and
14151         $(test-program-prefix-after-env).
14152         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
14153         run_program_env and test_program_prefix_after_env arguments.
14154         * math/Makefile (run-regen-ulps): Use $(run-program-env).
14155         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
14156         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
14157         explicitly with each use of ${test_wrapper_env}.
14158         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
14159         $(test-program-prefix-before-env), $(run-program-env) and
14160         $(test-program-prefix-after-env).
14161         * posix/tst-getconf.sh: Do not set environment variables
14162         explicitly.
14163         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
14164         run_program_env and test_program_prefix_after_env arguments.
14165         * stdio-common/tst-printf.sh: Do not set environment variables
14166         explicitly.
14167         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
14168         $(test-program-prefix-before-env), $(run-program-env) and
14169         $(test-program-prefix-after-env).
14170         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
14171         run_program_env and test_program_prefix_after_env arguments.
14172         Split $test calls into $test_pre and $test.
14173         * timezone/Makefile (build-testdata): Use
14174         $(built-program-cmd-before-env), $(run-program-env) and
14175         $(built-program-cmd-after-env).
14177 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14179         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
14180         strlen for non SHARED builds.
14182 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
14184         * nptl/allocatestack.c (check_list): Inlined function...
14185         (__reclaim_stacks): ... here.
14187 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
14189         [BZ #15698]
14190         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
14191         memory overrun.
14193 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
14195         * Rules (make-test-out): Include
14196         LOCPATH=$(common-objpfx)localedata in default environment.
14197         * debug/Makefile (tst-chk1-ENV): Remove variable.
14198         (tst-chk2-ENV): Likewise.
14199         (tst-chk3-ENV): Likewise.
14200         (tst-chk4-ENV): Likewise.
14201         (tst-chk5-ENV): Likewise.
14202         (tst-chk6-ENV): Likewise.
14203         (tst-lfschk1-ENV): Likewise.
14204         (tst-lfschk2-ENV): Likewise.
14205         (tst-lfschk3-ENV): Likewise.
14206         (tst-lfschk4-ENV): Likewise.
14207         (tst-lfschk5-ENV): Likewise.
14208         (tst-lfschk6-ENV): Likewise.
14209         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
14210         (tst-iconv7-ENV): Likewise.
14211         * intl/Makefile (LOCPATH-ENV): Likewise.
14212         (tst-codeset-ENV): Likewise.
14213         (tst-gettext3-ENV): Likewise.
14214         (tst-gettext5-ENV): Likewise.
14215         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
14216         (tst-fopenloc-ENV): Likewise.
14217         (tst-fgetws-ENV): Remove variable.
14218         (tst-ungetwc1-ENV): Likewise.
14219         (tst-ungetwc2-ENV): Likewise.
14220         (bug-ungetwc2-ENV): Likewise.
14221         (tst-swscanf-ENV): Likewise.
14222         (bug-ftell-ENV): Likewise.
14223         (tst-fgetwc-ENV): Likewise.
14224         (tst-fseek-ENV): Likewise.
14225         (tst-ftell-partial-wide-ENV): Likewise.
14226         (tst-ftell-active-handler-ENV): Likewise.
14227         (tst-ftell-append-ENV): Likewise.
14228         * posix/Makefile (tst-fnmatch-ENV): Likewise.
14229         (tst-regexloc-ENV): Likewise.
14230         (bug-regex1-ENV): Likewise.
14231         (tst-regex-ENV): Likewise.
14232         (tst-regex2-ENV): Likewise.
14233         (bug-regex5-ENV): Likewise.
14234         (bug-regex6-ENV): Likewise.
14235         (bug-regex17-ENV): Likewise.
14236         (bug-regex18-ENV): Likewise.
14237         (bug-regex19-ENV): Likewise.
14238         (bug-regex20-ENV): Likewise.
14239         (bug-regex22-ENV): Likewise.
14240         (bug-regex23-ENV): Likewise.
14241         (bug-regex25-ENV): Likewise.
14242         (bug-regex26-ENV): Likewise.
14243         (bug-regex30-ENV): Likewise.
14244         (bug-regex32-ENV): Likewise.
14245         (bug-regex33-ENV): Likewise.
14246         (bug-regex34-ENV): Likewise.
14247         (bug-regex35-ENV): Likewise.
14248         (tst-rxspencer-ENV): Likewise.
14249         (tst-rxspencer-no-utf8-ENV): Likewise.
14250         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
14251         (tst-sscanf-ENV): Likewise.
14252         (tst-swprintf-ENV): Likewise.
14253         (tst-swscanf-ENV): Likewise.
14254         (test-vfprintf-ENV): Likewise.
14255         (scanf13-ENV): Likewise.
14256         (bug14-ENV): Likewise.
14257         (tst-grouping-ENV): Likewise.
14258         * stdlib/Makefile (tst-strtod-ENV): Likewise.
14259         (tst-strtod3-ENV): Likewise.
14260         (tst-strtod4-ENV): Likewise.
14261         (tst-strtod5-ENV): Likewise.
14262         (testmb2-ENV): Likewise./
14263         * string/Makefile (tst-strxfrm-ENV): Likewise.
14264         (tst-strxfrm2-ENV): Likewise.
14265         (bug-strcoll1-ENV): Likewise.
14266         (test-strcasecmp-ENV): Likewise.
14267         (test-strncasecmp-ENV): Likewise.
14268         * time/Makefile (tst-strptime-ENV): Likewise.
14269         (tst-ftime_l-ENV): Likewise.
14270         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
14271         (tst-mbrtowc-ENV): Likewise.
14272         (tst-wcrtomb-ENV): Likewise.
14273         (tst-mbrtowc2-ENV): Likewise.
14274         (tst-c16c32-1-ENV): Likewise.
14275         (tst-mbsnrtowcs-ENV): Likewise.
14277 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
14279         * manual/resource.texi (How to get information about the memory
14280         subsystem?): Fix typo.
14281         Reported by Peon de la Parra Ivan <peon@keba.com>
14283 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
14285         [BZ #16882]
14286         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
14287         (pthread_spin_lock): Branch out of spin loop to proper location.
14288         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
14289         (pthread_spin_lock): Likewise.
14291         * nptl/tst-spin4.c: New test.
14292         * nptl/Makefile (tests): Add tst-spin4.
14294 2014-06-03  Andreas Schwab  <schwab@suse.de>
14296         [BZ #15946]
14297         * resolv/res_send.c (send_dg): Reload file descriptor after
14298         calling reopen.
14300 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
14302         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14304 2014-06-03  Richard Henderson  <rth@redhat.com>
14306         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
14307         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
14308         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
14309         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
14310         in the SAVE_PID block.
14311         (__libc_vfork): New alias.
14312         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
14314         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
14315         child in registers, not on the stack.  Remove RESET_PID conditionals.
14316         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
14318 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14320         * sysdeps/aarch64/libm-test-ulps: Regenerate.
14322 2014-06-03  Wilco  <wdijkstr@arm.com>
14324         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
14325         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
14326         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
14327         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
14328         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
14329         Likewise.
14331 2014-06-03  Wilco  <wdijkstr@arm.com>
14333         * sysdeps/aarch64/fpu/math_private.h
14334         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
14335         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
14336         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
14337         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
14338         Fix declarations.
14340 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
14342         * crypt/crypt-private.h: Include ufc-crypt.h.
14343         (__b64_from_24bit): Declare extern.
14344         * crypt/crypt_util.c(__b64_from_24bit): New function.
14345         (b64t): New static const variable.
14346         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
14347         (b64t): Remove variable.
14348         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
14349         * crypt/sha256-crypt.c: Include crypt-private.h.
14350         (b64t): Remove variable.
14351         (__sha256_crypt_r): Remove b64_from_24bit and replace
14352         with __b64_from_24bit.
14353         * crypt/sha512-crypt.c: Likewise.
14355 2014-06-02  Roland McGrath  <roland@hack.frob.com>
14357         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
14358         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
14359         Label the code __libc_vfork rather than __vfork.
14360         [!NOT_IN_libc] (vfork): Define as weak alias.
14361         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
14362         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
14363         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
14365 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
14367         * malloc/malloc.c (malloc_info): Fix format specifier for
14368         n_mmaps.
14370 2014-06-02  Wilco  <wdijkstr@arm.com>
14372         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
14373         FPCR write.
14375 2014-06-02  Wilco  <wdijkstr@arm.com>
14377         [BZ #17009]
14378         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
14379         Rewrite to reduce FPCR/FPSR accesses.
14381 2014-06-01  David S. Miller  <davem@davemloft.net>
14383         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14385 2014-05-31  David S. Miller  <davem@davemloft.net>
14387         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
14388         to occur in round to nearest mode when |x| >= 2.0
14390 2014-05-30  Richard Henderson  <rth@twiddle.net>
14392         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
14393         (PSEUDO_RET_NOERRNO): Remove.
14394         (ret): Don't redefine.
14395         (ret_NOERRNO): Define in terms of ret.
14396         (ret_ERRVAL): Likewise.
14398         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
14399         use of PSEUDO_RET; perform the error check directly.
14401 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
14403         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
14404         with __int128_t.
14406 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14408         * malloc/malloc (malloc_info): Fix formatting.
14410 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14411             Roland McGrath  <roland@hack.frob.com>
14413         * malloc/malloc (malloc_info): Also print mmapped statistics.
14415 2014-05-30  Roland McGrath  <roland@hack.frob.com>
14417         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
14418         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
14420 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
14422         * malloc/malloc.c (malloc_info): Inline mi_arena.
14424 2014-05-29  Richard Henderson  <rth@twiddle.net>
14426         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
14427         Remove comma before expanding ASM_ARGS_##nr.
14428         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
14429         Make _x0 a strict output; make _x8 a strict input; adjust expansion
14430         of ASM_ARGS_##nr.
14431         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
14432         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
14433         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
14434         (ASM_ARGS_1): Add leading comma.
14436         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
14437         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
14438         to __errno_location.
14439         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
14440         Remove the expected plt for __errno_location.
14442         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
14443         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
14444         call to __read_tp.
14446         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
14447         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
14448         it and break it down.
14449         (DOCARGS_0, DOCARGS_1): Do nothing.
14450         (DOCARGS_2): Update to store into the new stack frame.
14451         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
14452         (UNDOCARGS_1): Update to restore from the new stack frame.
14453         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
14454         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
14456         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
14457         (SINGLE_THREAD_P): New parameter for result regno.
14458         (PSEUDO): Update to match; use cbz instead of beq.
14460         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
14461         Use ENTRY to define the _nocancel entry point.  Share the syscall
14462         and syscall error check paths with the cancel path.
14463         (PSEUDO_END): New.
14465         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
14466         whitespace; tabs before and after asm mnemonics.
14468 2014-05-29  Eric Wong  <normalperson@yhbt.net>
14470         [BZ #15132]
14471         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
14472         Call fstat64 or stat64 internally, depending on arguments passed.
14473         Replace stat buffer argument with file descriptor argument.
14474         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
14475         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
14476         Pass fd to __internal_statvfs instead of calling fstat64.
14477         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
14478         Pass fd to __internal_statvfs64 instead of calling fstat64.
14479         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
14480         Pass -1 to __internal_statvfs instead of calling stat64.
14481         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
14482         Pass -1 to __internal_statvfs64 instead of calling stat64.
14484 2014-05-28  Roland McGrath  <roland@hack.frob.com>
14486         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
14487         that was previously under [RESET_PID].
14488         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
14490         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
14491         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
14493 2014-05-27  Roland McGrath  <roland@hack.frob.com>
14495         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
14497         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
14498         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
14500 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
14502         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
14504 2014-05-27  Andreas Schwab  <schwab@suse.de>
14506         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
14507         TLS_INIT_TP macro.
14508         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
14509         * elf/rtld.c (init_tls, dl_main): Likewise.
14510         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
14511         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
14512         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
14513         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
14514         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
14515         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
14516         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
14517         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
14518         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
14519         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
14520         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
14521         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
14522         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
14523         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
14524         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
14525         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
14526         * sysdeps/generic/tls.h: Update description.
14528 2014-05-27  Will Newton  <will.newton@linaro.org>
14530         [BZ #16990]
14531         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
14532         and restore r2 rather than just restoring.
14534 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14536         [BZ #16724]
14537         * libio/tst-ftell-append.c: New test case.
14538         * libio/Makefile (tests): Add test case.
14539         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
14540         append mode.
14541         * libio/wfileops.c (do_ftell_wide): Likewise.
14543 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14545         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14547         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
14548         ...
14549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
14550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
14551         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
14552         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
14553         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
14554         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
14555         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
14556         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
14557         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
14558         Moved ...
14559         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
14560         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
14561         Moved ...
14562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
14563         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
14564         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
14565         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
14566         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
14567         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
14568         ...
14569         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
14570         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
14571         Moved ...
14572         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
14573         here.
14574         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
14575         ...
14576         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
14577         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
14578         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
14580         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
14581         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
14582         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
14583         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
14585         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
14586         merge into ...
14587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
14588         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
14589         ...
14590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
14591         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
14592         ...
14593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
14594         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
14595         Moved ...
14596         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
14597         here.
14598         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
14599         Moved ...
14600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
14601         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
14602         Moved ...
14603         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
14605         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
14606         conditional [RESET_PID].
14607         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
14608         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
14609         removed.
14610         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
14611         removed.
14613         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
14614         <tcb-offsets.h>.
14615         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14616         (__libc_vfork): New strong alias.
14617         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
14618         removed.
14619         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
14620         Removed.
14622         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
14623         <tcb-offsets.h>.
14624         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
14625         (__libc_vfork): New strong alias.
14626         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
14627         removed.
14628         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
14629         removed.
14631 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
14633         * malloc/malloc.c (mi_arena): New function.
14634         (malloc_info): Remove nested function mi_arena. Call non-nosted
14635         function mi_arena.
14637 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14639         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
14640         by insrwi.
14641         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
14642         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
14643         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
14644         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
14645         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
14646         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
14647         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
14649 2014-05-26  Andreas Schwab  <schwab@suse.de>
14651         [BZ #16984]
14652         * locale/programs/repertoire.c (repertoire_read): Add slash
14653         between I18NPATH element and file name.
14654         * locale/programs/locfile.c (locfile_read): Likewise.
14656 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
14658         * nptl/pthread_mutexattr_settype.c
14659         (__pthread_mutexattr_settype):
14660         Disable lock elision for PTHREAD_MUTEX_NORMAL.
14662 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
14664         * nptl/tst-mutex5 (do_test):
14665         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
14667 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
14669         * benchtests/README: Document 'init' directive.
14670         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
14671         BENCH_INIT.
14672         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
14673         (parse_file): Recognize 'init' directive.
14675 2014-05-26  Kyle McMartin  <kyle@redhat.com>
14677         [BZ #16796]
14678         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
14679         alignment of struct pthread.
14681 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
14683         [BZ #16878]
14684         * nscd/netgroupcache.c (addgetnetgrentX): Look for
14685         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
14686         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
14687         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
14689 2014-05-25  Richard Henderson  <rth@twiddle.net>
14691         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
14692         (SINGLE_THREAD_P_PIC): Remove.
14693         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
14694         (SINGLE_THREAD_P_PIC): Remove.
14696         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
14697         branch to syscall error ...
14698         (PSEUDO): ... here.
14699         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
14700         from __local_syscall_error to .Lsyscall_error.
14701         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
14702         (SYSCALL_ERROR): Update label name.
14704         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
14705         Do not use DOARGS/UNDOARGS.
14706         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
14707         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
14708         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
14709         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
14710         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
14712         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
14713         block comment.
14715         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
14716         define if !NOT_IN_libc.
14717         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
14718         define with non-default symbol versions.
14720 2014-05-23  Richard Henderson  <rth@twiddle.net>
14722         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
14723         (vfork, __vfork): Define via compat_symbol.
14725         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
14726         [!HAVE_IFUNC] (vfork_compat): Remove.
14727         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
14729 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
14731         [BZ #16978]
14732         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
14733         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
14734         variable.
14736 2014-05-23  Richard Henderson  <rth@twiddle.net>
14738         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
14739         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
14740         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
14741         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
14743         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
14744         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
14745         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
14746         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
14747         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
14748         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
14749         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
14750         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
14751         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
14752         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
14753         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
14754         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
14755         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
14756         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
14757         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
14758         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
14759         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
14760         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
14761         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
14762         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
14763         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
14764         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
14765         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
14766         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
14767         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
14768         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
14769         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
14770         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
14771         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
14772         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
14773         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
14774         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
14775         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
14776         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
14777         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
14778         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
14779         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
14780         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
14781         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
14782         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
14783         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
14784         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
14785         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
14786         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
14787         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
14788         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
14789         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
14790         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
14791         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
14792         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
14793         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
14794         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
14795         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
14796         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
14797         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
14798         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
14800         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
14801         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
14802         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
14803         before exiting on error.
14804         (__libc_vfork): New strong alias.
14805         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
14806         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
14808         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
14809         that was previously under [RESET_PID].
14810         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
14812         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
14814 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
14816         [BZ #16977]
14817         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
14818         value when x - 1 is zero.
14819         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
14820         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
14821         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
14822         0.0L for an argument of 1.0L.
14823         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
14824         Likewise.
14825         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
14826         value when x - 1 is zero.
14827         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
14828         * sysdeps/i386/fpu/libm-test-ulps: Update.
14829         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14831 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
14833         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
14834         alphasort and versionsort.
14836 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14838         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
14839         macro.
14840         [copysignf]: Likewise.
14842 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
14844         * crypt/md5-crypt.c: Fix formatting.
14846 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
14848         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
14849         (b64_from_24bit): New function.
14851 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14853         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
14854         libc_hidden_builtin_def to ifunc.
14855         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
14856         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
14858 2014-05-21  Roland McGrath  <roland@hack.frob.com>
14860         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
14861         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
14863 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
14865         * nscd/Depend (linuxthreads): Remove.
14866         (nptl): Add.
14867         * resolv/Depend (linuxthreads): Remove.
14868         * rt/Depend (linuxthreads): Remove.
14870         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
14871         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
14872         $(common-objpfx)elf/.
14873         (link-libc-before-gnulib): Likewise.
14874         (elfobjdir): Remove variable.
14875         * Makefile (install): Use $(elf-objpfx) instead of
14876         $(common-objpfx)elf/.
14877         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
14878         $(elfobjdir)/.
14879         (link-libc-deps): Likewise.
14880         ($(common-objpfx)libc.so): Likewise.
14881         ($(common-objpfx)linkobj/libc.so): Likewise.
14882         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
14883         instead of $(common-objpfx)elf/.
14884         (symbolic-link-list): Likewise.
14885         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
14886         [$(cross-compiling) = no]: Likewise.
14887         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
14888         $(elfobjdir)/.
14889         (static-gnulib-arch): Likewise.
14890         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
14891         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
14892         $(common-objpfx)elf/.
14894 2014-05-21  Richard Henderson  <rth@redhat.com>
14896         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
14897         (SINGLE_THREAD_P): Use the correct width load.  Fold
14898         into the ldr offset.
14900         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
14901         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
14903 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
14905         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
14906         (libgcc_s_resume): Use __attribute_used__.
14907         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
14908         Likewise.
14910 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14912         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
14913         optimization when used with float constants.
14915         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14917 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
14919         [BZ #16915]
14920         * locale/nl_langinfo_l.c: Make direct reference to every
14921         _nl_current_CATEGORY symbol.
14922         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
14923         (tests-static): Add tst-langinfo-static.
14924         (tests-special): Add tst-langinfo-static.out.
14925         ($(objpfx)tst-langinfo.out): Redirect output.
14926         ($(objpfx)tst-langinfo-static.out): New.
14927         * localedata/tst-langinfo.sh: Send output to stdout.
14928         * localedata/tst-langinfo-static.c: New file.
14930         [BZ #16965]
14931         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
14932         when the shift amount is modulo the limb size.
14934 2014-05-20  Richard Henderson  <rth@redhat.com>
14936         [BZ #16967]
14937         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
14938         Change type of sa_flags from unsigned int to int.
14940         [BZ #16966]
14941         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
14943         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
14945 2014-05-20  Will Newton  <will.newton@linaro.org>
14947         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
14948         Test the return value of the system call in the nocancel case.
14950 2014-05-20  Will Newton  <will.newton@linaro.org>
14951             Yvan Roux  <yvan.roux@linaro.org>
14953         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
14954         #include of asm/ptrace.h.
14955         (PTRACE_GET_THREAD_AREA): Remove #undef.
14956         (PTRACE_GETHBPREGS): Likewise.
14957         (PTRACE_SETHBPREGS): Likewise.
14958         (struct user_regs_struct): New structure.
14959         (struct user_fpsimd_struct): New structure.
14960         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
14961         #include of asm/ptrace.h and second #include of sys/user.h.
14962         (PTRACE_GET_THREAD_AREA): Remove #undef.
14963         (PTRACE_GETHBPREGS): Likewise.
14964         (PTRACE_SETHBPREGS): Likewise.
14965         (ELF_NGREG): Use new struct user_regs_struct.
14966         (elf_fpregset_t): Use new struct user_fpsimd_struct.
14968 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14970         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
14971         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
14973 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
14975         [BZ #16958]
14976         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
14977         membar to avoid block loads/stores to overlap previous stores.
14979 2014-05-17  Richard Henderson  <rth@redhat.com>
14981         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
14982         Create the __##syscall_name##_nocancel entry point.
14983         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
14984         Remove; let the sysdep-cancel.h code create it.
14986 2014-05-17  David S. Miller  <davem@davemloft.net>
14988         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
14989         Protect with __USE_GNU.
14990         (TIOCSET_TEMPT): Likewise.
14991         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
14992         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
14993         these are already provided in bits/ioctl-types.h
14995 2014-05-16  Roland McGrath  <roland@hack.frob.com>
14997         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
14998         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
15000         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
15001         Use wait4 regardless of [__NR_waitpid].
15003 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
15005         PR libgcc/60166
15006         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
15007         (_FP_NANSIGN_Q): Set the quiet bit.
15009 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
15011         * benchtests/Makefile
15012         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
15013         not $(common-objpfx)math/libm.so.
15014         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
15015         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
15016         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
15017         $(common-objpfx)dlfcn/libdl.so.
15018         ($(objpfx)tst-audit8): Depend on $(libm), not
15019         $(common-objpfx)math/libm.so.
15020         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
15021         not $(common-objpfx)dlfcn/libdl.so.
15022         * math/Makefile
15023         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
15024         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
15025         [$(build-shared) = yes].
15026         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
15027         $(common-objpfx)nptl/libpthread.so.
15028         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
15029         $(common-objpfx)math/libm.so$(libm.so-version) or
15030         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
15031         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
15032         $(common-objpfx)dlfcn/libdl.so.
15033         * setjmp/Makefile (link-libm): Remove variable.
15034         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
15035         * stdio-common/Makefile (link-libm): Remove variable.
15036         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
15037         * stdlib/Makefile (link-libm): Remove variable.
15038         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
15039         ($(objpfx)tst-strtod-round): Likewise.
15040         ($(objpfx)tst-tininess): Likewise.
15041         ($(objpfx)tst-strtod-underflow): Likewise.
15042         ($(objpfx)tst-strtod6): Likewise.
15043         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
15044         $(libdl), not $(common-objpfx)nptl/libpthread.so and
15045         $(common-objpfx)dlfcn/libdl.so.
15047 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15049         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
15050         BSD terminal modes definitions.
15052 2014-05-16  Roland McGrath  <roland@hack.frob.com>
15054         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
15055         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
15057         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
15058         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
15059         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
15060         Don't do #include_next.
15061         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
15062         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
15063         Don't do #include_next.
15064         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
15065         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
15066         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
15067         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
15069 2014-05-16  Allan McRae  <allan@archlinux.org>
15071         * po/sv.po: Update Swedish translation from translation project.
15073         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
15074         in sed expression.
15076 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
15078         [BZ #16917]
15079         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
15080         errno if the TIOCGPTN ioctl fails with an error different than
15081         EINVAL.
15082         * login/tst-ptsname.c: New file.
15083         * login/Makefile (tests): Add tst-ptsname.
15085         [BZ #16943]
15086         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
15087         and prlimit64.
15089 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
15091         [BZ #16849]
15092         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
15093         herrno to return EAI_AGAIN.
15095 2014-05-14  Roland McGrath  <roland@hack.frob.com>
15097         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
15098         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
15099         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
15100         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
15101         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
15102         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
15103         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
15104         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
15105         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
15106         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
15107         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
15108         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
15109         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
15110         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
15111         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
15112         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
15113         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
15114         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
15115         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
15116         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
15117         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
15118         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
15119         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
15120         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
15121         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
15122         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
15123         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
15124         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
15125         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
15126         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
15127         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
15128         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
15129         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
15130         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
15131         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
15132         Moved ...
15133         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
15134         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
15135         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
15136         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
15137         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
15138         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
15139         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
15140         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
15141         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
15142         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
15143         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
15144         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
15145         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
15146         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
15147         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
15148         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
15149         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
15150         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
15151         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
15152         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
15153         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
15154         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
15155         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
15156         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
15157         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
15158         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
15159         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
15160         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
15161         Moved ...
15162         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
15163         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
15164         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
15165         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
15166         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
15167         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
15168         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
15169         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
15170         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
15171         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
15172         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
15173         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
15174         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
15175         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
15176         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
15177         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
15178         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
15179         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
15180         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
15181         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
15182         Moved ...
15183         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
15184         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
15185         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
15187         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
15188         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
15189         (libpthread-sysdep_routines): Add elision-related stuff here instead.
15190         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
15191         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
15192         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
15193         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
15194         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
15195         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
15196         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
15197         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
15198         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
15199         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
15200         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
15201         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
15202         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
15203         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
15204         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
15205         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
15206         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
15207         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
15208         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
15209         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
15210         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
15211         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
15212         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
15213         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
15214         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
15215         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
15216         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
15217         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
15219         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
15220         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
15222         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
15223         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
15224         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
15225         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
15226         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
15227         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
15228         Moved ...
15229         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
15230         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
15231         Moved ...
15232         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
15233         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
15234         Moved ...
15235         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
15236         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
15237         Moved ...
15238         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
15239         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
15240         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
15241         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
15242         Moved ...
15243         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
15244         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
15245         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
15246         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
15247         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
15248         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
15249         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
15250         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
15251         Moved ...
15252         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
15253         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
15254         Moved ...
15255         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
15256         ... here.
15257         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
15258         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
15259         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
15260         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
15261         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
15262         Moved ...
15263         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
15264         ... here.
15265         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
15266         Moved ...
15267         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
15268         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
15269         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
15270         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
15271         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
15272         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
15273         Moved ...
15274         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
15275         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
15276         Moved ...
15277         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
15278         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
15279         Moved ...
15280         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
15281         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
15282         Moved ...
15283         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
15284         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
15285         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
15286         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
15287         Moved ...
15288         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
15289         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
15290         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
15291         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
15292         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
15293         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
15294         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
15295         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
15296         Moved ...
15297         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
15298         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
15299         Moved ...
15300         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
15301         ... here.
15302         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
15303         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
15304         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
15305         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
15306         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
15307         Moved ...
15308         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
15309         ... here.
15310         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
15311         Moved ...
15312         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
15313         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
15314         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
15315         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
15316         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
15317         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
15318         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
15319         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
15320         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
15321         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
15322         Moved ...
15323         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
15324         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
15325         Moved ...
15326         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
15327         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
15328         Moved ...
15329         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
15330         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
15331         Moved ...
15332         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
15333         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
15334         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
15335         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
15336         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
15337         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
15338         Moved ...
15339         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
15340         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
15341         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
15342         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
15343         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
15344         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
15345         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
15346         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
15347         Moved ...
15348         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
15349         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
15350         Moved ...
15351         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
15352         ... here.
15353         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
15354         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
15355         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
15356         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
15357         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
15358         Moved ...
15359         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
15360         ... here.
15361         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
15362         Moved ...
15363         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
15364         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
15365         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
15366         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
15367         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
15368         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
15369         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
15370         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
15371         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
15372         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
15373         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
15375         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
15376         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
15378         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
15379         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
15381         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
15382         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
15383         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
15384         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
15385         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
15386         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
15387         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
15388         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
15389         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
15390         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
15391         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
15392         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
15393         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
15394         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
15395         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
15396         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
15397         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
15398         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
15399         Moved ...
15400         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
15401         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
15402         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
15403         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
15404         Moved ...
15405         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
15406         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
15407         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
15408         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
15409         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
15410         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
15411         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
15412         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
15413         Moved ...
15414         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
15415         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
15416         Moved ...
15417         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
15418         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
15419         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
15420         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
15421         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
15422         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
15423         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
15424         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
15425         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
15426         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
15427         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
15428         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
15429         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
15430         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
15431         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
15432         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
15433         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
15435         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
15436         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
15437         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
15438         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
15439         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
15441         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
15442         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
15443         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
15444         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
15445         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
15446         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
15447         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
15448         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
15449         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
15450         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
15452         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
15453         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
15455         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
15456         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
15457         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
15458         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
15459         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
15460         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
15461         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
15462         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
15463         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
15464         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
15465         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
15466         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
15467         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
15468         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
15469         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
15470         Update #include.
15471         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
15472         Likewise.
15473         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
15474         Likewise.
15475         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
15476         Likewise.
15477         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
15478         Likewise.
15479         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
15480         Likewise.
15481         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
15482         Likewise.
15483         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
15484         Likewise.
15485         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
15486         Likewise.
15487         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
15488         Likewise.
15489         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
15490         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
15491         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
15492         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
15493         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
15494         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
15495         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
15496         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
15497         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
15498         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
15499         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
15500         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
15501         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
15502         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
15503         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
15505         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
15506         that was previously under [RESET_PID].
15507         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
15508         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
15509         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
15511         * sysdeps/i386/nptl/Implies: New file.
15512         * sysdeps/x86_64/nptl/Implies: New file.
15513         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
15514         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
15515         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
15516         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
15518         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
15519         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
15520         (__libc_vfork): New strong alias.
15521         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
15522         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
15524         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
15525         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
15526         (__libc_vfork): New strong alias.
15527         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
15528         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
15530         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
15531         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
15532         (__libc_vfork): New strong alias.
15533         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
15534         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
15535         * nptl/pt-vfork.c: New file.
15536         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
15537         (libpthread: GLIBC_2.20): New version set (empty).
15539 2014-05-14  Will Newton  <will.newton@linaro.org>
15541         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
15542         rather than #if.
15544 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
15546         [BZ #16564]
15547         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
15548         arguments with exponent 65 or above.
15549         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
15550         arguments 0x1p113L or above.
15551         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
15552         to arguments 0x1p107L or above.
15553         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
15554         positive arguments with exponent 65 or above.
15555         * math/auto-libm-test-in: Add more tests of log1p.
15556         * math/auto-libm-test-out: Regenerated.
15558         [BZ #16928]
15559         * math/s_cacos.c (__cacos): Ensure zero real part of result from
15560         non-finite arguments is +0.
15561         * math/s_cacosf.c (__cacosf): Likewise.
15562         * math/s_cacosl.c (__cacosl): Likewise.
15563         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
15564         * sysdeps/i386/fpu/libm-test-ulps: Update.
15565         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15567         [BZ #16927]
15568         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
15569         value.
15570         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
15571         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
15572         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
15573         for explicit high bit of mantissa when testing for argument equal
15574         to 1.
15575         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
15576         * sysdeps/i386/fpu/libm-test-ulps: Update.
15577         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15579         [BZ #16516]
15580         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
15581         (__erf): Scale by 16 instead of 8 in potentially underflowing
15582         case.  Ensure exception if result actually underflows.
15583         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
15584         (__erff): Scale by 16 instead of 8 in potentially underflowing
15585         case.  Ensure exception if result actually underflows.
15586         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
15587         (efx8): Remove variable.
15588         (__erfl): Scale by 16 instead of 8 in potentially underflowing
15589         case.  Ensure exception if result actually underflows.
15590         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
15591         (efx8): Remove variable.
15592         (__erfl): Scale by 16 instead of 8 in potentially underflowing
15593         case.  Ensure exception if result actually underflows.
15594         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
15595         (efx8): Remove variable.
15596         (__erfl): Scale by 16 instead of 8 in potentially underflowing
15597         case.  Ensure exception if result actually underflows.
15598         * math/auto-libm-test-in: Add more tests of erf.
15599         * math/auto-libm-test-out: Regenerated.
15601 2014-05-14  Andreas Schwab  <schwab@suse.de>
15603         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
15604         Remove code conditionalized on USE___THREAD.
15606         * config.h.in (HAVE_PT_CHOWN): Define as 0.
15607         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
15608         not definedness.
15610 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
15612         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
15613         Define unconditionally.
15614         (__ASSUME_O_CLOEXEC): Likewise.
15615         (__ASSUME_SOCK_CLOEXEC): Likewise.
15616         (__ASSUME_IN_NONBLOCK): Likewise.
15617         (__ASSUME_PIPE2): Likewise.
15618         (__ASSUME_EVENTFD2): Likewise.
15619         (__ASSUME_SIGNALFD4): Likewise.
15620         (__ASSUME_DUP3): Likewise.
15621         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
15622         (__ASSUME_DUP3): Do not define.
15623         (__ASSUME_EVENTFD2): Likewise.
15624         (__ASSUME_IN_NONBLOCK): Likewise.
15625         (__ASSUME_O_CLOEXEC): Likewise.
15626         (__ASSUME_PIPE2): Likewise.
15627         (__ASSUME_SIGNALFD4): Likewise.
15628         (__ASSUME_SOCK_CLOEXEC): Likewise.
15629         (__ASSUME_UTIMES): Undefine.
15630         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15631         (__ASSUME_UTIMES): Do not define.
15632         (__ASSUME_O_CLOEXEC): Likewise.
15633         (__ASSUME_SOCK_CLOEXEC): Likewise.
15634         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
15635         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
15636         0x020621].
15637         (__ASSUME_PIPE2): Likewise.
15638         (__ASSUME_EVENTFD2): Likewise.
15639         (__ASSUME_SIGNALFD4): Likewise.
15640         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
15641         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
15642         Do not define.
15643         (__ASSUME_EVENTFD2): Likewise.
15644         (__ASSUME_SIGNALFD4): Likewise.
15645         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
15646         (__ASSUME_32BITUIDS): Likewise.
15647         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
15648         (__ASSUME_IPC64): Likewise.
15649         (__ASSUME_ST_INO_64_BIT): Likewise.
15650         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
15651         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
15652         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
15653         (__ASSUME_UTIMES): Do not define.
15654         (__ASSUME_PSELECT): Likewise.
15655         (__ASSUME_PPOLL): Likewise.
15656         (__ASSUME_O_CLOEXEC): Likewise.
15657         (__ASSUME_SOCK_CLOEXEC): Likewise.
15658         (__ASSUME_IN_NONBLOCK): Likewise.
15659         (__ASSUME_PIPE2): Likewise.
15660         (__ASSUME_EVENTFD2): Likewise.
15661         (__ASSUME_SIGNALFD4): Likewise.
15662         (__ASSUME_DUP3): Likewise.
15663         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15664         (__ASSUME_UTIMES): Likewise.
15665         (__ASSUME_O_CLOEXEC): Likewise.
15666         (__ASSUME_SOCK_CLOEXEC): Likewise.
15667         (__ASSUME_IN_NONBLOCK): Likewise.
15668         (__ASSUME_PIPE2): Likewise.
15669         (__ASSUME_EVENTFD2): Likewise.
15670         (__ASSUME_SIGNALFD4): Likewise.
15671         (__ASSUME_DUP3): Likewise.
15672         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15673         (__ASSUME_UTIMES): Likewise.
15674         (__ASSUME_O_CLOEXEC): Likewise.
15675         (__ASSUME_SOCK_CLOEXEC): Likewise.
15676         (__ASSUME_IN_NONBLOCK): Likewise.
15677         (__ASSUME_PIPE2): Likewise.
15678         (__ASSUME_EVENTFD2): Likewise.
15679         (__ASSUME_SIGNALFD4): Likewise.
15680         (__ASSUME_DUP3): Likewise.
15681         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
15682         Likewise.
15683         (__ASSUME_UTIMES): Likewise.
15684         (__ASSUME_EVENTFD2): Likewise.
15685         (__ASSUME_SIGNALFD4): Likewise.
15686         * sysdeps/unix/sysv/linux/tile/kernel-features.h
15687         (__ASSUME_O_CLOEXEC): Likewise.
15688         (__ASSUME_SOCK_CLOEXEC): Likewise.
15689         (__ASSUME_IN_NONBLOCK): Likewise.
15690         (__ASSUME_PIPE2): Likewise.
15691         (__ASSUME_EVENTFD2): Likewise.
15692         (__ASSUME_SIGNALFD4): Likewise.
15693         (__ASSUME_DUP3): Likewise.
15694         (__ASSUME_UTIMES): Undefine.
15696         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
15697         feclearexcept.  Remove symbol versioning code.
15698         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
15699         symbol versioning code.
15700         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
15701         symbol versioning code.
15702         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
15703         feupdateenv.  Remove symbol versioning code.
15704         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
15705         fegetexceptflag.  Remove symbol versioning code.
15706         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
15707         fesetexceptflag.  Remove symbol versioning code.
15708         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
15709         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
15710         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
15711         (__posix_fadvise64_l32): Remove prototype.
15712         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
15713         code.
15715 2014-05-13  Roland McGrath  <roland@hack.frob.com>
15717         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
15718         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
15719         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
15720         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
15722 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
15724         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
15725         current working directory
15727 2014-05-13  Roland McGrath  <roland@hack.frob.com>
15729         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
15730         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
15731         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
15732         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
15733         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
15734         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
15735         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
15736         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
15737         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
15738         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
15739         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
15740         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
15741         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
15742         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
15743         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
15744         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
15745         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
15746         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
15747         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
15748         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
15749         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
15750         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
15751         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
15752         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
15753         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
15754         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
15755         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
15756         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
15757         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
15758         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
15759         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
15760         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
15761         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
15762         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
15763         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
15764         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
15765         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
15766         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
15767         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
15768         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
15769         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
15770         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
15772         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
15773         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
15775         * sysdeps/unix/sysv/linux/arm/Makefile
15776         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
15777         Add rt-aeabi_unwind_cpp_pr1.
15778         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
15779         Add nptl-aeabi_unwind_cpp_pr1.
15780         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
15781         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
15782         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
15783         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
15784         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
15785         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
15787         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
15788         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
15789         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
15790         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
15792         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
15793         Deconditionalize the code that was previously under [RESET_PID].
15794         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
15796         * sysdeps/generic/exit-thread.h: New file.
15797         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
15798         * include/unistd.h (__exit_thread): Remove declaration.
15799         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
15800         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
15801         * csu/libc-start.c: Include <exit-thread.h>.
15802         (LIBC_START_MAIN): Pass no argument to __exit_thread.
15803         * nptl/pthread_create.c: Include <exit-thread.h>.
15804         (start_thread): Call __exit_thread in place of __exit_thread_inline.
15805         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
15806         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
15807         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
15808         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
15809         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
15810         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
15811         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
15812         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
15813         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
15814         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
15815         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
15816         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
15817         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
15818         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
15819         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
15820         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
15822 2014-05-13  Andreas Schwab  <schwab@suse.de>
15824         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
15826 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
15828         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
15829         (__ASSUME_UTIMES): Do not condition on kernel version.
15830         (__ASSUME_PSELECT): Define unconditionally.
15831         (__ASSUME_PPOLL): Likewise.
15832         (__ASSUME_ATFCTS): Likewise.
15833         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
15834         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
15835         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
15836         (__ASSUME_UTIMENSAT): Define unconditionally.
15837         (__ASSUME_PRIVATE_FUTEX): Likewise.
15838         (__ASSUME_FALLOCATE): Likewise.
15839         (__ASSUME_O_CLOEXEC): Likewise.
15840         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
15841         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
15842         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
15843         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
15844         (__ASSUME_IN_NONBLOCK): Likewise.
15845         (__ASSUME_PIPE2): Likewise.
15846         (__ASSUME_EVENTFD2): Likewise.
15847         (__ASSUME_SIGNALFD4): Likewise.
15848         (__ASSUME_DUP3): Likewise.
15849         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
15850         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
15851         (__ASSUME_AT_RANDOM): Likewise.
15852         (__ASSUME_PREADV): Likewise.
15853         (__ASSUME_PWRITEV): Likewise.
15854         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
15855         (__ASSUME_F_GETOWN_EX): Define unconditionally.
15856         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
15857         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
15858         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
15859         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15860         (__ASSUME_O_CLOEXEC): Define unconditionally.
15861         (__ASSUME_PSELECT): Do not undefine conditionally.
15862         (__ASSUME_PPOLL): Likewise.
15863         (__ASSUME_ATFCTS): Likewise.
15864         (__ASSUME_SET_ROBUST_LIST): Likewise.
15865         (__ASSUME_UTIMENSAT): Likewise.
15866         (__ASSUME_FDATASYNC): Define unconditionally.
15867         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15868         (__ASSUME_SIGFRAME_V2): Likewise.
15869         )__ASSUME_EVENTFD2): Likewise.
15870         (__ASSUME_SIGNALFD4): Likewise.
15871         (__ASSUME_PSELECT): Do not undefine conditionally.
15872         (__ASSUME_PPOLL): Likewise.
15873         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
15874         (__ASSUME_PSELECT): Define unconditionally.
15875         (__ASSUME_PPOLL): Likewise.
15876         (__ASSUME_O_CLOEXEC): Likewise.
15877         (__ASSUME_SOCK_CLOEXEC): Likewise.
15878         (__ASSUME_IN_NONBLOCK): Likewise.
15879         (__ASSUME_PIPE2): Likewise.
15880         (__ASSUME_EVENTFD2): Likewise.
15881         (__ASSUME_SIGNALFD4): Likewise.
15882         (__ASSUME_DUP3): Likewise.
15883         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15884         (__ASSUME_O_CLOEXEC): Likewise.
15885         (__ASSUME_SOCK_CLOEXEC): Likewise.
15886         (__ASSUME_IN_NONBLOCK): Likewise.
15887         (__ASSUME_PIPE2): Likewise.
15888         (__ASSUME_EVENTFD2): Likewise.
15889         (__ASSUME_SIGNALFD4): Likewise.
15890         (__ASSUME_DUP3): Likewise.
15891         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15892         (__ASSUME_EVENTFD2): Likewise.
15893         (__ASSUME_SIGNALFD4): Likewise.
15894         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
15896 2014-05-12  Andreas Schwab  <schwab@suse.de>
15898         [BZ #16932]
15899         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
15900         (_nss_nis_gethostbyname4_r): Return error if item length is larger
15901         than maximum RPC packet size.
15902         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
15903         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
15904         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
15905         (_nss_nis_getservbyport_r): Likewise.
15907 2014-05-12  Will Newton  <will.newton@linaro.org>
15909         * malloc/Makefile (tests): Add tst-mallopt.
15910         * malloc/tst-mallopt.c: New file.
15912 2014-05-09  Roland McGrath  <roland@hack.frob.com>
15914         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
15915         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
15917 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15919         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
15920         (tst-tlsmod6.so): Likewise.
15922 2014-05-09  Roland McGrath  <roland@hack.frob.com>
15924         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
15926 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
15928         [BZ #16064]
15929         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
15930         and <dl-procinfo.h>.
15931         (__fegetenv): Save SSE state in envp->__eip if supported.
15932         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
15933         envp->__eip if supported.
15934         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
15935         and <dl-procinfo.h>.
15936         (__fesetenv): Always set __eip, __cs_selector, __opcode,
15937         __data_offset and __data_selector in environment to 0.  Set SSE
15938         state if supported.
15939         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
15940         test-fenv-sse.
15941         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
15942         -mfpmath=sse.
15943         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
15945 2014-05-09  Will Newton  <will.newton@linaro.org>
15947         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
15948         and libc_relro_required for ARM.
15949         * sysdeps/arm/preconfigure: Regenerate.
15951 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
15952             Stefan Liebler  <stli@linux.vnet.ibm.com>
15954         * config.make.in (enable-lock-elision): New Makefile variable.
15955         * configure.ac: Likewise.
15956         * configure: Regenerate.
15957         * sysdeps/s390/configure.ac:
15958         Add check for gcc transactions support.
15959         * sysdeps/s390/configure: Regenerate.
15960         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
15961         Build elision files if enabled.
15962         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
15963         Add lock elision support for s390.
15964         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
15965         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
15966         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
15967         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
15968         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
15969         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
15970         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
15971         Likewise.
15972         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
15973         Likewise.
15974         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
15975         Likewise.
15976         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
15977         Likewise.
15978         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
15979         (__lll_timedlock_elision, __lll_lock_elision)
15980         (__lll_unlock_elision, __lll_trylock_elision)
15981         (lll_timedlock_elision, lll_lock_elision)
15982         (lll_unlock_elision, lll_trylock_elision): Add.
15983         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15984         (pthread_mutex_t): Add lock elision support for s390.
15986 2014-05-14  Wilco  <wdijkstr@arm.com>
15988         * sysdeps/arm/fclrexcpt.c: Cleanup.
15989         * sysdeps/arm/fedisblxcpt.c: Cleanup.
15990         * sysdeps/arm/feenablxcpt.c: Cleanup.
15991         * sysdeps/arm/fegetenv.c: Cleanup.
15992         * sysdeps/arm/fegetexcept.c: Cleanup.
15993         * sysdeps/arm/fegetround.c: Cleanup.
15994         * sysdeps/arm/feholdexcpt.c: Cleanup.
15995         * sysdeps/arm/fesetenv.c: Cleanup.
15996         * sysdeps/arm/fesetround.c: Cleanup.
15997         * sysdeps/arm/feupdateenv.c: Cleanup.
15998         * sysdeps/arm/fgetexcptflg.c: Cleanup.
15999         * sysdeps/arm/fraiseexcpt.c: Cleanup.
16000         * sysdeps/arm/fsetexcptflg.c: Cleanup.
16001         * sysdeps/arm/ftestexcept.c: Cleanup.
16002         * sysdeps/arm/get-rounding-mode.h: Cleanup.
16003         * sysdeps/arm/setfpucw.c: Cleanup.
16005 2014-05-09  Will Newton  <will.newton@linaro.org>
16007         * sysdeps/arm/armv7/strcmp.S: New file.
16008         * NEWS: Mention addition of ARMv7 optimized strcmp.
16010 2014-05-08  Roland McGrath  <roland@hack.frob.com>
16012         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
16013         look for %.ac rather than %.in.
16015         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
16016         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
16017         * sysdeps/mach/hurd/configure: Regenerated.
16018         * sysdeps/unix/sysv/linux/configure: Regenerated.
16020         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
16022 2014-05-07  Steve Ellcey  <sellcey@mips.com>
16024         [BZ# 16922]
16025         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
16026         (LONG_SUB): Ditto.
16027         (PTR_SUB): Ditto.
16029 2014-05-07  Andreas Schwab  <schwab@suse.de>
16031         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
16032         when skipping over non-matching result from nscd.
16034 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
16036         [BZ #16876]
16037         * nptl/sockperf.c (client): Check socket return value.
16039         [BZ #16877]
16040         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
16041         nscd security class.
16043 2014-05-06  Roland McGrath  <roland@hack.frob.com>
16045         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
16046         * sysdeps/arm/unwind.h: ... here.
16048 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
16050         [BZ# 16916]
16051         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
16052         Define.
16054 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16056         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
16057         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
16058         multiarch strncpy for PPC64.
16059         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
16060         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
16061         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
16062         multiarch optimizations.
16063         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16064         (__libc_ifunc_impl_list): Likewise.
16065         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
16066         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
16067         multiarch stpncpy for PPC64.
16068         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
16069         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
16071 2014-05-06  Andreas Schwab  <schwab@suse.de>
16073         [BZ #16912]
16074         * gmon/mcount.c (_MCOUNT_DECL): Use
16075         atomic_compare_and_exchange_bool_acq instead of
16076         catomic_compare_and_exchange_bool_acq.
16078 2014-05-05  Roland McGrath  <roland@hack.frob.com>
16080         * elf/Makefile (others, install-bin): Remove pldd.
16081         (pldd-modules): Variable removed.
16082         ($(objpfx)pldd): Target removed.
16083         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
16084         (others, install-bin): Append pldd here.
16085         ($(objpfx)pldd): New target.
16087         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
16088         to 0, so the first #if test emitted later doesn't see it undefined.
16089         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
16090         * sysdeps/gnu/errlist.c: Regenerated.
16092 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16094         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
16095         [libc_hidden_builtin_def]: Define to empty value.
16096         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
16097         [libc_hidden_builtin_def]: Likewise.
16098         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
16099         [libc_hidden_builtin_def]: Likewise.
16100         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
16101         [libc_hidden_builtin_def]: Likewise.
16102         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
16103         __redirect_memcpy and define ifunc as default hidden symbol.
16104         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
16105         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
16107 2014-05-04  Adam Conrad  <adconrad@0c3.net>
16109         * locale/iso-4217.def: Reintroduce XDR currency.
16111 2014-05-04  Allan McRae  <allan@archlinux.org>
16113         * po/eo.po: Update Esperanto translation from translation project.
16115 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
16117         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
16118         and FEATURE_INDEX_MAX to 1.
16119         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
16121 2014-05-01  Steve Ellcey  <sellcey@mips.com>
16123         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
16124         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
16125         * iconvdata/big5.c (ONE_DIRECTION): Define.
16126         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
16127         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
16128         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
16129         * iconvdata/cp932.c (ONE_DIRECTION): Define.
16130         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
16131         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
16132         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
16133         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
16134         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
16135         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
16136         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
16137         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
16138         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
16139         * iconvdata/gbk.c (ONE_DIRECTION): Define.
16140         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
16141         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
16142         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
16143         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
16144         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
16145         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
16146         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
16147         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
16148         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
16149         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
16150         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
16151         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
16152         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
16153         * iconvdata/iso646.c (ONE_DIRECTION): Define.
16154         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
16155         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
16156         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
16157         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
16158         * iconvdata/johab.c (ONE_DIRECTION): Define.
16159         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
16160         * iconvdata/sjis.c (ONE_DIRECTION): Define.
16161         * iconvdata/t.61.c (ONE_DIRECTION): Define.
16162         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
16163         * iconvdata/tscii.c (ONE_DIRECTION): Define.
16164         * iconvdata/uhc.c (ONE_DIRECTION): Define.
16165         * iconvdata/unicode.c (ONE_DIRECTION): Define.
16166         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
16167         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
16168         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
16170 2014-05-01  Roland McGrath  <roland@hack.frob.com>
16172         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
16173         (_IO_JUMPS_OFFSET): Define to 0.
16175         * nptl/sysdeps/pthread/bits/libc-lock.h
16176         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
16177         (__libc_lock_define_initialized_recursive): Always define using
16178         initializer.  Modern compilers treat uninitialized (implicit zero) and
16179         explicit zero initializers the same (i.e. put the datum in bss).
16181 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
16183         * nscd/nscd-client.h: Include <string.h>.
16185 2014-05-01  David S. Miller  <davem@davemloft.net>
16187         [BZ #16885]
16188         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
16189         multiple zero bytes exist at the end of a string.
16190         Reported by Aurelien Jarno <aurelien@aurel32.net>
16192         * string/test-strcmp.c (check): Add explicit test for situations where
16193         there are multiple zero bytes after the first.
16195 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
16197         [BZ #16890]
16198         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
16199         when compiling wprintf.
16200         * stdio-common/tstdiomisc.c (t3): New function.
16201         (main): Call it.
16203 2014-05-01  Steve Ellcey  <sellcey@mips.com>
16205         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
16206         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
16207         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
16208         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
16210 2014-05-01  Steve Ellcey  <sellcey@mips.com>
16212         * stdlib/longlong.h: Updated from GCC.
16214 2014-05-01  Will Newton  <will.newton@linaro.org>
16215             Bernard Ogden  <bernie.ogden@linaro.org>
16217         * NEWS: Update fixed bug list.
16219         [BZ #15119]
16220         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
16222 2014-04-30  David S. Miller  <davem@davemloft.net>
16224         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
16225         (libc_feholdexcept_setround_sparc_ctx): New function.
16226         (libc_fesetenv_sparc_ctx): Likewise.
16227         (libc_feupdateenv_sparc_ctx): Likewise.
16228         (libc_feholdsetround_sparc_ctx): Likewise.
16229         (libc_feholdexcept_setround_ctx): Define.
16230         (libc_feholdexcept_setroundf_ctx): Likewise.
16231         (libc_feholdexcept_setroundl_ctx): Likewise.
16232         (libc_fesetenv_ctx): Likewise.
16233         (libc_fesetenvf_ctx): Likewise.
16234         (libc_fesetenvl_ctx): Likewise.
16235         (libc_feupdateenv_ctx): Likewise.
16236         (libc_feupdateenvf_ctx): Likewise.
16237         (libc_feupdateenvl_ctx): Likewise.
16238         (libc_feresetround_ctx): Likewise.
16239         (libc_feresetroundf_ctx): Likewise.
16240         (libc_feresetroundl_ctx): Likewise.
16241         (libc_feholdsetround_ctx): Likewise.
16242         (libc_feholdsetroundf_ctx): Likewise.
16243         (libc_feholdsetroundl_ctx): Likewise.
16245         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
16246         with __USE_GNU instead of XOPEN cpp guards.
16248         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
16249         0.
16251         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
16252         with XOPEN cpp guards.
16254 2014-04-30  Julian Brown  <julian@codesourcery.com>
16256         [BZ #16888]
16257         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
16258         handling.
16260 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
16262         [BZ #9894]
16263         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
16264         Change to 2.6.32.
16265         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
16266         * sysdeps/unix/sysv/linux/configure: Regenerated.
16267         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
16268         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
16269         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
16270         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
16271         * README: Update reference to required Linux kernel version.
16272         * manual/install.texi (Linux): Update reference to required Linux
16273         kernel headers version.
16274         * INSTALL: Regenerated.
16276         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
16277         header inclusion.
16278         [POSIX] (limits.h): Likewise.
16279         [POSIX] (math.h): Likewise.
16280         [POSIX] (sys/wait.h): Likewise.
16281         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
16282         function.
16283         [POSIX] (stddef.h): Do not allow header inclusion.
16285 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16287         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
16289 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
16291         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
16292         Return immediately after lll_futex_wake.
16294 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
16296         [BZ #16791]
16297         * nscd/nscd-client.h (datahead_init_common): Initialize entire
16298         structure.
16299         (datahead_init_pos): Call datahead_init_common early.
16300         (datahead_init_neg): Likewise.
16302         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
16303         datahead_init_neg): New functions.
16304         * nscd/aicache.c (addhstaiX): Use them.
16305         * nscd/grpcache.c (cache_addgr): Likewise.
16306         * nscd/hstcache.c (cache_addhst): Likewise.
16307         * nscd/initgrcache.c (addinitgroupsX): Likewise.
16308         * nscd/netgroupcache.c (do_notfound): Likewise.
16309         (addgetnetgrentX): Likewise.
16310         (addinnetgrX): Likewise.
16311         * nscd/pwdcache.c (cache_addpw): Likewise.
16312         * nscd/servicescache.c (cache_addserv): Likewise.
16314 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
16315             Atsushi Onoe  <atsushi@onoe.org>
16317         [BZ #14308]
16318         [BZ #12994]
16319         [BZ #13651]
16320         * resolv/res_query.c (__libc_res_nsearch): Return if at least
16321         one response is valid.
16322         * resolv/res_send.c (send_dg): Check for validity of other
16323         response if the current response is a referral.
16325 2014-04-29  Steve Ellcey  <sellcey@mips.com>
16327         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
16329 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
16331         [BZ #16823]
16332         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
16333         Always divide by positive zero when computing -Inf result.
16334         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
16335         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
16337 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16339         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
16340         FPSCR if value do not change.
16341         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
16342         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
16343         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
16344         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
16345         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
16346         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
16347         function.
16349 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
16351         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
16352         * sysdeps/unix/sysv/linux/hppa: Move directory from
16353         ports/systeps/unix/sysv/linux/hppa.
16354         * README: Update listing for hppa-*-linux-gnu.
16356 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
16358         [BZ #16754]
16359         * manual/stdio.texi (Hook functions): Fix types of stream hook
16360         functions.
16361         [BZ #16854]
16362         * socket/sys/socket.h: Fix typo in comment.
16364 2014-04-28  Wilco  <wdijkstr@arm.com>
16366         * sysdeps/arm/fenv_private.h: New file.
16367         * sysdeps/arm/math_private.h: New file.
16368         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
16370 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
16372         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
16373         with __int128_t.
16374         (La_x86_64_retval): Likewise.
16376 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
16378         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
16379         fpsr if value didn't change.
16380         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
16381         to fpcr if value didn't change.
16382         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
16383         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
16384         fpsr or fpcr if value didn't change.
16385         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
16386         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
16387         fpcr if value didn't change.
16388         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
16389         to fpsr if value didn't change.
16391 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
16393         * nptl/tst-sem3.c: Use test-skeleton.c
16394         (main): Rename to do_test.  Use return instead of
16395         exit.
16396         * nptl/tst-sem4.c: Use test-skeleton.c
16397         (main): Rename to do_test.
16399 2014-04-22  David S. Miller  <davem@davemloft.net>
16401         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
16402         (struct sigaction): New struct member __glibc_reserved0, change
16403         type of sa_flags to int.
16405 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
16407         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
16408         (COUNT_LEADING_ZEROS_0): Define for AArch64.
16410 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
16412         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
16413         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
16415 2014-04-22  Will Newton  <will.newton@linaro.org>
16416             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
16418         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
16419         (__longjmp): Add longjmp and longjmp_target SystemTap
16420         probes.
16421         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
16422         (__sigsetjmp): Add setjmp SystemTap probe.
16424 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
16426         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
16427         match manual order.
16429 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16431         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
16433         * sysdeps/powerpc/fpu/fenv_private.h
16434         (libc_feholdexcept_setroundl_ctx): Define to
16435         libc_feholdexcept_setround_ppc_ctx.
16436         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
16437         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
16438         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
16439         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
16441 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
16443         * sysdeps/aarch64/math-tests.h: New file.
16445 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
16447         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
16448         New.
16449         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
16450         Check and set bit_AVX2_Usable.
16451         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
16452         macro.
16453         (bit_AVX2): Likewise.
16454         (index_AVX2_Usable): Likewise.
16455         (CPUID_AVX2): Likewise.
16456         (HAS_AVX2): Likewise.
16458 2014-04-17  Will Newton  <will.newton@linaro.org>
16460         * manual/setjmp.texi (System V contexts): Add note that
16461         calling setcontext on a context created by a call to a
16462         signal handler is undefined.  Update text to note that
16463         setcontext from a signal handler is possible but not
16464         recommended.
16466         [BZ #16629]
16467         * stdlib/tst-setcontext.c: Include signal.h.
16468         (main): Check that the signal stack before and
16469         after swapcontext is the same.
16471         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
16472         Re-implement to restore registers in user code and avoid
16473         rt_sigreturn system call.
16475 2014-04-17  Wilco  <wdijkstr@arm.com>
16477         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
16478         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
16479         * math/test-fenv.c: Skip exception trap tests on targets which only
16480         support non-stop mode.
16482 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
16483             Wilco Dijkstra  <wilco.dijkstra@arm.com>
16485         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
16486         (libc_feholdsetround_aarch64_ctx)
16487         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
16488         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
16489         (libc_feresetround_ctx, libc_feresetroundf_ctx)
16490         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
16491         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
16492         (libc_feresetround_noexl_ctx): Define.
16494 2014-04-16  Richard Henderson  <rth@redhat.com>
16496         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
16498         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
16499         unwind tables.
16501         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
16502         const from the non-libc, non-ldso copy.
16504         * sysdeps/alpha/libm-test-ulps: Regenerate.
16506 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
16507             Wilco Dijkstra  <wilco.dijkstra@arm.com>
16509         * sysdeps/aarch64/fpu/math_private.h: New file.
16511 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16513         * sysdeps/aarch64/libm-test-ulps: Regenerate.
16515 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
16517         [BZ #16275]
16518         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
16519         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
16520         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
16521         Intel MPX bound registers before _dl_profile_fixup.
16522         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
16523         registers after _dl_profile_fixup.  Save and restore bound
16524         registers bnd0/bnd1 when calling _dl_call_pltexit.
16525         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
16526         (LR_BND_OFFSET): Likewise.
16527         (LRV_BND0_OFFSET): Likewise.
16528         (LRV_BND1_OFFSET): Likewise.
16530 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16532         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
16533         to...
16534         * sysdeps/mach/hurd/i386/tls.h: ... here.
16535         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
16536         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
16537         fields.
16539 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16541         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
16543 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
16545         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16547 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
16549         [BZ #14770]
16550         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
16551         * sysdeps/s390/configure: Regenerate.
16553         [BZ #16824]
16554         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
16555         Set round-to-nearest internally to reduce error accumulation.
16557 2014-04-16  Alan Modra  <amodra@gmail.com>
16559         [BZ #16740]
16560         [BZ #16619]
16561         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
16562         * math/libm-test.inc (frexp_test_data): Add tests.
16563         * NEWS: Update fixed bug list.
16565 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
16567         * benchtests/Makefile: Depend on libraries in build directory.
16568         (bench-math): Separate out math tests.
16569         (bench-pthread): Separate out pthread tests.
16570         (bench): Include math and pthread tests.
16572 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
16574         [BZ #16831]
16575         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
16576         _dl_debug_initialize.
16578         * configure.ac: Remove SELinux header check.
16579         * configure: Regenerate.
16580         * nscd/selinux.c (perms): Array of const char* to permission names.
16581         (nscd_request_avc_has_perm): Call security_deny_unknown to find
16582         default policy. Call string_to_security_class and string_to_av_perm to
16583         translate strings. Enforce default policy and call avs_has_perm with
16584         results of translated strings.
16586 2014-04-13  David S. Miller  <davem@davemloft.net>
16588         * sysdeps/sparc/fpu/libm-test-ulps: Update.
16590 2014-04-12  Allan McRae  <allan@archlinux.org>
16592         [BZ #16838]
16593         * manual/string.texi (Collation Functions): Fix qsort argument
16594         order in example.
16595         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
16597 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
16599         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
16600         Make the test a no-op if there are no exceptions defined.
16602 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
16604         * elf/Makefile (tests): make tst-dlopen-aout conditional on
16605         enable-hardcoded-path-in-tests
16607 2014-04-11  Will Newton  <will.newton@linaro.org>
16609         * benchtests/Makefile (extra-objs): Add json-lib.o.
16610         (bench-func): Tidy up JSON output.
16611         * benchtests/bench-skeleton.c: Include json-lib.h.
16612         (main): Use JSON library functions to do output of
16613         benchmark results.
16614         * benchtests/bench-timing-type.c (main): Output the
16615         timing type simply, leaving formatting to the user.
16616         * benchtests/json-lib.c: New file.
16617         * benchtests/json-lib.h: Likewise.
16619 2014-04-11  Torvald Riegel  <triegel@redhat.com>
16621         [BZ #15215]
16622         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
16623         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
16624         memory barriers.  Add comments.
16625         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
16626         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
16627         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
16628         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
16629         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
16630         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
16632 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
16634         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
16635         * sysdeps/s390/s390-64/configure.ac: ... this ...
16636         * sysdeps/s390/configure.ac: ... to here.
16637         * sysdeps/s390/s390-32/configure: Delete file.
16638         * sysdeps/s390/s390-64/configure: Delete file.
16639         * sysdeps/s390/configure: Regenerate.
16641 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
16643         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
16645 2014-04-11  Will Newton  <will.newton@linaro.org>
16647         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
16648         to zero if it is not defined elsewhere.  (mtrim): Test
16649         the value of MALLOC_DEBUG with #if rather than #ifdef.
16651 2014-04-10 Torvald Riegel  <triegel@redhat.com>
16653         * benchtests/pthread_once-inputs: New file.
16654         * benchtests/pthread_once-source.c: New file.
16655         * benchtests/README: Update documentation.
16657 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
16658             H.J. Lu  <hongjiu.lu@intel.com>
16660         [BZ #16275]
16661         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
16662         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
16663         * sysdeps/x86_64/configure: Regenerated.
16664         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
16665         macro.
16666         (REGISTER_SAVE_RAX): Likewise.
16667         (REGISTER_SAVE_RCX): Likewise.
16668         (REGISTER_SAVE_RDX): Likewise.
16669         (REGISTER_SAVE_RSI): Likewise.
16670         (REGISTER_SAVE_RDI): Likewise.
16671         (REGISTER_SAVE_R8): Likewise.
16672         (REGISTER_SAVE_R9): Likewise.
16673         (REGISTER_SAVE_BND0): Likewise.
16674         (REGISTER_SAVE_BND1): Likewise.
16675         (REGISTER_SAVE_BND2): Likewise.
16676         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
16677         bound registers when calling _dl_fixup.
16679 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16681         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
16682         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
16683         of its definition.
16684         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
16685         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
16686         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
16687         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
16688         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
16689         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
16690         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
16692 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
16694         [BZ #15514]
16695         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
16696         pathconf(_PC_NAME_MAX).
16698 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16700         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
16701         Remove macro usage.
16702         (__PTHREAD_SPINS): Move definition to ...
16703         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
16704         (__PTHREAD_SPINS): ... here.
16705         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
16706         (__PTHREAD_SPIN): Likewise.
16707         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
16708         (__PTHREAD_SPIN): Likewise.
16709         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
16710         (__PTHREAD_SPIN): Likewise.
16711         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
16712         (__PTHREAD_SPIN): Likewise.
16713         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
16714         (__PTHREAD_SPIN): Likewise.
16715         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
16716         (__PTHREAD_SPIN): Likewise.
16717         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
16718         (__PTHREAD_SPIN): Likewise.
16719         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
16720         (__PTHREAD_SPIN): Likewise.
16721         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
16722         (__PTHREAD_SPIN): Likewise.
16723         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
16724         (__PTHREAD_SPIN): Likewise.
16725         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
16726         (__PTHREAD_SPIN): Likewise.
16727         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
16728         (__PTHREAD_SPIN): Likewise.
16730         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
16731         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
16732         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
16733         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
16734         imply folder.
16735         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
16736         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
16737         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
16738         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
16739         correct imply path.
16740         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
16741         strlen symbol for non multi-arch builds.
16742         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
16743         missing hidden_def and weak_alias.
16745 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
16747         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
16749 2014-04-07  Will Newton  <will.newton@linaro.org>
16751         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
16752         and contents.  [!_LIBC] Remove #ifndef and contents.
16753         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
16754         * string/memccpy.c (__memccpy): Use ANSI prototype.
16755         * string/memfrob.c (memfrob): Likewise.
16756         * string/strcoll.c (STRCOLL): Likewise.
16757         * string/strlen.c (strlen): Likewise.
16758         * string/strtok.c (STRTOK): Likewise.
16759         * string/strcat.c: Remove unused #include of memcopy.h.
16760         (strcat): Use ANSI prototype.
16761         * string/strchr.c: Remove unused #include of memcopy.h.
16762         (strchr): Use ANSI prototype.
16763         * string/strcmp.c: Remove unused #include of memcopy.h.
16764         (strcmp): Use ANSI prototype.
16765         * string/strcpy.c: Remove unused #include of memcopy.h.
16766         (strcpy): Use ANSI prototype.
16768 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16770         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
16771         * config.make.in (config-extra-cppflags): Set it from
16772         libc_extra_cppflags.
16773         * configure.ac (libc_extra_cflags): Make it accumulate over
16774         configure fragments.
16775         (libc_extra_cppflags): New flag.
16776         * configure. Regenerate.
16777         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
16778         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
16779         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
16780         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
16782         [BZ #16815]
16783         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
16784         result for FE_DOWNWARD rounding mode.
16785         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
16786         Likewise.
16787         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16789 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
16791         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
16792         in function argument name.
16794 2014-04-03  David Svoboda  <svoboda@cert.org>
16796         [BZ #5666]
16797         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
16798         explicitly.
16800 2014-04-03  Roland McGrath  <roland@hack.frob.com>
16802         * elf/dl-unmap-segments.h: New file.
16803         * sysdeps/generic/ldsodefs.h
16804         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
16805         * elf/dl-close.c: Include <dl-unmap-segments.h>.
16806         * elf/dl-fptr.c: Likewise.
16807         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
16808         * sysdeps/aarch64/tlsdesc.c: Likewise.
16809         * sysdeps/arm/tlsdesc.c: Likewise.
16810         * sysdeps/i386/tlsdesc.c: Likewise.
16811         * sysdeps/tile/dl-runtime.c: Likewise.
16812         * sysdeps/x86_64/tlsdesc.c: Likewise.
16813         * elf/dl-load.h: New file.
16814         * elf/dl-load.c: Include it.
16815         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
16816         Macros moved to dl-load.h.
16817         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
16818         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
16819         Use _dl_unmap_segments in place of __munmap.
16820         Break out segment-mapping loop into ...
16821         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
16823 2014-04-03  Will Newton  <will.newton@linaro.org>
16825         * elf/dl-lookup.c (do_lookup_x): Remove comment
16826         referring to nested function and move variable
16827         declarations down to before first use.
16829 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
16831         [BZ #16799]
16832         [BZ #16800]
16833         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
16834         with 0 numerator.
16835         * math/s_catanf.c (__catanf): Likewise.
16836         * math/s_catanh.c (__catanh): Likewise.
16837         * math/s_catanhf.c (__catanhf): Likewise.
16838         * math/s_catanhl.c (__catanhl): Likewise.
16839         * math/s_catanl.c (__catanl): Likewise.
16840         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
16841         by positive zero when computing -Inf result.
16842         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
16843         (catanh_test): Likewise.
16844         * sysdeps/i386/fpu/libm-test-ulps: Update.
16845         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16847         [BZ #16789]
16848         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
16849         instead of using underflowing value in computing result.
16850         * math/s_clog10.c (__clog10): Likewise.
16851         * math/s_clog10f.c (__clog10f): Likewise.
16852         * math/s_clog10l.c (__clog10l): Likewise.
16853         * math/s_clogf.c (__clogf): Likewise.
16854         * math/s_clogl.c (__clogl): Likewise.
16855         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
16856         (clog10_test): Likewise.
16857         * sysdeps/i386/fpu/libm-test-ulps: Update.
16858         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16860 2014-04-02  Alan Modra  <amodra@gmail.com>
16862         [BZ #16739]
16863         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
16864         output when value is near a power of two.  Use int64_t for lx and
16865         remove casts.  Use decimal rather than hex exponent constants.
16866         Don't use long double multiplication when double will suffice.
16867         * math/libm-test.inc (nextafter_test_data): Add tests.
16868         * NEWS: Add 16739 and 16786 to bug list.
16870         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
16872         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
16874 2014-04-01  Will Newton  <will.newton@linaro.org>
16876         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
16877         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
16879 2014-04-01  Florian Weimer  <fweimer@redhat.com>
16881         [BZ #13347]
16882         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
16883         * nptl/tst-setuid2.c: New file.
16884         * nptl/Makefile (xtests): Add tst-setuid2.
16886 2014-04-01  Alan Modra  <amodra@gmail.com>
16888         [BZ #16786]
16889         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
16891 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
16893         [BZ #6803]
16894         [BZ #6804]
16895         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
16896         set errno as appropriate.
16897         * math/w_scalbf.c (__scalbf): Likewise.
16898         * math/w_scalbl.c (__scalbl): Likewise.
16899         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
16900         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
16901         * math/libm-test.inc (scalb_test_data): Add errno expectations.
16902         Add more NaN tests.
16904         [BZ #16349]
16905         * math/w_atan2.c: Include <errno.h>.
16906         (__atan2): Set errno for result underflowing to zero.
16907         * math/w_atan2f.c: Include <errno.h>.
16908         (__atan2f): Set errno for result underflowing to zero.
16909         * math/w_atan2l.c: Include <errno.h>.
16910         (__atan2l): Set errno for result underflowing to zero.
16911         * math/auto-libm-test-in: Don't allow missing errno for some atan2
16912         tests.
16913         * math/auto-libm-test-out: Regenerated.
16915 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16917         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
16918         Encode instruction correctly in little endian.
16919         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
16920         Likewise.
16921         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
16922         Likewise.
16923         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
16924         Likewise.
16925         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
16926         Likewise.
16928 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
16930         [BZ #9894]
16931         * sysdeps/unix/sysv/linux/kernel-features.h
16932         [__sparc__ && !__arch64__ && !__sparc_v9__]
16933         (__ASSUME_SET_ROBUST_LIST): Do not define.
16934         [__sparc__ && !__arch64__ && !__sparc_v9__]
16935         (__ASSUME_FUTEX_LOCK_PI): Likewise.
16936         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
16937         Likewise.
16938         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16939         (__ASSUME_FUTEX_LOCK_PI): Undefine.
16940         (__ASSUME_REQUEUE_PI): Likewise.
16941         (__ASSUME_SET_ROBUST_LIST): Likewise.
16942         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
16943         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
16944         Undefine.
16945         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16946         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
16947         Likewise.
16948         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
16949         Likewise.
16950         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
16951         Likewise.
16952         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16953         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
16954         Undefine.
16955         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
16956         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
16957         Likewise.
16959         [BZ #16648]
16960         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16961         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
16962         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
16964 2014-03-31  Will Newton  <will.newton@linaro.org>
16966         * benchtests/Makefile (bench): Add ffs and ffsll to list
16967         of tests.
16968         * benchtests/ffs-inputs: New file.
16969         * benchtests/ffsll-inputs: Likewise.
16971 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
16973         [BZ #16770]
16974         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
16975         too large before casting to int.
16976         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
16977         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
16978         * math/libm-test.inc (scalb_test_data): Add more tests.
16980 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
16982         * benchtests/Makefile (DETAILED_OPT): New make option.
16983         (bench-func): Run benchmark program with -d if DETAILED_OPT is
16984         set.
16985         * benchtests/bench-skeleton.c: Include stdbool.h.
16986         (main): Store and print timings per input.
16987         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
16988         member to each argument value.
16989         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
16990         (_print_arg_data): Initialize per-input timing to 0.
16992         * benchtests/Makefile (timing-type): New binary.
16993         (bench-clean): Also remove bench-timing-type.
16994         (bench): New target for timing-type.
16995         (bench-func): Print output in JSON format.
16996         * benchtests/bench-skeleton.c (main): Print output in JSON
16997         format.
16998         * benchtests/bench-timing-type.c: New file.
16999         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
17000         (TIMING_PRINT_STATS): Remove.
17001         * benchtests/scripts/bench.py (_print_arg_data): Store variant
17002         name separately.
17004         * benchtests/bench-modf.c: Remove.
17005         * benchtests/modf-inputs: New inputs file.
17007 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
17009         [BZ #16362]
17010         * math/s_clog10.c (M_PI_LOG10E): New macro.
17011         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
17012         imaginary parts are 0.
17013         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
17014         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
17015         imaginary parts are 0.
17016         * math/s_clog10l.c (M_PI_LOG10El): New macro.
17017         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
17018         imaginary parts are 0.
17019         * math/libm-test.inc (clog10_test_data): Update expected results
17020         for when real and imaginary parts are 0.
17022 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
17024         * elf/dl-load.c: Finish conversion of __builtin_expect into
17025         __glibc_{un}likely.
17027 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
17029         [BZ #16348]
17030         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
17031         1+x for argument with exponent below -67.
17032         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
17033         Likewise.
17034         * math/auto-libm-test-in: Add more tests of exp.
17035         * math/auto-libm-test-out: Regenerated.
17037 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
17039         [BZ #16759]
17040         * inet/getnetgrent_r.c (get_nonempty_val): New function.
17041         (nscd_getnetgrent): Use it.
17043         [BZ #16760]
17044         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
17045         of stpcpy.
17047 2014-03-27  Andi Kleen  <ak@linux.intel.com>
17049         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
17050         (lll_robust_lock, lll_cond_lock, lll_timedlock)
17051         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
17052         (lll_robust_unlock): Remove out of line section. Use cfi
17053         intrinsics.
17054         (LLL_STUB_UNWIND_INFO*): Remove.
17055         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
17056         (lll_robust_lock, lll_cond_lock, lll_timedlock)
17057         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
17058         (lll_robust_unlock): Remove out of line section. Use cfi
17059         intrinsics.
17060         (LLL_STUB_UNWIND_INFO*): Remove.
17062 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
17064         [BZ #16758]
17065         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
17066         blank values.
17068 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
17070         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
17072 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
17074         [BZ #16198]
17075         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
17076         fnstenv.
17077         * math/test-fenv-preserve.c: New file.
17078         * math/Makefile (tests): Add test-fenv-preserve.
17080 2014-03-26  Will Newton <will.newton@linaro.org>
17082         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
17084 2014-03-25  Roland McGrath  <roland@hack.frob.com>
17086         * scripts/versionlist.awk: Partition the version sets and emit all
17087         GLIBC_* (sorted) before all others (sorted).
17089 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
17091         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
17092         GLIBC_2.2.5 version.
17094 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17096         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
17097         calls.
17099         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
17100         previous change.
17102         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17104 2014-03-25  Andreas Schwab  <schwab@suse.de>
17106         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
17107         label to be used after in6ailist is initialized.
17109 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17111         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
17112         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
17114 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
17116         [BZ #16357]
17117         [BZ #16599]
17118         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
17119         min_plus_half.
17120         (fp_formats): Update initializers.
17121         (init_fp_formats): Initialize new field.
17122         (output_for_one_input_case): Allow underflow for results up to
17123         min_plus_half.
17124         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
17125         * math/auto-libm-test-in: Don't mark some underflows from asin and
17126         atanh as spurious.
17127         * math/auto-libm-test-out: Regenerated.
17128         * sysdeps/i386/fpu/libm-test-ulps: Update.
17129         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17131 2014-03-25  Andreas Schwab  <schwab@suse.de>
17133         * libio/Makefile (tst-ftell-partial-wide-ENV)
17134         (tst-ftell-active-handler-ENV): Define.
17136 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
17138         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
17140 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
17142         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
17144 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
17146         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
17147         * sysdeps/x86_64/fpu/multiarch/e_exp.c
17148         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
17150 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
17152         [BZ #16634]
17153         * elf/dl-load.c (open_verify): Add mode parameter.
17154         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
17155         (open_path): Change from boolean 'secure' to complete flag 'mode'
17156         (_dl_map_object): Adjust.
17157         * elf/Makefile (tests): Add tst-dlopen-aout.
17158         * elf/tst-dlopen-aout.c: New test.
17160 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
17162         [BZ #16714]
17163         * sysdeps/unix/sysv/linux/s390/bits/stat.h
17164         (struct stat): Rename member pad0 to __glibc_reserved0.
17166         [BZ #16712]
17167         * sysdeps/s390/s390-32/bits/wordsize.h
17168         (__WORDSIZE32_SIZE_ULONG): New define.
17169         * sysdeps/s390/s390-64/bits/wordsize.h
17170         (__WORDSIZE32_SIZE_ULONG): Likewise.
17171         * sysdeps/generic/stdint.h (SIZE_MAX):
17172         Define as UL if __WORDSIZE32_SIZE_ULONG.
17174         [BZ #16713]
17175         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
17176         (__glibc_reserved0): New variable.
17177         (sa_flags): Change type to int.
17179         * posix/Makefile (before-compile): Use += before-compile instead
17180         of a :=.
17182         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
17183         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
17185 2014-03-20  Andreas Schwab  <schwab@suse.de>
17187         [BZ #16743]
17188         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
17189         non-matching result from nscd.
17191 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
17193         * scripts/bench.py: Moved to ...
17194         * benchtests/scripts/bench.py: ... here.
17195         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
17197 2014-03-24  Andreas Schwab  <schwab@suse.de>
17199         [BZ #16002]
17200         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
17201         alloca_account and account alloca use for struct in6ailist.
17203 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
17205         [BZ #16284]
17206         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
17207         rounding mode to recompute results that overflow to infinity or
17208         underflow to zero.
17209         * math/auto-libm-test-in: Don't mark tests as expected to fail for
17210         bug 16284.
17211         * math/auto-libm-test-out: Regenerated.
17212         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
17213         (ccosh_test): Likewise.
17214         (csin_test_data): Use plus_oflow.
17215         (csin_test): Use ALL_RM_TEST.
17216         (csinh_test_data): Use plus_oflow.
17217         (csinh_test): Use ALL_RM_TEST.
17218         * sysdeps/i386/fpu/libm-test-ulps: Update.
17219         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17221 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
17223         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
17224         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
17225         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
17227         [BZ #16731]
17228         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
17229         when x - 1 is zero.
17230         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
17231         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
17232         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
17233         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
17234         argument is 1.
17235         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
17236         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
17237         zero.
17238         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
17239         * sysdeps/i386/fpu/libm-test-ulps: Update.
17240         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17242 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
17244         * scripts/bench.pl: Remove file.
17245         * scripts/bench.py: New benchmark script.
17246         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
17247         * benchtests/README: Mention python dependency.
17248         * scripts/pylintrc: New file.
17249         * scripts/pylint: New file.
17251         * bits/mathdef.h: Use #ifdef instead of #if.
17252         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
17253         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
17254         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
17255         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
17256         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
17257         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
17259 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17260             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
17262         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
17263         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
17264         and strpbrk-ppc64 objects.
17265         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17266         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
17267         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
17268         multiarch strpbrk for POWER7.
17269         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
17270         multiarch strpbrk for PPC64.
17271         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
17272         ifunc selector.
17273         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
17274         strpbrk for POWER7.
17276 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
17278         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
17279         (atan_test): Likewise.
17280         (atanh_test_data): Use NO_TEST_INLINE for two tests.
17281         (atanh_test): Use ALL_RM_TEST.
17282         (atan2_test_data): Likewise.
17283         (cabs_test): Likewise.
17284         (cacosh_test): Likewise.
17285         (carg_test): Likewise.
17286         (casin_test): Likewise.
17287         (casinh_test): Likewise.
17288         (cbrt_test): Likewise.
17289         (csqrt_test): Likewise.
17290         (erf_test): Likewise.
17291         (erfc_test): Likewise.
17292         (pow10_test): Likewise.
17293         (exp2_test): Likewise.
17294         (hypot_test): Likewise.
17295         (j0_test): Likewise.
17296         (j1_test): Likewise.
17297         (lgamma_test): Likewise.
17298         (gamma_test): Likewise.
17299         (sincos_test): Likewise.
17300         (tanh_test): Likewise.
17301         (y0_test): Likewise.
17302         (y1_test): Likewise.
17303         * sysdeps/i386/fpu/libm-test-ulps: Update.
17304         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17306 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17308         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
17309         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
17310         and strcspn-ppc64 objects.
17311         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17312         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
17313         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
17314         multiarch strcspn for POWER7.
17315         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
17316         multiarch strcspn for PPC64.
17317         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
17318         ifunc selector.
17319         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
17320         strcspn for POWER7.
17322 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
17324         * math/gen-libm-test.pl (generate_testfile): Expect only function
17325         name as argument to AUTO_TESTS_* and pass results for all rounding
17326         modes to parse_args.
17327         (parse_auto_input): Separate inputs of automatic tests from
17328         outputs before storing in %auto_tests.
17329         * math/libm-test.inc (acos_test_data): Update call to
17330         AUTO_TESTS_f_f.
17331         (acos_test): Use ALL_RM_TEST.
17332         (acos_tonearest_test_data): Remove.
17333         (acos_test_tonearest): Likewise.
17334         (acos_towardzero_test_data): Likewise.
17335         (acos_test_towardzero): Likewise.
17336         (acos_downward_test_data): Likewise.
17337         (acos_test_downward): Likewise.
17338         (acos_upward_test_data): Likewise.
17339         (acos_test_upward): Likewise.
17340         (acosh_test_data): Update call to AUTO_TESTS_f_f.
17341         (asin_test_data): Likewise.
17342         (asin_test): Use ALL_RM_TEST.
17343         (asin_tonearest_test_data): Remove.
17344         (asin_test_tonearest): Likewise.
17345         (asin_towardzero_test_data): Likewise.
17346         (asin_test_towardzero): Likewise.
17347         (asin_downward_test_data): Likewise.
17348         (asin_test_downward): Likewise.
17349         (asin_upward_test_data): Likewise.
17350         (asin_test_upward): Likewise.
17351         (asinh_test_data): Update call to AUTO_TESTS_f_f.
17352         (atan_test_data): Likewise.
17353         (atanh_test_data): Likewise.
17354         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
17355         (cabs_test_data): Update call to AUTO_TESTS_c_f.
17356         (carg_test_data): Likewise.
17357         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
17358         (ccos_test_data): Update call to AUTO_TESTS_c_c.
17359         (ccosh_test_data): Likewise.
17360         (cexp_test_data): Likewise.
17361         (clog_test_data): Likewise.
17362         (clog10_test_data): Likewise.
17363         (cos_test_data): Update call to AUTO_TESTS_f_f.
17364         (cos_test): Use ALL_RM_TEST.
17365         (cos_tonearest_test_data): Remove.
17366         (cos_test_tonearest): Likewise.
17367         (cos_towardzero_test_data): Likewise.
17368         (cos_test_towardzero): Likewise.
17369         (cos_downward_test_data): Likewise.
17370         (cos_test_downward): Likewise.
17371         (cos_upward_test_data): Likewise.
17372         (cos_test_upward): Likewise.
17373         (cosh_test_data): Update call to AUTO_TESTS_f_f.
17374         (cosh_test): Use ALL_RM_TEST.
17375         (cosh_tonearest_test_data): Remove.
17376         (cosh_test_tonearest): Likewise.
17377         (cosh_towardzero_test_data): Likewise.
17378         (cosh_test_towardzero): Likewise.
17379         (cosh_downward_test_data): Likewise.
17380         (cosh_test_downward): Likewise.
17381         (cosh_upward_test_data): Likewise.
17382         (cosh_test_upward): Likewise.
17383         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
17384         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
17385         (ctan_test_data): Likewise.
17386         (ctan_test): Use ALL_RM_TEST.
17387         (ctan_tonearest_test_data): Remove.
17388         (ctan_test_tonearest): Likewise.
17389         (ctan_towardzero_test_data): Likewise.
17390         (ctan_test_towardzero): Likewise.
17391         (ctan_downward_test_data): Likewise.
17392         (ctan_test_downward): Likewise.
17393         (ctan_upward_test_data): Likewise.
17394         (ctan_test_upward): Likewise.
17395         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
17396         (ctanh_test): Use ALL_RM_TEST.
17397         (ctanh_tonearest_test_data): Remove.
17398         (ctanh_test_tonearest): Likewise.
17399         (ctanh_towardzero_test_data): Likewise.
17400         (ctanh_test_towardzero): Likewise.
17401         (ctanh_downward_test_data): Likewise.
17402         (ctanh_test_downward): Likewise.
17403         (ctanh_upward_test_data): Likewise.
17404         (ctanh_test_upward): Likewise.
17405         (erf_test_data): Update call to AUTO_TESTS_f_f.
17406         (erfc_test_data): Likewise.
17407         (exp_test_data): Likewise.
17408         (exp_test): Use ALL_RM_TEST.
17409         (exp_tonearest_test_data): Remove.
17410         (exp_test_tonearest): Likewise.
17411         (exp_towardzero_test_data): Likewise.
17412         (exp_test_towardzero): Likewise.
17413         (exp_downward_test_data): Likewise.
17414         (exp_test_downward): Likewise.
17415         (exp_upward_test_data): Likewise.
17416         (exp_test_upward): Likewise.
17417         (exp10_test_data): Update call to AUTO_TESTS_f_f.
17418         (exp10_test): Use ALL_RM_TEST.
17419         (exp10_tonearest_test_data): Remove.
17420         (exp10_test_tonearest): Likewise.
17421         (exp10_towardzero_test_data): Likewise.
17422         (exp10_test_towardzero): Likewise.
17423         (exp10_downward_test_data): Likewise.
17424         (exp10_test_downward): Likewise.
17425         (exp10_upward_test_data): Likewise.
17426         (exp10_test_upward): Likewise.
17427         (exp2_test_data): Update call to AUTO_TESTS_f_f.
17428         (expm1_test_data): Likewise.
17429         (expm1_test): Use ALL_RM_TEST.
17430         (expm1_tonearest_test_data): Remove.
17431         (expm1_test_tonearest): Likewise.
17432         (expm1_towardzero_test_data): Likewise.
17433         (expm1_test_towardzero): Likewise.
17434         (expm1_downward_test_data): Likewise.
17435         (expm1_test_downward): Likewise.
17436         (expm1_upward_test_data): Likewise.
17437         (expm1_test_upward): Likewise.
17438         (fma_test_data): Update call to AUTO_TESTS_fff_f.
17439         (fma_test): Use ALL_RM_TEST.
17440         (fma_towardzero_test_data): Remove.
17441         (fma_test_towardzero): Likewise.
17442         (fma_downward_test_data): Likewise.
17443         (fma_test_downward): Likewise.
17444         (fma_upward_test_data): Likewise.
17445         (fma_test_upward): Likewise.
17446         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
17447         (j0_test_data): Update call to AUTO_TESTS_f_f.
17448         (j1_test_data): Likewise.
17449         (jn_test_data): Update call to AUTO_TESTS_if_f.
17450         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
17451         (log_test_data): Update call to AUTO_TESTS_f_f.
17452         (log10_test_data): Likewise.
17453         (log1p_test_data): Likewise.
17454         (log2_test_data): Likewise.
17455         (pow_test_data): Update call to AUTO_TESTS_ff_f.
17456         (pow_tonearest_test_data): Likewise.
17457         (sin_test_data): Update call to AUTO_TESTS_f_f.
17458         (sin_test): Use ALL_RM_TEST.
17459         (sin_tonearest_test_data): Remove.
17460         (sin_test_tonearest): Likewise.
17461         (sin_towardzero_test_data): Likewise.
17462         (sin_test_towardzero): Likewise.
17463         (sin_downward_test_data): Likewise.
17464         (sin_test_downward): Likewise.
17465         (sin_upward_test_data): Likewise.
17466         (sin_test_upward): Likewise.
17467         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
17468         (sinh_test_data): Update call to AUTO_TESTS_f_f.
17469         (sinh_test): Use ALL_RM_TEST.
17470         (sinh_tonearest_test_data): Remove.
17471         (sinh_test_tonearest): Likewise.
17472         (sinh_towardzero_test_data): Likewise.
17473         (sinh_test_towardzero): Likewise.
17474         (sinh_downward_test_data): Likewise.
17475         (sinh_test_downward): Likewise.
17476         (sinh_upward_test_data): Likewise.
17477         (sinh_test_upward): Likewise.
17478         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
17479         (sqrt_test): Use ALL_RM_TEST.
17480         (sqrt_tonearest_test_data): Remove.
17481         (sqrt_test_tonearest): Likewise.
17482         (sqrt_towardzero_test_data): Likewise.
17483         (sqrt_test_towardzero): Likewise.
17484         (sqrt_downward_test_data): Likewise.
17485         (sqrt_test_downward): Likewise.
17486         (sqrt_upward_test_data): Likewise.
17487         (sqrt_test_upward): Likewise.
17488         (tan_test_data): Update call to AUTO_TESTS_f_f.
17489         (tan_test): Use ALL_RM_TEST.
17490         (tan_tonearest_test_data): Remove.
17491         (tan_test_tonearest): Likewise.
17492         (tan_towardzero_test_data): Likewise.
17493         (tan_test_towardzero): Likewise.
17494         (tan_downward_test_data): Likewise.
17495         (tan_test_downward): Likewise.
17496         (tan_upward_test_data): Likewise.
17497         (tan_test_upward): Likewise.
17498         (tanh_test_data): Update call to AUTO_TESTS_f_f.
17499         (tgamma_test_data): Likewise.
17500         (y0_test_data): Likewise.
17501         (y1_test_data): Likewise.
17502         (yn_test_data): Update call to AUTO_TESTS_if_f.
17503         (main): Do not call removed functions.
17505 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
17507         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
17508         (ldexp_test_data): Remove.
17509         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
17510         scalbn_test_data.
17511         (scalb_test): Use ALL_RM_TEST.
17513 2014-03-19  Andreas Schwab  <schwab@suse.de>
17515         * nscd/nscd.service: Also invalidate netgroup cache on reload.
17517 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
17519         [BZ #16649]
17520         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17521         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
17522         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
17523         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17524         (__ASSUME_PREADV): Undefine.
17525         (__ASSUME_PWRITEV): Likewise.
17527 2014-03-18  Roland McGrath  <roland@hack.frob.com>
17529         * bits/mman-linux.h: Add comment about non-Linux use.
17530         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
17531         bits/mman-linux.h resting place.
17533         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
17534         * bits/mman-linux.h: ... here.
17536 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17538         * conform/conformtest.pl: Add standard definition when calling C
17539         preprocessor on data files.
17540         (checknamespace): Remove unused variable.
17542 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
17544         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
17545         minus_oflow, plus_uflow and minus_uflow in expected results.
17546         * math/libm-test.inc (scalbn_test_data): Add more tests of
17547         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
17548         minus_uflow.
17549         (scalbn_test): Use ALL_RM_TEST.
17550         (scalbln_test_data): Add more tests of negative arguments.  Use
17551         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
17552         (scalbln_test): Use ALL_RM_TEST.
17554 2014-03-18  Roland McGrath  <roland@hack.frob.com>
17556         * scripts/abilist.awk: Ignore symbols marked with .hidden.
17558 2014-03-18  Will Newton  <will.newton@linaro.org>
17560         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
17561         inaccurate comment.
17563 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
17565         * Makerules [!subdir] (check-abi): Exit with error status if a
17566         test failed.
17568 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
17570         * math/libm-test.inc (nearbyint_test_data): Include all tests used
17571         for rint.  Include results for all rounding modes.
17572         (nearbyint_test): Use ALL_RM_TEST.
17573         (rint_test_data): Include all tests used for nearbyint.
17575 2014-03-17  Will Newton  <will.newton@linaro.org>
17577         * nptl/sysdeps/pthread/pthread.h: Revert previous
17578         change.
17580         * sysdeps/generic/ldsodefs.h: Revert previous
17581         change.
17583         * libio/genops.c: Revert previous change.
17584         * libio/libioP.h: Likewise.
17585         * stdio-common/vfprintf.c: Likewise.
17587         * sysdeps/generic/math_private.h: Revert previous
17588         change.
17590         * sysdeps/generic/math_private.h: Check whether
17591         HAVE_RM_CTX is defined with #ifdef rather
17592         than #if.
17594         * argp/argp-fmtstream.h: Check whether
17595         __STRICT_ANSI__ is defined with #ifdef rather
17596         than #if.
17597         * argp/argp.h: Likewise.
17599         * libio/genops.c: Check whether
17600         _IO_JUMPS_OFFSET is defined with #ifdef rather
17601         than #if.
17602         * libio/libioP.h: Likewise.
17603         * stdio-common/vfprintf.c: Likewise.
17605         * sysdeps/generic/ldsodefs.h: Check whether
17606         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
17607         than #if.
17609         * nptl/sysdeps/pthread/pthread.h: Check
17610         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
17611         its value.
17613 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
17615         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
17616         setting O_APPEND.
17617         * libio/tst-ftell-active-handler.c (do_append_test): Add a
17618         test case.
17620         [BZ #16680]
17621         * libio/fileops.c (_IO_file_open): Seek to end of file but
17622         don't cache the offset.
17623         (get_file_offset): Remove function.
17624         (do_ftell): Use cached offset when available.
17625         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
17626         don't cache the offset.
17627         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
17628         case.
17629         (do_one_test): Call it.
17630         (do_ftell_test): Fix up expected old offset for a+ mode.
17631         * libio/wfileops.c (do_ftell_wide): Used cached offset when
17632         available.
17634         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
17635         up test status with function return status.
17636         (do_write_test): Likewise.
17637         (do_append_test): Likewise.
17639         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
17640         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
17641         Remove.
17643 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
17645         * math/gen-libm-test.pl (parse_args): Handle results specified for
17646         each rounding mode separately.
17647         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
17648         tests and results from lrint_tonearest_test_data,
17649         lrint_towardzero_test_data, lrint_downward_test_data and
17650         lrint_upward_test_data.
17651         (lrint_test): Use ALL_RM_TEST.
17652         (lrint_tonearest_test_data): Remove.
17653         (lrint_test_tonearest): Likewise.
17654         (lrint_towardzero_test_data): Likewise.
17655         (lrint_test_towardzero): Likewise.
17656         (lrint_downward_test_data): Likewise.
17657         (lrint_test_downward): Likewise.
17658         (lrint_upward_test_data): Likewise.
17659         (lrint_test_upward): Likewise.
17660         (llrint_test_data): Merge in per-rounding-mode tests and results
17661         from llrint_tonearest_test_data, llrint_towardzero_test_data,
17662         llrint_downward_test_data and llrint_upward_test_data.
17663         (llrint_test): Use ALL_RM_TEST.
17664         (llrint_tonearest_test_data): Remove.
17665         (llrint_test_tonearest): Likewise.
17666         (llrint_towardzero_test_data): Likewise.
17667         (llrint_test_towardzero): Likewise.
17668         (llrint_downward_test_data): Likewise.
17669         (llrint_test_downward): Likewise.
17670         (llrint_upward_test_data): Likewise.
17671         (llrint_test_upward): Likewise.
17672         (rint_test_data): Merge in per-rounding-mode tests and results
17673         from rint_tonearest_test_data, rint_towardzero_test_data,
17674         rint_downward_test_data and rint_upward_test_data.  Add
17675         per-rounding-mode results for tests not in those arrays.
17676         (rint_test): Use ALL_RM_TEST.
17677         (rint_tonearest_test_data): Remove.
17678         (rint_test_tonearest): Likewise.
17679         (rint_towardzero_test_data): Likewise.
17680         (rint_test_towardzero): Likewise.
17681         (rint_downward_test_data): Likewise.
17682         (rint_test_downward): Likewise.
17683         (rint_upward_test_data): Likewise.
17684         (rint_test_upward): Likewise.
17685         (main): Don't call removed functions.
17687 2014-03-14  Roland McGrath  <roland@hack.frob.com>
17689         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
17690         "Compiled on ..." crapola.  It is anti-useful.
17692 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
17694         * scripts/evaluate-test.sh: Handle fourth argument to determine
17695         whether test run should stop on failure.
17696         * Makeconfig (stop-on-test-failure): New variable.
17697         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
17698         $(stop-on-test-failure).
17699         * Makefile (tests): Give a summary of results from testing and
17700         exit with failure status if they include an ERROR or FAIL.
17701         (xtests): Likewise.
17702         * manual/install.texi (Configuring and compiling): Mention
17703         stop-on-test-failure=y.
17704         * INSTALL: Regenerated.
17706 2014-03-14  Roland McGrath  <roland@hack.frob.com>
17708         * scripts/versionlist.awk: New file.
17709         * Makerules [$(build-shared) = yes]
17710         (postclean-generated): Add Versions.def, not Versions.def.v and
17711         Versions.def.v.i.
17712         ($(common-objpfx)Versions.def.v.i): Target removed.
17713         ($(common-objpfx)Versions.def): New target.
17714         ($(common-objpfx)Versions.all): Depend on that rather that
17715         $(common-objpfx)Versions.def.v.
17716         * Versions.def: File removed.
17718         * Makeconfig (+gccwarn): Add -Wundef.
17719         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
17720         a dl-sysdep.h breaking its contract.
17721         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
17722         * include/stackinfo.h: New file.
17723         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
17724         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
17725         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
17726         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
17727         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
17728         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
17729         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17730         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17731         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17732         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17733         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17734         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
17735         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17736         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17737         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17739 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17741         [BZ #16707]
17742         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
17743         implementation.
17744         * math/libm-test.inc (round_test_data): Add more tests.
17746         [BZ #16706]
17747         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
17748         implementation.
17749         * math/libm-test.inc (nearbyint_test_data): Add more tests.
17751         [BZ #16701]
17752         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
17753         implementation.
17754         * math/libm-test.inc (ceil_test_data): Add more tests.
17756         * math/libm-test.inc (trunc_test_data): Add more tests related to
17757         BZ#16414.
17759 2014-03-14  Roland McGrath  <roland@hack.frob.com>
17761         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
17762         with #if rather than #ifdef.
17763         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
17765 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
17767         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
17768         first.  Disable AVX-512 GCC support if assembler doesn't support
17769         it.
17770         * sysdeps/x86_64/configure: Regenerated.
17772 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
17774         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
17775         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
17776         (__old_pthread_attr_setstack): Likewise.
17777         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
17778         [!_STACK_GROWS_DOWN]: Likewise.
17780 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
17782         * config.make.in (have-bash2): Delete.
17783         * configure.ac (libc_cv_have_bash2): Delete.
17784         * configure: Regenerate.
17785         * elf/Makefile (common-ldd-rewrite): Rename to ...
17786         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
17787         (sh-ldd-rewrite): Delete.
17788         (bash-ldd-rewrite): Delete.
17789         (have-bash2): Delete checks.
17790         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
17791         ldd-rewrite.
17793         * config.make.in (have-ksh): Delete.
17794         (KSH): Delete.
17795         * configure.ac (libc_cv_have_ksh): Delete.
17796         * configure: Regenerate.
17798         * elf/Makefile: Delete $(have-ksh) check.
17799         ($(objpfx)sotruss): Change KSH to BASH.
17800         * elf/sotruss.ksh: Rename to ...
17801         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
17802         function style to match POSIX.  Drop ksh vim mode setting.
17804         * manual/time.texi (Specifying the Time Zone with TZ): Change
17805         Tuesday to Thursday.
17807         * debug/tst-longjmp_chk2.c: Update header comment.
17808         (stackoverflow_handler): Add comment.  Call assert on pass value.
17810 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
17812         [BZ #16194]
17813         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
17814         (HAVE_AVX512_ASM_SUPPORT): Likewise.
17815         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
17816         (La_x86_64_vector): Add zmm.
17817         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
17818         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
17819         ($(objpfx)tst-audit10): New target.
17820         ($(objpfx)tst-audit10.out): Likewise.
17821         (tst-audit10-ENV): New.
17822         (AVX512-CFLAGS): Likewise.
17823         (CFLAGS-tst-audit10.c): Likewise.
17824         (CFLAGS-tst-auditmod10a.c): Likewise.
17825         (CFLAGS-tst-auditmod10b.c): Likewise.
17826         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
17827         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
17828         * sysdeps/x86_64/configure: Regenerated.
17829         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
17830         AVX-512 zmm register support.
17831         (_dl_x86_64_save_sse): Likewise.
17832         (_dl_x86_64_restore_sse): Likewise.
17833         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
17834         size vector registers.
17835         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
17836         (ZMM_SIZE): Likewise.
17837         * sysdeps/x86_64/tst-audit10.c: New file.
17838         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
17839         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
17841 2014-03-13  Roland McGrath  <roland@hack.frob.com>
17843         * configure.ac (HAVE_EHDR_START): New check.
17844         * configure: Regenerated.
17845         * config.h.in (HAVE_EHDR_START): New #undef.
17846         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
17847         assuming the lowest-addressed segment maps the start of the file.
17849 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
17851         * INSTALL: Regenerated.
17853 2014-03-13  Will Newton  <will.newton@linaro.org>
17855         * manual/setjmp.texi (System V contexts): Improve
17856         clarity and grammar of documentation.
17858 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
17860         [BZ #16381]
17861         * elf/Makefile (tests): Add tst-pie2.
17862         (tests-pie): Add tst-pie2.
17863         * elf/tst-pie2.c: New file.
17864         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
17865         for ET_EXEC.
17866         * elf/rtld.c (map_doit): Load executable as lt_executable.
17867         (dl_main): Likewise.
17869 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
17871         [BZ #16642]
17872         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17873         (__ASSUME_PSELECT): Undefine.
17875 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17877         [BZ #16689]
17878         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
17879         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
17880         static build.
17881         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
17882         selector for static builds.
17884 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17886         [BZ #16695]
17887         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
17888         key in the buffer.
17890 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17892         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
17893         IFUNC selector for static builds.
17895 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
17897         * sysdeps/mips/math_private.h [__mips_hard_float]
17898         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
17899         libc_feresetround_mips_ctx.
17900         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
17901         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
17902         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
17904         [BZ #16677]
17905         * math/s_nextafter.c (__nextafter): Do not return value from
17906         overflowing computation.
17907         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
17908         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
17909         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
17910         Likewise.
17911         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
17912         Likewise.
17913         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
17914         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
17916 2014-03-11  Roland McGrath  <roland@hack.frob.com>
17918         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
17919         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
17920         Move sfi_sp use from the load-multiple (that no longer sets sp) to
17921         the new mov targetting sp.
17923 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17925         [BZ #16683]
17926         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
17927         Define it for static builds as well.
17928         (NO_BZERO_IMPL): Likewise.
17930 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
17932         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
17933         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
17934         multiarch strspn for PPC64.
17935         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
17936         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
17937         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17938         (__libc_ifunc_impl_list): Likewise.
17939         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
17940         multiarch optimizations
17941         * string/strspn.c (strspn): Using macro to redefine symbol name.
17943 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
17944             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17946         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
17947         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
17948         multiarch strncat for PPC64.
17949         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
17950         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
17951         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17952         (__libc_ifunc_impl_list): Likewise.
17953         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
17954         multiarch optimizations
17956 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
17958         [BZ #16639]
17959         * nscd/nscd.service: Make service type forking.
17961 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17963         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
17964         sign in non default rounding modes.
17965         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
17967 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
17969         * math/libm-test.inc (ALL_RM_TEST): New macro.
17970         (ceil_test): Use ALL_RM_TEST.
17971         (cimag_test): Likewise.
17972         (conj_test): Likewise.
17973         (copysign_test): Likewise.
17974         (cproj_test): Likewise.
17975         (creal_test): Likewise.
17976         (fabs_test): Likewise.
17977         (floor_test): Likewise.
17978         (fmax_test): Likewise.
17979         (fmin_test): Likewise.
17980         (fmod_test): Likewise.
17981         (fpclassify_test): Likewise.
17982         (frexp_test): Likewise.
17983         (ilogb_test): Likewise.
17984         (isfinite_test): Likewise.
17985         (finite_test): Likewise.
17986         (isgreater_test): Likewise.
17987         (isgreaterequal_test): Likewise.
17988         (isinf_test): Likewise.
17989         (isless_test): Likewise.
17990         (islessequal_test): Likewise.
17991         (islessgreater_test): Likewise.
17992         (isnan_test): Likewise.
17993         (isnormal_test): Likewise.
17994         (issignaling_test): Likewise.
17995         (isunordered_test): Likewise.
17996         (logb_test): Likewise.
17997         (logb_downward_test_data): Remove.
17998         (logb_test_downward): Likewise.
17999         (lround_test): Use ALL_RM_TEST.
18000         (llround_test): Likewise.
18001         (modf_test): Likewise.
18002         (nexttoward_test): Likewise.
18003         (remainder_test): Likewise.
18004         (drem_test): Likewise.
18005         (remainder_tonearest_test_data): Likewise.
18006         (remainder_test_tonearest): Likewise.
18007         (drem_test_tonearest): Likewise.
18008         (remainder_towardzero_test_data): Likewise.
18009         (remainder_test_towardzero): Likewise.
18010         (drem_test_towardzero): Likewise.
18011         (remainder_downward_test_data): Likewise.
18012         (remainder_test_downward): Likewise.
18013         (drem_test_downward): Likewise.
18014         (remainder_upward_test_data): Likewise.
18015         (remainder_test_upward): Likewise.
18016         (drem_test_upward): Likewise.
18017         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
18018         (round_test): Use ALL_RM_TEST.
18019         (signbit_test): Likewise.
18020         (trunc_test): Likewise.
18021         (significand_test): Likewise.
18022         (main): Don't call removed functions.
18024 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
18026         [BZ #16674]
18027         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
18028         || __USE_XOPEN2K8].
18029         (ILL_ILLOPN): Likewise.
18030         (ILL_ILLADR): Likewise.
18031         (ILL_ILLTRP): Likewise.
18032         (ILL_PRVOPC): Likewise.
18033         (ILL_PRVREG): Likewise.
18034         (ILL_COPROC): Likewise.
18035         (ILL_BADSTK): Likewise.
18036         (FPE_INTDIV): Likewise.
18037         (FPE_INTOVF): Likewise.
18038         (FPE_FLTDIV): Likewise.
18039         (FPE_FLTOVF): Likewise.
18040         (FPE_FLTUND): Likewise.
18041         (FPE_FLTRES): Likewise.
18042         (FPE_FLTINV): Likewise.
18043         (FPE_FLTSUB): Likewise.
18044         (SEGV_MAPERR): Likewise.
18045         (SEGV_ACCERR): Likewise.
18046         (BUS_ADRALN): Likewise.
18047         (BUS_ADRERR): Likewise.
18048         (BUS_OBJERR): Likewise.
18049         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
18050         (TRAP_TRACE): Likewise.
18051         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
18052         __USE_XOPEN2K8].
18053         (CLD_KILLED): Likewise.
18054         (CLD_DUMPED): Likewise.
18055         (CLD_TRAPPED): Likewise.
18056         (CLD_STOPPED): Likewise.
18057         (CLD_CONTINUED): Likewise.
18058         (POLL_IN): Likewise.
18059         (POLL_OUT): Likewise.
18060         (POLL_MSG): Likewise.
18061         (POLL_ERR): Likewise.
18062         (POLL_PRI): Likewise.
18063         (POLL_HUP): Likewise.
18064         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
18065         Likewise.
18066         (ILL_ILLOPN): Likewise.
18067         (ILL_ILLADR): Likewise.
18068         (ILL_ILLTRP): Likewise.
18069         (ILL_PRVOPC): Likewise.
18070         (ILL_PRVREG): Likewise.
18071         (ILL_COPROC): Likewise.
18072         (ILL_BADSTK): Likewise.
18073         (FPE_INTDIV): Likewise.
18074         (FPE_INTOVF): Likewise.
18075         (FPE_FLTDIV): Likewise.
18076         (FPE_FLTOVF): Likewise.
18077         (FPE_FLTUND): Likewise.
18078         (FPE_FLTRES): Likewise.
18079         (FPE_FLTINV): Likewise.
18080         (FPE_FLTSUB): Likewise.
18081         (SEGV_MAPERR): Likewise.
18082         (SEGV_ACCERR): Likewise.
18083         (BUS_ADRALN): Likewise.
18084         (BUS_ADRERR): Likewise.
18085         (BUS_OBJERR): Likewise.
18086         (BUS_MCEERR_AR): Likewise.
18087         (BUS_MCEERR_AO): Likewise.
18088         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
18089         (TRAP_TRACE): Likewise.
18090         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
18091         __USE_XOPEN2K8].
18092         (CLD_KILLED): Likewise.
18093         (CLD_DUMPED): Likewise.
18094         (CLD_TRAPPED): Likewise.
18095         (CLD_STOPPED): Likewise.
18096         (CLD_CONTINUED): Likewise.
18097         (POLL_IN): Likewise.
18098         (POLL_OUT): Likewise.
18099         (POLL_MSG): Likewise.
18100         (POLL_ERR): Likewise.
18101         (POLL_PRI): Likewise.
18102         (POLL_HUP): Likewise.
18103         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
18104         (ILL_ILLOPN): Likewise.
18105         (ILL_ILLADR): Likewise.
18106         (ILL_ILLTRP): Likewise.
18107         (ILL_PRVOPC): Likewise.
18108         (ILL_PRVREG): Likewise.
18109         (ILL_COPROC): Likewise.
18110         (ILL_BADSTK): Likewise.
18111         (FPE_INTDIV): Likewise.
18112         (FPE_INTOVF): Likewise.
18113         (FPE_FLTDIV): Likewise.
18114         (FPE_FLTOVF): Likewise.
18115         (FPE_FLTUND): Likewise.
18116         (FPE_FLTRES): Likewise.
18117         (FPE_FLTINV): Likewise.
18118         (FPE_FLTSUB): Likewise.
18119         (SEGV_MAPERR): Likewise.
18120         (SEGV_ACCERR): Likewise.
18121         (BUS_ADRALN): Likewise.
18122         (BUS_ADRERR): Likewise.
18123         (BUS_OBJERR): Likewise.
18124         (BUS_MCEERR_AR): Likewise.
18125         (BUS_MCEERR_AO): Likewise.
18126         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
18127         (TRAP_TRACE): Likewise.
18128         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
18129         __USE_XOPEN2K8].
18130         (CLD_KILLED): Likewise.
18131         (CLD_DUMPED): Likewise.
18132         (CLD_TRAPPED): Likewise.
18133         (CLD_STOPPED): Likewise.
18134         (CLD_CONTINUED): Likewise.
18135         (POLL_IN): Likewise.
18136         (POLL_OUT): Likewise.
18137         (POLL_MSG): Likewise.
18138         (POLL_ERR): Likewise.
18139         (POLL_PRI): Likewise.
18140         (POLL_HUP): Likewise.
18141         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
18142         Likewise.
18143         (ILL_ILLOPN): Likewise.
18144         (ILL_ILLADR): Likewise.
18145         (ILL_ILLTRP): Likewise.
18146         (ILL_PRVOPC): Likewise.
18147         (ILL_PRVREG): Likewise.
18148         (ILL_COPROC): Likewise.
18149         (ILL_BADSTK): Likewise.
18150         (ILL_BADIADDR): Likewise.
18151         (ILL_BREAK): Likewise.
18152         (FPE_INTDIV): Likewise.
18153         (FPE_INTOVF): Likewise.
18154         (FPE_FLTDIV): Likewise.
18155         (FPE_FLTOVF): Likewise.
18156         (FPE_FLTUND): Likewise.
18157         (FPE_FLTRES): Likewise.
18158         (FPE_FLTINV): Likewise.
18159         (FPE_FLTSUB): Likewise.
18160         (FPE_DECOVF): Likewise.
18161         (FPE_DECDIV): Likewise.
18162         (FPE_DECERR): Likewise.
18163         (FPE_INVASC): Likewise.
18164         (FPE_INVDEC): Likewise.
18165         (SEGV_MAPERR): Likewise.
18166         (SEGV_ACCERR): Likewise.
18167         (SEGV_PSTKOVF): Likewise.
18168         (BUS_ADRALN): Likewise.
18169         (BUS_ADRERR): Likewise.
18170         (BUS_OBJERR): Likewise.
18171         (BUS_MCEERR_AR): Likewise.
18172         (BUS_MCEERR_AO): Likewise.
18173         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
18174         (TRAP_TRACE): Likewise.
18175         (TRAP_BRANCH): Likewise.
18176         (TRAP_HWBKPT): Likewise.
18177         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
18178         __USE_XOPEN2K8].
18179         (CLD_KILLED): Likewise.
18180         (CLD_DUMPED): Likewise.
18181         (CLD_TRAPPED): Likewise.
18182         (CLD_STOPPED): Likewise.
18183         (CLD_CONTINUED): Likewise.
18184         (POLL_IN): Likewise.
18185         (POLL_OUT): Likewise.
18186         (POLL_MSG): Likewise.
18187         (POLL_ERR): Likewise.
18188         (POLL_PRI): Likewise.
18189         (POLL_HUP): Likewise.
18190         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
18191         (ILL_ILLOPN): Likewise.
18192         (ILL_ILLADR): Likewise.
18193         (ILL_ILLTRP): Likewise.
18194         (ILL_PRVOPC): Likewise.
18195         (ILL_PRVREG): Likewise.
18196         (ILL_COPROC): Likewise.
18197         (ILL_BADSTK): Likewise.
18198         (FPE_INTDIV): Likewise.
18199         (FPE_INTOVF): Likewise.
18200         (FPE_FLTDIV): Likewise.
18201         (FPE_FLTOVF): Likewise.
18202         (FPE_FLTUND): Likewise.
18203         (FPE_FLTRES): Likewise.
18204         (FPE_FLTINV): Likewise.
18205         (FPE_FLTSUB): Likewise.
18206         (SEGV_MAPERR): Likewise.
18207         (SEGV_ACCERR): Likewise.
18208         (BUS_ADRALN): Likewise.
18209         (BUS_ADRERR): Likewise.
18210         (BUS_OBJERR): Likewise.
18211         (BUS_MCEERR_AR): Likewise.
18212         (BUS_MCEERR_AO): Likewise.
18213         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
18214         (TRAP_TRACE): Likewise.
18215         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
18216         __USE_XOPEN2K8].
18217         (CLD_KILLED): Likewise.
18218         (CLD_DUMPED): Likewise.
18219         (CLD_TRAPPED): Likewise.
18220         (CLD_STOPPED): Likewise.
18221         (CLD_CONTINUED): Likewise.
18222         (POLL_IN): Likewise.
18223         (POLL_OUT): Likewise.
18224         (POLL_MSG): Likewise.
18225         (POLL_ERR): Likewise.
18226         (POLL_PRI): Likewise.
18227         (POLL_HUP): Likewise.
18228         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
18229         (ILL_ILLOPN): Likewise.
18230         (ILL_ILLADR): Likewise.
18231         (ILL_ILLTRP): Likewise.
18232         (ILL_PRVOPC): Likewise.
18233         (ILL_PRVREG): Likewise.
18234         (ILL_COPROC): Likewise.
18235         (ILL_BADSTK): Likewise.
18236         (FPE_INTDIV): Likewise.
18237         (FPE_INTOVF): Likewise.
18238         (FPE_FLTDIV): Likewise.
18239         (FPE_FLTOVF): Likewise.
18240         (FPE_FLTUND): Likewise.
18241         (FPE_FLTRES): Likewise.
18242         (FPE_FLTINV): Likewise.
18243         (FPE_FLTSUB): Likewise.
18244         (SEGV_MAPERR): Likewise.
18245         (SEGV_ACCERR): Likewise.
18246         (BUS_ADRALN): Likewise.
18247         (BUS_ADRERR): Likewise.
18248         (BUS_OBJERR): Likewise.
18249         (BUS_MCEERR_AR): Likewise.
18250         (BUS_MCEERR_AO): Likewise.
18251         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
18252         (TRAP_TRACE): Likewise.
18253         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
18254         __USE_XOPEN2K8].
18255         (CLD_KILLED): Likewise.
18256         (CLD_DUMPED): Likewise.
18257         (CLD_TRAPPED): Likewise.
18258         (CLD_STOPPED): Likewise.
18259         (CLD_CONTINUED): Likewise.
18260         (POLL_IN): Likewise.
18261         (POLL_OUT): Likewise.
18262         (POLL_MSG): Likewise.
18263         (POLL_ERR): Likewise.
18264         (POLL_PRI): Likewise.
18265         (POLL_HUP): Likewise.
18266         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
18267         (ILL_ILLOPN): Likewise.
18268         (ILL_ILLADR): Likewise.
18269         (ILL_ILLTRP): Likewise.
18270         (ILL_PRVOPC): Likewise.
18271         (ILL_PRVREG): Likewise.
18272         (ILL_COPROC): Likewise.
18273         (ILL_BADSTK): Likewise.
18274         (FPE_INTDIV): Likewise.
18275         (FPE_INTOVF): Likewise.
18276         (FPE_FLTDIV): Likewise.
18277         (FPE_FLTOVF): Likewise.
18278         (FPE_FLTUND): Likewise.
18279         (FPE_FLTRES): Likewise.
18280         (FPE_FLTINV): Likewise.
18281         (FPE_FLTSUB): Likewise.
18282         (SEGV_MAPERR): Likewise.
18283         (SEGV_ACCERR): Likewise.
18284         (BUS_ADRALN): Likewise.
18285         (BUS_ADRERR): Likewise.
18286         (BUS_OBJERR): Likewise.
18287         (BUS_MCEERR_AR): Likewise.
18288         (BUS_MCEERR_AO): Likewise.
18289         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
18290         (TRAP_TRACE): Likewise.
18291         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
18292         __USE_XOPEN2K8].
18293         (CLD_KILLED): Likewise.
18294         (CLD_DUMPED): Likewise.
18295         (CLD_TRAPPED): Likewise.
18296         (CLD_STOPPED): Likewise.
18297         (CLD_CONTINUED): Likewise.
18298         (POLL_IN): Likewise.
18299         (POLL_OUT): Likewise.
18300         (POLL_MSG): Likewise.
18301         (POLL_ERR): Likewise.
18302         (POLL_PRI): Likewise.
18303         (POLL_HUP): Likewise.
18304         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
18305         (ILL_ILLOPN): Likewise.
18306         (ILL_ILLADR): Likewise.
18307         (ILL_ILLTRP): Likewise.
18308         (ILL_PRVOPC): Likewise.
18309         (ILL_PRVREG): Likewise.
18310         (ILL_COPROC): Likewise.
18311         (ILL_BADSTK): Likewise.
18312         (ILL_DBLFLT): Likewise.
18313         (ILL_HARDWALL): Likewise.
18314         (FPE_INTDIV): Likewise.
18315         (FPE_INTOVF): Likewise.
18316         (FPE_FLTDIV): Likewise.
18317         (FPE_FLTOVF): Likewise.
18318         (FPE_FLTUND): Likewise.
18319         (FPE_FLTRES): Likewise.
18320         (FPE_FLTINV): Likewise.
18321         (FPE_FLTSUB): Likewise.
18322         (SEGV_MAPERR): Likewise.
18323         (SEGV_ACCERR): Likewise.
18324         (BUS_ADRALN): Likewise.
18325         (BUS_ADRERR): Likewise.
18326         (BUS_OBJERR): Likewise.
18327         (BUS_MCEERR_AR): Likewise.
18328         (BUS_MCEERR_AO): Likewise.
18329         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
18330         (TRAP_TRACE): Likewise.
18331         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
18332         __USE_XOPEN2K8].
18333         (CLD_KILLED): Likewise.
18334         (CLD_DUMPED): Likewise.
18335         (CLD_TRAPPED): Likewise.
18336         (CLD_STOPPED): Likewise.
18337         (CLD_CONTINUED): Likewise.
18338         (POLL_IN): Likewise.
18339         (POLL_OUT): Likewise.
18340         (POLL_MSG): Likewise.
18341         (POLL_ERR): Likewise.
18342         (POLL_PRI): Likewise.
18343         (POLL_HUP): Likewise.
18344         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
18345         (ILL_ILLOPN): Likewise.
18346         (ILL_ILLADR): Likewise.
18347         (ILL_ILLTRP): Likewise.
18348         (ILL_PRVOPC): Likewise.
18349         (ILL_PRVREG): Likewise.
18350         (ILL_COPROC): Likewise.
18351         (ILL_BADSTK): Likewise.
18352         (FPE_INTDIV): Likewise.
18353         (FPE_INTOVF): Likewise.
18354         (FPE_FLTDIV): Likewise.
18355         (FPE_FLTOVF): Likewise.
18356         (FPE_FLTUND): Likewise.
18357         (FPE_FLTRES): Likewise.
18358         (FPE_FLTINV): Likewise.
18359         (FPE_FLTSUB): Likewise.
18360         (SEGV_MAPERR): Likewise.
18361         (SEGV_ACCERR): Likewise.
18362         (BUS_ADRALN): Likewise.
18363         (BUS_ADRERR): Likewise.
18364         (BUS_OBJERR): Likewise.
18365         (BUS_MCEERR_AR): Likewise.
18366         (BUS_MCEERR_AO): Likewise.
18367         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
18368         (TRAP_TRACE): Likewise.
18369         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
18370         __USE_XOPEN2K8].
18371         (CLD_KILLED): Likewise.
18372         (CLD_DUMPED): Likewise.
18373         (CLD_TRAPPED): Likewise.
18374         (CLD_STOPPED): Likewise.
18375         (CLD_CONTINUED): Likewise.
18376         (POLL_IN): Likewise.
18377         (POLL_OUT): Likewise.
18378         (POLL_MSG): Likewise.
18379         (POLL_ERR): Likewise.
18380         (POLL_PRI): Likewise.
18381         (POLL_HUP): Likewise.
18382         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
18383         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
18385         [BZ #16670]
18386         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
18387         before #include of <time.h>.
18388         [!__USE_XOPEN2K] (__need_timespec): Likewise.
18389         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
18390         (test-xfail-UNIX98/sched.h/conform): Likewise.
18392 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
18394         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
18395         error absence of trapping exception support.
18396         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
18398 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
18400         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
18401         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
18402         * timezone/Makefile (testdata): Move definition above include of
18403         Rules.
18404         (test-zones): New variable.
18405         (tests-special): Add zone files.
18406         (build-testdata): Use $(evaluate-test).
18408         * elf/Makefile (tests-special): Rename tests to end with .out.
18409         ($(objpfx)noload-mem): Likewise.
18410         ($(objpfx)tst-leaks1-mem): Likewise.
18411         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
18412         * iconv/Makefile (xtests-special): Change test-iconvconfig to
18413         $(objpfx)test-iconvconfig.out.
18414         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
18415         set -e inside subshell and redirect output to file.
18416         * iconvdata/Makefile (generated): Rename tests to end with .out.
18417         Correct type.
18418         (tests-special): Rename tests to end with .out.
18419         ($(objpfx)mtrace-tst-loading): Likewise.
18420         * intl/Makefile (generated): Likewise.
18421         (tests-special): Likewise.
18422         ($(objpfx)mtrace-tst-gettext): Likewise.
18423         * misc/Makefile (generated): Likewise.
18424         (tests-special): Likewise.
18425         ($(objpfx)tst-error1-mem): Likewise.
18426         * nptl/Makefile (tests-special): Likewise.
18427         ($(objpfx)tst-stack3-mem): Likewise.
18428         (generated): Likewise.
18429         * posix/Makefile (generated): Likewise.
18430         (tests-special): Likewise.
18431         (xtests-special): Likewise.
18432         ($(objpfx)tst-fnmatch-mem): Likewise.
18433         ($(objpfx)bug-regex2-mem): Likewise.
18434         ($(objpfx)bug-regex14-mem): Likewise.
18435         ($(objpfx)bug-regex21-mem): Likewise.
18436         ($(objpfx)bug-regex31-mem): Likewise.
18437         ($(objpfx)tst-vfork3-mem): Likewise.
18438         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
18439         ($(objpfx)tst-pcre-mem): Likewise.
18440         ($(objpfx)tst-boost-mem): Likewise.
18441         ($(objpfx)bug-ga2-mem): Likewise.
18442         ($(objpfx)bug-glob2-mem): Likewise.
18443         * resolv/Makefile (generate): Likewise.
18444         (tests-special): Likewise.
18445         (xtests-special): Likewise.
18446         (generated): Likewise.
18447         ($(objpfx)mtrace-tst-leaks): Likewise.
18448         ($(objpfx)mtrace-tst-leaks2): Likewise.
18450         * scripts/merge-test-results.sh: New file.
18451         * Makefile (tests-special-notdir): New variable.
18452         (tests): Run merge-test-results.sh.
18453         (xtests): Likewise.
18454         * Rules (tests-special-notdir): New variable.
18455         (xtests-special-notdir): Likewise.
18456         (tests): Run merge-test-results.sh
18457         (xtests): Likewise.
18459         * Makeconfig (test-xfail-name): New variable.
18460         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
18461         compute variable name for expected failures.
18462         * conform/Makefile (conformtest-headers-data): New variable.
18463         (conformtest-standards): Likewise.
18464         (conformtest-headers-ISO): Likewise.
18465         (conformtest-headers-ISO99): Likewise.
18466         (conformtest-headers-ISO11): Likewise.
18467         (conformtest-headers-POSIX): Likewise.
18468         (conformtest-headers-XPG3): Likewise.
18469         (conformtest-headers-XPG4): Likewise.
18470         (conformtest-headers-UNIX98): Likewise.
18471         (conformtest-headers-XOPEN2K): Likewise.
18472         (conformtest-headers-POSIX2008): Likewise.
18473         (conformtest-headers-XOPEN2K8): Likewise.
18474         (conformtest-header-list-base): Likewise.
18475         (conformtest-header-list-tests): Likewise.
18476         (conformtest-header-base): Likewise.
18477         (conformtest-header-tests): Likewise.
18478         (tests-special): Add $(conformtest-header-list-tests).  If
18479         [$(fast-check) && !$(cross-compiling)], add
18480         $(conformtest-header-tests) instead of
18481         $(objpfx)run-conformtest.out.
18482         (generated): Add $(conformtest-header-list-base).  If
18483         [$(fast-check) && !$(cross-compiling)], add
18484         $(conformtest-header-base).  Remove previous setting.
18485         ($(conformtest-header-list-tests)): New target.
18486         (test-xfail-run-conformtest): Remove variable.
18487         ($(objpfx)run-conformtest.out): Remove target.
18488         (test-xfail-ISO11/complex.h/conform): New variable.
18489         (test-xfail-ISO11/stdalign.h/conform): Likewise.
18490         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
18491         (test-xfail-XPG3/varargs.h/conform): Likewise.
18492         (test-xfail-XPG4/varargs.h/conform): Likewise.
18493         (test-xfail-UNIX98/varargs.h/conform): Likewise.
18494         (test-xfail-XPG4/ndbm.h/conform): Likewise.
18495         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
18496         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
18497         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
18498         (test-xfail-XPG3/fcntl.h/conform): Likewise.
18499         (test-xfail-XPG3/ftw.h/conform): Likewise.
18500         (test-xfail-XPG3/grp.h/conform): Likewise.
18501         (test-xfail-XPG3/langinfo.h/conform): Likewise.
18502         (test-xfail-XPG3/limits.h/conform): Likewise.
18503         (test-xfail-XPG3/pwd.h/conform): Likewise.
18504         (test-xfail-XPG3/search.h/conform): Likewise.
18505         (test-xfail-XPG3/signal.h/conform): Likewise.
18506         (test-xfail-XPG3/stdio.h/conform): Likewise.
18507         (test-xfail-XPG3/stdlib.h/conform): Likewise.
18508         (test-xfail-XPG3/string.h/conform): Likewise.
18509         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
18510         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
18511         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
18512         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
18513         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
18514         (test-xfail-XPG3/sys/types.h/conform): Likewise.
18515         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
18516         (test-xfail-XPG3/termios.h/conform): Likewise.
18517         (test-xfail-XPG3/time.h/conform): Likewise.
18518         (test-xfail-XPG3/unistd.h/conform): Likewise.
18519         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
18520         (test-xfail-XPG4/fcntl.h/conform): Likewise.
18521         (test-xfail-XPG4/langinfo.h/conform): Likewise.
18522         (test-xfail-XPG4/netdb.h/conform): Likewise.
18523         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
18524         (test-xfail-XPG4/signal.h/conform): Likewise.
18525         (test-xfail-XPG4/stdio.h/conform): Likewise.
18526         (test-xfail-XPG4/stdlib.h/conform): Likewise.
18527         (test-xfail-XPG4/stropts.h/conform): Likewise.
18528         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
18529         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
18530         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
18531         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
18532         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
18533         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
18534         (test-xfail-XPG4/sys/time.h/conform): Likewise.
18535         (test-xfail-XPG4/sys/types.h/conform): Likewise.
18536         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
18537         (test-xfail-XPG4/termios.h/conform): Likewise.
18538         (test-xfail-XPG4/ucontext.h/conform): Likewise.
18539         (test-xfail-XPG4/unistd.h/conform): Likewise.
18540         (test-xfail-XPG4/utmpx.h/conform): Likewise.
18541         (test-xfail-POSIX/sched.h/conform): Likewise.
18542         (test-xfail-POSIX/signal.h/conform): Likewise.
18543         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
18544         (test-xfail-POSIX/tar.h/conform): Likewise.
18545         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
18546         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
18547         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
18548         (test-xfail-UNIX98/netdb.h/conform): Likewise.
18549         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
18550         (test-xfail-UNIX98/sched.h/conform): Likewise.
18551         (test-xfail-UNIX98/signal.h/conform): Likewise.
18552         (test-xfail-UNIX98/stdio.h/conform): Likewise.
18553         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
18554         (test-xfail-UNIX98/stropts.h/conform): Likewise.
18555         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
18556         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
18557         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
18558         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
18559         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
18560         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
18561         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
18562         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
18563         (test-xfail-UNIX98/unistd.h/conform): Likewise.
18564         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
18565         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
18566         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
18567         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
18568         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
18569         (test-xfail-XOPEN2K/math.h/conform): Likewise.
18570         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
18571         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
18572         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
18573         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
18574         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
18575         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
18576         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
18577         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
18578         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
18579         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
18580         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
18581         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
18582         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
18583         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
18584         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
18585         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
18586         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
18587         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
18588         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
18589         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
18590         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
18591         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
18592         (test-xfail-POSIX2008/signal.h/conform): Likewise.
18593         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
18594         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
18595         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
18596         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
18597         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
18598         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
18599         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
18600         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
18601         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
18602         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
18603         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
18604         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
18605         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
18606         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
18607         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
18608         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
18609         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
18610         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
18611         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
18612         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
18613         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
18614         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
18615         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
18616         (conformtest-cc-flags): Likewise.
18617         ($(conformtest-header-tests): New target.
18618         * conform/check-header-lists.sh: New file.
18619         * conform/run-conformtest.sh: Remove.
18621         * conform/conformtest.pl: Allow ' and \ in values given for
18622         constants.
18623         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
18624         inclusion.
18625         [POSIX] (sys/types.h): Likewise.
18626         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
18627         inclusion.
18628         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
18629         inclusion.
18630         * conform/data/signal.h-data (SIGIO): Remove expectation.
18631         [XPG3] (SIGBUS): Do not expect.
18632         [POSIX || XPG3] (SIGPOLL): Likewise.
18633         [POSIX || XPG3] (SIGPROF): Likewise.
18634         [POSIX || XPG3] (SIGSYS): Likewise.
18635         [XPG3] (SIGTRAP): Likewise.
18636         [POSIX || XPG3] (SIGURG): Likewise.
18637         [POSIX || XPG3] (SIGVTALRM): Likewise.
18638         [POSIX || XPG3] (SIGXCPU): Likewise.
18639         [POSIX || XPG3] (SIGXFSZ): Likewise.
18640         [POSIX] (SA_SIGINFO): Expect.
18641         [XPG3] (siginfo_t): Do not expect type or contents.
18642         [POSIX] (si_pid): Do not expect element.
18643         [POSIX] (si_uid): Likewise.
18644         [POSIX] (si_addr): Likewise.
18645         [POSIX] (si_status): Likewise.
18646         [POSIX] (si_band): Likewise.
18647         [XPG4] (si_value): Likewise.
18648         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
18649         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
18650         [POSIX || XPG3] (ILL_ILLADR): Likewise.
18651         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
18652         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
18653         [POSIX || XPG3] (ILL_PRVREG): Likewise.
18654         [POSIX || XPG3] (ILL_COPROC): Likewise.
18655         [POSIX || XPG3] (ILL_BADSTK): Likewise.
18656         [POSIX || XPG3] (FPE_INTDIV): Likewise.
18657         [POSIX || XPG3] (FPE_INTOVF): Likewise.
18658         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
18659         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
18660         [POSIX || XPG3] (FPE_FLTUND): Likewise.
18661         [POSIX || XPG3] (FPE_FLTRES): Likewise.
18662         [POSIX || XPG3] (FPE_FLTINV): Likewise.
18663         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
18664         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
18665         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
18666         [POSIX || XPG3] (BUS_ADRALN): Likewise.
18667         [POSIX || XPG3] (BUS_ADRERR): Likewise.
18668         [POSIX || XPG3] (BUS_OBJERR): Likewise.
18669         [POSIX || XPG3] (CLD_EXITED): Likewise.
18670         [POSIX || XPG3] (CLD_KILLED): Likewise.
18671         [POSIX || XPG3] (CLD_DUMPED): Likewise.
18672         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
18673         [POSIX || XPG3] (CLD_STOPPED): Likewise.
18674         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
18675         [POSIX || XPG3] (POLL_IN): Likewise.
18676         [POSIX || XPG3] (POLL_OUT): Likewise.
18677         [POSIX || XPG3] (POLL_MSG): Likewise.
18678         [POSIX || XPG3] (POLL_ERR): Likewise.
18679         [POSIX || XPG3] (POLL_PRI): Likewise.
18680         [POSIX || XPG3] (POLL_HUP): Likewise.
18681         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
18682         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
18683         (SIG*): Do not allow.
18684         [XPG3] (si_*): Likewise.
18685         [XPG3] (SI_*): Likewise.
18686         [XPG3 || XPG4] (sigev_*): Likewise.
18687         [XPG3 || XPG4] (SIGEV_*): Likewise.
18688         [XPG3 || XPG4] (sival_*): Likewise.
18689         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
18690         [POSIX || XPG3] (BUS_*): Likewise.
18691         [POSIX || XPG3] (CLD_*): Likewise.
18692         [POSIX || XPG3] (FPE_*): Likewise.
18693         [POSIX || XPG3] (ILL_*): Likewise.
18694         [POSIX || XPG3] (POLL_*): Likewise.
18695         [POSIX || XPG3] (SEGV_*): Likewise.
18696         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
18697         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
18698         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
18699         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
18700         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
18701         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
18702         Specify type and value.
18703         (TVERSLEN): Likewise.
18704         (REGTYPE): Likewise.
18705         (AREGTYPE): Likewise.
18706         (LNKTYPE): Likewise.
18707         (SYMTYPE): Likewise.
18708         (CHRTYPE): Likewise.
18709         (BLKTYPE): Likewise.
18710         (DIRTYPE): Likewise.
18711         (FIFOTYPE): Likewise.
18712         (CONTTYPE): Likewise.
18713         (TSUID): Likewise.
18714         (TSGID): Likewise.
18715         (TSVTX): Likewise.
18716         (TUREAD): Likewise.
18717         (TUWRITE): Likewise.
18718         (TUEXEC): Likewise.
18719         (TGREAD): Likewise.
18720         (TGWRITE): Likewise.
18721         (TGEXEC): Likewise.
18722         (TOREAD): Likewise.
18723         (TOWRITE): Likewise.
18724         (TOEXEC): Likewise.
18725         [POSIX] (TSVTX): Expect constant.
18727 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
18729         * Makefile (tests): Change dependencies to ....
18730         (tests-special): ... additions to this variable.
18731         (tests): Depend on $(tests-special).
18732         * Makerules (check-abi-list): New variable.
18733         (check-abi): Depend on $(check-abi-list).
18734         [$(subdir) = elf] (tests-special): Add
18735         $(objpfx)check-abi-libc.out.
18736         [$(build-shared) = yes && subdir] (tests-special): Add
18737         $(check-abi-list).
18738         [$(build-shared) = yes && subdir] (tests): Do not depend on
18739         check-abi.
18740         * Rules (tests): Depend on $(tests-special).
18741         (xtests): Depend on $(xtests-special).
18742         * catgets/Makefile (tests): Change dependencies to ....
18743         (tests-special): ... additions to this variable.
18744         * conform/Makefile (tests): Change dependencies to ....
18745         (tests-special): ... additions to this variable.
18746         * elf/Makefile (tests): Change dependencies to ....
18747         (tests-special): ... additions to this variable.
18748         * grp/Makefile (tests): Change dependencies to ....
18749         (tests-special): ... additions to this variable.
18750         * iconv/Makefile (xtests): Change dependencies to ....
18751         (xtests-special): ... additions to this variable.
18752         * iconvdata/Makefile (tests): Change dependencies to ....
18753         (tests-special): ... additions to this variable.
18754         * intl/Makefile (tests): Change dependencies to ....
18755         (tests-special): ... additions to this variable.  Also add
18756         $(objpfx)tst-gettext.out.
18757         * io/Makefile (tests): Change dependencies to ....
18758         (tests-special): ... additions to this variable.
18759         * libio/Makefile (tests): Change dependencies to ....
18760         (tests-special): ... additions to this variable.
18761         * malloc/Makefile (tests): Change dependencies to ....
18762         (tests-special): ... additions to this variable.
18763         * misc/Makefile (tests): Change dependencies to ....
18764         (tests-special): ... additions to this variable.
18765         * nptl/Makefile (tests): Change dependencies to ....
18766         (tests-special): ... additions to this variable.
18767         * nptl_db/Makefile (tests): Change dependencies to ....
18768         (tests-special): ... additions to this variable.
18769         * posix/Makefile (tests): Change dependencies to ....
18770         (tests-special): ... additions to this variable.
18771         (xtests): Change dependencies to ....
18772         (xtests-special): ... additions to this variable.
18773         * resolv/Makefile (tests): Change dependencies to ....
18774         (tests-special): ... additions to this variable.
18775         (xtests): Change dependencies to ....
18776         (xtests-special): ... additions to this variable.
18777         * stdio-common/Makefile (tests): Change dependencies to ....
18778         (tests-special): ... additions to this variable.
18779         (do-tst-unbputc): Remove target.
18780         (do-tst-printf): Likewise.
18781         * stdlib/Makefile (tests): Change dependencies to ....
18782         (tests-special): ... additions to this variable.
18783         * string/Makefile (tests): Change dependencies to ....
18784         (tests-special): ... additions to this variable.
18785         * sysdeps/x86/Makefile (tests): Change dependencies to ....
18786         (tests-special): ... additions to this variable.
18788         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
18789         whole file.
18790         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
18791         whole file.
18792         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
18793         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
18795         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
18796         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
18797         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
18798         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
18799         * conform/data/libgen.h-data [XPG3]: Likewise.
18800         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
18801         * conform/data/ndbm.h-data [XPG3]: Likewise.
18802         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
18803         * conform/data/netdb.h-data [XPG3]: Likewise.
18804         * conform/data/netinet/in.h-data [XPG3]: Likewise.
18805         * conform/data/poll.h-data [XPG3]: Likewise.
18806         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
18807         * conform/data/strings.h-data [XPG3]: Likewise.
18808         * conform/data/stropts.h-data [XPG3]: Likewise.
18809         * conform/data/sys/mman.h-data [XPG3]: Likewise.
18810         * conform/data/sys/resource.h-data [XPG3]: Likewise.
18811         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
18812         Likewise.
18813         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
18814         * conform/data/sys/time.h-data [XPG3]: Likewise.
18815         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
18816         * conform/data/sys/uio.h-data [XPG3]: Likewise.
18817         * conform/data/sys/un.h-data [XPG3]: Likewise.
18818         * conform/data/syslog.h-data [XPG3]: Likewise.
18819         * conform/data/ucontext.h-data [XPG3]: Likewise.
18820         * conform/data/utmpx.h-data [XPG3]: Likewise.
18821         * conform/data/varargs.h-data [UNIX98]: Enable file.
18823         * manual/Makefile (INSTALL_INFO): Remove variable setting.
18825         * math/libm-test.inc (struct test_f_f_data): Move expected results
18826         into structure for each rounding mode.
18827         (struct test_ff_f_data): Likewise.
18828         (struct test_ff_f_data_nexttoward): Likewise.
18829         (struct test_fi_f_data): Likewise.
18830         (struct test_fl_f_data): Likewise.
18831         (struct test_if_f_data): Likewise.
18832         (struct test_fff_f_data): Likewise.
18833         (struct test_c_f_data): Likewise.
18834         (struct test_f_f1_data): Likewise.
18835         (struct test_fF_f1_data): Likewise.
18836         (struct test_ffI_f1_data): Likewise.
18837         (struct test_c_c_data): Likewise.
18838         (struct test_cc_c_data): Likewise.
18839         (struct test_f_i_data): Likewise.
18840         (struct test_ff_i_data): Likewise.
18841         (struct test_f_l_data): Likewise.
18842         (struct test_f_L_data): Likewise.
18843         (struct test_fFF_11_data): Likewise.
18844         (RM_): New macro.
18845         (RM_FE_DOWNWARD): Likewise.
18846         (RM_FE_TONEAREST): Likewise.
18847         (RM_FE_TOWARDZERO): Likewise.
18848         (RM_FE_UPWARD): Likewise.
18849         (RUN_TEST_LOOP_f_f): Update references to expected results.
18850         (RUN_TEST_LOOP_2_f): Likewise.
18851         (RUN_TEST_LOOP_fff_f): Likewise.
18852         (RUN_TEST_LOOP_c_f): Likewise.
18853         (RUN_TEST_LOOP_f_f1): Likewise.
18854         (RUN_TEST_LOOP_fF_f1): Likewise.
18855         (RUN_TEST_LOOP_fI_f1): Likewise.
18856         (RUN_TEST_LOOP_ffI_f1): Likewise.
18857         (RUN_TEST_LOOP_c_c): Likewise.
18858         (RUN_TEST_LOOP_cc_c): Likewise.
18859         (RUN_TEST_LOOP_f_i): Likewise.
18860         (RUN_TEST_LOOP_f_i_tg): Likewise.
18861         (RUN_TEST_LOOP_ff_i_tg): Likewise.
18862         (RUN_TEST_LOOP_f_b): Likewise.
18863         (RUN_TEST_LOOP_f_b_tg): Likewise.
18864         (RUN_TEST_LOOP_f_l): Likewise.
18865         (RUN_TEST_LOOP_f_L): Likewise.
18866         (RUN_TEST_LOOP_fFF_11): Likewise.
18867         * math/gen-libm-test.pl (parse_args): Output four copies of
18868         expected results for each test.
18870         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18871         (__ASSUME_UTIMES): Remove.
18872         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18873         (__ASSUME_UTIMES): Likewise.
18875         * math/gen-auto-libm-tests.c: Update comment on output format.
18876         (output_for_one_input_case): Generate before-rounding and
18877         after-rounding information as conditions on output flags not
18878         floating-point format.
18879         * math/auto-libm-test-out: Regenerated.
18880         * math/gen-libm-test.pl (cond_value): New function.
18881         (or_cond_value): Use cond_value.
18882         (generate_testfile): Handle conditional exceptions.
18884 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
18886         * math/libm-test.inc (max_valid_error): New variable.
18887         (init_max_error): Take new argument specifying whether function
18888         results are exactly determined.  Set max_valid_error and bound
18889         other variables for errors based on this argument.
18890         (set_max_error): Do not record results above max_valid_error.
18891         (check_float_internal): Only accept errors of up to 0.5ulps if
18892         also at most max_valid_error.
18893         (START): Take new argument EXACT and pass it to init_max_error.
18894         (acos_test): Update call to START.
18895         (acos_test_tonearest): Likewise.
18896         (acos_test_towardzero): Likewise.
18897         (acos_test_downward): Likewise.
18898         (acos_test_upward): Likewise.
18899         (acosh_test): Likewise.
18900         (asin_test): Likewise.
18901         (asin_test_tonearest): Likewise.
18902         (asin_test_towardzero): Likewise.
18903         (asin_test_downward): Likewise.
18904         (asin_test_upward): Likewise.
18905         (asinh_test): Likewise.
18906         (atan_test): Likewise.
18907         (atanh_test): Likewise.
18908         (atan2_test): Likewise.
18909         (cabs_test): Likewise.
18910         (cacos_test): Likewise.
18911         (cacosh_test): Likewise.
18912         (carg_test): Likewise.
18913         (casin_test): Likewise.
18914         (casinh_test): Likewise.
18915         (catan_test): Likewise.
18916         (catanh_test): Likewise.
18917         (cbrt_test): Likewise.
18918         (ccos_test): Likewise.
18919         (ccosh_test): Likewise.
18920         (ceil_test): Likewise.
18921         (cexp_test): Likewise.
18922         (cimag_test): Likewise.
18923         (clog_test): Likewise.
18924         (clog10_test): Likewise.
18925         (conj_test): Likewise.
18926         (copysign_test): Likewise.
18927         (cos_test): Likewise.
18928         (cos_test_tonearest): Likewise.
18929         (cos_test_towardzero): Likewise.
18930         (cos_test_downward): Likewise.
18931         (cos_test_upward): Likewise.
18932         (cosh_test): Likewise.
18933         (cosh_test_tonearest): Likewise.
18934         (cosh_test_towardzero): Likewise.
18935         (cosh_test_downward): Likewise.
18936         (cosh_test_upward): Likewise.
18937         (cpow_test): Likewise.
18938         (cproj_test): Likewise.
18939         (creal_test): Likewise.
18940         (csin_test): Likewise.
18941         (csinh_test): Likewise.
18942         (csqrt_test): Likewise.
18943         (ctan_test): Likewise.
18944         (ctan_test_tonearest): Likewise.
18945         (ctan_test_towardzero): Likewise.
18946         (ctan_test_downward): Likewise.
18947         (ctan_test_upward): Likewise.
18948         (ctanh_test): Likewise.
18949         (ctanh_test_tonearest): Likewise.
18950         (ctanh_test_towardzero): Likewise.
18951         (ctanh_test_downward): Likewise.
18952         (ctanh_test_upward): Likewise.
18953         (erf_test): Likewise.
18954         (erfc_test): Likewise.
18955         (exp_test): Likewise.
18956         (exp_test_tonearest): Likewise.
18957         (exp_test_towardzero): Likewise.
18958         (exp_test_downward): Likewise.
18959         (exp_test_upward): Likewise.
18960         (exp10_test): Likewise.
18961         (exp10_test_tonearest): Likewise.
18962         (exp10_test_towardzero): Likewise.
18963         (exp10_test_downward): Likewise.
18964         (exp10_test_upward): Likewise.
18965         (pow10_test): Likewise.
18966         (exp2_test): Likewise.
18967         (expm1_test): Likewise.
18968         (expm1_test_tonearest): Likewise.
18969         (expm1_test_towardzero): Likewise.
18970         (expm1_test_downward): Likewise.
18971         (expm1_test_upward): Likewise.
18972         (fabs_test): Likewise.
18973         (fdim_test): Likewise.
18974         (floor_test): Likewise.
18975         (fma_test): Likewise.
18976         (fma_test_towardzero): Likewise.
18977         (fma_test_downward): Likewise.
18978         (fma_test_upward): Likewise.
18979         (fmax_test): Likewise.
18980         (fmin_test): Likewise.
18981         (fmod_test): Likewise.
18982         (fpclassify_test): Likewise.
18983         (frexp_test): Likewise.
18984         (hypot_test): Likewise.
18985         (ilogb_test): Likewise.
18986         (isfinite_test): Likewise.
18987         (finite_test): Likewise.
18988         (isgreater_test): Likewise.
18989         (isgreaterequal_test): Likewise.
18990         (isinf_test): Likewise.
18991         (isless_test): Likewise.
18992         (islessequal_test): Likewise.
18993         (islessgreater_test): Likewise.
18994         (isnan_test): Likewise.
18995         (isnormal_test): Likewise.
18996         (issignaling_test): Likewise.
18997         (isunordered_test): Likewise.
18998         (j0_test): Likewise.
18999         (j1_test): Likewise.
19000         (jn_test): Likewise.
19001         (ldexp_test): Likewise.
19002         (lgamma_test): Likewise.
19003         (gamma_test): Likewise.
19004         (lrint_test): Likewise.
19005         (lrint_test_tonearest): Likewise.
19006         (lrint_test_towardzero): Likewise.
19007         (lrint_test_downward): Likewise.
19008         (lrint_test_upward): Likewise.
19009         (llrint_test): Likewise.
19010         (llrint_test_tonearest): Likewise.
19011         (llrint_test_towardzero): Likewise.
19012         (llrint_test_downward): Likewise.
19013         (llrint_test_upward): Likewise.
19014         (log_test): Likewise.
19015         (log10_test): Likewise.
19016         (log1p_test): Likewise.
19017         (log2_test): Likewise.
19018         (logb_test): Likewise.
19019         (logb_test_downward): Likewise.
19020         (lround_test): Likewise.
19021         (llround_test): Likewise.
19022         (modf_test): Likewise.
19023         (nearbyint_test): Likewise.
19024         (nextafter_test): Likewise.
19025         (nexttoward_test): Likewise.
19026         (pow_test): Likewise.
19027         (pow_test_tonearest): Likewise.
19028         (pow_test_towardzero): Likewise.
19029         (pow_test_downward): Likewise.
19030         (pow_test_upward): Likewise.
19031         (remainder_test): Likewise.
19032         (drem_test): Likewise.
19033         (remainder_test_tonearest): Likewise.
19034         (drem_test_tonearest): Likewise.
19035         (remainder_test_towardzero): Likewise.
19036         (drem_test_towardzero): Likewise.
19037         (remainder_test_downward): Likewise.
19038         (drem_test_downward): Likewise.
19039         (remainder_test_upward): Likewise.
19040         (drem_test_upward): Likewise.
19041         (remquo_test): Likewise.
19042         (rint_test): Likewise.
19043         (rint_test_tonearest): Likewise.
19044         (rint_test_towardzero): Likewise.
19045         (rint_test_downward): Likewise.
19046         (rint_test_upward): Likewise.
19047         (round_test): Likewise.
19048         (scalb_test): Likewise.
19049         (scalbn_test): Likewise.
19050         (scalbln_test): Likewise.
19051         (signbit_test): Likewise.
19052         (sin_test): Likewise.
19053         (sin_test_tonearest): Likewise.
19054         (sin_test_towardzero): Likewise.
19055         (sin_test_downward): Likewise.
19056         (sin_test_upward): Likewise.
19057         (sincos_test): Likewise.
19058         (sinh_test): Likewise.
19059         (sinh_test_tonearest): Likewise.
19060         (sinh_test_towardzero): Likewise.
19061         (sinh_test_downward): Likewise.
19062         (sinh_test_upward): Likewise.
19063         (sqrt_test): Likewise.
19064         (sqrt_test_tonearest): Likewise.
19065         (sqrt_test_towardzero): Likewise.
19066         (sqrt_test_downward): Likewise.
19067         (sqrt_test_upward): Likewise.
19068         (tan_test): Likewise.
19069         (tan_test_tonearest): Likewise.
19070         (tan_test_towardzero): Likewise.
19071         (tan_test_downward): Likewise.
19072         (tan_test_upward): Likewise.
19073         (tanh_test): Likewise.
19074         (tgamma_test): Likewise.
19075         (trunc_test): Likewise.
19076         (y0_test): Likewise.
19077         (y1_test): Likewise.
19078         (yn_test): Likewise.
19079         (significand_test): Likewise.
19081         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
19082         individual tests in comment.
19083         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
19084         (prev_max_error): New variable.
19085         (prev_real_max_error): Likewise.
19086         (prev_imag_max_error): Likewise.
19087         (compare_ulp_data): Don't refer to test names in comment.
19088         (find_test_ulps): Remove function.
19089         (find_function_ulps): Likewise.
19090         (find_complex_function_ulps): Likewise.
19091         (init_max_error): Take function name as argument.  Look up ulps
19092         for that function.
19093         (print_ulps): Remove function.
19094         (print_max_error): Use prev_max_error instead of calling
19095         find_function_ulps.
19096         (print_complex_max_error): Use prev_real_max_error and
19097         prev_imag_max_error instead of calling find_complex_function_ulps.
19098         (check_float_internal): Take max_ulp parameter instead of calling
19099         find_test_ulps.  Don't call print_ulps.
19100         (check_float): Update call to check_float_internal.
19101         (check_complex): Update calls to check_float_internal.
19102         (START): Pass argument to init_max_error.
19103         * math/gen-libm-test.pl (%results): Don't include "kind"
19104         information.
19105         (parse_ulps): Don't handle ulps of individual tests.
19106         (print_ulps_file): Likewise.
19107         (output_ulps): Likewise.
19108         * math/README.libm-test: Update.
19109         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
19110         individual tests.
19111         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
19112         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
19113         * sysdeps/arm/libm-test-ulps: Likewise.
19114         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
19115         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
19116         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
19117         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
19118         * sysdeps/microblaze/libm-test-ulps: Likewise.
19119         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
19120         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
19121         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
19122         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
19123         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
19124         * sysdeps/sh/libm-test-ulps: Likewise.
19125         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
19126         * sysdeps/tile/libm-test-ulps: Likewise.
19127         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19129 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
19131         * math/libm-test.inc (print_complex_max_error): Check separately
19132         whether real and imaginary errors are within allowed range and
19133         pass 0 to print_complex_function_ulps instead of value within
19134         allowed range.
19136 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
19138         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
19139         formatting.
19140         (get_handles_fopen): Likewise.
19141         (do_write_test): Likewise.
19143         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
19145         * libio/fileops.c (do_ftell): Use cached offset when
19146         available.
19147         * libio/iofwide.c (do_ftell_wide): Likewise.
19148         * libio/iofdopen.c (_IO_new_fdopen): Don't use
19149         _IO_file_attach.
19150         * libio/wfileops.c (_IO_fwide): Don't cache offset.
19152         [BZ #16532]
19153         * libio/libioP.h (get_file_offset): New function.
19154         * libio/fileops.c (get_file_offset): Likewise.
19155         (do_ftell): Likewise.
19156         (_IO_new_file_seekoff): Split out ftell logic.
19157         * libio/wfileops.c (do_ftell_wide): Likewise.
19158         (_IO_wfile_seekoff): Split out ftell logic.
19159         * libio/tst-ftell-active-handler.c: New test case.
19160         * libio/Makefile (tests): Add it.
19162 2014-03-03  Roland McGrath  <roland@hack.frob.com>
19164         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
19165         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
19167 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
19169         [BZ #16639]
19170         * nscd/connections.c (nscd_init): Call do_exit.
19171         (start_threads): Call do_exit and notify_parent.
19172         (begin_drop_privileges): Call do_exit.
19173         (finish_drop_privileges): Likewise.
19174         * nscd/selinux.c (preserve_capabilities): Likewise.
19175         (install_real_capabilities): Likewise.
19176         (nscd_selinux_enabled): Likewise.
19177         (avc_create_thread): Likewise.
19178         (avc_alloc_lock): Likewise.
19179         (nscd_avc_init): Likewise.
19180         * nscd/nscd.c (parent_fd): New static variable.
19181         (main): Create a pipe between parent and child processes.
19182         Skip closing parent_fd.
19183         (monitor_child): New function.
19184         (do_exit): Likewise.
19185         (notify_parent): Likewise.
19186         * nscd/nscd.h (notify_parent): Likewise.
19187         (do_exit): Likewise.
19189 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
19191         * malloc/malloc.c (__libc_calloc): Revert last change.
19193 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19195         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19197 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
19199         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
19200         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
19201         implementation.
19202         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
19203         (__libc_ifunc_impl_list): Likewise.
19204         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
19205         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
19206         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
19207         * string/strrchr.c: Define STRRCHR.
19209 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
19211         * benchtest/bench-strtok.c (simple_strtok): Delete.
19212         (strtok_string): Use as benchmark.
19213         * string/strtok (STRTOK): New macro.
19215 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
19217         * manual/threads.texi: Add header and standard comments to all
19218         functions.
19220         * elf/dl-lookup.c (check_match): New function.
19221         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
19222         (do_lookup_x): Remove nested function check_match. Use non-nested
19223         function check_match.
19225 2014-02-28  Roland McGrath  <roland@hack.frob.com>
19227         * csu/Makefile (generated, before-compile): Use += rather than =.
19228         * catgets/Makefile (generated, generated-dirs): Likewise.
19229         * debug/Makefile (generated): Likewise.
19230         * dlfcn/Makefile (generated): Likewise.
19231         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
19232         * iconvdata/Makefile (before-compile, generated): Likewise.
19233         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
19234         * libio/Makefile (generated): Likewise.
19235         * malloc/Makefile (generated): Likewise.
19236         * manual/Makefile (generated, generated-dirs): Likewise.
19237         * misc/Makefile (generated): Likewise.
19238         * posix/Makefile (generated): Likewise.
19239         * resolv/Makefile (generated): Likewise.
19240         * sunrpc/Makefile (generated, generated-dirs): Likewise.
19241         * timezone/Makefile (generated, generated-dirs): Likewise.
19243         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
19245 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19247         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
19248         power8 implementation.
19249         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
19250         file: POWER8 llround ifunc implementation.
19251         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
19252         (__lllround): Add POWER8 implementation.
19253         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
19254         POWER8 llround implementation.
19256         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
19257         power8 implementation.
19258         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
19259         file: POWER8 llrint ifunc implementation.
19260         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
19261         Add POWER8 implementation.
19262         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
19263         POWER8 llrint implementation.
19265         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
19266         power8 implementation.
19267         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
19268         file: POWER8 finite ifunc implementation.
19269         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
19270         Add POWER8 implementation.
19271         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
19272         Likewise.
19273         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
19274         POWER8 finite implementation.
19275         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
19277         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
19278         power8 implementation.
19279         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
19280         file: POWER8 isinf ifunc implementation.
19281         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
19282         POWER8 implementation.
19283         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
19284         Likewise.
19285         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
19286         isinf implementation.
19287         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
19289         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
19290         (INIT_ARCH): Add hwcap2 initialization.
19291         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
19292         power8 implementation.
19293         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
19294         file: POWER8 isnan ifunc implementation.
19295         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
19296         POWER8 implementation.
19297         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
19298         Likewise.
19299         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
19300         isnan implementation.
19301         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
19303 2014-02-27  Joey Ye  <joey.ye@arm.com>
19305         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
19306         (_FP_NANFRAC_Q): Set to zero.
19308 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
19310         [BZ #16623]
19311         * math/auto-libm-test-in: New test inputs.
19312         * math/auto-libm-test-out: Regenerate.
19313         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
19314         and DA.
19315         (__cos): Likewise.
19316         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
19318 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
19320         * scripts/evaluate-test.sh: Take new argument indicating whether
19321         failure is expected.
19322         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
19323         indicating whether failure is expected.
19324         * conform/Makefile (test-xfail-run-conformtest): New variable.
19325         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
19326         level.
19327         * posix/Makefile (test-xfail-annexc): New variable.
19328         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
19330 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
19332         * argp/Makefile: Include Makeconfig immediately after defining
19333         subdir.
19334         * assert/Makefile: Likewise.
19335         * benchtests/Makefile: Likewise.
19336         * catgets/Makefile: Likewise.
19337         * conform/Makefile: Likewise.
19338         * crypt/Makefile: Likewise.
19339         * csu/Makefile: Likewise.
19340         (all): Remove target.
19341         * ctype/Makefile: Include Makeconfig immediately after defining
19342         subdir.
19343         * debug/Makefile: Likewise.
19344         * dirent/Makefile: Likewise.
19345         * dlfcn/Makefile: Likewise.
19346         * gmon/Makefile: Likewise.
19347         * gnulib/Makefile: Likewise.
19348         * grp/Makefile: Likewise.
19349         * gshadow/Makefile: Likewise.
19350         * hesiod/Makefile: Likewise.
19351         * hurd/Makefile: Likewise.
19352         (all): Remove target.
19353         * iconvdata/Makefile: Include Makeconfig immediately after
19354         defining subdir.
19355         * inet/Makefile: Likewise.
19356         * intl/Makefile: Likewise.
19357         * io/Makefile: Likewise.
19358         * libio/Makefile: Likewise.
19359         (all): Remove target.
19360         * locale/Makefile: Include Makeconfig immediately after defining
19361         subdir.
19362         * login/Makefile: Likewise.
19363         * mach/Makefile: Likewise.
19364         (all): Remove target.
19365         * malloc/Makefile: Include Makeconfig immediately after defining
19366         subdir.
19367         (all): Remove target.
19368         * manual/Makefile: Include Makeconfig immediately after defining
19369         subdir.
19370         * math/Makefile: Likewise.
19371         * misc/Makefile: Likewise.
19372         * nis/Makefile: Likewise.
19373         * nss/Makefile: Likewise.
19374         * po/Makefile: Likewise.
19375         (all): Remove target.
19376         * posix/Makefile: Include Makeconfig immediately after defining
19377         subdir.
19378         * pwd/Makefile: Likewise.
19379         * resolv/Makefile: Likewise.
19380         * resource/Makefile: Likewise.
19381         * rt/Makefile: Likewise.
19382         * setjmp/Makefile: Likewise.
19383         * shadow/Makefile: Likewise.
19384         * signal/Makefile: Likewise.
19385         * socket/Makefile: Likewise.
19386         * soft-fp/Makefile: Likewise.
19387         * stdio-common/Makefile: Likewise.
19388         * stdlib/Makefile: Likewise.
19389         * streams/Makefile: Likewise.
19390         * string/Makefile: Likewise.
19391         * sunrpc/Makefile: Likewise.
19392         (all): Remove target.
19393         * sysvipc/Makefile: Include Makeconfig immediately after defining
19394         subdir.
19395         * termios/Makefile: Likewise.
19396         * time/Makefile: Likewise.
19397         * timezone/Makefile: Likewise.
19398         (all): Remove target.
19399         * wcsmbs/Makefile: Include Makeconfig immediately after defining
19400         subdir.
19401         * wctype/Makefile: Likewise.
19403 2014-02-26  Steve Ellcey  <sellcey@mips.com>
19405         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
19406         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
19407         (libc_feholdexcept_setround_mips): Ditto.
19408         (libc_feholdsetround): New.
19409         (libc_feholdsetroundf): New.
19410         (libc_feholdsetroundl): New.
19411         (libc_feupdateenv_test_mips): New.
19412         (libc_feupdateenv_test): New.
19413         (libc_feupdateenv_testf): New.
19414         (libc_feupdateenv_testl): New.
19415         (libc_feresetround): New.
19416         (libc_feresetroundf): New.
19417         (libc_feresetroundl): New.
19418         (libc_fetestexcept_mips): New.
19419         (libc_fetestexcept): New.
19420         (libc_fetestexceptf): New.
19421         (libc_fetestexceptl): New.
19422         (HAVE_RM_CTX): New.
19423         (libc_feholdexcept_setround_mips_ctx): New.
19424         (libc_feholdexcept_setround_ctx): New.
19425         (libc_feholdexcept_setroundf_ctx): New.
19426         (libc_feholdexcept_setroundl_ctx): New.
19427         (libc_fesetenv_mips_ctx): New.
19428         (libc_fesetenv_ctx): New.
19429         (libc_fesetenv_ctxf): New.
19430         (libc_fesetenv_ctxl): New.
19431         (libc_feupdateenv_mips_ctx): New.
19432         (libc_feupdateenv_ctx): New.
19433         (libc_feupdateenvf_ctx): New.
19434         (libc_feupdateenvl_ctx): New.
19435         (libc_feholdsetround_mips_ctx): New.
19436         (libc_feholdsetround_ctx): New.
19437         (libc_feholdsetroundf_ctx): New.
19438         (libc_feholdsetroundl_ctx): New.
19439         (libc_feresetround_mips_ctx): New.
19440         (libc_feresetround_ctx): New.
19441         (libc_feresetroundf_ctx): New.
19442         (libc_feresetroundl_ctx): New.
19444 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
19446         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
19448         * manual/ipc.texi: New file.
19449         * manual/Makefile (chapters): Add ipc.
19450         * manual/job.texi: Add "Inter-Process Communication" to next.
19451         * manual/process.texi: Add "Inter-Process Communication" to prev.
19453 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19455         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19457 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
19459         * malloc/malloc.c (__libc_calloc): Simplify implementation.
19461         * manual/arith.texi: Fix spaces after sentences.
19462         * manual/charset.texi: Likewise.
19463         * manual/errno.texi: Likewise.
19464         * manual/install.texi: Likewise.
19465         * manual/llio.texi: Likewise.
19466         * manual/locale.texi: Likewise.
19467         * manual/maint.texi: Likewise.
19468         * manual/math.texi: Likewise.
19469         * manual/memory.texi: Likewise.
19470         * manual/message.texi: Likewise.
19471         * manual/probes.texi: Likewise.
19472         * manual/resource.texi: Likewise.
19473         * manual/signal.texi: Likewise.
19474         * manual/socket.texi: Likewise.
19475         * manual/stdio.texi: Likewise.
19476         * manual/string.texi: Likewise.
19477         * manual/time.texi: Likewise.
19478         * manual/users.texi: Likewise.
19480 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
19482         [BZ #16632]
19483         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
19484         _DEFAULT_SOURCE is defined.
19486 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
19487             Carlos O'Donell  <carlos@redhat.com>
19489         [BZ #16613]
19490         * elf/dl-tls.c (_dl_count_modids): New function.
19491         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
19492         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
19493         audit library and increment generation counter.
19494         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
19495         * elf/tst-audit9.c: New file.
19496         * elf/tst-auditmod9a.c: New file.
19497         * elf/tst-auditmod9b.c: New file.
19498         * elf/Makefile: Add rules to build and run tst-audit9.
19500 2014-02-25  Florian Weimer  <fweimer@redhat.com>
19502         [BZ #15347]
19503         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
19505 2014-02-25  Will Newton  <will.newton@linaro.org>
19507         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
19508         (__longjmp): Restore sp and lr before restoring callee
19509         saved registers.  Add longjmp and longjmp_target
19510         SystemTap probe point.
19511         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
19512         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
19513         Define to zero to match jmpbuf layout.
19514         * sysdeps/arm/setjmp.S: Include stap-probe.h.
19515         (__sigsetjmp): Save sp and lr before saving callee
19516         saved registers.  Add setjmp SystemTap probe point.
19518 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
19520         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
19522 2014-02-24  Andreas Schwab  <schwab@suse.de>
19524         [BZ #15804]
19525         * elf/pldd.c (wait_for_ptrace_stop): New function.
19526         (main): Call it after attaching.
19528 2014-02-22  Roland McGrath  <roland@hack.frob.com>
19530         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
19531         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
19532         Versions files is now verboten.
19533         * hurd/Versions (libc: GLIBC_2.0):
19534         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
19535         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
19536         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
19537         * mach/Versions: Likewise.
19539         * csu/Versions: Remove unused %include.
19540         * resolv/Versions: Likewise.
19542 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
19544         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
19545         ($(objpfx)check-local-headers.out): Likewise.
19546         ($(objpfx)begin-end-check.out): Likewise.
19547         * Makerules (check-abi-%.out): Likewise.
19548         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
19549         ($(objpfx)test2.cat): Likewise.
19550         ($(objpfx)de/libc.cat): Likewise.
19551         ($(objpfx)test-gencat.out): Likewise.
19552         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
19553         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
19554         ($(objpfx)noload-mem): Likewise.
19555         ($(objpfx)tst-pathopt.out): Likewise.
19556         ($(objpfx)tst-rtld-load-self.out): Likewise.
19557         ($(objpfx)tst-array1-cmp.out): Likewise.
19558         ($(objpfx)tst-array1-static-cmp.out): Likewise.
19559         ($(objpfx)tst-array2-cmp.out): Likewise.
19560         ($(objpfx)tst-array3-cmp.out): Likewise.
19561         ($(objpfx)tst-array4-cmp.out): Likewise.
19562         ($(objpfx)tst-array5-cmp.out): Likewise.
19563         ($(objpfx)tst-array5-static-cmp.out): Likewise.
19564         ($(objpfx)check-textrel.out): Likewise.
19565         ($(objpfx)check-execstack.out): Likewise.
19566         ($(objpfx)check-localplt.out): Likewise.
19567         ($(objpfx)order2-cmp.out): Likewise.
19568         ($(objpfx)tst-leaks1-mem): Likewise.
19569         ($(objpfx)tst-leaks1-static-mem): Likewise.
19570         ($(objpfx)tst-initorder-cmp.out): Likewise.
19571         ($(objpfx)tst-initorder2-cmp.out): Likewise.
19572         ($(objpfx)tst-unused-dep.out): Likewise.
19573         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
19574         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
19575         * iconv/Makefile (test-iconvconfig): Likewise.
19576         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
19577         ($(objpfx)iconv-test.out): Likewise.
19578         ($(objpfx)tst-tables.out): Likewise.
19579         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
19580         ($(objpfx)tst-gettext.out): Likewise.
19581         ($(objpfx)tst-translit.out): Likewise.
19582         ($(objpfx)tst-gettext2.out): Likewise.
19583         ($(objpfx)tst-gettext4.out): Likewise.
19584         ($(objpfx)tst-gettext6.out): Likewise.
19585         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
19586         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
19587         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
19588         ($(objpfx)tst-fopenloc-mem.out): Likewise.
19589         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
19590         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
19591         * posix/Makefile ($(objpfx)globtest.out): Likewise.
19592         ($(objpfx)wordexp-tst.out): Likewise.
19593         ($(objpfx)annexc.out): Likewise.
19594         ($(objpfx)tst-fnmatch-mem): Likewise.
19595         ($(objpfx)bug-regex2-mem): Likewise.
19596         ($(objpfx)bug-regex14-mem): Likewise.
19597         ($(objpfx)bug-regex21-mem): Likewise.
19598         ($(objpfx)bug-regex31-mem): Likewise.
19599         ($(objpfx)tst-vfork3-mem): Likewise.
19600         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
19601         ($(objpfx)tst-pcre-mem): Likewise.
19602         ($(objpfx)tst-boost-mem): Likewise.
19603         ($(objpfx)tst-getconf.out): Likewise.
19604         ($(objpfx)bug-ga2-mem): Likewise.
19605         ($(objpfx)bug-glob2-mem): Likewise.
19606         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
19607         ($(objpfx)mtrace-tst-leaks2): Likewise.
19608         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
19609         ($(objpfx)tst-printf.out): Likewise.
19610         ($(objpfx)tst-setvbuf1.out): Likewise.
19611         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
19612         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
19613         ($(objpfx)tst-fmtmsg.out): Likewise.
19614         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
19615         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
19617         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
19618         * bits/sigaction.h [__USE_MISC]: Likewise.
19619         * bits/waitstatus.h: Update #endif comments.
19620         * ctype/ctype.h: Likewise.
19621         * dirent/dirent.h: Likewise.
19622         [__USE_MISC]: Remove redundant conditionals.
19623         * grp/grp.h: Update #endif comments.
19624         [__USE_GNU]: Remove redundant conditionals.
19625         [__USE_MISC]: Likewise.
19626         * inet/netinet/in.h [__USE_GNU]: Likewise.
19627         * io/sys/stat.h [__USE_MISC]: Likewise.
19628         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
19629         * libio/bits/stdio.h: Update #endif comments.
19630         [__USE_MISC]: Remove redundant conditionals.
19631         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
19632         * libio/stdio.h: Update #endif comments.
19633         [__USE_MISC]: Remove redundant conditionals.
19634         * math/bits/math-finite.h [__USE_MISC]: Likewise.
19635         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
19636         * math/math.h: Update #else and #endif comments.
19637         [__USE_MISC]: Remove redundant conditionals.
19638         * misc/sys/uio.h: Update #endif comments.
19639         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
19640         * posix/glob.h [__USE_MISC]: Likewise.
19641         * posix/sys/types.h: Update #endif comments.
19642         [__USE_MISC]: Remove redundant conditionals.
19643         * posix/sys/wait.h: Update #endif comments.
19644         [__USE_MISC]: Remove redundant conditionals.
19645         * posix/unistd.h: Update #endif comments.
19646         [__USE_MISC]: Remove redundant conditionals.
19647         * pwd/pwd.h [__USE_GNU]: Likewise.
19648         [__USE_MISC]: Likewise.
19649         * resolv/netdb.h [__USE_GNU]: Likewise.
19650         * signal/signal.h: Update #endif comments.
19651         [__USE_MISC]: Remove redundant conditionals.
19652         * stdlib/stdlib.h: Update #else and #endif comments.
19653         [__USE_MISC]: Remove redundant conditionals.
19654         [__USE_GNU]: Likewise.
19655         * string/bits/string2.h [__USE_MISC]: Likewise.
19656         * string/string.h: Update #endif comments.
19657         [__USE_MISC]: Remove redundant conditionals.
19658         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
19659         Likewise.
19660         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
19661         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
19662         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
19663         Likewise.
19664         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
19665         Likewise.
19666         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
19667         comments.
19668         [__USE_MISC]: Remove redundant conditionals.
19669         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
19670         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
19671         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
19672         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
19673         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
19674         Likewise.
19675         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
19676         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
19677         Likewise.
19678         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
19679         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
19680         Likewise.
19681         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
19682         Likewise.
19683         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
19684         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
19685         Likewise.
19686         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
19687         Likewise.
19688         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
19689         * sysdeps/x86/bits/string.h: Update #endif comments.
19690         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
19691         conditionals.
19692         * time/sys/time.h: Update #endif comments.
19693         * time/time.h: Likewise.
19694         [__USE_MISC]: Remove redundant conditionals.
19696 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
19698         [BZ #16600]
19699         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
19701 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
19703         * Versions.def (librt): Add GLIBC_2.17.
19705 2014-02-21  Adam Conrad  <adconrad@0c3.net>
19707         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
19708         synonym for _SYS_AUXV_H to allow direct inclusion.
19709         * sysdeps/sparc/bits/hwcap.h: Likewise.
19710         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
19711         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
19712         * sysdeps/sparc/sysdep.h: Likewise.
19714 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19716         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
19718 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19720         * benchtests/bench-strrchr.c: Print length instead of position.
19722 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
19724         [BZ #16611]
19725         * sysdeps/unix/sysv/linux/kernel-features.h
19726         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
19727         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
19728         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
19729         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
19730         Likewise.
19731         [__i386__ || __powerpc__ || __sh__ || __sparc__]
19732         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
19733         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
19734         (__ASSUME_SENDMMSG): Define instead of using previous
19735         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
19736         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
19737         (__ASSUME_SENDMMSG_SYSCALL): Define.
19738         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
19739         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
19740         Likewise.
19741         * sysdeps/unix/sysv/linux/arm/kernel-features.h
19742         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
19743         Likewise.
19744         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
19745         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
19746         Likewise.
19747         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
19748         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
19749         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
19750         [__ASSUME_SENDMMSG]: Change conditionals to
19751         [__ASSUME_SENDMMSG_SOCKETCALL].
19752         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
19753         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
19754         Define.
19755         * sysdeps/unix/sysv/linux/mips/kernel-features.h
19756         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
19757         Likewise.
19758         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
19759         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
19760         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
19761         [!__ASSUME_SENDMMSG]: Change conditional to
19762         [!__ASSUME_SENDMMSG_SOCKETCALL].
19763         * sysdeps/unix/sysv/linux/tile/kernel-features.h
19764         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
19765         Define.
19767         [BZ #16610]
19768         * sysdeps/unix/sysv/linux/kernel-features.h
19769         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
19770         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
19771         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
19772         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
19773         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
19774         [__i386__ || __sparc__]
19775         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
19776         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
19777         (__ASSUME_RECVMMSG): Define instead of using previous
19778         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
19779         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
19780         (__ASSUME_RECVMMSG_SYSCALL): Define.
19781         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
19782         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19783         Likewise.
19784         * sysdeps/unix/sysv/linux/arm/kernel-features.h
19785         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19786         Likewise.
19787         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
19788         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19789         Likewise.
19790         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
19791         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
19792         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
19793         [__ASSUME_RECVMMSG]: Change condition to
19794         [__ASSUME_RECVMMSG_SOCKETCALL].
19795         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
19796         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19797         Define.
19798         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
19799         * sysdeps/unix/sysv/linux/mips/kernel-features.h
19800         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19801         Likewise.
19802         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
19803         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
19804         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
19805         [!__ASSUME_RECVMMSG]: Change condition to
19806         [!__ASSUME_RECVMMSG_SOCKETCALL].
19807         * sysdeps/unix/sysv/linux/tile/kernel-features.h
19808         (__ASSUME_RECVMMSG_SYSCALL): Define.
19810         [BZ #16609]
19811         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
19812         __powerpc__ || __s390__ || __sh__ || __sparc__]
19813         (__ASSUME_SOCKETCALL): Define.
19814         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
19815         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
19816         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
19817         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
19818         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
19819         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
19820         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
19821         (__ASSUME_ACCEPT4): Define instead of using previous
19822         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
19823         __powerpc__ || __sparc__ || __s390__)] condition.
19824         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
19825         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
19826         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
19827         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
19828         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
19829         [!__ASSUME_ACCEPT4]: Change condition to
19830         [!__ASSUME_ACCEPT4_SOCKETCALL].
19831         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
19832         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
19833         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
19834         * sysdeps/unix/sysv/linux/arm/kernel-features.h
19835         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
19836         __ASSUME_ACCEPT4_SYSCALL.
19837         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
19838         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
19839         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
19840         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
19841         __ASSUME_ACCEPT4_SYSCALL.
19842         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
19843         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
19844         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
19845         [__ASSUME_ACCEPT4]: Change condition to
19846         [__ASSUME_ACCEPT4_SOCKETCALL].
19847         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
19848         (__ASSUME_SOCKETCALL): Define.
19849         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
19850         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
19851         (__ASSUME_SOCKETCALL): Define.
19852         (__ASSUME_ACCEPT4): Remove.
19853         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
19854         Define.
19855         * sysdeps/unix/sysv/linux/mips/kernel-features.h
19856         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
19857         Likewise.
19858         * sysdeps/unix/sysv/linux/tile/kernel-features.h
19859         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
19861         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
19862         macro.
19863         (HWCAP_ARM_LPAE): Likewise.
19864         (HWCAP_ARM_EVTSTRM): Likewise.
19865         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
19866         Add vpfd32, lpae and evtstrm.
19867         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
19868         Increase to 22.
19870 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
19872         * math/auto-libm-test-in: Add tests of clog10.
19873         * math/auto-libm-test-out: Regenerated.
19874         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
19875         * sysdeps/i386/fpu/libm-test-ulps: Update.
19876         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19878 2014-02-18  Andreas Schwab  <schwab@suse.de>
19880         [BZ #16574]
19881         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
19882         Store non-zero if the second buffer was newly allocated.
19883         (send_dg): Likewise.
19884         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
19885         to send_vc and send_dg.
19886         (res_nsend): Pass NULL for ansp2_malloced.
19887         * resolv/res_query.c (__libc_res_nquery): Add parameter
19888         answerp2_malloced and pass it down to __libc_res_nsend.
19889         (res_nquery): Pass additional NULL to __libc_res_nquery.
19890         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
19891         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
19892         second answer buffer if answerp2_malloced was set.
19893         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
19894         (__libc_res_nquerydomain): Add parameter
19895         answerp2_malloced and pass it down to __libc_res_nquery.
19896         (res_nquerydomain): Pass additional NULL to
19897         __libc_res_nquerydomain.
19898         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
19899         additional NULL to __libc_res_nsend and __libc_res_nquery.
19900         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
19901         additional NULL to __libc_res_nsearch.
19902         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
19903         parameter of __libc_res_nsearch to check for separately allocated
19904         second buffer.
19905         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
19906         __libc_res_nquery.
19907         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
19908         additional NULL to __libc_res_nquery.
19909         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
19910         __libc_res_nsearch.
19911         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
19912         * include/resolv.h: Update prototypes of __libc_res_nquery,
19913         __libc_res_nsearch, __libc_res_nsend.
19915 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
19917         * math/auto-libm-test-in: Add tests of fma.
19918         * math/auto-libm-test-out: Regenerated.
19919         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
19920         (fma_towardzero_test_data): Likewise.
19921         (fma_downward_test_data): Likewise.
19922         (fma_upward_test_data): Likewise.
19923         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
19924         mpc_mode.
19925         (rounding_modes): Add values for new field.
19926         (func_calc_method): Add value mpfr_fff_f.
19927         (func_calc_desc): Add mpfr_fff_f union field.
19928         (test_function): Add field exact_args.
19929         (FUNC): Add macro argument EXACT_ARGS.
19930         (FUNC_mpfr_f_f): Update call to FUNC.
19931         (FUNC_mpfr_f_f): Likewise.
19932         (FUNC_mpfr_ff_f): Likewise.
19933         (FUNC_mpfr_if_f): Likewise.
19934         (FUNC_mpc_c_f): Likewise.
19935         (FUNC_mpc_c_c): Likewise.
19936         (test_functions): Add fma.  Update calls to FUNC.
19937         (handle_input_arg): Add argument exact_args.
19938         (add_test): Update call to handle_input_arg.
19939         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
19940         (output_for_one_input_case): Update call to calc_generic_results.
19941         Recalculate exact zero results in each rounding mode.
19943         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
19944         non-negative before setting low bit.
19945         * math/auto-libm-test-in: Mark one asin test possibly having
19946         spurious underflow.
19947         * math/auto-libm-test-out: Regenerated.
19948         * sysdeps/i386/fpu/libm-test-ulps: Update.
19949         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19951 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
19953         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
19954         * sysdeps/unix/sysv/linux/microblaze: Move directory from
19955         ports/sysdeps/unix/sysv/linux/microblaze.
19956         * README: Add missing listing for microblaze*-*-linux-gnu.
19958 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
19960         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
19961         duplicate code
19963 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
19965         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
19966         * sysdeps/unix/sysv/linux/ia64: Move directory from
19967         ports/sysdeps/unix/sysv/linux/ia64.
19968         * README: Update listing for ia64-*-linux-gnu.
19970 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
19971             Joseph Myers  <joseph@codesourcery.com>
19973         * Makeconfig (test-name): New variable.
19974         (evaluate-test): Likewise.
19975         * Makerules (do-test-clean): Remove .test-result files.
19976         (common-mostlyclean): Likewise.
19977         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
19978         * scripts/evaluate-test.sh: New file.
19980 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
19982         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
19983         separate $(objpfx)tst-fopenloc-cmp.out and
19984         $(objpfx)tst-fopenloc-mem.out targets.
19985         (tests): Update dependencies.
19986         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
19987         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
19988         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
19989         (tst-rxspencer-no-utf8-ARGS): New variable.
19990         (tst-rxspencer-no-utf8-ENV): Likewise.
19991         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
19992         instead of $(objpfx)tst-rxspencer-mem.
19993         ($(objpfx)tst-rxspencer-mem): Change target to
19994         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
19995         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
19996         * posix/tst-rxspencer-no-utf8.c: New file.
19998         * elf/Makefile ($(objpfx)order.out): Remove rule.
19999         [$(run-built-tests) = yes] (tests): Depend on
20000         $(objpfx)order-cmp.out.
20001         ($(objpfx)order-cmp.out): New rule.
20002         [$(run-built-tests) = yes] (tests): Depend on
20003         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
20004         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
20005         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
20006         $(objpfx)tst-array5-static-cmp.out.
20007         ($(objpfx)tst-array1.out): Remove rule.
20008         ($(objpfx)tst-array1-cmp.out): New rule.
20009         ($(objpfx)tst-array1-static.out): Remove rule.
20010         ($(objpfx)tst-array1-static-cmp.out): New rule.
20011         ($(objpfx)tst-array2.out): Remove rule.
20012         ($(objpfx)tst-array2-cmp.out): New rule.
20013         ($(objpfx)tst-array3.out): Remove rule.
20014         ($(objpfx)tst-array3-cmp.out): New rule.
20015         ($(objpfx)tst-array4.out): Remove rule.
20016         ($(objpfx)tst-array4-cmp.out): New rule.
20017         ($(objpfx)tst-array5.out): Remove rule.
20018         ($(objpfx)tst-array5-cmp.out): New rule.
20019         ($(objpfx)tst-array5-static.out): Remove rule.
20020         ($(objpfx)tst-array5-static-cmp.out): New rule.
20021         [$(run-built-tests) = yes] (tests): Depend on
20022         $(objpfx)order2-cmp.out.
20023         ($(objpfx)order2.out): Remove rule.
20024         ($(objpfx)order2-cmp.out): New rule.
20025         ($(objpfx)tst-initorder.out): Remove rule.
20026         [$(run-built-tests) = yes] (tests): Depend on
20027         $(objpfx)tst-initorder-cmp.out.
20028         ($(objpfx)tst-initorder-cmp.out): New rule.
20029         ($(objpfx)tst-initorder2.out): Remove rule.
20030         [$(run-built-tests) = yes] (tests): Depend on
20031         $(objpfx)tst-initorder2-cmp.out.
20032         ($(objpfx)tst-initorder2-cmp.out): New rule.
20033         [$(run-built-tests) = yes] (tests): Depend on
20034         $(objpfx)tst-unused-dep-cmp.out.
20035         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
20036         ($(objpfx)tst-unused-dep-cmp.out): New rule.
20037         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
20038         on $(objpfx)tst-setvbuf1-cmp.out.
20039         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
20040         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
20041         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
20042         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
20043         ($(objpfx)tst-svc.out): Remove rule.
20044         ($(objpfx)tst-svc-cmp.out): New rule.
20046 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
20048         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
20049         * ctype/ctype.h [__USE_MISC]: Likewise.
20050         * dirent/dirent.h [__USE_MISC]: Likewise.
20051         * grp/grp.h [__USE_MISC]: Likewise.
20052         * io/fcntl.h [__USE_MISC]: Likewise.
20053         * io/sys/stat.h [__USE_MISC]: Likewise.
20054         * libio/stdio.h [__USE_MISC]: Likewise.
20055         * posix/unistd.h [__USE_MISC]: Likewise.
20056         * pwd/pwd.h [__USE_MISC]: Likewise.
20057         * stdlib.h [__USE_MISC]: Likewise.
20058         * string/bits/string2.h [__USE_MISC]: Likewise.
20059         * string/string.h [__USE_MISC]: Likewise.
20060         * time/time.h [__USE_MISC]: Likewise.
20062 2014-02-13  Andreas Schwab  <schwab@suse.de>
20064         [BZ #16574]
20065         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
20066         second answer buffer if it was separately allocated.
20068 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
20070         * sysdeps/mips/math-tests.h: Include <features.h>.
20071         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
20072         (ROUNDING_TESTS_long_double): Do not define.
20073         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
20074         (EXCEPTION_TESTS_long_double): Likewise.
20075         * sysdeps/mips/mips64/libm-test-ulps: Update.
20077         * include/features.h (__USE_BSD): Remove macro definitions.
20078         (__USE_SVID): Likewise.
20079         (_BSD_SOURCE): Likewise.
20080         (_SVID_SOURCE): Likewise.
20081         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
20082         from definition of _DEFAULT_SOURCE.
20083         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
20084         [_DEFAULT_SOURCE].
20085         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
20086         * bits/mman.h [__USE_BSD]: Likewise.
20087         * bits/termios.h [__USE_BSD]: Likewise.
20088         * bits/waitstatus.h [__USE_BSD]: Likewise.
20089         * ctype/ctype.h [__USE_SVID]: Likewise.
20090         * dirent/dirent.h [__USE_BSD]: Likewise.
20091         * grp/grp.h [__USE_SVID]: Likewise.
20092         [__USE_BSD]: Likewise.
20093         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
20094         * io/fcntl.h [__USE_BSD]: Likewise.
20095         * io/ftw.h [__USE_BSD]: Likewise.
20096         * io/sys/stat.h [__USE_BSD]: Likewise.
20097         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
20098         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
20099         * libio/stdio.h [__USE_SVID]: Likewise.
20100         [__USE_BSD]: Likewise.
20101         * math/math.h [__USE_SVID]: Likewise.
20102         [__USE_BSD]: Likewise.
20103         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
20104         * misc/bits/syslog.h [__USE_BSD]: Likewise.
20105         * misc/search.h [__USE_SVID]: Likewise.
20106         * misc/sys/mman.h [__USE_BSD]: Likewise.
20107         * misc/sys/syslog.h [__USE_BSD]: Likewise.
20108         * misc/sys/uio.h [__USE_BSD]: Likewise.
20109         * posix/bits/unistd.h [__USE_BSD]: Likewise.
20110         * posix/glob.h [__USE_BSD]: Likewise.
20111         * posix/regex.h [__USE_BSD]: Likewise.
20112         * posix/sys/types.h [__USE_BSD]: Likewise.
20113         [__USE_SVID]: Likewise.
20114         * posix/sys/utsname.h [__USE_SVID]: Likewise.
20115         * posix/sys/wait.h [__USE_BSD]: Likewise.
20116         [__USE_SVID]: Likewise.
20117         * posix/unistd.h [__USE_BSD]: Likewise.
20118         [__USE_SVID]: Likewise.
20119         * pwd/pwd.h [__USE_SVID]: Likewise.
20120         * resolv/netdb.h [__USE_BSD]: Likewise.
20121         * setjmp/setjmp.h [__USE_BSD]: Likewise.
20122         * signal/signal.h [__USE_BSD]: Likewise.
20123         [__USE_SVID]: Likewise.
20124         * socket/sys/socket.h [__USE_BSD]: Likewise.
20125         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
20126         * stdlib/stdlib.h [__USE_BSD]: Likewise.
20127         [__USE_SVID]: Likewise.
20128         * string/bits/string2.h [__USE_BSD]: Likewise.
20129         [__USE_SVID]: Likewise.
20130         * string/bits/string3.h [__USE_BSD]: Likewise.
20131         * string/endian.h [__USE_BSD]: Likewise.
20132         * string/string.h [__USE_SVID]: Likewise.
20133         [__USE_BSD]: Likewise.
20134         * string/strings.h [__USE_BSD]: Likewise.
20135         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
20136         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
20137         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
20138         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
20139         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
20140         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
20141         Likewise.
20142         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
20143         Likewise.
20144         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
20145         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
20146         Likewise.
20147         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
20148         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
20149         Likewise.
20150         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
20151         Likewise.
20152         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
20153         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
20154         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
20155         Likewise.
20156         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
20157         Likewise.
20158         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
20159         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
20160         * termios/termios.h [__USE_BSD]: Likewise.
20161         * time/sys/time.h [__USE_BSD]: Likewise.
20162         * time/time.h [__USE_BSD]: Likewise.
20163         [__USE_SVID]: Likewise.
20165         * Makefile (subdir_targets): Remove subdir_lint.out.
20167         * stdio-common/Makefile (do-tst-unbputc): Remove target.
20168         (do-tst-printf): Likewise.
20169         (tests): Depend directly on $(objpfx)tst-unbputc.out and
20170         $(objpfx)tst-printf.out.
20172         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
20174         * Makerules (check-abi-%): Change target to
20175         $(objpfx)check-abi-%.out.
20176         (check-abi target): Update dependencies.
20177         (check-abi-pattern variable): Redirect output of diff to $@.
20178         (check-abi variable): Likewise.
20179         * elf/Makefile (check-abi): Update dependencies.
20181         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
20182         unused.
20183         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
20184         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
20185         subnormal range.
20186         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
20187         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
20188         value has largest subnormal exponent.
20189         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
20190         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
20191         * sysdeps/aarch64/soft-fp/sfp-machine.h
20192         (_FP_TININESS_AFTER_ROUNDING): New macro.
20193         * sysdeps/alpha/soft-fp/sfp-machine.h
20194         (_FP_TININESS_AFTER_ROUNDING): Likewise.
20195         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
20196         Likewise.
20197         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
20198         (_FP_TININESS_AFTER_ROUNDING): Likewise.
20199         * sysdeps/mips/soft-fp/sfp-machine.h
20200         (_FP_TININESS_AFTER_ROUNDING): Likewise.
20201         * sysdeps/powerpc/soft-fp/sfp-machine.h
20202         (_FP_TININESS_AFTER_ROUNDING): Likewise.
20203         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
20204         Likewise.
20205         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
20206         (_FP_TININESS_AFTER_ROUNDING): Likewise.
20207         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
20208         (_FP_TININESS_AFTER_ROUNDING): Likewise.
20209         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
20210         Likewise.
20212 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
20214         [BZ #16545]
20215         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
20216         model 1.
20218 2014-02-12  Richard Henderson  <rth@redhat.com>
20220         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
20221         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
20222         * sysdeps/unix/sysv/linux/alpha: Move directory from
20223         ports/sysdeps/unix/sysv/linux/alpha.
20224         * README: Update listing for alpha-*-linux-gnu.
20226 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
20228         * include/features.h: Update comment documenting feature test
20229         macros.
20230         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
20231         _DEFAULT_SOURCE.
20232         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
20233         (_SVID_SOURCE): Likewise.
20234         (_DEFAULT_SOURCE): Update description of default features.
20235         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
20236         with _GNU_SOURCE.
20237         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
20238         (S_ISVTX): Likewise.
20239         * manual/math.texi (Mathematical Constants): Likewise.
20240         * manual/signal.texi (Interrupted Primitives): Likewise.
20241         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
20242         * math/test-matherr.c (_SVID_SOURCE): Do not define.
20243         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
20244         Don't refer to _SVID_SOURCE in warning text.
20246         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20248         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
20249         already defined.
20250         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
20251         * sysdeps/mips/dl-lookup.c: Remove.
20252         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
20254 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
20256         [BZ #16447]
20257         * math/auto-libm-test-in: Add testcase for expl.
20258         * math/auto-libm-test-out: Regenerate.
20259         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
20260         calculation of unsafe.
20261         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
20263 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
20265         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
20266         * sysdeps/unix/sysv/linux/aarch64: Move directory from
20267         ports/sysdeps/unix/sysv/linux/aarch64.
20268         * README: Update listing for aarch64*-*-linux-gnu.
20270 2014-02-11  Will Newton  <will.newton@linaro.org>
20272         * manual/probes.texi (Mathematical Function Probes): Use
20273         "triggered" instead of "hit".
20275         * manual/probes.texi (Internal Probes): Add documentation
20276         of setjmp, longjmp and longjmp_target probes.
20278         * include/stap-probe.h: Add comment about probe argument
20279         format.
20281         * malloc/mtrace.c (attribute_hidden): Remove unused macro
20282         definition.  (tr_where, tr_freehook, tr_mallochook,
20283         tr_reallochook, tr_memalignhook): Use ANSI protoype.
20285 2014-02-11  David S. Miller  <davem@davemloft.net>
20287         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
20288         processing int_tests.
20290 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
20292         * sysdeps/mips: Move directory from ports/sysdeps/mips.
20293         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
20294         * sysdeps/unix/sysv/linux/mips: Move directory from
20295         ports/sysdeps/unix/sysv/linux/mips.
20296         * README: Update listing for mips-*-linux-gnu and
20297         mips64-*-linux-gnu.
20299 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
20301         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
20302         * sysdeps/unix/sysv/linux/m68k: Move directory from
20303         ports/sysdeps/unix/sysv/linux/m68k.
20304         * README: Update listing for m68k-*-linux-gnu.
20306 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
20308         * sysdeps/tile: Move directory from ports/sysdeps/tile.
20309         * sysdeps/unix/sysv/linux/generic: Move directory from
20310         ports/sysdeps/unix/sysv/linux/generic.
20311         * sysdeps/unix/sysv/linux/tile: Move directory from
20312         ports/sysdeps/unix/sysv/linux/tile.
20313         * README: Update listing for tile*-*-linux-gnu.
20315 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
20317         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
20318         __builtin_expect.
20319         * benchtests/bench-memmem.c (simple_memmem): Likewise.
20320         * catgets/open_catalog.c (__open_catalog): Likewise.
20321         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
20322         * debug/confstr_chk.c: Likewise.
20323         * debug/fread_chk.c (__fread_chk): Likewise.
20324         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
20325         * debug/getgroups_chk.c: Likewise.
20326         * debug/mbsnrtowcs_chk.c: Likewise.
20327         * debug/mbsrtowcs_chk.c: Likewise.
20328         * debug/mbstowcs_chk.c: Likewise.
20329         * debug/memcpy_chk.c: Likewise.
20330         * debug/memmove_chk.c: Likewise.
20331         * debug/mempcpy_chk.c: Likewise.
20332         * debug/memset_chk.c: Likewise.
20333         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
20334         * debug/strcat_chk.c (__strcat_chk): Likewise.
20335         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
20336         * debug/strncat_chk.c (__strncat_chk): Likewise.
20337         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
20338         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
20339         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
20340         * debug/wcpncpy_chk.c: Likewise.
20341         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
20342         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
20343         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
20344         * debug/wcsncpy_chk.c: Likewise.
20345         * debug/wcsnrtombs_chk.c: Likewise.
20346         * debug/wcsrtombs_chk.c: Likewise.
20347         * debug/wcstombs_chk.c: Likewise.
20348         * debug/wmemcpy_chk.c: Likewise.
20349         * debug/wmemmove_chk.c: Likewise.
20350         * debug/wmempcpy_chk.c: Likewise.
20351         * debug/wmemset_chk.c: Likewise.
20352         * dirent/scandirat.c (SCANDIRAT): Likewise.
20353         * dlfcn/dladdr1.c (dladdr1): Likewise.
20354         * dlfcn/dladdr.c (dladdr): Likewise.
20355         * dlfcn/dlclose.c (dlclose_doit): Likewise.
20356         * dlfcn/dlerror.c (__dlerror): Likewise.
20357         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
20358         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
20359         * dlfcn/dlopen.c (dlopen_doit): Likewise.
20360         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
20361         * dlfcn/dlsym.c (dlsym_doit): Likewise.
20362         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
20363         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
20364         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
20365         Likewise.
20366         * elf/dl-conflict.c: Likewise.
20367         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
20368         * elf/dl-dst.h: Likewise.
20369         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
20370         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
20371         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
20372         * elf/dl-init.c (call_init, _dl_init): Likewise.
20373         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
20374         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
20375         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
20376         Likewise.
20377         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
20378         Likewise.
20379         * elf/dl-minimal.c (__libc_memalign): Likewise.
20380         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
20381         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
20382         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
20383         * elf/dl-sym.c (do_sym): Likewise.
20384         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
20385         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
20386         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
20387         * elf/dl-writev.h (_dl_writev): Likewise.
20388         * elf/ldconfig.c (search_dir): Likewise.
20389         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
20390         (dl_main): Likewise.
20391         * elf/setup-vdso.h (setup_vdso): Likewise.
20392         * grp/compat-initgroups.c (compat_call): Likewise.
20393         * grp/fgetgrent.c (fgetgrent): Likewise.
20394         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
20395         * grp/putgrent.c (putgrent): Likewise.
20396         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
20397         Likewise.
20398         * hurd/hurdinit.c: Likewise.
20399         * iconvdata/8bit-gap.c (struct): Likewise.
20400         * iconvdata/ansi_x3.110.c : Likewise.
20401         * iconvdata/big5.c : Likewise.
20402         * iconvdata/big5hkscs.c : Likewise.
20403         * iconvdata/cp1255.c: Likewise.
20404         * iconvdata/cp1258.c : Likewise.
20405         * iconvdata/cp932.c : Likewise.
20406         * iconvdata/euc-cn.c: Likewise.
20407         * iconvdata/euc-jisx0213.c : Likewise.
20408         * iconvdata/euc-jp.c: Likewise.
20409         * iconvdata/euc-jp-ms.c : Likewise.
20410         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
20411         * iconvdata/gb18030.c : Likewise.
20412         * iconvdata/gbbig5.c (const): Likewise.
20413         * iconvdata/gbgbk.c: Likewise.
20414         * iconvdata/gbk.c : Likewise.
20415         * iconvdata/ibm1364.c : Likewise.
20416         * iconvdata/ibm930.c : Likewise.
20417         * iconvdata/ibm932.c: Likewise.
20418         * iconvdata/ibm933.c : Likewise.
20419         * iconvdata/ibm935.c : Likewise.
20420         * iconvdata/ibm937.c : Likewise.
20421         * iconvdata/ibm939.c : Likewise.
20422         * iconvdata/ibm943.c: Likewise.
20423         * iconvdata/iso_11548-1.c: Likewise.
20424         * iconvdata/iso-2022-cn.c : Likewise.
20425         * iconvdata/iso-2022-cn-ext.c : Likewise.
20426         * iconvdata/iso-2022-jp-3.c: Likewise.
20427         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
20428         * iconvdata/iso-2022-kr.c : Likewise.
20429         * iconvdata/iso646.c (gconv_end): Likewise.
20430         * iconvdata/iso_6937-2.c : Likewise.
20431         * iconvdata/iso_6937.c : Likewise.
20432         * iconvdata/iso8859-1.c: Likewise.
20433         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
20434         * iconvdata/shift_jisx0213.c : Likewise.
20435         * iconvdata/sjis.c : Likewise.
20436         * iconvdata/t.61.c : Likewise.
20437         * iconvdata/tcvn5712-1.c : Likewise.
20438         * iconvdata/tscii.c: Likewise.
20439         * iconvdata/uhc.c : Likewise.
20440         * iconvdata/unicode.c (gconv_end): Likewise.
20441         * iconvdata/utf-16.c (gconv_end): Likewise.
20442         * iconvdata/utf-32.c (gconv_end): Likewise.
20443         * iconvdata/utf-7.c (base64): Likewise.
20444         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
20445         * iconv/gconv_close.c (__gconv_close): Likewise.
20446         * iconv/gconv_open.c (__gconv_open): Likewise.
20447         * iconv/gconv_simple.c (internal_ucs4_loop_single)
20448         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
20449         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
20450         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
20451         (ucs4le_internal_loop_single): Likewise.
20452         * iconv/iconv.c (iconv): Likewise.
20453         * iconv/iconv_close.c: Likewise.
20454         * iconv/loop.c (SINGLE): Likewise.
20455         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
20456         * include/atomic.h: Likewise.
20457         * inet/inet6_option.c (option_alloc): Likewise.
20458         * intl/bindtextdom.c (set_binding_values): Likewise.
20459         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
20460         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
20461         * intl/localealias.c (read_alias_file): Likewise.
20462         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
20463         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
20464         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
20465         * libio/fmemopen.c (fmemopen): Likewise.
20466         * libio/iofgets.c (_IO_fgets): Likewise.
20467         * libio/iofgets_u.c (fgets_unlocked): Likewise.
20468         * libio/iofgetws.c (fgetws): Likewise.
20469         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
20470         * libio/iogetdelim.c (_IO_getdelim): Likewise.
20471         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
20472         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
20473         * locale/findlocale.c (_nl_find_locale): Likewise.
20474         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
20475         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
20476         Likewise.
20477         * locale/setlocale.c (setlocale): Likewise.
20478         * login/programs/pt_chown.c (main): Likewise.
20479         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
20480         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
20481         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
20482         (mmap, mmap64, mremap, munmap): Likewise.
20483         * math/e_exp2l.c: Likewise.
20484         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
20485         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
20486         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
20487         * math/s_catan.c (__catan): Likewise.
20488         * math/s_catanf.c (__catanf): Likewise.
20489         * math/s_catanh.c (__catanh): Likewise.
20490         * math/s_catanhf.c (__catanhf): Likewise.
20491         * math/s_catanhl.c (__catanhl): Likewise.
20492         * math/s_catanl.c (__catanl): Likewise.
20493         * math/s_ccosh.c (__ccosh): Likewise.
20494         * math/s_ccoshf.c (__ccoshf): Likewise.
20495         * math/s_ccoshl.c (__ccoshl): Likewise.
20496         * math/s_cexp.c (__cexp): Likewise.
20497         * math/s_cexpf.c (__cexpf): Likewise.
20498         * math/s_cexpl.c (__cexpl): Likewise.
20499         * math/s_clog10.c (__clog10): Likewise.
20500         * math/s_clog10f.c (__clog10f): Likewise.
20501         * math/s_clog10l.c (__clog10l): Likewise.
20502         * math/s_clog.c (__clog): Likewise.
20503         * math/s_clogf.c (__clogf): Likewise.
20504         * math/s_clogl.c (__clogl): Likewise.
20505         * math/s_csin.c (__csin): Likewise.
20506         * math/s_csinf.c (__csinf): Likewise.
20507         * math/s_csinh.c (__csinh): Likewise.
20508         * math/s_csinhf.c (__csinhf): Likewise.
20509         * math/s_csinhl.c (__csinhl): Likewise.
20510         * math/s_csinl.c (__csinl): Likewise.
20511         * math/s_csqrt.c (__csqrt): Likewise.
20512         * math/s_csqrtf.c (__csqrtf): Likewise.
20513         * math/s_csqrtl.c (__csqrtl): Likewise.
20514         * math/s_ctan.c (__ctan): Likewise.
20515         * math/s_ctanf.c (__ctanf): Likewise.
20516         * math/s_ctanh.c (__ctanh): Likewise.
20517         * math/s_ctanhf.c (__ctanhf): Likewise.
20518         * math/s_ctanhl.c (__ctanhl): Likewise.
20519         * math/s_ctanl.c (__ctanl): Likewise.
20520         * math/w_pow.c: Likewise.
20521         * math/w_powf.c: Likewise.
20522         * math/w_powl.c: Likewise.
20523         * math/w_scalb.c (sysv_scalb): Likewise.
20524         * math/w_scalbf.c (sysv_scalbf): Likewise.
20525         * math/w_scalbl.c (sysv_scalbl): Likewise.
20526         * misc/error.c (error_tail): Likewise.
20527         * misc/pselect.c (__pselect): Likewise.
20528         * nis/nis_callback.c (__nis_create_callback): Likewise.
20529         * nis/nis_call.c (__nisfind_server): Likewise.
20530         * nis/nis_creategroup.c (nis_creategroup): Likewise.
20531         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
20532         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
20533         * nis/nis_getservlist.c (nis_getservlist): Likewise.
20534         * nis/nis_lookup.c (nis_lookup): Likewise.
20535         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
20536         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
20537         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
20538         * nis/nis_xdr.c (xdr_endpoint): Likewise.
20539         * nis/nss_compat/compat-grp.c (getgrent_next_file)
20540         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
20541         * nis/nss_compat/compat-initgroups.c (add_group)
20542         (internal_getgrent_r): Likewise.
20543         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
20544         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
20545         * nis/nss_compat/compat-spwd.c (getspent_next_file)
20546         (internal_getspnam_r): Likewise.
20547         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
20548         (_nss_nis_getaliasbyname_r): Likewise.
20549         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
20550         (_nss_nis_getntohost_r): Likewise.
20551         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
20552         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
20553         (_nss_nis_getgrgid_r): Likewise.
20554         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
20555         (internal_nis_gethostent_r, internal_gethostbyname2_r)
20556         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
20557         (_nss_nis_gethostbyname4_r): Likewise.
20558         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
20559         (initgroups_netid): Likewise.
20560         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
20561         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
20562         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
20563         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
20564         (_nss_nis_getprotobynumber_r): Likewise.
20565         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
20566         (_nss_nis_getsecretkey): Likewise.
20567         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
20568         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
20569         (_nss_nis_getpwuid_r): Likewise.
20570         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
20571         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
20572         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
20573         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
20574         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
20575         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
20576         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
20577         Likewise.
20578         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
20579         (_nss_nisplus_getntohost_r): Likewise.
20580         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
20581         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
20582         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
20583         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
20584         Likewise.
20585         * nis/nss_nisplus/nisplus-initgroups.c
20586         (_nss_nisplus_initgroups_dyn): Likewise.
20587         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
20588         (_nss_nisplus_getnetbyaddr_r): Likewise.
20589         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
20590         (_nss_nisplus_getprotobynumber_r): Likewise.
20591         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
20592         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
20593         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
20594         Likewise.
20595         * nis/nss_nisplus/nisplus-service.c
20596         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
20597         (_nss_nisplus_getservbyport_r): Likewise.
20598         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
20599         (_nss_nisplus_getspnam_r): Likewise.
20600         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
20601         Likewise.
20602         * nscd/aicache.c (addhstaiX): Likewise.
20603         * nscd/cache.c (cache_search, prune_cache): Likewise.
20604         * nscd/connections.c (register_traced_file, send_ro_fd)
20605         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
20606         (main_loop_epoll): Likewise.
20607         * nscd/grpcache.c (addgrbyX): Likewise.
20608         * nscd/hstcache.c (addhstbyX): Likewise.
20609         * nscd/initgrcache.c (addinitgroupsX): Likewise.
20610         * nscd/mem.c (gc, mempool_alloc): Likewise.
20611         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
20612         (addinnetgrX): Likewise.
20613         * nscd/nscd-client.h (__nscd_acquire_maplock)
20614         (__nscd_drop_map_ref): Likewise.
20615         * nscd/nscd_getai.c (__nscd_getai): Likewise.
20616         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
20617         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
20618         Likewise.
20619         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
20620         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
20621         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
20622         (__nscd_get_map_ref): Likewise.
20623         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
20624         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
20625         Likewise.
20626         * nscd/pwdcache.c (addpwbyX): Likewise.
20627         * nscd/selinux.c (preserve_capabilities): Likewise.
20628         * nscd/servicescache.c (addservbyX): Likewise.
20629         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
20630         * posix/fnmatch.c (fnmatch): Likewise.
20631         * posix/getopt.c (_getopt_internal_r): Likewise.
20632         * posix/glob.c (glob, glob_in_dir): Likewise.
20633         * posix/wordexp.c (exec_comm_child): Likewise.
20634         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
20635         (getanswer_r, gaih_getanswer_slice): Likewise.
20636         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
20637         * resolv/res_init.c: Likewise.
20638         * resolv/res_mkquery.c (res_nmkquery): Likewise.
20639         * resolv/res_query.c (__libc_res_nquery): Likewise.
20640         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
20641         Likewise.
20642         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
20643         * stdio-common/perror.c (perror): Likewise.
20644         * stdio-common/printf_fp.c (___printf_fp): Likewise.
20645         * stdio-common/tmpnam.c (tmpnam): Likewise.
20646         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
20647         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
20648         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
20649         Likewise.
20650         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
20651         * stdlib/putenv.c (putenv): Likewise.
20652         * stdlib/setenv.c (__add_to_environ): Likewise.
20653         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
20654         * stdlib/strtol_l.c (INTERNAL): Likewise.
20655         * string/memmem.c (memmem): Likewise.
20656         * string/strerror.c (strerror): Likewise.
20657         * string/strnlen.c (__strnlen): Likewise.
20658         * string/test-memmem.c (simple_memmem): Likewise.
20659         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
20660         * sunrpc/pm_getport.c (__get_socket): Likewise.
20661         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
20662         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
20663         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
20664         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
20665         Likewise.
20666         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
20667         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
20668         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
20669         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
20670         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
20671         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
20672         Likewise.
20673         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
20674         Likewise.
20675         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
20676         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
20677         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
20678         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
20679         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
20680         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
20681         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
20682         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
20683         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
20684         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
20685         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
20686         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
20687         Likewise.
20688         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
20689         Likewise.
20690         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
20691         Likewise.
20692         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
20693         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
20694         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
20695         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
20696         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
20697         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
20698         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
20699         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
20700         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
20701         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
20702         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
20703         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
20704         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
20705         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
20706         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
20707         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
20708         Likewise.
20709         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
20710         Likewise.
20711         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
20712         Likewise.
20713         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
20714         Likewise.
20715         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
20716         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
20717         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
20718         Likewise.
20719         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
20720         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
20721         * sysdeps/posix/opendir.c (__opendirat): Likewise.
20722         * sysdeps/posix/sleep.c: Likewise.
20723         * sysdeps/posix/tempname.c: Likewise.
20724         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
20725         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20726         Likewise.
20727         * sysdeps/powerpc/powerpc32/dl-machine.h
20728         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
20729         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
20730         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20731         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
20732         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
20733         Likewise.
20734         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
20735         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
20736         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
20737         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
20738         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
20739         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
20740         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
20741         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
20742         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
20743         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
20744         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
20745         (elf_machine_lazy_rel): Likewise.
20746         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
20747         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
20748         (elf_machine_lazy_rel): Likewise.
20749         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
20750         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
20751         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
20752         * sysdeps/unix/grantpt.c (grantpt): Likewise.
20753         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
20754         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
20755         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
20756         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
20757         Likewise.
20758         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
20759         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
20760         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
20761         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
20762         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
20763         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
20764         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
20765         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
20766         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
20767         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
20768         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
20769         Likewise.
20770         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
20771         (__posix_fallocate64_l64): Likewise.
20772         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
20773         (posix_fallocate): Likewise.
20774         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
20775         Likewise.
20776         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
20777         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
20778         (getifaddrs_internal): Likewise.
20779         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
20780         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
20781         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
20782         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
20783         * sysdeps/unix/sysv/linux/posix_fallocate64.c
20784         (__posix_fallocate64_l64): Likewise.
20785         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
20786         Likewise.
20787         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
20788         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
20789         (__get_clockfreq): Likewise.
20790         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
20791         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
20792         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
20793         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
20794         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
20795         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
20796         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
20797         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
20798         Likewise.
20799         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
20800         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
20801         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
20802         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
20803         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
20804         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
20805         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
20806         Likewise.
20807         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
20808         (posix_fallocate): Likewise.
20809         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
20810         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
20811         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
20812         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
20813         (elf_machine_rela, elf_machine_rela_relative)
20814         (elf_machine_lazy_rel): Likewise.
20815         * time/asctime.c (asctime_internal): Likewise.
20816         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
20817         * time/tzset.c (__tzset_parse_tz): Likewise.
20818         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
20819         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
20820         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
20821         * wcsmbs/wcsmbsload.h: Likewise.
20823         [BZ #15894]
20824         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
20826         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
20827         (arena_get2): Remove THREAD_STATS conditionals.
20828         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
20829         (__malloc_stats, int): Likewise.
20831 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
20833         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
20834         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
20836         * manual/setjmp.texi: Fix typos/grammar errors.
20838         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
20839         Only return early when n is <= 0.  Delete unused return statement.
20841         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
20842         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
20843         * debug/tst-longjmp_chk3.c: New file.
20845         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
20846         (test_main): Replace code with set_fortify_handler call.
20847         * debug/test-strcpy_chk.c: Likewise.
20848         * debug/tst-chk1.c: Likewise.
20849         * debug/tst-longjmp_chk.c: Likewise.
20850         * test-skeleton.c: Include fcntl.h & paths.h
20851         (set_fortify_handler): Define.
20853         * debug/tst-longjmp_chk.c: Add header comment and include
20854         ../test-skeleton.c.
20855         (do_test): Mark static.
20856         (TEST_FUNCTION): Define.
20858         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
20859         (IP_PMTUDISC_INTERFACE): Likewise.
20860         (IP_MULTICAST_IF): Likewise.
20861         (IP_MULTICAST_TTL): Likewise.
20862         (IP_MULTICAST_LOOP): Likewise.
20863         (IP_ADD_MEMBERSHIP): Likewise.
20864         (IP_DROP_MEMBERSHIP): Likewise.
20865         (IP_UNBLOCK_SOURCE): Likewise.
20866         (IP_BLOCK_SOURCE): Likewise.
20867         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
20868         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
20869         (IP_MSFILTER): Likewise.
20870         (MCAST_JOIN_GROUP): Likewise.
20871         (MCAST_BLOCK_SOURCE): Likewise.
20872         (MCAST_UNBLOCK_SOURCE): Likewise.
20873         (MCAST_LEAVE_GROUP): Likewise.
20874         (MCAST_JOIN_SOURCE_GROUP): Likewise.
20875         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
20876         (MCAST_MSFILTER): Likewise.
20877         (IP_MULTICAST_ALL): Likewise.
20878         (IP_UNICAST_IF): Likewise.
20880         * timezone/Makefile: Delete $(have-ksh) check.
20881         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
20882         * timezone/tzselect.ksh: Add +x mode bits.
20884         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
20885         (ANON_INODE_FS_MAGIC): Likewise.
20886         (BDEVFS_MAGIC): Likewise.
20887         (BINFMTFS_MAGIC): Likewise.
20888         (BTRFS_TEST_MAGIC): Likewise.
20889         (CRAMFS_MAGIC_WEND): Likewise.
20890         (DEBUGFS_MAGIC): Likewise.
20891         (ECRYPTFS_SUPER_MAGIC): Likewise.
20892         (EXT3_SUPER_MAGIC): Likewise.
20893         (EXT4_SUPER_MAGIC): Likewise.
20894         (FUTEXFS_SUPER_MAGIC): Likewise.
20895         (HOSTFS_SUPER_MAGIC): Likewise.
20896         (HUGETLBFS_MAGIC): Likewise.
20897         (MINIX3_SUPER_MAGIC): Likewise.
20898         (MTD_INODE_FS_MAGIC): Likewise.
20899         (NILFS_SUPER_MAGIC): Likewise.
20900         (OPENPROM_SUPER_MAGIC): Likewise.
20901         (PIPEFS_MAGIC): Likewise.
20902         (PSTOREFS_MAGIC): Likewise.
20903         (QNX6_SUPER_MAGIC): Likewise.
20904         (RAMFS_MAGIC): Likewise.
20905         (REISERFS_SUPER_MAGIC_STRING): Likewise.
20906         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
20907         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
20908         (SECURITYFS_MAGIC): Likewise.
20909         (SELINUX_MAGIC): Likewise.
20910         (SMACK_MAGIC): Likewise.
20911         (SOCKFS_MAGIC): Likewise.
20912         (SQUASHFS_MAGIC): Likewise.
20913         (STACK_END_MAGIC): Likewise.
20914         (TMPFS_MAGIC): Likewise.
20915         (USBDEVICE_SUPER_MAGIC): Likewise.
20916         (V9FS_MAGIC): Likewise.
20917         (XENFS_SUPER_MAGIC): Likewise.
20918         (CRAMFS_MAGIC): Fix typo in comment.
20919         (EXT2_SUPER_MAGIC): Update comment.
20920         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
20922 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
20924         * sysdeps/arm: Move directory from ports/sysdeps/arm.
20925         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
20926         * sysdeps/unix/sysv/linux/arm: Move directory from
20927         ports/sysdeps/unix/sysv/linux/arm.
20928         * README: Update listing for arm-*-linux-gnueabi.
20930         * README: Remove mention of am33.
20932 2014-02-07  Roland McGrath  <roland@hack.frob.com>
20934         * bits/sigset.h (__sigemptyset): Use a statement expression rather
20935         than the comma operator, to avoid "rhs of comma has no effect"
20936         compiler warnings.
20937         (__sigfillset, __sigandset, __sigorset): Likewise.
20938         * include/signal.h (__sigemptyset): Likewise.
20939         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
20941 2014-02-07  Allan McRae  <allan@archlinux.org>
20943         * version.h (RELEASE): Set to "development".
20944         (VERSION): Set to "2.19.90"
20945         * NEWS: Add 2.20 section.
20947 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
20949         [BZ #16529]
20950         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
20952 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
20954         * manual/contrib.texi: Update entry for Carlos O'Donell,
20955         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
20957 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
20959         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
20961         * sysdeps/unix/sysv/linux/kernel-features.h
20962         [__LINUX_KERNEL_VERSION >= 0x020621]
20963         (__ASSUME_PROC_PID_TASK_COMM): Define.
20965 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
20967         [BZ #16398]
20968         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
20969         conversion when destination buffer does not have enough space.
20970         * libio/tst-ftell-partial-wide.c: New test case.
20971         * libio/Makefile (tests): Add tst-ftell-partial-wide.
20973         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
20974         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
20975         Leonard and Allan McRae.
20977 2014-02-04  David S. Miller  <davem@davemloft.net>
20979         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
20980         32-bit.
20982 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
20985         New file
20986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
20987         New file
20988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
20989         New file.
20990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
20991         New file.
20992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
20993         New file.
20994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
20995         New file.
20996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
20997         New file.
20998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
20999         New file.
21000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
21001         New file.
21002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
21003         New file.
21004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
21005         New file.
21006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
21007         New file.
21008         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
21009         New file.
21011 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21013         * nptl/shlib-versions: Change powerpc*le start to 2.17.
21014         * shlib-versions: Likewise.
21016 2014-02-04  Roland McGrath  <roland@hack.frob.com>
21017             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21019         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
21020         (abilist-pattern): New variable, set to %-le.abilist.
21022         * Makerules (abilist-pattern): New variable.
21023         (vpath): Use $(abilist-pattern) in place of %.abilist.
21024         (check-abi-% pattern rule): Likewise.
21025         (check-abi, update-abi): Likewise.
21027 2014-02-04  Eric Wong  <normalperson@yhbt.net>
21029         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21031 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
21033         * manual/startup.texi: Add next, previous, and top entries for
21034         the `Program Arguments' and `Environment Variables' nodes.
21036 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
21038         * manual/macros.texi: Add comments before MTASC-safety macros.
21040         * manual/users.texi: Document MTASC-safety properties.
21042         * manual/threads.texi (pthread_key_create, pthread_key_delete)
21043         (pthread_getspecific, pthread_setspecific): Format with
21044         @deftypefun, and add @safety note.
21045         * manual/signal.texi: Move comments that analyze the above
21046         functions to their home place.
21048 2014-02-03  Allan McRae  <allan@archlinux.org>
21050         * po/sl.po: Update Slovenian translation from translation project.
21052 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
21054         * manual/time.texi (timegm): Add missing blank after @c.
21055         Reported by Joseph Myers <joseph@codesourcery.com>.
21057 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
21059         * manual/check-safety.sh: New.
21060         * manual/Makefile ($(objpfx)stamp-summary): Run it.
21062         * manual/terminal.texi: Document MTASC-safety properties.
21064         * manual/filesys.texi: Document MTASC-safety properties.
21066         * manual/errno.texi: Document MTASC-safety properties.
21068         * manual/intro.texi: Document safety identifiers and
21069         conditionals.
21071         * manual/string.texi (wcstok): Fix prototype.
21072         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
21074         * manual/time.texi: Document MTASC-safety properties.
21076         * manual/string.texi: Document MTASC-safety properties.
21078         * manual/threads.texi: Document MTASC-safety properties.
21080         * manual/stdio.texi: Document MTASC-safety properties.
21082         * manual/syslog.texi: Document MTASC-safety properties.
21084         * manual/sysinfo.texi: Document MTASC-safety properties.
21086         * manual/startup.texi: Document MTASC-safety properties.
21088         * manual/socket.texi: Document MTASC-safety properties.
21090         * manual/signal.texi: Document MTASC-safety properties.
21092 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
21094         * manual/setjmp.texi: Document MTASC-safety properties.
21096         * manual/search.texi: Document MTASC-safety properties.
21098         * manual/resource.texi: Document MTASC-safety properties.
21100         * manual/process.texi: Document MTASC-safety properties.
21102         * manual/platform.texi: Document MTASC-safety properties.
21104         * manual/pipe.texi: Document MTASC-safety properties.
21106         * manual/pattern.texi: Document MTASC-safety properties.
21108         * manual/message.texi: Document MTASC-safety properties.
21110         [BZ #12751]
21111         * manual/memory.texi: Document MTASC-safety properties.
21113         * manual/math.texi: Document MTASC-safety properties.
21115         * manual/locale.texi: Document MTASC-safety properties.
21117         * manual/llio.texi: Document MTASC-safety properties.
21119         * manual/libdl.texi: New.
21121         * manual/lang.texi: Document MTASC-safety properties.
21123         * manual/job.texi: Document MTASC-safety properties.
21125         * manual/getopt.texi: Document MTASC-safety properties.
21127         * manual/ctype.texi: Document MTASC-safety properties.
21129 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
21131         [BZ #16046]
21132         * csu/libc-tls.c (static_map): Remove variable.
21133         (__libc_setup_tls): Use main executable's link map for TLS data.
21134         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
21135         casing for LM_ID_BASE and GL(dl_nns).
21136         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
21137         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
21138         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
21139         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
21140         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
21141         member.
21142         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
21143         l_phnum members.
21145 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
21147         * manual/debug.texi: Document MTASC-safety properties.
21149 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
21151         [BZ #16510]
21152         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
21153         of __x86_64__ when disabling x87 inline functions.
21155 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
21157         * manual/charset.texi: Document MTASC-safety properties.
21159         * manual/crypt.texi: Document MTASC-safety properties.
21161         * manual/conf.texi: Document MTASC-safety properties.
21163         * manual/arith.texi: Document MTASC-safety properties.
21165         * manual/argp.texi: Document MTASC-safety properties.
21167         * manual/macros.texi: Introduce macros to document multi
21168         thread, asynchronous signal and asynchronous cancellation
21169         safety properties.
21170         * manual/intro.texi: Introduce the properties themselves.
21172 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21174         * sysdeps/sh/sh4/Makefile: New file.
21176 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
21178         * math/gen-libm-test.pl ($srcdir): New variable.
21179         ($auto_input): Use it.
21181 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
21183         [BZ #16506]
21184         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
21185         access beyond array bounds when parsing netgroups file.
21187         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
21188         the old buffer before realloc.
21190 2014-01-27  Allan McRae  <allan@archlinux.org>
21192         * po/fr.po: Update French translation from translation project.
21194 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21196         * sysdeps/sh/libm-test-ulps: Regenerate.
21198 2014-01-24  David S. Miller  <davem@davemloft.net>
21200         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
21202 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21204         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
21205         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
21207 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
21209         [BZ #16474]
21210         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
21211         string pointers after reallocation.
21213 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21215         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
21216         __SH4A__ instead of __SH_FPU_ANY__.
21218 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21220         * sysdeps/sh/fpu_control.h: New file.
21221         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
21222         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
21223         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
21224         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
21225         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
21226         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
21227         * sysdeps/sh/sys/ucontext.h: Remove.
21228         * sysdeps/sh/sys: Remove directory.
21230 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21232         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
21233         s390/sys/ucontext.h.
21234         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
21235         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
21237 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
21239         [BZ #15605]
21240         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
21242 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21244         [BZ#16431]
21245         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
21246         Adjust the vDSO correctly for internal calls.
21247         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
21249 2014-01-20  Allan McRae  <allan@archlinux.org>
21251         * po/ca.po: Update Catalan translation from translation project.
21253 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
21255         * sysdeps/s390/sotruss-lib.c: New file.
21257 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21259         [BZ#16430]
21260         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
21261         (__GI___gettimeofday): Alias for a different internal symbol to avoid
21262         local calls issues by not having a PLT stub required for IFUNC calls.
21263         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
21265 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
21267         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
21268         * math/test-fpucw-static.c: Likewise.
21270 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
21272         [BZ #16453]
21273         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
21275 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21277         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
21278         implementation for powerpc.
21280 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
21282         [BZ #14782]
21283         * sysdeps/posix/system.c (__libc_system): Do not enable
21284         asynchronous cancellation.
21286 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21288         [BZ #16427]
21289         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
21290         handling only for numbers special also in the IEEE case.
21292 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21294         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
21296 2014-01-11  Allan McRae  <allan@archlinux.org>
21298         * po/bg.po: Update Bulgarian translation from translation project.
21300         * po/de.po: Update German translation from translation project.
21302 2014-01-10  Roland McGrath  <roland@hack.frob.com>
21304         * sysdeps/generic/gcc-compat.h: New file.
21306 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
21308         * benchtests/asin-inputs: Correct slow inputs.
21309         * benchtests/acos-inputs: Likewise.
21311 2014-01-10  Allan McRae  <allan@archlinux.org>
21313         * po:sv.po: Update Swedish translation from translation project.
21315         * po/vi.po: Update Vietnamese translation from translation project.
21317         * po/eo.po: Update Esperanto translation from translation project.
21319         * po/cs.po: Update Czech translation from translation project.
21321         * po/nl.po: Update Dutch translation from translation project.
21323         * po/pl.po: Update Polish translation from translation project.
21325         * po/ru.po: Update Russian translation from translation project.
21327         * po/uk.po: Update Ukrainian translation from translation project.
21329 2014-01-08  Brooks Moses  <bmoses@google.com>
21331         * elf/dl-load.c: Fix comment typo.
21333 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
21335         * po/header.pot: Rename to...
21336         * po/pot.header: ... this.
21337         * po/Makefile: Use pot.header.
21339 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
21340             Maxim Kuvyrkov  <maxim@kugelworks.com>
21342         [BZ #16394]
21343         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
21344         SRC and DEST against LEN.
21346 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21348         [BZ #16414]
21349         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
21350         implementation.
21351         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
21353 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21355         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21357 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
21359         [BZ #16408]
21360         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
21361         for large positive arguments.
21363 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
21365         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
21367         * math/auto-libm-test-in: Mark various tests with
21368         xfail-rounding:ldbl-128ibm.
21369         * math/auto-libm-test-out: Regenerated.
21371         [BZ #16407]
21372         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
21373         Increase overflow threshold.
21375 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
21377         [BZ #14286]
21378         * stdio-common/vfprintf.c: Check for integer overflow.
21380 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21382         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
21383         the first argument and return value of __tls_get_addr_internal.
21385 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21387         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
21388         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
21390 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21392         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
21393         * sysdeps/s390/rtld-global-offsets.sym: New file.
21394         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
21395         GLIBC_2.19 symbol.
21396         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
21397         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
21398         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
21399         ... this.
21400         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
21401         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
21402         ... this.
21403         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
21404         Regenerate.
21405         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
21406         Regenerate.
21407         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
21408         halfs of GPRs for high_gprs contexts.
21409         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
21410         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
21411         field.
21412         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
21413         uc_flags field.
21414         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
21415         64 bit versions:
21416         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
21417         for high GPRs (uc_high_gprs) and for future extensions
21418         (__reserved).
21419         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
21420         for future extensions (__reserved).
21421         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
21422         64 bit versions:
21423         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
21424         SC_HIGHGPRS offset definition.
21425         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
21426         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
21428         * Versions.def: Add GLIBC_2.19 for libpthread.
21429         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
21430         siglongjmp for libpthread with GLIBC_2.19 symver.
21431         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
21432         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
21433         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
21434         * sysdeps/s390/__longjmp.c: New file.
21435         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
21436         * sysdeps/s390/longjmp.c: New file.
21437         * sysdeps/s390/setjmp.S: New file.
21438         * sysdeps/s390/sigjmp.S: New file.
21439         * sysdeps/s390/v1-longjmp.c: New file.
21440         * sysdeps/s390/v1-setjmp.h: New file.
21441         * sysdeps/s390/v1-sigjmp.c: New file.
21442         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
21443         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
21444         GLIBC_2.19 version.
21445         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
21446         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
21447         versioned symbols for ____longjmp_chk.
21448         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
21449         Likewise.
21450         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
21451         Regenerate.
21452         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
21453         Regenerate.
21454         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
21455         Regenerate.
21456         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
21457         Regenerate.
21458         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
21459         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
21460         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
21461         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
21462         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
21463         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
21464         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
21465         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
21466         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
21467         * sysdeps/s390/rtld-__longjmp.c: New file.
21468         * sysdeps/s390/rtld-setjmp.S: New file.
21470 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
21472         [BZ #16400]
21473         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
21474         Return -__logl (x) for small positive arguments without evaluating
21475         a polynomial.
21477 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
21479         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
21480         Rename to ...
21481         (__ptrace_peeksiginfo_args): ... this.
21482         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
21483         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
21484         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
21486 2014-01-06  Allan McRae  <allan@archlinux.org>
21488         * inet/netinet/in.h: Fix typo in comment.
21490 2014-01-05  Andreas Jaeger  <aj@suse.de>
21492         * sysdeps/i386/fpu/libm-test-ulps: Update.
21494 2014-01-05  Allan McRae  <allan@archlinux.org>
21496         * po/libc.pot: Regenerated.
21498         * malloc/memusagestat.c: Fix gettext call formatting.
21500 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
21502         * nscd/nscd.c: Improve usage() output.
21504 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
21506         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
21507         * sysdeps/unix/sysv/linux/configure: Regenerated.
21508         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
21509         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
21511 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
21513         [BZ #16390]
21514         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
21515         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
21517 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21519         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
21520         extra tokens at end of #undef directive.
21521         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
21522         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
21523         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
21525 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
21527         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
21529         * math/auto-libm-test-in: Mark various tests with
21530         xfail-rounding:ldbl-128ibm.
21531         * math/auto-libm-test-out: Regenerated.
21533 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
21535         [BZ #16386]
21536         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
21537         numbers with subnormal high part when calculating exponent.
21539         [BZ #16385]
21540         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
21541         fabs.
21543         [BZ #16384]
21544         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
21545         M_LN2l.
21546         (__ieee754_acoshl): Use __log1pl not __log1p.
21548 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
21550         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
21551         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
21552         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
21553         (grow_heap, heap_trim, _int_new_arena, get_free_list)
21554         (reused_arena, arena_get2): Convert to GNU style.
21555         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
21556         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
21557         (memalign_check, __malloc_set_state): Likewise.
21558         * malloc/mallocbug.c (main): Likewise.
21559         * malloc/malloc.c (__malloc_assert, malloc_init_state)
21560         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
21561         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
21562         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
21563         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
21564         (__posix_memalign, malloc_info): Likewise.
21565         * malloc/malloc.h: Likewise.
21566         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
21567         (mallochook, memalignhook, reallochook, mabort): Likewise.
21568         * malloc/mcheck.h: Likewise.
21569         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
21570         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
21571         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
21572         * malloc/morecore.c (__default_morecore): Likewise.
21573         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
21574         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
21575         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
21576         (print_and_abort): Likewise.
21577         * malloc/obstack.h: Likewise.
21578         * malloc/set-freeres.c (__libc_freeres): Likewise.
21579         * malloc/tst-mallocstate.c (main): Likewise.
21580         * malloc/tst-mtrace.c (main): Likewise.
21581         * malloc/tst-realloc.c (do_test): Likewise.
21583 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
21585         [BZ #16366]
21586         * nscd/netgroupcache.c (do_notfound): New function.
21587         (addgetnetgrentX): Use it.
21589         [BZ # 16365]
21590         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
21591         NSS_STATUS_NOTFOUND.
21593 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
21595         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
21596         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21598 2014-01-01  Allan McRae  <allan@archlinux.org>
21600         * scripts/update-copyrights: Update configure input file suffix.
21602         * NEWS: Update copyright year.
21603         * catgets/gencat.c: Likewise.
21604         * csu/version.c: Likewise.
21605         * debug/catchsegv.sh: Likewise.
21606         * debug/pcprofiledump.c: Likewise.
21607         * debug/xtrace.sh: Likewise.
21608         * elf/ldconfig.c: Likewise.
21609         * elf/ldd.bash.in: Likewise.
21610         * elf/pldd.c: Likewise.
21611         * elf/sotruss.ksh: Likewise.
21612         * elf/sprof.c: Likewise.
21613         * iconv/iconv_prog.c: Likewise.
21614         * iconv/iconvconfig.c: Likewise.
21615         * locale/programs/locale.c: Likewise.
21616         * locale/programs/localedef.c: Likewise.
21617         * login/programs/pt_chown.c: Likewise.
21618         * malloc/memusage.sh: Likewise.
21619         * malloc/memusagestat.c: Likewise.
21620         * malloc/mtrace.pl: Likewise.
21621         * manual/libc.texinfo: Likewise.
21622         * nscd/nscd.c: Likewise.
21623         * nss/getent.c: Likewise.
21624         * nss/makedb.c: Likewise.
21625         * posix/getconf.c: Likewise.
21626         * scripts/test-installation.pl: Likewise.
21628         * All files with FSF copyright notices: Update copyright dates
21629         using scripts/update-copyrights.
21630         * intl/plural.c: Regenerated.
21631         * locale/programs/charmap-kw.h: Likewise.
21632         * locale/programs/locfile-kw.h: Likewise.
21634 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
21636         * sysdeps/unix/sysv/linux/configure: Regenerated.
21637         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
21638         the linux/fanotify.h header.
21639         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
21640         HAVE_LINUX_FANOTIFY_H is defined.
21642 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
21644         * benchtests/cos-inputs: New inputs.
21645         * benchtests/sin-inputs: Likewise.
21647         * benchtests/atan-inputs: New inputs. Fix name of multiple
21648         precision fallback inputs.
21650         * benchtests/atanh-inputs: New inputs.
21651         * benchtests/tanh-inputs: Likewise.
21653         * benchtests/acosh-inputs: New inputs.
21654         * benchtests/asinh-inputs: Likewise.
21656         * benchtests/cosh-inputs: New inputs.
21657         * benchtests/sinh-inputs: Likewise.
21659         * benchtests/acos-inputs: Add more inputs.
21660         * benchtests/asin-inputs: Likewise.
21662 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
21664         [BZ #16375]
21665         * manual/arith.texi: Fix spelling.
21666         * manual/charset.texi: Likewise.
21667         * manual/errno.texi: Likewise.
21668         * manual/filesys.texi: Likewise.
21669         * manual/lang.texi: Likewise.
21670         * manual/llio.texi: Likewise.
21671         * manual/locale.texi: Likewise.
21672         * manual/message.texi: Likewise.
21673         * manual/resource.texi: Likewise.
21674         * manual/search.texi: Likewise.
21675         * manual/setjmp.texi: Likewise.
21676         * manual/stdio.texi: Likewise.
21677         * manual/string.texi: Likewise.
21678         * manual/sysinfo.texi: Likewise.
21679         * manual/time.texi: Likewise.
21681 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
21683         * po/sl.po: New file.
21685 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
21687         * .gitignore: Add core/.gdbinit/.gdb_history.
21689 2013-12-27  Allan McRae  <allan@archlinux.org>
21691         [BZ #16369]
21692         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
21693         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
21695 2013-12-24  Brooks Moses  <bmoses@google.com>
21697         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
21698         all compilers that claim C++98 compliance, not just GCC.
21699         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
21700         Likewise.
21702 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
21704         * NEWS: Restore accidentally deleted bug-fix entries.
21706 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
21707             Ondřej Bílka  <neleai@seznam.cz>
21709         [BZ #15073]
21710         * malloc/malloc.c (_int_free): Perform sanity check only if we
21711         have_lock.
21713 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
21715         [BZ #12986]
21716         * manual/stdio.texi (String Input Conversions): Clarify that character
21717         classes are not supported.
21719 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21721         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21723 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
21725         [BZ #16337]
21726         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
21727         Calculate results for small negative arguments directly rather
21728         than using reflection formula with special underflow handling.
21730         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
21731         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
21732         sysdeps/unix/bsd/bsd4.4/syscalls.list.
21733         (fchflags): Likewise.
21734         (revoke): Likewise.
21735         (setlogin): Likewise.
21736         (sigaltstack): Likewise.
21737         (wait4): Likewise.
21738         (sigblock): Remove.
21739         (sigsetmask): Likewise.
21740         (wait3): Likewise.
21741         (waitpid): Likewise.
21742         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
21743         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
21744         file.
21745         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
21746         * sysdeps/unix/bsd/Makefile: ... here.
21747         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
21748         * sysdeps/unix/bsd/Versions: ... here.
21749         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
21750         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
21751         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
21752         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
21753         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
21754         * sysdeps/unix/bsd/sigblock.c: ... here.
21755         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
21756         * sysdeps/unix/bsd/sigsetmask.c: ... here.
21757         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
21758         * sysdeps/unix/bsd/sigvec.c: ... here.
21759         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
21760         * sysdeps/unix/bsd/tcdrain.c: ... here.
21761         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
21762         * sysdeps/unix/bsd/tcgetattr.c: ... here.
21763         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
21764         * sysdeps/unix/bsd/tcsetattr.c: ... here.
21765         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
21766         * sysdeps/unix/bsd/wait.c: ... here.
21767         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
21768         * sysdeps/unix/bsd/wait3.c: ... here.
21769         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
21770         * sysdeps/unix/bsd/waitpid.c: ... here.
21772 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
21774         [BZ #16356]
21775         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
21776         round-to-nearest for [!USE_AS_EXPM1L].
21777         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
21778         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
21779         more tests of exp and exp10.  Expect some exp10 tests to miss
21780         exceptions or fail in directed rounding modes.
21781         * math/auto-libm-test-out: Regenerated.
21782         * math/libm-test.inc (exp10_tonearest_test_data): New array.
21783         (exp10_test_tonearest): New function.
21784         (exp10_towardzero_test_data): New array.
21785         (exp10_test_towardzero): New function.
21786         (exp10_downward_test_data): New array.
21787         (exp10_test_downward): New function.
21788         (exp10_upward_test_data): New array.
21789         (exp10_test_upward): New function.
21790         (main): Call the new functions.
21791         * sysdeps/i386/fpu/libm-test-ulps: Update.
21792         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21794 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
21796         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
21797         asinh, atan, atan2, atanh, cbrt, cos and cosh.
21798         * math/auto-libm-test-out: Regenerated.
21799         * math/libm-test.inc (acosh_test_data): Add more tests.
21800         (atanh_test_data): Likewise.
21801         (ceil_test_data): Likewise.
21802         (copysign_test_data): Likewise.
21803         * sysdeps/i386/fpu/libm-test-ulps: Update.
21804         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21806         * timezone/checktab.awk: Update from tzcode 2013i.
21807         * timezone/private.h: Likewise.
21808         * timezone/scheck.c: Likewise.
21809         * timezone/tzfile.h: Likewise.
21810         * timezone/tzselect.ksh: Likewise.
21811         * timezone/zdump.c: Likewise.
21812         * timezone/zic.c: Likewise.
21814         * math/auto-libm-test-in: Add tests of cpow.
21815         * math/auto-libm-test-out: Regenerated.
21816         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
21817         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21818         mpc_cc_c.
21819         (func_calc_desc): Add mpc_cc_c union field.
21820         (test_functions): Add cpow.
21821         (special_fill_2pi): New function.
21822         (special_real_inputs): Add 2pi.
21823         (calc_generic_results): Handle mpc_cc_c.
21824         * sysdeps/i386/fpu/libm-test-ulps: Update.
21825         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21827         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
21828         csqrt, ctan and ctanh.
21829         * math/auto-libm-test-out: Regenerated.
21830         * math/libm-test.inc (TEST_COND_x86_64): New macro.
21831         (TEST_COND_x86): Likewise.
21832         (ccos_test_data): Use AUTO_TESTS_c_c.
21833         (ccosh_test_data): Likewise.
21834         (cexp_test_data): Likewise.
21835         (clog_test_data): Likewise.
21836         (csqrt_test_data): Likewise.
21837         (ctan_test_data): Likewise.
21838         (ctan_tonearest_test_data): Likewise.
21839         (ctan_towardzero_test_data): Likewise.
21840         (ctan_downward_test_data): Likewise.
21841         (ctan_upward_test_data): Likewise.
21842         (ctanh_test_data): Likewise.
21843         (ctanh_tonearest_test_data): Likewise.
21844         (ctanh_towardzero_test_data): Likewise.
21845         (ctanh_downward_test_data): Likewise.
21846         (ctanh_upward_test_data): Likewise.
21847         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21848         mpc_c_c.
21849         (func_calc_desc): Add mpc_c_c union field.
21850         (FUNC_mpc_c_c): New macro.
21851         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
21852         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
21853         ctanh.
21854         (special_fill_min_subnorm_p120): New function.
21855         (special_real_inputs): Add min_subnorm_p120.
21856         (calc_generic_results): Handle mpc_c_c.
21857         * sysdeps/i386/fpu/libm-test-ulps: Update.
21858         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21860 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21862         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
21863         (do_sin_slow): New functions.
21864         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
21865         (cslow2, csloww1, csloww2): Use the new functions.
21867         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
21868         Use M to change sign of result instead of X.  Assume X is
21869         positive.
21870         (csloww1): Likewise.
21871         (__sin): Adjust.
21872         (__cos): Adjust.
21874         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
21875         arguments A and DA.
21876         (__sin): Adjust.
21877         (__cos): Likewise.
21879         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
21880         (__cos): Likewise.
21881         (sloww1): Don't adjust sign of DX.
21882         (csloww1): Likewise.
21883         (sloww2): Use X directly and don't adjust sign of DX.
21884         (csloww2): Likewise.
21886 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
21888         * math/auto-libm-test-in: Add tests of cabs and carg.
21889         * math/auto-libm-test-out: Regenerated.
21890         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
21891         (carg_test_data): Likewise.
21892         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21893         mpc_c_f.
21894         (func_calc_desc): Add mpc_c_f union field.
21895         (test_functions): Add cabs and carg.
21896         (calc_generic_results): Handle mpc_c_f.
21898         * sysdeps/powerpc/powerpc32/libgcc-compat.S
21899         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
21900         as a macro and a compat symbol.
21901         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
21902         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
21903         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
21904         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
21905         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
21906         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
21907         not use .hidden.
21908         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
21909         Likewise.
21910         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
21911         Likewise.
21912         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
21913         Likewise.
21914         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
21915         Likewise.
21916         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
21917         Likewise.
21918         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
21919         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
21920         from GLIBC_2.3.2.
21922 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21924         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21926 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
21928         * manual/texinfo.tex: Update to version 2013-11-26.10 with
21929         trailing whitespace removed.
21930         * scripts/config.guess: Update to version 2013-11-29.
21931         * scripts/config.sub: Update to version 2013-10-01.
21933         * math/auto-libm-test-in: Add tests of sincos.
21934         * math/auto-libm-test-out: Regenerated.
21935         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
21936         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21937         mpfr_f_11.
21938         (func_calc_desc): Add mpfr_f_11 union field.
21939         (test_functions): Add sincos.
21940         (calc_generic_results): Handle mpfr_f_11.
21941         * sysdeps/i386/fpu/libm-test-ulps: Update.
21942         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21944 2013-12-19  Andreas Schwab  <schwab@suse.de>
21946         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
21947         CALL_MCOUNT.
21948         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
21949         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
21950         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
21952 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
21954         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
21955         * sysdeps/i386/fpu/libm-test-ulps: Update.
21956         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21958         [BZ #16293]
21959         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
21960         round-to-nearest mode when using frndint.
21961         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
21962         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
21963         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
21964         Likewise.
21965         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
21966         sinh test to fail.
21967         * math/auto-libm-test-out: Regenerated.
21968         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
21969         (TEST_COND_x86): Likewise.
21970         (expm1_tonearest_test_data): New array.
21971         (expm1_test_tonearest): New function.
21972         (expm1_towardzero_test_data): New array.
21973         (expm1_test_towardzero): New function.
21974         (expm1_downward_test_data): New array.
21975         (expm1_test_downward): New function.
21976         (expm1_upward_test_data): New array.
21977         (expm1_test_upward): New function.
21978         (main): Run the new test functions.
21979         * sysdeps/i386/fpu/libm-test-ulps: Update.
21980         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21982         * include/features.h: Update comment documenting feature test
21983         macros.  Mention _DEFAULT_SOURCE in comment.
21984         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
21985         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
21986         _BSD_SOURCE and _SVID_SOURCE.
21987         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
21988         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
21989         !_SVID_SOURCE]: Likewise.
21990         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21991         (__USE_POSIX_IMPLICITLY): Define.
21992         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21993         (_POSIX_SOURCE): Undefine and redefine.
21994         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21995         (_POSIX_C_SOURCE): Likewise.
21996         * manual/creature.texi (_DEFAULT_SOURCE): Document.
21997         (Feature Test Macros): Update documentation of default features.
21999 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
22001         * benchtests/Makefile: Add bench-strtok.
22002         * benchtests/bench-strtok.c: New file: strtok benchtest.
22004 2013-12-19  Allan McRae  <allan@archlinux.org>
22006         * manual/install.texi: Suppress menu for plain text output.
22007         * INSTALL: Regenerated.
22009 2013-12-18  Brooks Moses  <bmoses@google.com>
22011         [BZ #15846]
22012         * misc/getauxval.c: Include errno.h.
22013         (__getauxval): Set errno to ENOENT if the requested type is not
22014         found.
22015         * misc/sys/auxv.h (getauxval): Document that it may set errno;
22016         don't declare with __attribute_const__.
22017         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
22018         * manual/startup.texi: Document that getauxval sets errno.
22020 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
22022         * math/auto-libm-test-in: Add tests of jn and yn.
22023         * math/auto-libm-test-out: Regenerated.
22024         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
22025         (yn_test_data): Likewise.
22026         * math/gen-auto-libm-tests.c (func_calc_method): Add value
22027         mpfr_if_f.
22028         (func_calc_desc): Add mpfr_if_f union field.
22029         (FUNC_mpfr_if_f): New macro.
22030         (test_functions): Add jn and yn.
22031         (calc_generic_results): Assert type of second input for
22032         mpfr_ff_f.  Handle mpfr_if_f.
22033         (output_for_one_input_case): Disable all checking for arguments
22034         fitting floating-point types in case of an integer argument.
22035         * sysdeps/i386/fpu/libm-test-ulps: Update.
22036         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22038         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
22039         Don't expect fegetround reference in libm.so.
22041 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22043         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
22044         $(config-cflags-nofma).
22046 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
22048         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
22049         * math/auto-libm-test-out: Regenerated.
22051         [BZ #16338]
22052         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
22053         to determine exponent and adjust argument to have exponent of -1.
22054         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
22055         log2.
22056         * math/auto-libm-test-out: Regenerated.
22057         * sysdeps/i386/fpu/libm-test-ulps: Update.
22058         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22060 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
22062         * manual/probes.texi: Remove cases when per-thread arenas are
22063         disabled.
22065 2013-12-18  Andreas Schwab  <schwab@suse.de>
22067         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
22068         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
22069         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
22070         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
22071         * sysdeps/i386/i686/multiarch/Makefile: Update.
22072         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
22074 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
22076         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
22077         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
22079 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
22081         [BZ #15968]
22082         Support TZ transition times < 00:00:00.
22083         This is needed for version-3 tz-format files; it supports time
22084         stamps past 2037 for America/Godthab (the only entry in the tz
22085         database for which this change is relevant).
22086         * manual/time.texi (TZ Variable): Document transition times
22087         from -167:59:59 through -00:00:01.
22088         * time/tzset.c (tz_rule): Time of day is now signed.
22089         (__tzset_parse_tz): Parse negative time of day.
22091         Document TZ transition times >= 25:00:00.
22092         * manual/time.texi (TZ Variable): Document transition times from
22093         25:00:00 through 167:59:59.  These are already supported, and this
22094         support will help with version-3 tz-format files.
22096         * manual/time.texi (TZ Variable): Modernize North America example
22097         to reflect current (i.e., 2007-and-later) daylight saving rules.
22099         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
22101 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
22103         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
22104         * sysdeps/unix/bsd/bits/stat.h: Likewise.
22105         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
22106         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
22107         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
22108         * sysdeps/unix/bsd/bsdstat.h: Likewise.
22109         * sysdeps/unix/bsd/clock.c: Likewise.
22110         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
22111         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
22112         * sysdeps/unix/bsd/init-posix.c: Likewise.
22113         * sysdeps/unix/bsd/poll.c: Likewise.
22114         * sysdeps/unix/bsd/ptsname.c: Likewise.
22115         * sysdeps/unix/bsd/seekdir.c: Likewise.
22116         * sysdeps/unix/bsd/setegid.c: Likewise.
22117         * sysdeps/unix/bsd/seteuid.c: Likewise.
22118         * sysdeps/unix/bsd/setgid.c: Likewise.
22119         * sysdeps/unix/bsd/setrgid.c: Likewise.
22120         * sysdeps/unix/bsd/setruid.c: Likewise.
22121         * sysdeps/unix/bsd/setsid.c: Likewise.
22122         * sysdeps/unix/bsd/setuid.c: Likewise.
22123         * sysdeps/unix/bsd/sigaction.c: Likewise.
22124         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
22125         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
22126         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
22127         * sysdeps/unix/bsd/telldir.c: Likewise.
22128         * sysdeps/unix/bsd/times.c: Likewise.
22129         * sysdeps/unix/bsd/usleep.c: Likewise.
22131         * misc/Makefile (install-lib): Remove libbsd-compat.a.
22132         ($(objpfx)libbsd-compat.a): Remove rule.
22134         * include/features.h (__FAVOR_BSD): Do not define.
22135         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
22136         features conflicting with POSIX.
22137         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
22138         (_BSD_SOURCE): Remove description of not being a subset of other
22139         feature test macros.
22140         * manual/job.texi (getpgrp): Do not document BSD version.
22141         (getpgid): Do not document by reference to BSD getpgrp.
22142         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
22143         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
22144         * signal/signal.h [__FAVOR_BSD]: Likewise.
22145         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
22146         instead of making contents conditional on [__FAVOR_BSD].
22147         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
22149 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22151         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22153 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
22155         [BZ #16314]
22156         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
22157         values below 2**-450, not 2**-500.
22158         * math/auto-libm-test-in: Don't allow spurious underflow from
22159         hypot.
22160         * math/auto-libm-test-out: Regenerated.
22162         [BZ #16316]
22163         [BZ #16330]
22164         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
22165         values of ha and hb and sort them after adjusting subnormal
22166         arguments.
22167         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
22168         Likewise.
22169         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
22170         values of ea and eb and sort them after adjusting subnormal
22171         arguments.
22172         * math/auto-libm-test-in: Do not expect some hypot tests of
22173         subnormals to fail.  Add more hypot tests.
22174         * math/auto-libm-test-out: Regenerated.
22176 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22178         [BZ #13304]
22179         * sysdeps/sh/s_fma.c: New file.
22180         * sysdeps/sh/s_fmaf.c: New file.
22181         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
22182         version.
22183         * sysdeps/sh/Implies: Add sh/soft-fp.
22185 2013-12-16  Roland McGrath  <roland@hack.frob.com>
22187         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
22188         level of indirection to members `objname', `errstring', `malloced'.
22189         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
22190         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
22191         it as the __longjmp argument (just pass 1 instead).
22192         (_dl_catch_error): Initialize C with argument pointers and address of
22193         volatile local ERRCODE rather than copying values out of C at return.
22195 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
22197         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
22198         * math/auto-libm-test-out: Regenerated.
22199         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
22200         (hypot_test_data): Likewise.
22201         (pow_test_data): Likewise.
22202         (pow_tonearest_test_data): Likewise.
22203         * math/gen-auto-libm-tests.c (func_calc_method): Add value
22204         mpfr_ff_f.
22205         (func_calc_desc): Add mpfr_ff_f union field.
22206         (FUNC_mpfr_ff_f): New macro.
22207         (test_functions): Add atan2, hypot and pow.
22208         (special_fill_min): New function.
22209         (special_fill_minus_min): Likewise.
22210         (special_fill_min_subnorm): Likewise.
22211         (special_fill_minus_min_subnorm): Likewise.
22212         (special_real_inputs): Add min, -min, min_subnorm and
22213         -min_subnorm.
22214         (calc_generic_results): Handle mpfr_ff_f.
22215         * sysdeps/i386/fpu/libm-test-ulps: Update.
22216         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22218 2013-12-16  Will Newton  <will.newton@linaro.org>
22220         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
22221         (Aligned Memory Blocks): Add documentation for aligned_alloc
22222         and suggest it as an alternative to posix_memalign.
22223         (Hooks for Malloc): Document __memalign_hook is also called
22224         for aligned_alloc.  (Summary of Malloc): Add summary for
22225         aligned alloc.  Document __memalign_hook is also called
22226         for aligned_alloc.
22228 2013-12-16  Will Newton  <will.newton@linaro.org>
22230         * manual/memory.texi (Malloc Examples): Clarify default
22231         alignment documentation.  Suggest posix_memalign rather
22232         than memalign or valloc.
22233         (Aligned Memory Blocks): Remove suggestion to use memalign
22234         or valloc.  Remove obsolete comment about BSD.
22235         Document memalign errno values and mark the function obsolete.
22236         Document posix_memalign returned error codes.  Mark valloc
22237         as obsolete.  (Hooks for Malloc): __memalign_hook is also
22238         called for posix_memalign and valloc.
22239         (Summary of Malloc): Add posix_memalign to function summary.
22240         __memalign_hook is also called for posix_memalign and valloc.
22242 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
22244         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
22245         TAYLOR_SIN.
22246         (__sin): Adjust.
22247         (__cos): Likewise.
22248         (sloww): Use mynumber union.  Expand ternary operator into
22249         if-else statements.
22250         (cslow): use mynumber union.
22252 2013-12-16  Allan McRae  <allan@archlinux.org>
22254         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
22255         * configure: Regenerated.
22257         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
22259         [BZ #14120]
22260         * configure.ac: Added --enable-maintainer-mode. Check for
22261         autoconf when enabled.
22262         * configure: Regenerated.
22264         * nscd/nscd.service: New file.
22265         * nscd/nscd.tmpfiles: New file.
22267 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
22269         [BZ #12100]
22270         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
22271         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
22272         * sysdeps/x86_64/multiarch/strstr.c: ... here.
22273         (strstr): Add __strstr_sse2_unaligned ifunc.
22274         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
22275         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
22276         (strcasestr): Remove __strcasestr_sse42 ifunc.
22277         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
22278         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
22279         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
22281 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22283         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
22284         * sysdeps/sh/bits/fenv.h: ... here.
22285         * sysdeps/sh/sh4/fpu/bits: Remove directory.
22287 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22289         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
22291         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
22292         hypotf multiarch implementations.
22293         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
22294         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
22295         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
22296         multiarch hypot for PPC64.
22297         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
22298         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
22299         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
22300         multiarch hypotf for PPC64.
22302         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
22303         modff multiarch implementations.
22304         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
22305         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
22306         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
22307         multiarch modf for PPC64.
22308         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
22309         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
22310         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
22311         multiarch modff for PPC64.
22313         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
22314         and logl multiarch implementations.
22315         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
22316         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
22317         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
22318         multiarch logb for PPC64.
22319         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
22320         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
22321         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
22322         multiarch logb for PPC64.
22323         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
22324         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
22325         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
22326         multiarch logb for PPC64.
22328         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
22329         isinff multiarch implementation.
22330         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
22331         file.
22332         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
22333         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
22334         multiarch isinf for PPC64.
22335         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
22336         file.
22337         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
22338         multiarch isinff for PPC64.
22340         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
22341         finitef multiarch implementation.
22342         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
22343         file.
22344         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
22345         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
22346         multiarch finite for PPC64.
22347         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
22348         file.
22349         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
22350         multiarch finitef for PPC64.
22352         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
22353         lrint multiarch implementation.
22354         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
22355         file.
22356         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
22357         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
22358         multiarch llrint for PPC64.
22359         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
22360         multiarch lrint for PPC64.
22362         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
22363         copysignf multiarch implementation.
22364         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
22365         file.
22366         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
22367         file.
22368         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
22369         multiarch copysign for PPC64.
22370         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
22371         multiarch copysignf for PPC64.
22373         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
22374         multiarch implementation.
22375         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
22376         file.
22377         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
22378         file.
22379         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
22380         file.
22381         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
22382         file.
22383         multiarch llround for PPC64.
22384         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
22385         multiarch trunc for PPC64.
22386         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
22387         multiarch truncf for PPC64.
22389         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
22390         multiarch implementation.
22391         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
22392         file.
22393         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
22394         file.
22395         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
22396         file.
22397         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
22398         file.
22399         multiarch llround for PPC64.
22400         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
22401         multiarch round for PPC64.
22402         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
22403         multiarch roundf for PPC64.
22405         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
22406         multiarch implementation.
22407         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
22408         file.
22409         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
22410         file.
22411         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
22412         file.
22413         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
22414         file.
22415         multiarch llround for PPC64.
22416         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
22417         multiarch floor for PPC64.
22418         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
22419         multiarch floorf for PPC64.
22421         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
22422         multiarch implementation.
22423         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
22424         file.
22425         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
22426         file.
22427         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
22428         file.
22429         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
22430         file.
22431         multiarch llround for PPC64.
22432         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
22433         multiarch ceil for PPC64.
22434         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
22435         multiarch ceilf for PPC64.
22437         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
22438         multiarch implementation.
22439         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
22440         file.
22441         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
22442         file.
22443         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
22444         file.
22445         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
22446         multiarch llround for PPC64.
22447         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
22448         multiarch lround for PPC64.
22450         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
22451         multiarch implementation.
22452         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
22453         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
22454         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
22455         file.
22456         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
22457         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
22458         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
22459         multiarch isnan for PPC64.
22460         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
22461         multiarch isnanf for PPC64.
22463         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
22464         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
22465         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
22466         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
22467         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
22468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
22470         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
22471         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
22472         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
22473         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
22475         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
22476         multiarch implementations.
22477         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22478         (__libc_ifunc_impl_list): Likewise.
22479         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
22480         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
22481         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
22482         multiarch stpcpy for PPC64.
22484         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
22485         multiarch implementations.
22486         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22487         (__libc_ifunc_impl_list): Likewise.
22488         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
22489         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
22490         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
22491         multiarch strcpy for PPC64.
22493         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
22494         redefine function name.
22495         (_wordcopy_fwd_dest_aligned): Likewise.
22496         (_wordcopy_bwd_aligned): Likewise.
22497         (_wordcopy_bwd_dest_aligned): Likewise.
22498         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
22499         multiarch implementations.
22500         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22501         (__libc_ifunc_impl_list): Likewise.
22502         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
22503         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
22504         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
22505         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
22506         multiarch wcscpy for PPC64.
22508         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
22509         multiarch implementations.
22510         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22511         (__libc_ifunc_impl_list): Likewise.
22512         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
22513         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
22514         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
22515         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
22516         multiarch wcscpy for PPC64.
22518         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
22519         multiarch implementations.
22520         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22521         (__libc_ifunc_impl_list): Likewise.
22522         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
22523         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
22524         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
22525         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
22526         multiarch wcsrchr for PPC64.
22528         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
22529         multiarch implementations.
22530         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22531         (__libc_ifunc_impl_list): Likewise.
22532         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
22533         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
22534         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
22535         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
22536         multiarch wcschr for PPC64.
22538         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
22539         multiarch implementations.
22540         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22541         (__libc_ifunc_impl_list): Likewise.
22542         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
22543         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
22544         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
22545         multiarch strchrnul for PPC64.
22547         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
22548         implementations.
22549         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22550         (__libc_ifunc_impl_list): Likewise.
22551         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
22552         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
22553         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
22554         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
22555         strchr for PPC64.
22557         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
22558         implementations.
22559         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22560         (__libc_ifunc_impl_list): Likewise.
22561         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
22562         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
22563         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
22564         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
22565         strncmp for PPC64.
22567         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
22568         multiarch implementations.
22569         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22570         (__libc_ifunc_impl_list): Likewise.
22571         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
22572         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
22573         strncasecmp for PPC64.
22574         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
22575         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
22576         multiarch strncasecmp_l for PPC64.
22578         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
22579         multiarch implementations.
22580         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
22581         (__libc_ifunc_impl_list): Likewise.
22582         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
22583         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
22584         multiarch strcasecmp for PPC64.
22585         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
22586         file.
22587         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
22588         multiarch strcasecmp_l for PPC64.
22590         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
22591         implementations.
22592         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22593         (__libc_ifunc_impl_list): Likewise.
22594         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
22595         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
22596         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
22597         strnlen for PPC64.
22599         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
22600         implementations.
22601         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22602         (__libc_ifunc_impl_list): Likewise.
22603         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
22604         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
22605         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
22606         strlen for PPC64.
22608         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
22609         implementations.
22610         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22611         (__libc_ifunc_impl_list): Likewise.
22612         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
22613         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
22614         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
22615         rawmemrchr for PPC64.
22617         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
22618         implementation.
22619         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22620         (__libc_ifunc_impl_list): Likewise.
22621         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
22622         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
22623         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
22624         memrchr for PPC64.
22626         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
22627         implementation.
22628         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22629         (__libc_ifunc_impl_list): Likewise.
22630         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
22631         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
22632         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
22633         memchr for PPC64.
22635         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
22636         implementation.
22637         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22638         (__libc_ifunc_impl_list): Likewise.
22639         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
22640         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
22641         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
22642         mempcpy for PPC64.
22644         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
22645         avoid cretion of __bzero symbol.
22646         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
22647         Likewise.
22648         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
22649         Likewise.
22650         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
22651         Likewise.
22652         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
22653         multiarch implementations.
22654         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22655         (__libc_ifunc_impl_list): Likewise.
22656         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
22657         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
22658         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
22659         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
22660         bzero for PPC32.
22661         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
22662         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
22663         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
22664         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
22665         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
22666         memset for PPC64.
22667         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
22669         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
22670         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
22671         implementations.
22672         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22673         (__libc_ifunc_impl_list): Likewise.
22674         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
22675         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
22676         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
22677         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
22678         memcmp for PPC64.
22680         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
22681         multiarch for POWER/PPC64.
22682         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
22683         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
22684         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
22685         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
22686         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
22687         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
22688         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
22689         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
22690         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
22691         memcpy for PPC64.
22693         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
22694         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
22695         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
22696         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
22697         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
22698         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
22699         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
22700         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
22701         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
22702         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
22703         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
22704         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
22705         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
22706         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
22707         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
22708         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
22709         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
22710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
22711         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
22712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
22713         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
22714         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
22716 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22718         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
22720 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22722         * benchtests/Makefile (bench): Add exp2 and log2.
22723         (LDLIBS-bench-exp2): Add -lm.
22724         (LDLIBS-bench-log2): Likewise.
22725         * benchtests/exp2-inputs: New inputs file.
22726         * benchtests/log2-inputs: New inputs file.
22727         * benchtests/log-inputs: Add new inputs.
22728         * benchtests/tan-inputs: Likewise.
22730 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22732         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
22733         definition...
22734         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
22735         (csloww2): ... from here.
22737         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
22738         instead of structures.
22739         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
22740         (POLYNOMIAL): Likewise.
22741         (TAYLOR_SLOW): Likewise.
22742         (__sin): Likewise.
22743         (__cos): Likewise.
22744         (slow1): Likewise.
22745         (slow2): Likewise.
22746         (sloww): Likewise.
22747         (sloww1); Likewise.
22748         (sloww2): Likewise.
22749         (bsloww1): Likewise.
22750         (bsloww2): Likewise.
22751         (cslow2): Likewise.
22752         (csloww): Likewise.
22753         (csloww1): Likewise.
22754         (csloww2): Likewise.
22756 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
22758         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
22759         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
22760         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
22761         * malloc/hooks.c (realloc_check): Likewise.
22763         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
22764         * malloc/arena.c: Remove PER_THREAD conditional.
22765         [!PER_THREAD]: Remove code.
22766         (ptmalloc_unlock_all2): Likewise.
22767         (ptmalloc_init): Likewise.
22768         (_int_new_arena): Likewise.
22769         (arena_get2): Likewise.
22770         * malloc/hooks.c (__malloc_get_state): Likewise.
22771         (__malloc_set_state): Likewise.
22772         * malloc/malloc.c: Likewise.
22773         (struct malloc_state): Likewise.
22774         (struct malloc_par): Likewise.
22775         (__libc_realloc): Likewise.
22776         (__libc_mallopt): Likewise.
22778 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22780         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
22782 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
22784         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
22785         macro to a function.  Check for zero perturb_byte.
22786         (_int_malloc, _int_free): Remove zero perturb_byte checks.
22788         * malloc/malloc.c: (force_reg): Remove.
22789         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
22790         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
22791         force_reg by atomic_forced_read.
22792         * malloc/arena.c (ptmalloc_init): Likewise.
22793         * malloc/hooks.c (top_check): Likewise.
22795 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22797         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22799 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
22801         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22803 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
22805         * math/auto-libm-test-in: Add tests of lgamma.
22806         * math/auto-libm-test-out: Regenerated.
22807         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
22808         (M_LOG_2_SQRT_PIl): Likewise.
22809         (lgamma_test_data): Use AUTO_TESTS_f_f1.
22810         * math/gen-auto-libm-tests.c (func_calc_method): Add value
22811         mpfr_f_f1.
22812         (func_calc_desc): Add mpfr_f_f1 union field.
22813         (ARGS1): New macro.
22814         (ARGS2): Likewise.
22815         (ARGS3): Likewise.
22816         (ARGS4): Likewise.
22817         (RET1): Likewise.
22818         (RET2): Likewise.
22819         (CALC): Likewise.
22820         (FUNC): Likewise.
22821         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
22822         (test_functions): Add lgamma.
22823         (calc_generic_results): Handle mpfr_f_f1.
22824         * sysdeps/i386/fpu/libm-test-ulps: Update.
22825         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22827 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22829         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
22830         __mpn_add_n for PowerPC64/POWER7.
22831         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
22832         __mpn_sub_n for PowerPC64/POWER7.
22834         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
22835         __mpn_addmul_1 for PowerPC64.
22836         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
22837         __mpn_submul_1 for PowerPC64.
22838         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
22839         for PowerPC64.
22840         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
22841         for PowerPC64.
22843 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
22845         [BZ #15089]
22846         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
22848 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22850         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
22852         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
22853         add multiarch folders.
22854         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
22855         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
22856         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
22857         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
22858         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
22859         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
22860         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
22861         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
22862         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
22863         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
22864         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
22865         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
22866         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
22867         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
22868         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
22869         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
22870         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
22872         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
22873         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
22874         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
22875         New file.
22876         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
22877         New file.
22878         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
22879         multiarch __ieee754_hypot for PowerPC32.
22880         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
22881         New file.
22882         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
22883         New file.
22884         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
22885         multiarch __ieee754_hypotf for PowerPC32.
22887         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
22888         long_double_symbol only if __logbl is defined.
22889         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
22890         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
22891         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
22892         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
22893         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
22894         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
22895         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
22896         path for implementation.
22897         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
22898         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
22899         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
22900         logb, and logbl multiarch implementations for PowerPC32.
22901         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
22902         file.
22903         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
22904         file.
22905         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
22906         multiarch logb for PowerPC32.
22907         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
22908         file.
22909         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
22910         file.
22911         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
22912         multiarch logbf for PowerPC32.
22913         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
22914         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
22915         file.
22916         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
22917         multiarch logbl implementation for PowerPC32.
22919         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
22920         and modff multiarch implementations.
22921         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
22922         New file.
22923         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
22924         New file.
22925         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
22926         multiarch modf for PowerPC32.
22927         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
22928         New file.
22929         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
22930         New file.
22931         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
22932         multiarch modff for PowerPC32.
22934         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
22935         and lrintf multiarch implementations.
22936         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
22937         New file.
22938         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
22939         New file.
22940         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
22941         multiarch lrint for PowerPC32.
22942         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
22943         file: multiarch lrintf for PowerPC32.
22945         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
22946         and lroundf multiarch implementations.
22947         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
22948         New file.
22949         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
22950         New file.
22951         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
22952         New file.
22953         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
22954         multiarch lround for PowerPC32.
22955         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
22956         file: multiarch lroundf for PowerPC32.
22958         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
22959         copysign and copysignf multiarch implementations.
22960         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
22961         New file.
22962         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
22963         New file.
22964         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
22965         file: multiarch copysign for PowerPC32.
22966         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
22967         file: multiarch copysignf for PowerPC32.
22969         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
22970         and truncf multiarch implementations.
22971         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
22972         New file.
22973         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
22974         file.
22975         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
22976         multiarch trunc for PowerPC32.
22977         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
22978         New file.
22979         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
22980         New file.
22981         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
22982         multiarch truncf for PowerPC32.
22984         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
22985         and roundf multiarch implementations.
22986         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
22987         New file.
22988         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
22989         file.
22990         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
22991         multiarch round for PowerPC32.
22992         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
22993         New file.
22994         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
22995         New file.
22996         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
22997         multiarch roundf for PowerPC32.
22999         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
23000         and floorf multiarch implementations.
23001         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
23002         New file.
23003         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
23004         file.
23005         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
23006         multiarch floor for PowerPC32.
23007         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
23008         New file.
23009         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
23010         New file.
23011         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
23012         multiarch floorf for PowerPC32.
23014         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
23015         and ceilf multiarch implementations.
23016         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
23017         New file.
23018         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
23019         file.
23020         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
23021         multiarch ceil for PowerPC32.
23022         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
23023         New file.
23024         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
23025         file.
23026         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
23027         multiarch ceilf for PowerPC32.
23029         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
23030         is defined.
23031         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
23032         FINITEF is defined.
23033         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
23034         and finitef multiarch implementations.
23035         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
23036         New file.
23037         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
23038         file.
23039         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
23040         multiarch finite for PowerPC32.
23041         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
23042         New file.
23043         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
23044         file: multiarch finitef for PowerPC32.
23046         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
23047         and isinff multiarch implementations.
23048         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
23049         file.
23050         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
23051         file.
23052         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
23053         multiarch isinf for PowerPC32.
23054         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
23055         New file.
23056         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
23057         multiarch isinff for PowerPC32.
23059         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
23060         alias when __isnan is defined.
23061         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
23062         and isnanf multiarch implementations.
23063         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
23064         file.
23065         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
23066         file.
23067         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
23068         file.
23069         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
23070         file.
23071         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
23072         multiarch isnan for PowerPC32.
23073         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
23074         New file.
23075         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
23076         New file.
23077         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
23078         multiarch isnanf for PowerPC32.
23080         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
23081         and sqrtf multiarch implementations.
23082         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
23083         file.
23084         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
23085         file.
23086         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
23087         multiarch sqrt for PowerPC32.
23088         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
23089         file.
23090         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
23091         file.
23092         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
23093         multiarch sqrtf for PowerPC32.
23095         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
23096         and llroundf multiarch implementations.
23097         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
23098         New file.
23099         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
23100         New file.
23101         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
23102         New file.
23103         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
23104         file: multiarch llround for PowerPC32.
23105         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
23106         file: multiarch llroundf for PowerPC32.
23108         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
23109         multiarch PowerPC32 fpu implementations.
23110         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
23111         New file.
23112         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
23113         New file.
23114         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
23115         multiarch llrint for PowerPC32.
23116         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
23117         New file.
23118         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
23119         New file.
23120         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
23121         file.
23123         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
23125         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
23126         file.
23127         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
23128         file.
23129         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
23130         file.
23131         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
23132         multiarch wordcopy for PPC32.
23133         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
23134         wordcopy objects.
23135         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23136         (__libc_ifunc_impl_list): Likewise.
23137         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
23138         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
23139         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
23140         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
23141         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
23142         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
23144         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
23145         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
23146         file.
23147         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
23148         file.
23149         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
23150         file.
23151         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
23152         multiarch wcscpy for PPC32.
23153         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
23154         multiarch objects.
23155         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23156         (__libc_ifunc_impl_list): Likewise.
23157         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
23158         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
23159         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
23160         sysdeps/powerpc/power6/wcscpy.c.
23162         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
23163         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
23164         file.
23165         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
23166         file.
23167         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
23168         file.
23169         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
23170         multiarch wcsrchr for PPC32.
23171         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
23172         multiarch objects.
23173         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23174         (__libc_ifunc_impl_list): Likewise.
23175         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
23176         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
23177         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
23178         sysdeps/powerpc/power6/wcsrchr.c.
23180         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
23181         file.
23182         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
23183         file.
23184         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
23185         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
23186         multiarch wcschr for PPc32.
23187         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
23188         multiarch objects.
23189         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23190         (__libc_ifunc_impl_list): Likewise.
23191         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
23192         * sysdeps/powerpc/power6/wcschr.c: ... to here.
23193         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
23194         sysdeps/powerpc/power6/wcschr.c.
23196         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
23197         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
23198         file.
23199         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
23200         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
23201         file: multiarch strchr for PPC32.
23202         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
23203         multiarch objects.
23204         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23205         (__libc_ifunc_impl_list): Likewise.
23207         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
23208         name.
23209         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
23210         file.
23211         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
23212         file.
23213         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
23214         multiarch strchrnul for PPC32.
23215         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
23216         multiarch objects.
23217         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23218         (__libc_ifunc_impl_list): Likewise.
23220         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
23221         file.
23222         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
23223         multiarch strncasecmp for PPC32.
23224         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
23225         file.
23226         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
23227         multiarch strncasecmp_l for PPC32.
23228         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
23229         strncasecmp multiarch objects.
23230         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23231         (__libc_ifunc_impl_list): Likewise.
23233         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
23234         file.
23235         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
23236         multiarch strncasecmp for PPC32.
23237         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
23238         New file.
23239         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
23240         multiarch strcasecmp_l for PPC32.
23241         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
23242         multiarch objects.
23243         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23244         (__libc_ifunc_impl_list): Likewise.
23246         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
23247         file.
23248         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
23249         file.
23250         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
23251         multiarch strncmp for PPC32.
23252         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
23253         multiarch objects.
23254         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23255         (__libc_ifunc_impl_list): Likewise.
23257         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
23258         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
23259         file.
23260         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
23261         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
23262         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
23263         multiarch objects.
23264         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23265         (__libc_ifunc_impl_list): Likewise.
23267         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
23268         file.
23269         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
23270         file.
23271         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
23272         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
23273         multiarch objects.
23274         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23275         (__libc_ifunc_impl_list): Likewise.
23277         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
23278         file.
23279         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
23280         file.
23281         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
23282         multiarch rawmemchr for PPC32.
23283         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
23284         multiarch objects.
23285         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23286         (__libc_ifunc_impl_list): Likewise.
23288         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
23289         file.
23290         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
23291         file.
23292         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
23293         file: memrchr multiarch for PPC32.
23294         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
23295         multiarch objects.
23296         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23297         (__libc_ifunc_impl_list): Likewise.
23299         * string/memchr.c (__memchr): Using macro to redefine symbol name.
23300         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
23301         file.
23302         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
23303         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
23304         multiarch memchr for PPC32.
23305         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
23306         multiarch objects.
23307         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
23308         (__libc_ifunc_impl_list): Likewise.
23310         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
23311         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
23312         file.
23313         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
23314         file.
23315         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
23316         file: multiarch mempcpy for PPC32.
23317         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
23318         multiarch objects.
23319         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
23320         (__libc_ifunc_impl_list): Likewise.
23322         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
23323         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
23324         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
23325         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
23326         multiarch bzero for PPC32.
23327         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
23328         file.
23329         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
23330         file.
23331         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
23332         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
23333         file: multiarch memset for PPC32.
23334         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
23335         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
23336         memset multiarch objects.
23337         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
23338         (__libc_ifunc_impl_list): Likewise.
23340         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
23341         file.
23342         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
23343         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
23344         memcmp for PPC32.
23345         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
23346         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
23347         multiarch objects.
23348         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
23349         (__libc_ifunc_impl_list): Likewise.
23351         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
23352         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
23353         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
23354         file.
23355         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
23356         file.
23357         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
23358         file.
23359         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
23360         multiarch memcpy for PPC32.
23361         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
23362         multiarch objects.
23363         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
23364         (__libc_ifunc_impl_list): Likewise.
23366         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
23367         support multiarch for POWER/PPC32.
23368         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
23369         Likewise.
23370         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
23371         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
23372         Implies file to make multiarch folder appers before the fpu and
23373         default folder for power4 configuration.
23375 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
23377         * scripts/bench.pl: Append volatile keyword to type.
23379 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
23381         * sysdeps/sh/sotruss-lib.c: New file.
23382         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
23384 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23386         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23388 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
23390         [BZ #6810]
23391         * math/w_tgamma.c: Include <errno.h>.
23392         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
23393         * math/w_tgammaf.c: Include <errno.h>.
23394         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
23395         * math/w_tgammal.c: Include <errno.h>.
23396         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
23397         * math/auto-libm-test-in: Do not allow missing errno on tgamma
23398         underflow.  Add more tgamma tests.
23399         * math/auto-libm-test-out: Regenerated.
23400         * sysdeps/i386/fpu/libm-test-ulps: Update.
23401         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23403         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
23404         sin, sinh, tan, tanh, tgamma, y0 and y1.
23405         * math/auto-libm-test-out: Regenerated.
23406         * math/libm-test.inc (TEST_COND_x86_64): New macro.
23407         (TEST_COND_x86): Likewise.
23408         (M_E2l): Remove macro.
23409         (M_E3l): Likewise.
23410         (M_2_SQRT_PIl): Likewise.
23411         (M_SQRT_PIl): Likewise.
23412         (M_1_DIV_El): Likewise.
23413         (log_test_data): Use AUTO_TESTS_f_f.
23414         (log10_test_data): Likewise.
23415         (log1p_test_data): Likewise.
23416         (log2_test_data): Likewise.
23417         (sin_test_data): Likewise.
23418         (sin_tonearest_test_data): Likewise.
23419         (sin_towardzero_test_data): Likewise.
23420         (sin_downward_test_data): Likewise.
23421         (sin_upward_test_data): Likewise.
23422         (sinh_test_data): Likewise.
23423         (sinh_tonearest_test_data): Likewise.
23424         (sinh_towardzero_test_data): Likewise.
23425         (sinh_downward_test_data): Likewise.
23426         (sinh_upward_test_data): Likewise.
23427         (tan_test_data): Likewise.
23428         (tan_tonearest_test_data): Likewise.
23429         (tan_towardzero_test_data): Likewise.
23430         (tan_downward_test_data): Likewise.
23431         (tan_upward_test_data): Likewise.
23432         (tanh_test_data): Likewise.
23433         (tgamma_test_data): Likewise.
23434         (y0_test_data): Likewise.
23435         (y1_test_data): Likewise.
23436         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
23437         (special_real_inputs): Add pi/4.
23438         * sysdeps/i386/fpu/libm-test-ulps: Update.
23439         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23441 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23443         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
23444         "longjmp_target" static probes.
23445         (__longjmp): Rename to __longjmp_symbol.
23446         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
23447         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
23448         on which longjmp to generate.
23449         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
23450         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
23451         probe.
23452         (__sigsetjmp): Rename to __sigsetjmp_symbol.
23453         (__sigjmp_save): Rename to __sigjmp_save_symbol.
23454         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
23455         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
23456         and __sigjmp_save_symbol based on which sigsetjmp to generated.
23457         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
23458         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
23459         __longjmp_symbol based on which __longjmp to generate.
23460         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
23461         probe.
23462         (setjmp): Rename to setjmp_symbol.
23463         (__sigsetjmp): Rename to __sigsetjmp_symbol.
23464         (_setjmp): Rename to _setjmp_symbol.
23465         (__sigsetjmp): Rename to __sigsetjmp_symbol.
23466         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
23467         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
23468         which setjmp to generate.
23469         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
23470         "longjmp_target" static probes.
23472 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23474         * benchtests/README: Add note about output arguments.
23475         * benchtests/bench-sincos.c: Remove file.
23476         * benchtests/sincos-inputs: New file.
23477         * scripts/bench.pl: Identify output arguments and define
23478         static variables for them.
23480         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
23482         [BZ #15941]
23483         * Makefile (INSTALL): Add install-plain.texi as the primary
23484         dependency.
23485         * manual/install-plain.texi: New file.
23486         * manual/install.texi: Include node directive only for
23487         non-plaintext output.
23489 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
23491         * stdlib/longlong.h: Update from GCC.
23493         [BZ #6807]
23494         [BZ #15901]
23495         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
23496         * math/w_j0f.c (y0f): Likewise.
23497         * math/w_j0l.c (__y0l): Likewise.
23498         * math/w_j1.c (y1): Likewise.
23499         * math/w_j1f.c (y1f): Likewise.
23500         * math/w_j1l.c (__y1l): Likewise
23501         * math/w_jn.c (yn): Likewise.
23502         * math/w_jnf.c (ynf): Likewise.
23503         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
23504         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
23505         value for Bessel function domain errors outside _SVID_ mode.
23506         Adjust sign of return value for yn (negative integer, 0).
23507         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
23508         by zero in return for negative x and set sign appropriately for
23509         negative n.
23510         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
23511         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
23512         * math/libm-test.inc (y0_test_data): Add more tests and adjust
23513         expectations in error cases.
23514         (y1_test_data): Likewise.
23515         (yn_test_data): Likewise.
23516         * sysdeps/i386/fpu/libm-test-ulps: Update.
23517         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23519 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23521         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
23522         "64" to "64-v1".  Add "64-v2".
23523         (abi-64-options): Rename to ...
23524         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
23525         (abi-64-condition): Rename to ...
23526         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
23527         (abi-64-ld-soname): Rename to ...
23528         (abi-64-v1-ld-soname): ... this.
23529         (abi-64-v2-options): Define.
23530         (abi-64-v2-condition): Likewise.
23531         (abi-64-v2-ld-soname): Likewise.
23532         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
23533         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
23534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
23535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
23536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
23538 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23539             Alan Modra  <amodra@gmail.com>
23541         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
23542         New versions for use with the ELFv2 ABI.
23543         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
23544         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
23545         declaration.
23546         (struct La_ppc64v2_retval): Likewise.
23547         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
23548         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
23549         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
23550         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
23551         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
23552         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
23553         Do not save or restore CR.
23554         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
23555         (_dl_profile_resolve): Do no save or restore CR.  Support extended
23556         return values for ELFv2 ABI.  Fix location of FPR return registers.
23557         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
23558         updated values for _CALL_ELF == 2.
23559         (La_regs, La_retval, int_retval): Likewise.
23561 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23563         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
23564         (FRAME_MIN_SIZE_PARM): Likewise.
23565         (FRAME_BACKCHAIN): Likewise.
23566         (FRAME_CR_SAVE): Likewise.
23567         (FRAME_LR_SAVE): Likewise.
23568         (FRAME_TOC_SAVE): Likewise.
23569         (FRAME_PARM_SAVE): Likewise.
23570         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
23571         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
23572         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
23573         (call_mcount_parm_offset): New macro.
23574         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
23575         (PROF): Use symbolic stack frame offsets.
23576         (TAIL_CALL_SYSCALL_ERROR): Likewise.
23577         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
23578         Redefine in terms of FRAME_MIN_SIZE.
23579         (_dl_runtime_resolve): Use symbolic stack frame offsets.
23580         (_dl_profile_resolve): Likewise.  Update comment.
23581         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
23582         symbols stack frame offsets.
23583         (__sigsetjmp): Likewise.
23584         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
23585         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
23586         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
23587         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
23589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
23590         (FRAME_BACKCHAIN): Remove.
23591         (FRAME_CR_SAVE): Likewise.
23592         (FRAME_LR_SAVE): Likewise.
23593         (FRAME_COMPILER_DW): Likewise.
23594         (FRAME_LINKER_DW): Likewise.
23595         (FRAME_TOC_SAVE): Likewise.
23596         (FRAME_PARM_SAVE): Likewise.
23597         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
23598         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
23599         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
23600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
23601         (CHECK_SP): Use symbolic stack frame offsets.
23602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
23603         zone" instead of caller's parameter save area for temp storage.
23604         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
23605         Likewise.  Also, use symbolic stack frame offsets.
23606         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
23607         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
23608         our own stack frame instead of the caller's.
23609         (__socket): Use symbolic stack frame offsets.
23611 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23612             Alan Modra  <amodra@gmail.com>
23614         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
23615         Define.
23616         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
23617         (PPC64_LOCAL_ENTRY_OFFSET): Define.
23618         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
23619         New function.
23620         (elf_machine_fixup_plt): Call it.
23621         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
23622         reloc arguments.
23623         (elf_machine_rela): Update call to elf_machine_plt_conflict.
23624         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
23625         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
23626         r2 before calling target.
23628 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23629             Alan Modra  <amodra@gmail.com>
23631         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
23632         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
23633         versions of macros to support ELFv2 ABI.
23634         (LOCALENTRY): New macro.
23635         (ENTRY, EALIGN): Use it.
23636         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
23637         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
23638         fall through into ENTRY entry point.
23639         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
23640         Only define if _CALL_ELF != 2.
23642         (elf_machine_matches_host): Verify ABI version matches.
23643         (RTLD_START): Use LOCALENTRY.
23644         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
23645         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
23646         (PLT_ENTRY_WORDS): New macro.
23647         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
23648         (elf_machine_runtime_setup): Support ELFv2 ABI.
23649         (elf_machine_fixup_plt): Likewise.
23650         (elf_machine_plt_conflict): Likewise.
23651         (resolve_ifunc): Likewise.
23652         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
23653         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
23654         Likewise.
23655         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
23656         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
23657         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
23658         (makecontext): Support ELFv2 ABI.
23659         * elf/elf.h (EF_PPC64_ABI): Define.
23661 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23663         * sysdeps/powerpc/powerpc64/sysdep.h
23664         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
23665         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
23666         (ENTRY) [ASSEMBLER]: ... but instead here ...
23667         (EALIGN) [ASSEMBLER]: ... and here.
23668         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
23669         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
23670         (ENTRY_2) [!ASSEMBLER]: Use it.
23671         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
23672         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
23673         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
23674         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
23675         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
23676         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
23677         Use PPC64_LOAD_FUNCPTR.
23679         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
23681 2013-12-04  Alan Modra  <amodra@gmail.com>
23683         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
23684         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
23685         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
23686         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
23688         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
23689         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
23690         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
23691         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
23692         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
23693         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
23695 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
23698         (__makecontext): Fix incorrect CFI when backtracing out of
23699         context created via makecontext.
23700         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
23701         (__setcontext): Fix incorrect CFI during switch to new context.
23702         (__novec_setcontext): Likewise.
23704 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
23706         [BZ #4772]
23707         * time/strptime_l.c (__strptime_internal): Allow modifiers
23708         in strptime.
23709         * time/tst-strptime.c (day_tests): Add testcase.
23711 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
23713         * scripts/bench.pl: Skip over blank lines.
23715 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
23717         [BZ #926]
23718         * manual/time.texi (Calendar Time): Clarify what timezone functions
23719         use.
23721 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23723         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23725 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
23727         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
23728         implementation.
23729         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
23730         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
23731         * debug/memset_chk.c (__memset_chk): Likewise.
23732         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
23733         * debug/strncpy_chk.c: Likewise.
23735 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
23737         [BZ #15268]
23738         [BZ #15425]
23739         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
23740         (__ieee754_exp): For possibly underflowing results, check size of
23741         result and force underflow exception if required.
23742         * math/auto-libm-test-in: Add more tests of exp.
23743         * math/auto-libm-test-out: Regenerated.
23744         * sysdeps/i386/fpu/libm-test-ulps: Update.
23745         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23747         [BZ #16283]
23748         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
23749         * math/w_exp2f.c (__exp2f): Likewise.
23750         * math/w_exp2l.c (__exp2l): Likewise.
23751         * math/auto-libm-test-in: Do not allow missing errno on exp2
23752         underflow.
23753         * math/auto-libm-test-out: Regenerated.
23755 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
23757         [BZ #16274]
23758         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
23759         handle filename validation.
23760         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
23761         (do_open): Delete.
23763 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
23765         [BZ #6786]
23766         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
23767         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
23768         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
23769         <float.h>.
23770         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
23771         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
23772         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
23773         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
23774         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
23775         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
23776         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
23777         * math/auto-libm-test-in: Don't allow missing errno from erfc.
23778         Add more erfc tests.
23779         * math/auto-libm-test-out: Regenerated.
23780         * sysdeps/i386/fpu/libm-test-ulps: Update.
23781         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23783         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
23784         exp2, expm1, j0 and j1.
23785         * math/auto-libm-test-out: Regenerated.
23786         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
23787         (erfc_test_data): Likewise.
23788         (exp_test_data): Likewise.
23789         (exp_tonearest_test_data): Likewise.
23790         (exp_towardzero_test_data): Likewise.
23791         (exp_downward_test_data): Likewise.
23792         (exp_upward_test_data): Likewise.
23793         (exp10_test_data): Likewise.
23794         (exp2_test_data): Likewise.
23795         (expm1_test_data): Likewise.
23796         (j0_test_data): Likewise.
23797         (j1_test_data): Likewise.
23798         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
23799         (input_flag_type): Add flag_xfail_rounding.
23800         (input_flags): Add xfail-rounding.
23801         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
23802         (output_for_one_input_case): Handle flag_xfail_rounding.
23803         * sysdeps/i386/fpu/libm-test-ulps: Update.
23804         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23806 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
23808         [BZ #16289]
23809         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
23810         division by 0.
23812 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23814         [BZ #16195]
23815         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
23816         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
23817         (STAP_PROBE0): New macro.
23818         (STAP_PROBE1): Likewise.
23819         (STAP_PROBE2): Likewise.
23820         (STAP_PROBE3): Likewise.
23821         (STAP_PROBE4): Likewise.
23823 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
23825         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
23827 2013-12-02  Steve Ellcey  <sellcey@mips.com>
23829         * benchtests/Makefile (bench): Add sqrt.
23830         (LDLIBS-bench-sqrt): New.
23831         * benchtests/sqrt-input: New.
23833 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
23835         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
23836         (GAIH_EAI): Likewise.
23837         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
23838         (gaih_inet): Likewise.
23839         (getaddrinfo): Don't use GAIH_EAI.
23841         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
23842         (struct gaih): Remove definition.
23844 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
23846         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
23847         Use HERRNOP directly.
23849 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23851         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23853 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
23855         * math/gen-auto-libm-tests.c (test_functions): Add more
23856         single-argument functions.
23857         (special_fill_pi_2): New function.
23858         (special_fill_minus_pi_2): Likewise.
23859         (special_fill_pi_6): Likewise.
23860         (special_fill_minus_pi_6): Likewise.
23861         (special_fill_pi_3): Likewise.
23862         (special_fill_2pi_3): Likewise.
23863         (special_fill_e): Likewise.
23864         (special_fill_1_e): Likewise.
23865         (special_fill_e_minus_1): Likewise.
23866         (special_real_inputs): Add more special inputs.
23867         (output_for_one_input_case): Do not require ERANGE on underflow to
23868         zero if round-to-nearest result does not underflow to zero, unless
23869         exact results required.
23870         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
23871         atan, atanh, cbrt, cos and cosh.
23872         * math/auto-libm-test-out: Regenerated.
23873         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
23874         (acos_tonearest_test_data): Likewise.
23875         (acos_towardzero_test_data): Likewise.
23876         (acos_downward_test_data): Likewise.
23877         (acos_upward_test_data): Likewise.
23878         (acosh_test_data): Likewise.
23879         (asin_test_data): Likewise.
23880         (asin_tonearest_test_data): Likewise.
23881         (asin_towardzero_test_data): Likewise.
23882         (asin_upward_test_data): Likewise.
23883         (asinh_test_data): Likewise.
23884         (atan_test_data): Likewise.
23885         (atanh_test_data): Likewise.
23886         (cbrt_test_data): Likewise.
23887         (cos_test_data): Likewise.
23888         (cos_tonearest_test_data): Likewise.
23889         (cos_towardzero_test_data): Likewise.
23890         (cos_downward_test_data): Likewise.
23891         (cos_upward_test_data): Likewise.
23892         (cosh_test_data): Likewise.
23893         (cosh_tonearest_test_data): Likewise.
23894         (cosh_towardzero_test_data): Likewise.
23895         (cosh_downward_test_data): Likewise.
23896         (cosh_upward_test_data): Likewise.
23897         * sysdeps/i386/fpu/libm-test-ulps: Update.
23898         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23900 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
23902         [BZ #6787]
23903         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
23904         * math/w_exp10f.c (__exp10f): Likewise.
23905         * math/w_exp10l.c (__exp10l): Likewise.
23906         * math/libm-test.inc (exp10_test_data): Add more tests and expect
23907         errno settings in existing tests.
23909         [BZ #14032]
23910         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
23911         precision control set to double precision.
23912         * sysdeps/i386/fpu/w_sqrt.c: New file.
23913         * math/auto-libm-test-in: Add more tests.
23914         * math/auto-libm-test-out: Update.
23916         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
23917         (sqrt_test_tonearest): New function.
23918         (sqrt_towardzero_test_data): New variable.
23919         (sqrt_test_towardzero): New function.
23920         (sqrt_downward_test_data): New variable.
23921         (sqrt_test_downward): New function.
23922         (sqrt_upward_test_data): New variable.
23923         (sqrt_test_upward): New function.
23924         (main): Call the new functions.
23926         * math/gen-auto-libm-tests.c: New file.
23927         * math/auto-libm-test-in: Likewise.
23928         * math/auto-libm-test-out: New generated file.
23929         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
23930         variables.
23931         (%beautify): Add generated representations of zero.
23932         (top level): Set $auto_input and call parse_auto_input.
23933         (beautify): Remove trailing "f" from hex float constants.
23934         (parse_args): Handle XFAIL_TEST.
23935         (convert_condition): New function.
23936         (or_value): Likewise.
23937         (or_cond_value): Likewise.
23938         (generate_testfile): Handle AUTO_TESTS_* lines.
23939         (parse_auto_input): New function.
23940         * math/libm-test.inc (XFAIL_TEST): New macro.
23941         (ERRNO_UNCHANGED): Update value.
23942         (ERRNO_EDOM): Likewise.
23943         (ERRNO_ERANGE): Likewise.
23944         (IGNORE_RESULT): Likewise.
23945         (TEST_COND_flt_32): New macro.
23946         (TEST_COND_dbl_64): Likewise.
23947         (TEST_COND_ldbl_96_intel): Likewise.
23948         (TEST_COND_ldbl_96_m68k): Likewise.
23949         (TEST_COND_ldbl_128): Likewise.
23950         (TEST_COND_ldbl_128ibm): Likewise.
23951         (TEST_COND_long32): Likewise.
23952         (TEST_COND_long64): Likewise.
23953         (TEST_COND_before_rounding): Likewise.
23954         (TEST_COND_after_rounding): Likewise.
23955         (enable_test): Handle XFAIL_TEST flag.
23956         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
23957         with finite results.
23958         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
23959         auto-libm-test-out.
23961 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23962             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23964         [BZ #16214]
23965         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
23966         __tls_get_addr_internal instead of __tls_get_offset in order to
23967         avoid GOT pointer dependency.  Make rtld export
23968         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
23969         __tls_get_addr since we are a __tls_get_offset platform.
23970         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
23971         GOT pointer being set up before.
23972         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
23974 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
23976         * manual/math.texi (Errors in Math Functions): Document accuracy
23977         goals.
23979         [BZ #15004]
23980         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
23981         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
23982         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
23983         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
23984         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
23985         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
23986         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
23987         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
23988         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
23989         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
23990         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
23991         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
23992         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
23993         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
23994         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
23995         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
23997         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
23998         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
23999         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
24000         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
24001         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
24002         Likewise.
24003         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
24004         Likewise.
24005         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
24006         Likewise.
24007         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
24008         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
24009         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
24010         atomic-feupdateenv and flt-rounds.
24011         * sysdeps/powerpc/nofpu/Versions (libc): Add
24012         __atomic_feholdexcept, __atomic_feclearexcept,
24013         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
24014         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
24015         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
24016         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
24017         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
24018         here.
24019         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
24020         Update.
24022         * manual/arith.texi (FP Exceptions): Document that exceptions may
24023         not be raised when matherr is used.
24024         (Math Error Reporting): Document overflow in directed rounding
24025         modes.  Document that errno may not be set when finite values are
24026         returned on overflow.  Document intent to set errno on underflow
24027         only for underflow to zero.
24029         [BZ #16271]
24030         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
24031         round-to-nearest then adjust result for other rounding modes.
24032         * include/fenv.h (fegetround): Use libm_hidden_proto.
24033         * math/fegetround.c (fegetround): Use libm_hidden_def.
24034         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
24035         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
24036         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
24037         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
24038         Likewise.
24039         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
24040         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
24041         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
24042         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
24044 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24046         [BZ #16077]
24047         * nss/Versions (libnss_files): Add
24048         _nss_files_gethostbyname3_r.
24049         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
24050         New function.
24051         (HOST_DB_LOOKUP): Remove macro.
24052         (_nss_files_gethostbyname_r): Implement function without the
24053         HOST_DB_LOOKUP macro.
24054         (_nss_files_gethostbyname2_r): Likewise.
24056 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
24058         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
24060 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
24062         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
24063         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
24064         warning.
24066 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24068         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
24069         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
24070         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
24071         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
24072         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
24073         __fe_nomask_env_priv and attribute_hidden.
24074         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
24075         (libc_feupdateenv_test_ppc): Likewise.
24076         (libc_feresetround_ppc): Likewise.
24077         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
24078         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
24079         compat_symbol macro.
24080         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
24081         (__fe_nomask_env): Likewise.
24082         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
24084 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
24086         * string/Makefile: Remove ifunc tests.
24087         * string/test-string.h: Define TEST_IFUNC.
24088         * string/test-bcopy-ifunc.c: Remove.
24089         * string/test-bzero-ifunc.c: Likewise.
24090         * string/test-memccpy-ifunc.c: Likewise.
24091         * string/test-memchr-ifunc.c: Likewise.
24092         * string/test-memcmp-ifunc.c: Likewise.
24093         * string/test-memcpy-ifunc.c: Likewise.
24094         * string/test-memmem-ifunc.c: Likewise.
24095         * string/test-memmove-ifunc.c: Likewise.
24096         * string/test-mempcpy-ifunc.c: Likewise.
24097         * string/test-memrchr-ifunc.c: Likewise.
24098         * string/test-memset-ifunc.c: Likewise.
24099         * string/test-rawmemchr-ifunc.c: Likewise.
24100         * string/test-stpcpy-ifunc.c: Likewise.
24101         * string/test-stpncpy-ifunc.c: Likewise.
24102         * string/test-strcasecmp-ifunc.c: Likewise.
24103         * string/test-strcasestr-ifunc.c: Likewise.
24104         * string/test-strcat-ifunc.c: Likewise.
24105         * string/test-strchr-ifunc.c: Likewise.
24106         * string/test-strchrnul-ifunc.c: Likewise.
24107         * string/test-strcmp-ifunc.c: Likewise.
24108         * string/test-strcpy-ifunc.c: Likewise.
24109         * string/test-strcspn-ifunc.c: Likewise.
24110         * string/test-strlen-ifunc.c: Likewise.
24111         * string/test-strncasecmp-ifunc.c: Likewise.
24112         * string/test-strncat-ifunc.c: Likewise.
24113         * string/test-strncmp-ifunc.c: Likewise.
24114         * string/test-strncpy-ifunc.c: Likewise.
24115         * string/test-strnlen-ifunc.c: Likewise.
24116         * string/test-strpbrk-ifunc.c: Likewise.
24117         * string/test-strrchr-ifunc.c: Likewise.
24118         * string/test-strspn-ifunc.c: Likewise.
24119         * string/test-strstr-ifunc.c: Likewise.
24121 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
24123         * benchtests/Makefile: Remove ifunc tests.
24124         * benchtests/bench-string.h: Define TEST_IFUNC.
24125         * benchtests/bench-bcopy-ifunc.c: Remove.
24126         * benchtests/bench-bzero-ifunc.c: Likewise.
24127         * benchtests/bench-memccpy-ifunc.c: Likewise.
24128         * benchtests/bench-memchr-ifunc.c: Likewise.
24129         * benchtests/bench-memcmp-ifunc.c: Likewise.
24130         * benchtests/bench-memcpy-ifunc.c: Likewise.
24131         * benchtests/bench-memmem-ifunc.c: Likewise.
24132         * benchtests/bench-memmove-ifunc.c: Likewise.
24133         * benchtests/bench-mempcpy-ifunc.c: Likewise.
24134         * benchtests/bench-memrchr-ifunc.c: Likewise.
24135         * benchtests/bench-memset-ifunc.c: Likewise.
24136         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
24137         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
24138         * benchtests/bench-stpcpy-ifunc.c: Likewise.
24139         * benchtests/bench-stpncpy-ifunc.c: Likewise.
24140         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
24141         * benchtests/bench-strcasestr-ifunc.c: Likewise.
24142         * benchtests/bench-strcat-ifunc.c: Likewise.
24143         * benchtests/bench-strchr-ifunc.c: Likewise.
24144         * benchtests/bench-strchrnul-ifunc.c: Likewise.
24145         * benchtests/bench-strcmp-ifunc.c: Likewise.
24146         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
24147         * benchtests/bench-strcpy-ifunc.c: Likewise.
24148         * benchtests/bench-strcspn-ifunc.c: Likewise.
24149         * benchtests/bench-strlen-ifunc.c: Likewise.
24150         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
24151         * benchtests/bench-strncat-ifunc.c: Likewise.
24152         * benchtests/bench-strncmp-ifunc.c: Likewise.
24153         * benchtests/bench-strncpy-ifunc.c: Likewise.
24154         * benchtests/bench-strnlen-ifunc.c: Likewise.
24155         * benchtests/bench-strpbrk-ifunc.c: Likewise.
24156         * benchtests/bench-strrchr-ifunc.c: Likewise.
24157         * benchtests/bench-strsep-ifunc.c: Likewise.
24158         * benchtests/bench-strspn-ifunc.c: Likewise.
24159         * benchtests/bench-strstr-ifunc.c: Likewise.
24161 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
24163         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
24165 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
24167         * resolv/netdb.h: Use __glibc_reserved instead __unused.
24168         * rt/aio.h: Likewise.
24169         * sysdeps/gnu/bits/utmp.h: Likewise.
24170         * sysdeps/gnu/bits/utmpx.h: Likewise.
24171         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
24172         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
24173         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
24174         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
24175         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
24176         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
24177         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
24178         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
24179         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
24180         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
24181         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
24182         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
24183         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
24184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
24185         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
24186         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
24187         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
24188         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
24189         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
24190         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
24191         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
24192         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
24193         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
24194         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
24195         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
24196         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
24197         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
24198         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
24199         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
24200         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
24201         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
24202         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
24203         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
24204         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
24205         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
24206         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
24207         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
24208         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
24209         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
24210         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
24211         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
24212         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
24214 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
24216         [BZ #16245]
24217         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
24218         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
24220 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
24222         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
24223         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
24224         Likewise.
24226 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24228         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
24229         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
24230         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
24231         (__fesetround): Remove define.
24232         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
24233         rounding and exceptions handling.
24234         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
24235         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
24236         (__fe_nomask_env): Likewise.
24237         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
24238         __fegetround instead of fegetround.
24239         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
24240         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
24242 2013-11-21  Roland McGrath  <roland@hack.frob.com>
24244         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
24245         it's there.
24247         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
24249 2013-11-21  Meador Inge  <meadori@codesourcery.com>
24251         [BZ #11157]
24252         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
24253         (encrypt_r): Likewise.
24254         * malloc/obstack.h (obstack_free): Likewise.
24255         * posix/unistd.h (encrypt): Likewise.
24257 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
24259         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
24260         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
24261         DL_CALL_DT_FINI() that call the functions directly.
24262         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
24263         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
24264         * elf/dl-fini.c: Likewise.
24266 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
24268         * malloc/hooks.c (memalign_check): Add alignment rounding.
24269         * malloc/malloc.c (_mid_memalign): New function.
24270         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
24271         Implement by calling _mid_memalign.
24272         * manual/probes.texi (Memory Allocation Probes): Remove
24273         memory_valloc_retry and memory_pvalloc_retry.
24275 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
24277         * locale/programs/locarchive.c (open_archive): Add const
24278         qualifier to ARCHIVEFNAME and copy default fname to
24279         DEFAULT_FNAME.
24281         [BZ #15601]
24282         * libio/tst-widetext.input: Rename Oriya to Odia.
24283         * locale/iso-639.def: Likewise.
24285         * manual/probes.texi (Mathematical Function Probes): Add
24286         documentation for sin, cos, asin and acos probes.
24287         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
24288         (__sin32): Add slowasin probe.
24289         (__cos32): Add slowacos probe.
24290         (__mpsin): Add slowsin probe.
24291         (__mpcos): Add slowcos probe.
24293 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
24295         [BZ #15483]
24296         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
24297         thread-local __sim_exceptions_thread and global
24298         __sim_exceptions_global.
24299         (__sim_disabled_exceptions): Change to thread-local
24300         __sim_disabled_exceptions_thread and global
24301         __sim_disabled_exceptions_global.
24302         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
24303         and global __sim_round_mode_global.
24304         (__simulate_exceptions): Use thread-local floating-point state and
24305         set global state from it as needed.
24306         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
24307         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
24308         __sim_round_mode_thread.
24309         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
24310         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
24311         and global __sim_exceptions_global.
24312         (__sim_disabled_exceptions): Change to thread-local
24313         __sim_disabled_exceptions_thread and global
24314         __sim_disabled_exceptions_global.
24315         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
24316         and global __sim_round_mode_global.
24317         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
24318         (SIM_SET_GLOBAL): Likewise.
24319         * sysdeps/powerpc/soft-fp/sfp-machine.h
24320         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
24321         __sim_round_mode_thread.
24322         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
24323         __sim_disabled_exceptions_thread.
24324         (__sim_exceptions): Change to __sim_exceptions_thread.
24325         (__sim_disabled_exceptions): Change to
24326         __sim_disabled_exceptions_thread.
24327         (__sim_round_mode): Change to __sim_round_mode_thread.
24328         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
24329         thread-local floating-point state and set global state from it as
24330         needed.
24331         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
24332         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
24333         (__sim_disabled_exceptions): Remove extern declaration.
24334         (feenableexcept): Use thread-local floating-point state and set
24335         global state from it as needed.
24336         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
24337         extern declaration.
24338         (__sim_disabled_exceptions): Likewise.
24339         (__sim_round_mode): Likewise.
24340         (__fegetenv): Use thread-local floating-point state.
24341         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
24342         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
24343         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
24344         floating-point state and set global state from it as needed.
24345         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
24346         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
24347         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
24348         Likewise.
24349         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
24350         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
24351         Likewise.
24352         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
24353         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
24354         Use __sim_round_mode_thread.
24355         * math/test-fenv-tls.c: New file.
24356         * math/Makefile (tests): Add test-fenv-tls.
24357         ($(objpfx)test-fenv-tls): Depend on
24358         $(common-objpfx)nptl/libpthread.so.
24360 2013-11-19  Andreas Schwab  <schwab@suse.de>
24362         * locale/programs/locale.c (show_info): Decode wordarray elements.
24363         * locale/categories.def (LC_MONETARY): Add element for
24364         _NL_MONETARY_CRNCYSTR.
24365         * locale/C-monetary.c (conversion_rate): New variable.
24366         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
24367         element.
24369 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
24371         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
24372         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
24374 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
24376         * elf/Makefile (tst-auxv): New test.
24377         * elf/tst-auxv.c: New
24378         * elf/rtld.c (dl_main): Adjust AT_EXECFN
24380 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
24382         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
24383         (hidden_proto): Caller changed.
24384         (hidden_tls_proto): New macro.
24385         (libc_hidden_tls_proto): Likewise.
24386         (rtld_hidden_tls_proto): Likewise.
24387         (libm_hidden_tls_proto): Likewise.
24388         (libresolv_hidden_tls_proto): Likewise.
24389         (librt_hidden_tls_proto): Likewise.
24390         (libdl_hidden_tls_proto): Likewise.
24391         (libnss_files_hidden_tls_proto): Likewise.
24392         (libnsl_hidden_tls_proto): Likewise.
24393         (libnss_nisplus_hidden_tls_proto): Likewise.
24394         (libutil_hidden_tls_proto): Likewise.
24396 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
24398         [BZ #10253]
24399         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
24400         (decompose_rpath): Defer expansion to fillin_rpath.
24401         (_dl_init_paths): Pass linkmap to fillin_rpath.
24403 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
24405         * benchtests/Makefile: Add strsep.
24406         * benchtests/bench-strsep.c: New file: strsep benchtest.
24407         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
24409 2013-11-18  Andreas Schwab  <schwab@suse.de>
24411         * locale/programs/locale.c (show_info) [case byte]: Check for
24412         '\377' instead of '\177'.
24413         * locale/C-monetary.c (not_available): Always use "\377".
24414         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
24415         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
24416         detect unavailable sign_posn locale elements.
24417         * locale/localeconv.c (__localeconv): For grouping and
24418         mon_grouping handle "\177" and "\377" like no grouping.
24419         (INT_ELEM): New macro.  Use it to set all numeric members.
24420         * locale/programs/ld-monetary.c (monetary_read)
24421         <tok_mon_grouping>: Normalize single -1 to the empty string.
24422         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
24423         Likewise.
24425 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
24427         [BZ #16055]
24428         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
24429         when we match (nil).
24430         * stdio-common/tst-sscanf.c (struct test): Add testcase.
24432 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
24434         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
24435         (NO_TEST_INLINE): Update value.
24436         (ERRNO_UNCHANGED): Likewise.
24437         (ERRNO_EDOM): Likewise.
24438         (ERRNO_ERANGE): Likewise.
24439         (IGNORE_RESULT): Likewise.
24440         (check_float_internal): Check signs of NaN results if
24441         TEST_NAN_SIGN used.
24442         (check_complex): Pass TEST_NAN_SIGN flag through to second
24443         check_float_internal call.
24444         (copysign_test_data): Add tests with quiet NaNs as second
24445         argument.  Use TEST_NAN_SIGN.
24446         (fabs_test_data): Add test of negative quiet NaN argument.  Use
24447         TEST_NAN_SIGN.
24448         (signbit_test_data): Add tests of quiet NaN argument.
24449         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
24451         * math/gen-libm-test.pl (show_exceptions): Take extra argument
24452         $ignore_result.
24453         (parse_args): Handle function results specified as IGNORE.
24454         * math/libm-test.inc (IGNORE_RESULT): New macro.
24455         (check_float_internal): Do not check numerical result if flag
24456         IGNORE_RESULT set.
24457         (check_complex): Pass through IGNORE_RESULT to second
24458         check_float_internal call.
24459         (check_int): Do not check numerical result if flag IGNORE_RESULT
24460         set.
24461         (check_long): Likewise.
24462         (check_bool): Likewise.
24463         (check_longlong): Likewise.
24464         (lrint_test_data): Add tests of infinite and NaN arguments.
24465         (lrint_tonearest_test_data): Likewise.
24466         (lrint_towardzero_test_data): Likewise.
24467         (lrint_downward_test_data): Likewise.
24468         (lrint_upward_test_data): Likewise.
24469         (llrint_test_data): Likewise.
24470         (llrint_tonearest_test_data): Likewise.
24471         (llrint_towardzero_test_data): Likewise.
24472         (llrint_downward_test_data): Likewise.
24473         (llrint_upward_test_data): Likewise.
24474         (lround_test_data): Likewise.
24475         (llround_test_data): Likewise.
24477         * math/libm-test.inc (NO_TEST_INLINE): New macro.
24478         (ERRNO_UNCHANGED): Update value.
24479         (ERRNO_EDOM): Likewise.
24480         (ERRNO_ERANGE): Likewise.
24481         (NO_TEST_INLINE_FLOAT): New macro.
24482         (NO_TEST_INLINE_DOUBLE): Likewise.
24483         (enable_test): New function.
24484         (RUN_TEST_f_f): Check enable_test before running test.
24485         (RUN_TEST_2_f): Likewise.
24486         (RUN_TEST_fff_f): Likewise.
24487         (RUN_TEST_c_f): Likewise.
24488         (RUN_TEST_f_f1): Likewise.
24489         (RUN_TEST_fF_f1): Likewise.
24490         (RUN_TEST_fI_f1): Likewise.
24491         (RUN_TEST_ffI_f1): Likewise.
24492         (RUN_TEST_c_c): Likewise.
24493         (RUN_TEST_cc_c): Likewise.
24494         (RUN_TEST_f_i): Likewise.
24495         (RUN_TEST_f_i_tg): Likewise.
24496         (RUN_TEST_ff_i_tg): Likewise.
24497         (RUN_TEST_f_b): Likewise.
24498         (RUN_TEST_f_b_tg): Likewise.
24499         (RUN_TEST_f_l): Likewise.
24500         (RUN_TEST_f_L): Likewise.
24501         (RUN_TEST_fFF_11): Likewise.
24502         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
24503         conditionals.
24504         (cosh_test_data): Likewise.
24505         (exp_test_data): Likewise.
24506         (expm1_test_data): Likewise.
24507         (hypot_test_data): Likewise.
24508         (pow_test_data): Likewise.
24509         (sinh_test_data): Likewise.
24510         (tanh_test_data): Likewise.
24511         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
24512         flags argument.
24514         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
24515         tests with quiet NaN input and output.
24516         (acosh_test_data): Likewise.
24517         (asin_test_data): Likewise.
24518         (asinh_test_data): Likewise.
24519         (atan_test_data): Likewise.
24520         (atanh_test_data): Likewise.
24521         (atan2_test_data): Likewise.
24522         (cbrt_test_data): Likewise.
24523         (cos_test_data): Likewise.
24524         (cosh_test_data): Likewise.
24525         (erf_test_data): Likewise.
24526         (erfc_test_data): Likewise.
24527         (exp_test_data): Likewise.
24528         (exp10_test_data): Likewise.
24529         (exp2_test_data): Likewise.
24530         (expm1_test_data): Likewise.
24531         (hypot_test_data): Likewise.
24532         (j0_test_data): Likewise.
24533         (j1_test_data): Likewise.
24534         (jn_test_data): Likewise.
24535         (lgamma_test_data): Likewise.
24536         (log_test_data): Likewise.
24537         (log10_test_data): Likewise.
24538         (log1p_test_data): Likewise.
24539         (log2_test_data): Likewise.
24540         (pow_test_data): Likewise.
24541         (scalb_test_data): Likewise.
24542         (sin_test_data): Likewise.
24543         (sincos_test_data): Likewise.
24544         (sinh_test_data): Likewise.
24545         (tan_test_data): Likewise.
24546         (tanh_test_data): Likewise.
24547         (tgamma_test_data): Likewise.
24548         (y0_test_data): Likewise.
24549         (y1_test_data): Likewise.
24550         (yn_test_data): Likewise.
24552         [BZ #16167]
24553         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
24554         argument being NaN and avoid computations with second argument in
24555         that case.
24556         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
24557         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
24558         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
24560 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
24562         * locale/iso-639.def: Add Chitwani Tharu (the).
24564 2013-11-14  Andreas Schwab  <schwab@suse.de>
24566         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
24567         word instead of empty string.
24569 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24571         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
24572         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
24573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
24574         (__fe_nomask_env): Likewise.
24576 2013-11-13  Steve Ellcey  <sellcey@mips.com>
24578         * benchtests/bench-timing.h: Include time.h.
24580 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
24582         [BZ #15997]
24583         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
24584         to 3.4.0 for x32.
24585         * sysdeps/unix/sysv/linux/configure: Regenerated.
24587 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
24589         [BZ #16151]
24590         * stdlib/strtod_l.c (round_and_return): Do not consider
24591         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
24592         exponent one less than half the least subnormal exponent.
24593         * stdlib/test-strtod-round-data: Add more tests.
24594         * stdlib/tst-strtod-round.c (tests): Regenerated.
24596 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24598         [BZ #14143]
24599         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
24600         (__fe_mask_env): Likewise.
24601         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
24602         libm_hidden_proto and add function prototype.
24603         (__fe_mask_env): Add function prototype.
24604         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
24605         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
24606         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
24607         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
24608         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
24609         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
24611 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
24613         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
24614         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
24616 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
24618         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
24619         of htab_find_slot().
24621 2013-11-11  David S. Miller  <davem@davemloft.net>
24623         [BZ #16150]
24624         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
24625         symbol in the non-vis3 case in static builds.
24626         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
24627         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
24628         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
24629         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
24631 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
24633         [BZ #387]
24634         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
24635         it is empty.
24637 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24639         * benchtests/Makefile: Add bench-strtod.
24640         * benchtests/bench-strtod.c: New file: strtod benchtest
24642 2013-11-11  Andreas Schwab  <schwab@suse.de>
24644         [BZ #16153]
24645         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
24646         terminating NUL in key length.
24648 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24650         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
24651         Add artificial ODP entry for vDSO symbol for PPC64.
24652         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
24653         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
24655 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
24657         [BZ #15374]
24658         * nss/getent.c (services_keys): Recognize services starting with digit.
24660 2013-11-06  David S. Miller  <davem@davemloft.net>
24662         [BZ #15985]
24663         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
24664         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
24666 2013-11-06  Will Newton  <will.newton@linaro.org>
24668         * manual/memory.texi (Malloc Examples): Remove register
24669         keyword from examples.
24671 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
24673         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
24675 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
24677         [BZ #6981]
24678         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
24679         depending on [__GCC_IEC_559 > 0].
24680         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
24681         depending on [__GCC_IEC_559_COMPLEX > 0].
24683 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
24685         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
24686         to iso-639.def.
24688 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
24690         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
24692 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
24694         [BZ #16112]
24695         * malloc/malloc (malloc_info): Do not handle first bin as
24696         special case.
24698 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
24700         * locale/iso-639.def: Add Central Nahuatl (nhn).
24702 2013-11-01  Bruno Haible  <bruno@clisp.org>
24704         [BZ #7003]
24705         * manual/math.texi (BSD Random): Specify range upper bound as
24706         in POSIX.
24708 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
24710         * locale/iso-639.def: Add Meadow Mari (mhr).
24712 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
24714         [BZ #14752], [BZ #15763]
24715         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
24716         Validate name.
24717         * rt/tst_shm.c: Add test for escaping directory.
24719 2013-10-31  Andreas Schwab  <schwab@suse.de>
24721         [BZ #15917]
24722         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
24723         followed by 'x' as part of digit sequence.
24724         * stdio-common/tst-sscanf.c (double_tests2): New tests.
24726 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
24728         [BZ #16037]
24729         * configure.ac: allow GNU Make 4.0 and greater.
24730         * configure: Regenerated.
24732 2013-10-30  Will Newton  <will.newton@linaro.org>
24734         [BZ #16038]
24735         * malloc/hooks.c (memalign_check): Limit alignment to the
24736         maximum representable power of two.
24737         * malloc/malloc.c (__libc_memalign): Likewise.
24738         * malloc/tst-memalign.c (do_test): Add test for very
24739         large alignment values.
24740         * malloc/tst-posix_memalign.c (do_test): Likewise.
24742 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
24744         [BZ #11087]
24745         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
24746         (munmap_chunk): Likewise.
24747         (mremap_chunk): Likewise.
24749 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
24751         [BZ #15799]
24752         * stdlib/div.c (div): Remove obsolete code.
24753         * stdlib/ldiv.c (ldiv): Likewise.
24754         * stdlib/lldiv.c (lldiv): Likewise.
24756 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
24758         [BZ #16071]
24759         * nss/nss_files/files-XXX.c (get_contents_ret): New
24760         enumerator.
24761         (get_contents): New function.
24762         (internal_getent): Use it.  Expand size of LINEBUFLEN.
24764 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
24766         * configure.in: Moved to ...
24767         * configure.ac: ... here. Change reference to configure.in
24768         to configure.ac.
24769         * sysdeps/arm/preconfigure.ac: ... here.
24770         configure.in to configure.ac.
24771         * sysdeps/gnu/configure.in: Moved to ...
24772         * sysdeps/gnu/configure.ac: ... here.
24773         * sysdeps/i386/configure.in: Moved to ...
24774         * sysdeps/i386/configure.ac: ... here.
24775         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
24776         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
24777         * sysdeps/mach/configure.in: Moved to ...
24778         * sysdeps/mach/configure.ac: ... here.
24779         * sysdeps/mach/hurd/configure.in: Moved to ...
24780         * sysdeps/mach/hurd/configure.ac: ... here.
24781         * sysdeps/powerpc/configure.in: Moved to ...
24782         * sysdeps/powerpc/configure.ac: ... here.
24783         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
24784         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
24785         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
24786         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
24787         * sysdeps/s390/s390-32/configure.in: Moved to ...
24788         * sysdeps/s390/s390-32/configure.ac: ... here.
24789         * sysdeps/s390/s390-64/configure.in: Moved to ...
24790         * sysdeps/s390/s390-64/configure.ac: ... here.
24791         * sysdeps/sh/configure.in: Moved to ...
24792         * sysdeps/sh/configure.ac: ... here.
24793         * sysdeps/sparc/configure.in: Moved to ...
24794         * sysdeps/sparc/configure.ac: ... here.
24795         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
24796         * sysdeps/unix/sysv/linux/configure.ac: ... here.
24797         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
24798         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
24799         * sysdeps/x86_64/configure.in: Moved to ...
24800         * sysdeps/x86_64/configure.ac: ... here.
24801         * sysdeps/x86_64/preconfigure.in: Moved to ...
24802         * sysdeps/x86_64/preconfigure.ac: ... here.
24803         * aclocal.m4: Change reference to configure.in to configure.ac.
24804         * config.h.in: Likewise.
24805         * manual/install.texi: Likewise.
24806         * manual/maint.texi: Likewise.
24807         * Makefile: Likewise.
24808         * malloc/Makefile: Likewise.
24809         * nscd/Makefile: Likewise.
24810         * Makeconfig: Change reference to configure.in and
24811         preconfigure.in to configure.ac and preconfigure.ac
24812         respectively.
24813         * INSTALL: Regenerated.
24814         * configure: Likewise.
24815         * sysdeps/gnu/configure: Likewise.
24816         * sysdeps/i386/configure: Likewise.
24817         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
24818         * sysdeps/mach/configure: Likewise.
24819         * sysdeps/mach/hurd/configure: Likewise.
24820         * sysdeps/powerpc/configure: Likewise.
24821         * sysdeps/powerpc/powerpc32/configure: Likewise.
24822         * sysdeps/powerpc/powerpc64/configure: Likewise.
24823         * sysdeps/s390/s390-32/configure: Likewise.
24824         * sysdeps/s390/s390-64/configure: Likewise.
24825         * sysdeps/sh/configure: Likewise.
24826         * sysdeps/sparc/configure: Likewise.
24827         * sysdeps/unix/sysv/linux/configure: Likewise.
24828         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
24829         * sysdeps/x86_64/configure: Likewise.
24830         * sysdeps/x86_64/preconfigure: Likewise.
24832 2013-10-29  Andreas Schwab  <schwab@suse.de>
24834         * stdio-common/Makefile (tst-swscanf-ENV): Define.
24836 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24838         * benchtests/pow-inputs: Add new inputs.
24840         * benchtests/exp-inputs: Add new inputs.
24842         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
24843         conditional check for return value.
24844         (__cos32): Likewise.
24846 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24848         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
24849         to provide a boost for large inputs with word alignment.
24850         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
24851         implementation based on optimized PPC64 strcpy.
24852         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
24853         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
24854         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
24855         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
24857 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
24859         [BZ #2801]
24860         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
24862 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
24864         [BZ #14876]
24865         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
24866         * time/tst-strptime.c (day_tests): Add testcase.
24868 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
24870         [BZ #14029]
24871         * manual/pattern.texi: Acknowledge that fnmatch can fail.
24873 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
24875         [BZ #16074]
24876         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
24877         MAP_FAILED on error.
24879 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
24881         [BZ #16072]
24882         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
24883         heap for large requests.
24885 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
24887         [BZ #9954]
24888         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
24889         result if the result has no associated interface.
24890         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
24891         interface for all 127.X.Y.Z addresses.
24893 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
24895         * locale/iso-639.def: Add Ligurian (lij)
24897 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
24899         [BZ #15825]
24900         * sunrpc/rpc_main.c: Document rpcgen -5.
24902 2013-10-19  Michael Stahl  <mstahl@redhat.com>
24904         * elf/rtld.c (do_preload): Print the reason why preloading failed.
24906 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
24908         [BZ #10278]
24909         * posix/glob.c: Match only directories when trailing slash is present.
24910         * posix/tst-gnuglob.c (my_opendir): Do not open files.
24911         (main): Add testcase.
24913 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
24915         [BZ #15670]
24916         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
24918 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
24920         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
24921         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
24922         AUTH_DES and cindex for FIPS 140-2.
24923         (DES Encryption): Add cindex FIPS 46-3.
24925         * locale/locarchive.h (struct locarhandle): Add fname.
24926         * locale/programs/localedef.c (main): Pass ARGV[remaining]
24927         if an optional argument was specified to --list-archive,
24928         otherwise NULL.
24929         * locale/programs/locarchive.c (show_archive_content): Take new
24930         argument fname and pass it via ah.fname to open_archive.
24931         * locale/programs/localedef.h: Update decl.
24932         (open_archive): If AH->fname is non-null, open that file
24933         rather than the default file name, and don't ignore ENOENT.
24934         (create_archive): Set AH.fname to NULL.
24935         (delete_locales_from_archive): Likewise.
24936         (add_locales_to_archive): Likewise.
24937         * locale/programs/locfile.c (write_all_categories): Likewise.
24939 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
24940             Aldy Hernandez  <aldyh@redhat.com>
24942         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
24943         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
24944         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
24945         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
24946         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
24947         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
24948         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
24949         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
24950         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
24951         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
24952         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
24953         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
24954         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
24955         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
24956         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
24957         Likewise.
24958         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
24959         Likewise.
24960         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
24961         Likewise.
24962         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
24963         Likewise.
24964         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
24965         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
24966         Likewise.
24967         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
24968         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
24969         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
24970         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
24971         Likewise.
24972         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
24973         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
24974         * sysdeps/powerpc/preconfigure: Likewise.
24975         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
24976         Likewise.
24977         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
24978         Replace contents of file by #include of <fenv_libc.h>.
24979         * sysdeps/powerpc/soft-fp/sfp-machine.h
24980         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
24981         and <sys/prctl.h>.
24982         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
24983         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
24984         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
24985         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
24986         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
24987         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
24988         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
24989         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
24990         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
24991         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
24992         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
24993         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
24994         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
24995         Allow copysignl PLT reference to be missing.
24997 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
24998             Joseph Myers  <joseph@codesourcery.com
25000         [BZ #15948]
25001         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
25002         single character.
25003         (add_to_tablewc): Assert sequence of wide characters is nonempty.
25005 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25007         * elf/tst-tls-dlinfo.c: Don't include tls.h.
25008         * elf/tst-tls1.c: Likewise.
25009         * elf/tst-tls10.h: Likewise.
25010         * elf/tst-tls14.c: Likewise.
25011         * elf/tst-tls2.c: Likewise.
25012         * elf/tst-tls3.c: Likewise.
25013         * elf/tst-tls4.c: Likewise.
25014         * elf/tst-tls5.c: Likewise.
25015         * elf/tst-tls6.c: Likewise.
25016         * elf/tst-tls7.c: Likewise.
25017         * elf/tst-tls8.c: Likewise.
25018         * elf/tst-tls9.c: Likewise.
25019         * elf/tst-tlsmod1.c: Likewise.
25020         * elf/tst-tlsmod13.c: Likewise.
25021         * elf/tst-tlsmod13a.c: Likewise.
25022         * elf/tst-tlsmod14a.c: Likewise.
25023         * elf/tst-tlsmod16a.c: Likewise.
25024         * elf/tst-tlsmod16b.c: Likewise.
25025         * elf/tst-tlsmod2.c: Likewise.
25026         * elf/tst-tlsmod3.c: Likewise.
25027         * elf/tst-tlsmod4.c: Likewise.
25028         * elf/tst-tlsmod5.c: Likewise.
25029         * elf/tst-tlsmod6.c: Likewise.
25031 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
25033         [BZ #12486]
25034         * malloc/malloc.c: remove checks for statistics.
25036 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
25038         [BZ #15277]
25039         * inet/inet_net.c (inet_network): Detect additional invalid strings.
25040         * inet/tst-network.c: Add testcase.
25042 2013-10-17  Andreas Schwab  <schwab@suse.de>
25044         [BZ #15218]
25045         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
25046         to determine canonical name.
25048 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
25050         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
25051         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
25052         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
25053         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
25054         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
25055         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
25056         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
25057         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
25058         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
25059         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
25060         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
25061         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
25062         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
25063         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
25064         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
25065         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
25066         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
25067         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
25068         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
25069         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
25070         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
25071         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
25072         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
25073         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
25074         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
25075         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
25076         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
25077         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
25078         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
25079         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
25080         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
25081         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
25082         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
25083         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
25084         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
25085         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
25086         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
25087         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
25088         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
25089         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
25090         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
25091         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
25092         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
25093         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
25094         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
25095         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
25096         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
25097         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
25098         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
25099         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
25100         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
25101         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
25102         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
25103         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
25104         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
25105         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
25106         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
25107         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
25109 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
25111         [BZ #16041]
25112         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
25113         make result into a quiet NaN.
25115 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
25117         * soft-fp/adddf3.c: Fix horizontal whitespace.
25118         * soft-fp/addsf3.c: Likewise.
25119         * soft-fp/addtf3.c: Likewise.
25120         * soft-fp/divdf3.c: Likewise.
25121         * soft-fp/divsf3.c: Likewise.
25122         * soft-fp/divtf3.c: Likewise.
25123         * soft-fp/double.h: Likewise.
25124         * soft-fp/eqdf2.c: Likewise.
25125         * soft-fp/eqsf2.c: Likewise.
25126         * soft-fp/eqtf2.c: Likewise.
25127         * soft-fp/extenddftf2.c: Likewise.
25128         * soft-fp/extended.h: Likewise.
25129         * soft-fp/extendsfdf2.c: Likewise.
25130         * soft-fp/extendsftf2.c: Likewise.
25131         * soft-fp/extendxftf2.c: Likewise.
25132         * soft-fp/fixdfdi.c: Likewise.
25133         * soft-fp/fixdfsi.c: Likewise.
25134         * soft-fp/fixdfti.c: Likewise.
25135         * soft-fp/fixsfdi.c: Likewise.
25136         * soft-fp/fixsfsi.c: Likewise.
25137         * soft-fp/fixsfti.c: Likewise.
25138         * soft-fp/fixtfdi.c: Likewise.
25139         * soft-fp/fixtfsi.c: Likewise.
25140         * soft-fp/fixtfti.c: Likewise.
25141         * soft-fp/fixunsdfdi.c: Likewise.
25142         * soft-fp/fixunsdfsi.c: Likewise.
25143         * soft-fp/fixunsdfti.c: Likewise.
25144         * soft-fp/fixunssfdi.c: Likewise.
25145         * soft-fp/fixunssfsi.c: Likewise.
25146         * soft-fp/fixunssfti.c: Likewise.
25147         * soft-fp/fixunstfdi.c: Likewise.
25148         * soft-fp/fixunstfsi.c: Likewise.
25149         * soft-fp/fixunstfti.c: Likewise.
25150         * soft-fp/floatdidf.c: Likewise.
25151         * soft-fp/floatdisf.c: Likewise.
25152         * soft-fp/floatditf.c: Likewise.
25153         * soft-fp/floatsidf.c: Likewise.
25154         * soft-fp/floatsisf.c: Likewise.
25155         * soft-fp/floatsitf.c: Likewise.
25156         * soft-fp/floattidf.c: Likewise.
25157         * soft-fp/floattisf.c: Likewise.
25158         * soft-fp/floattitf.c: Likewise.
25159         * soft-fp/floatundidf.c: Likewise.
25160         * soft-fp/floatundisf.c: Likewise.
25161         * soft-fp/floatunditf.c: Likewise.
25162         * soft-fp/floatunsidf.c: Likewise.
25163         * soft-fp/floatunsisf.c: Likewise.
25164         * soft-fp/floatunsitf.c: Likewise.
25165         * soft-fp/floatuntidf.c: Likewise.
25166         * soft-fp/floatuntisf.c: Likewise.
25167         * soft-fp/floatuntitf.c: Likewise.
25168         * soft-fp/fmadf4.c: Likewise.
25169         * soft-fp/fmasf4.c: Likewise.
25170         * soft-fp/fmatf4.c: Likewise.
25171         * soft-fp/gedf2.c: Likewise.
25172         * soft-fp/gesf2.c: Likewise.
25173         * soft-fp/getf2.c: Likewise.
25174         * soft-fp/ledf2.c: Likewise.
25175         * soft-fp/lesf2.c: Likewise.
25176         * soft-fp/letf2.c: Likewise.
25177         * soft-fp/muldf3.c: Likewise.
25178         * soft-fp/mulsf3.c: Likewise.
25179         * soft-fp/multf3.c: Likewise.
25180         * soft-fp/negdf2.c: Likewise.
25181         * soft-fp/negsf2.c: Likewise.
25182         * soft-fp/negtf2.c: Likewise.
25183         * soft-fp/op-1.h: Likewise.
25184         * soft-fp/op-2.h: Likewise.
25185         * soft-fp/op-4.h: Likewise.
25186         * soft-fp/op-8.h: Likewise.
25187         * soft-fp/op-common.h: Likewise.
25188         * soft-fp/quad.h: Likewise.
25189         * soft-fp/single.h: Likewise.
25190         * soft-fp/soft-fp.h: Likewise.
25191         * soft-fp/sqrtdf2.c: Likewise.
25192         * soft-fp/sqrtsf2.c: Likewise.
25193         * soft-fp/sqrttf2.c: Likewise.
25194         * soft-fp/subdf3.c: Likewise.
25195         * soft-fp/subsf3.c: Likewise.
25196         * soft-fp/subtf3.c: Likewise.
25197         * soft-fp/truncdfsf2.c: Likewise.
25198         * soft-fp/trunctfdf2.c: Likewise.
25199         * soft-fp/trunctfsf2.c: Likewise.
25200         * soft-fp/trunctfxf2.c: Likewise.
25201         * soft-fp/unorddf2.c: Likewise.
25202         * soft-fp/unordsf2.c: Likewise.
25203         * soft-fp/unordtf2.c: Likewise.
25205 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
25207         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
25208         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
25210 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
25212         * elf/dl-libc.c: Clear initfini list after freeing.
25214 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
25216         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
25217         * soft-fp/addsf3.c: Likewise.
25218         * soft-fp/addtf3.c: Likewise.
25219         * soft-fp/divdf3.c: Likewise.
25220         * soft-fp/divsf3.c: Likewise.
25221         * soft-fp/divtf3.c: Likewise.
25222         * soft-fp/double.h: Likewise.
25223         * soft-fp/eqdf2.c: Likewise.
25224         * soft-fp/eqsf2.c: Likewise.
25225         * soft-fp/eqtf2.c: Likewise.
25226         * soft-fp/extenddftf2.c: Likewise.
25227         * soft-fp/extended.h: Likewise.
25228         * soft-fp/extendsfdf2.c: Likewise.
25229         * soft-fp/extendsftf2.c: Likewise.
25230         * soft-fp/extendxftf2.c: Likewise.
25231         * soft-fp/fixdfdi.c: Likewise.
25232         * soft-fp/fixdfsi.c: Likewise.
25233         * soft-fp/fixdfti.c: Likewise.
25234         * soft-fp/fixsfdi.c: Likewise.
25235         * soft-fp/fixsfsi.c: Likewise.
25236         * soft-fp/fixsfti.c: Likewise.
25237         * soft-fp/fixtfdi.c: Likewise.
25238         * soft-fp/fixtfsi.c: Likewise.
25239         * soft-fp/fixtfti.c: Likewise.
25240         * soft-fp/fixunsdfdi.c: Likewise.
25241         * soft-fp/fixunsdfsi.c: Likewise.
25242         * soft-fp/fixunsdfti.c: Likewise.
25243         * soft-fp/fixunssfdi.c: Likewise.
25244         * soft-fp/fixunssfsi.c: Likewise.
25245         * soft-fp/fixunssfti.c: Likewise.
25246         * soft-fp/fixunstfdi.c: Likewise.
25247         * soft-fp/fixunstfsi.c: Likewise.
25248         * soft-fp/fixunstfti.c: Likewise.
25249         * soft-fp/floatdidf.c: Likewise.
25250         * soft-fp/floatdisf.c: Likewise.
25251         * soft-fp/floatditf.c: Likewise.
25252         * soft-fp/floatsidf.c: Likewise.
25253         * soft-fp/floatsisf.c: Likewise.
25254         * soft-fp/floatsitf.c: Likewise.
25255         * soft-fp/floattidf.c: Likewise.
25256         * soft-fp/floattisf.c: Likewise.
25257         * soft-fp/floattitf.c: Likewise.
25258         * soft-fp/floatundidf.c: Likewise.
25259         * soft-fp/floatundisf.c: Likewise.
25260         * soft-fp/floatunsidf.c: Likewise.
25261         * soft-fp/floatunsisf.c: Likewise.
25262         * soft-fp/floatuntidf.c: Likewise.
25263         * soft-fp/floatuntisf.c: Likewise.
25264         * soft-fp/floatuntitf.c: Likewise.
25265         * soft-fp/fmadf4.c: Likewise.
25266         * soft-fp/fmasf4.c: Likewise.
25267         * soft-fp/fmatf4.c: Likewise.
25268         * soft-fp/gedf2.c: Likewise.
25269         * soft-fp/gesf2.c: Likewise.
25270         * soft-fp/getf2.c: Likewise.
25271         * soft-fp/ledf2.c: Likewise.
25272         * soft-fp/lesf2.c: Likewise.
25273         * soft-fp/letf2.c: Likewise.
25274         * soft-fp/muldf3.c: Likewise.
25275         * soft-fp/mulsf3.c: Likewise.
25276         * soft-fp/multf3.c: Likewise.
25277         * soft-fp/negdf2.c: Likewise.
25278         * soft-fp/negsf2.c: Likewise.
25279         * soft-fp/negtf2.c: Likewise.
25280         * soft-fp/op-1.h: Likewise.
25281         * soft-fp/op-2.h: Likewise.
25282         * soft-fp/op-4.h: Likewise.
25283         * soft-fp/op-8.h: Likewise.
25284         * soft-fp/op-common.h: Likewise.
25285         * soft-fp/quad.h: Likewise.
25286         * soft-fp/single.h: Likewise.
25287         * soft-fp/soft-fp.h: Likewise.
25288         * soft-fp/sqrtdf2.c: Likewise.
25289         * soft-fp/sqrtsf2.c: Likewise.
25290         * soft-fp/sqrttf2.c: Likewise.
25291         * soft-fp/subdf3.c: Likewise.
25292         * soft-fp/subsf3.c: Likewise.
25293         * soft-fp/subtf3.c: Likewise.
25294         * soft-fp/truncdfsf2.c: Likewise.
25295         * soft-fp/trunctfdf2.c: Likewise.
25296         * soft-fp/trunctfsf2.c: Likewise.
25297         * soft-fp/trunctfxf2.c: Likewise.
25298         * soft-fp/unorddf2.c: Likewise.
25299         * soft-fp/unordsf2.c: Likewise.
25300         * soft-fp/unordtf2.c: Likewise.
25302 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
25304         [BZ #15672]
25305         * misc/error.c (error_tail): Fix possible buffer overflow.
25307 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
25309         [BZ #13028]
25310         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
25311         address.
25313 2013-10-14  P. J. McDermott  <pj@pehjota.net>
25315         [BZ #832]
25316         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
25317         testing pipefail option.
25319 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
25321         * soft-fp/double.h: Indent preprocessor directives inside #if.
25322         * soft-fp/extended.h: Likewise.
25323         * soft-fp/op-2.h: Likewise.
25324         * soft-fp/op-4.h: Likewise.
25325         * soft-fp/op-common.h: Likewise.
25326         * soft-fp/quad.h: Likewise.
25327         * soft-fp/single.h: Likewise.
25328         * soft-fp/soft-fp.h: Likewise.
25330 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
25332         * iconv/iconv_prog.c: Fix typos.
25333         * stdio-common/psiginfo-data.h: Likewise.
25335 2013-10-12   Reuben Thomas <rrt@sc3d.org>
25337         [BZ #15764]
25338         * locale/setlocale.c: Fix typo.
25340 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
25342         [BZ #16036]
25343         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
25344         signaling NaN arguments.
25345         * soft-fp/unordsf2.c (__unordsf2): Likewise.
25346         * soft-fp/unordtf2.c (__unordtf2): Likewise.
25348         [BZ #14910]
25349         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
25350         unordered operands.
25351         * soft-fp/gesf2.c (__gesf2): Likewise.
25352         * soft-fp/getf2.c (__getf2): Likewise.
25353         * soft-fp/ledf2.c (__ledf2): Likewise.
25354         * soft-fp/lesf2.c (__lesf2): Likewise.
25355         * soft-fp/letf2.c (__letf2): Likewise.
25357         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
25358         * soft-fp/eqsf2.c (__eqsf2): Likewise.
25359         * soft-fp/eqtf2.c (__eqtf2): Likewise.
25360         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
25361         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
25362         * soft-fp/fixdfti.c (__fixdfti): Likewise.
25363         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
25364         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
25365         * soft-fp/fixsfti.c (__fixsfti): Likewise.
25366         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
25367         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
25368         * soft-fp/fixtfti.c (__fixtfti): Likewise.
25369         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
25370         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
25371         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
25372         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
25373         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
25374         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
25375         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
25376         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
25377         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
25378         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
25379         * soft-fp/floatdisf.c (__floatdisf): Likewise.
25380         * soft-fp/floatsisf.c (__floatsisf): Likewise.
25381         * soft-fp/floattidf.c (__floattidf): Likewise.
25382         * soft-fp/floattisf.c (__floattisf): Likewise.
25383         * soft-fp/floattitf.c (__floattitf): Likewise.
25384         * soft-fp/floatundidf.c (__floatundidf): Likewise.
25385         * soft-fp/floatundisf.c (__floatundisf): Likewise.
25386         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
25387         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
25388         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
25389         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
25390         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
25391         * soft-fp/gesf2.c (__gesf2): Likewise.
25392         * soft-fp/getf2.c (__getf2): Likewise.
25393         * soft-fp/ledf2.c (__ledf2): Likewise.
25394         * soft-fp/lesf2.c (__lesf2): Likewise.
25395         * soft-fp/letf2.c (__letf2): Likewise.
25397         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
25398         Undefine and redefine.
25399         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
25400         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
25401         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
25402         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
25403         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
25404         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
25405         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
25406         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
25407         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
25408         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
25409         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
25410         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
25411         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
25412         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
25413         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
25415         [BZ #16032]
25416         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
25417         without decrementing exponent if mantissa >= that for the
25418         denominator, not >.
25419         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
25420         denominator, not >.  Decrement exponent in < case instead of
25421         incrementing in >= case.
25422         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
25423         without decrementing exponent if mantissa >= that for the
25424         denominator, not >.
25426         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
25427         computing saturated result for unsigned overflow.
25429 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25430             Jeff Law  <law@redhat.com>
25432         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
25433         (atan2Mp): Add systemtap probe marker.
25434         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
25435         (__ieee754_log): Add systemtap probe marker.
25436         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
25437         (atanMp): Add systemtap probe marker.
25438         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
25439         (tanMp): Add systemtap probe marker.
25440         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
25441         (__slowexp): Add systemtap probe marker.
25442         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
25443         (__slowpow): Add systemtap probe marker.
25444         * manual/probes.texi: Document probes.
25446 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
25448         [BZ #15362]
25449         * libio/fileops.c (_IO_new_file_write): Return count of bytes
25450         written.
25451         (_IO_new_file_xsputn): Don't return EOF if nothing has been
25452         written.
25453         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
25454         written to buffer but not flushed.
25455         * libio/iofwrite_u.c:  Likewise.
25456         * libio/iopadn.c:  Return bytes returned even if EOF was
25457         encountered.
25458         * libio/iowpadn.c:  Likewise.
25459         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
25460         if _IO_padn does not write the whole buffer.
25461         [!COMPILE_WPRINTF] (PAD): Likewise.
25463 2013-10-10  David S. Miller  <davem@davemloft.net>
25465         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
25466         directory block.
25468 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
25470         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
25471         instead of FSF address.
25472         * soft-fp/fixdfti.c: Likewise.
25473         * soft-fp/fixsfti.c: Likewise.
25474         * soft-fp/fixtfti.c: Likewise.
25475         * soft-fp/fixunsdfti.c: Likewise.
25476         * soft-fp/fixunssfti.c: Likewise.
25477         * soft-fp/fixunstfti.c: Likewise.
25478         * soft-fp/floattidf.c: Likewise.
25479         * soft-fp/floattisf.c: Likewise.
25480         * soft-fp/floattitf.c: Likewise.
25481         * soft-fp/floatuntidf.c: Likewise.
25482         * soft-fp/floatuntisf.c: Likewise.
25483         * soft-fp/floatuntitf.c: Likewise.
25484         * soft-fp/trunctfxf2.c: Likewise.
25486         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
25487         * soft-fp/fixdfti.c: Likewise.
25488         * soft-fp/fixsfti.c: Likewise.
25489         * soft-fp/fixtfti.c: Likewise.
25490         * soft-fp/fixunsdfti.c: Likewise.
25491         * soft-fp/fixunssfti.c: Likewise.
25492         * soft-fp/fixunstfti.c: Likewise.
25493         * soft-fp/floattidf.c: Likewise.
25494         * soft-fp/floattisf.c: Likewise.
25495         * soft-fp/floattitf.c: Likewise.
25496         * soft-fp/floatuntidf.c: Likewise.
25497         * soft-fp/floatuntisf.c: Likewise.
25498         * soft-fp/floatuntitf.c: Likewise.
25499         * soft-fp/trunctfxf2.c: Likewise.
25501 2013-10-10  David S. Miller  <davem@davemloft.net>
25503         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25505 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
25507         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
25508         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
25509         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
25510         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
25511         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
25512         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
25513         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
25515         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
25516         for NaNs before doing comparisons on argument.
25517         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
25518         Likewise.
25520 2013-10-10  Will Newton  <will.newton@linaro.org>
25522         * malloc/hooks.c (memalign_check): Ensure the value of bytes
25523         passed to _int_memalign does not overflow.
25525 2013-10-10  Torvald Riegel  <triegel@redhat.com>
25527         * scripts/bench.pl: Add include-sources directive.
25528         * benchtests/README: Update documentation.
25530 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
25532         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
25533         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
25534         instead of FP_INIT_ROUNDMODE.
25535         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
25536         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
25538         [BZ #16034]
25539         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
25540         copy class of input value.
25541         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
25542         not handle exceptions.
25543         * soft-fp/negsf2.c (__negsf2): Likewise.
25544         * soft-fp/negtf2.c (__negtf2): Likewise.
25545         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
25547 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
25549         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
25550         semicolon.  From Linux kernel.
25552 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
25554         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
25556 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
25558         [BZ #156]
25559         * manual/socket.texi: Added statement about buffer
25560         for gethostbyname2_r.
25562 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
25564         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
25565         Use .p2align directive instead, throughout.
25566         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
25567         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
25568         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
25569         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
25570         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
25571         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
25572         * sysdeps/x86_64/strchr.S: Likewise.
25573         * sysdeps/x86_64/strrchr.S: Likewise.
25575 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
25577         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
25579         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
25581         * sysdeps/generic/math_private.h (__mpsin1): Remove
25582         declaration.
25583         (__mpcos1): Likewise.
25584         (__mpsin): New argument __range_reduce.
25585         (__mpcos): Likewise.
25586         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
25587         (slow): Use __mpsin and __mpcos.
25588         (slow1): Likewise.
25589         (slow2): Likewise.
25590         (sloww): Likewise.
25591         (sloww1): Likewise.
25592         (sloww2): Likewise.
25593         (bsloww): Likewise.
25594         (bsloww1): Likewise.
25595         (bsloww2): Likewise.
25596         (cslow2): Likewise.
25597         (csloww): Likewise.
25598         (csloww1): Likewise.
25599         (csloww2): Likewise.
25600         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
25601         range_reduce.  Merge in __mpsin1.
25602         (__mpcos): Likewise.
25603         (__mpsin1): Remove.
25604         (__mpcos1): Likewise.
25606 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
25608         * locale/loadlocale.c (_nl_intern_locale_data): Use
25609         LOCFILE_ALIGNED_P.
25610         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
25611         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
25612         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
25613         obstack data is appropriately aligned.
25614         (obstack_int32_grow_fast): Likewise.
25615         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
25616         * locale/programs/locfile.c (add_locale_uint32): Likewise.
25617         (add_locale_uint32_array): Likewise.
25619 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
25621         * benchtests/Makefile: Remove ARGLIST and RET variables.
25622         ($(objpfx)bench-%.c): Pass only function name to the script.
25623         * benchtests/README: Update documentation.
25624         * benchtests/acos-inputs: Add new directives.
25625         * benchtests/acosh-inputs: Likewise.
25626         * benchtests/asin-inputs: Likewise.
25627         * benchtests/asinh-inputs: Likewise.
25628         * benchtests/atan-inputs: Likewise.
25629         * benchtests/atanh-inputs: Likewise.
25630         * benchtests/cos-inputs: Likewise.
25631         * benchtests/cosh-inputs: Likewise.
25632         * benchtests/exp-inputs: Likewise.
25633         * benchtests/log-inputs: Likewise.
25634         * benchtests/pow-inputs: Likewise.
25635         * benchtests/rint-inputs: Likewise.
25636         * benchtests/sin-inputs: Likewise.
25637         * benchtests/sinh-inputs: Likewise.
25638         * benchtests/tan-inputs: Likewise.
25639         * benchtests/tanh-inputs: Likewise.
25640         * scripts/bench.pl: Add support for new directives.
25642 2013-10-07  Alan Modra  <amodra@gmail.com>
25644         * README: Fix careless merge.
25646 2013-10-05  Alan Modra  <amodra@gmail.com>
25648         * NEWS: Mention powerpc64le support and bugs fixed.
25649         * README: Both big-endian and little-endian powerpc64 supported.
25651 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25653         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
25654         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
25655         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
25656         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
25658 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
25660         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
25661         match prototype.
25663 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
25665         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
25666         Move -mhard-float appending from
25667         ports/sysdeps/powerpc/powerpc32/Makefile.
25668         [$(with-fp) = yes] (ASFLAGS): Likewise.
25669         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
25670         * sysdeps/powerpc/nofpu: Move directory from
25671         ports/sysdeps/powerpc/nofpu.
25672         * sysdeps/powerpc/soft-fp: Move directory from
25673         ports/sysdeps/powerpc/soft-fp.
25674         * sysdeps/powerpc/powerpc32/405: Move directory from
25675         ports/sysdeps/powerpc/powerpc32/405.
25676         * sysdeps/powerpc/powerpc32/440: Move directory from
25677         ports/sysdeps/powerpc/powerpc32/440.
25678         * sysdeps/powerpc/powerpc32/464: Move directory from
25679         ports/sysdeps/powerpc/powerpc32/464.
25680         * sysdeps/powerpc/powerpc32/476: Move directory from
25681         ports/sysdeps/powerpc/powerpc32/476.
25682         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
25683         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
25684         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
25685         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
25686         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
25687         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
25688         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
25689         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
25690         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
25691         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
25692         * README: Update for powerpc-*-linux-gnu software floating point
25693         support in libc.
25695         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
25696         case to powerpc/powerpc32*.
25697         * sysdeps/unix/sysv/linux/configure: Regenerated.
25699         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
25700         (_FPU_MASK_OM): Define as 0x04.
25701         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
25702         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
25703         0x00c10080.
25704         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
25705         0x0000003c.
25706         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
25708         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
25709         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
25710         getcontext_e500.
25711         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
25712         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
25713         setcontext_e500.
25714         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
25715         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
25716         and setcontext_e500.
25718 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
25720         * locale/iso-3166.def: Update iso-1366.def and related occurrences
25722 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25724         * manual/threads.texi (Default Thread Attributes): Fix typo.
25726 2013-10-04  Will Newton  <will.newton@linaro.org>
25728         * malloc/Makefile: Add tst-memalign.
25729         * malloc/tst-memalign.c: New file.
25731         * malloc/tst-posix_memalign.c: Add comments.
25732         (do_test): Add comments and call free on all potentially
25733         allocated pointers. Add space after cast.
25735         * malloc/tst-pvalloc.c: Add comments.
25736         (do_test): Add comments and call free on all potentially
25737         allocated pointers. Remove duplicate check for NULL pointer.
25738         Add space after cast.
25740         * malloc/tst-valloc.c: Add comments.
25741         (do_test): Add comments and call free on all potentially
25742         allocated pointers. Remove duplicate check for NULL pointer.
25743         Add space after cast.
25745 2013-10-04  Alan Modra  <amodra@gmail.com>
25747         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
25748         Use stdint types in rather than __attribute__((mode())).
25749         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
25751 2013-10-04  Alan Modra  <amodra@gmail.com>
25753         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
25754         Correct handling of unaligned relocs for little-endian.
25755         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
25757 2013-10-04  Alan Modra  <amodra@gmail.com>
25759         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
25760         * configure: Regenerate.
25761         * nptl/shlib-versions: Powerpc*le starts at 2.18.
25762         * shlib-versions: Likewise.
25764 2013-10-04  Alan Modra  <amodra@gmail.com>
25766         * string/tester.c (test_memrchr): Increment reported test cycle.
25768 2013-10-04  Alan Modra  <amodra@gmail.com>
25770         * string/test-memcpy.c (do_one_test): When reporting errors, print
25771         string address and don't overrun end of string.
25773 2013-10-04  Alan Modra  <amodra@gmail.com>
25775         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
25776         insrdi.  Make better use of reg selection to speed exit slightly.
25777         Schedule entry path a little better.  Remove useless "are we done"
25778         checks on entry to main loop.  Handle wrapping around zero address.
25779         Correct main loop count.  Handle single left-over word from main
25780         loop inline rather than by using loop_small.  Remove extra word
25781         case in loop_small caused by wrong loop count.  Add little-endian
25782         support.
25783         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
25784         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
25785         cache hint.
25786         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
25787         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
25788         support.  Avoid rlwimi.
25789         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
25791 2013-10-04  Alan Modra  <amodra@gmail.com>
25793         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
25794         insrdi.  Formatting.
25795         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
25796         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
25797         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
25798         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
25799         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
25800         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
25802 2013-10-04  Alan Modra  <amodra@gmail.com>
25804         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
25805         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25806         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
25807         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
25808         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
25809         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
25810         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25811         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
25812         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
25813         use of regs.  Use power7 mtocrf.  Tidy function tails.
25815 2013-10-04  Alan Modra  <amodra@gmail.com>
25817         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
25818         Formatting.  Consistently use rXXX register defines or rN defines.
25819         Use early exit labels that avoid restoring unused non-volatile regs.
25820         Make cr field use more consistent with rWORDn compares.  Rename
25821         regs used as shift registers for unaligned loop, using rN defines
25822         for short lifetime/multiple use regs.
25823         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
25824         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
25825         addi 1,1,64 to pop stack frame.  Simplify return value code.
25826         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25828 2013-10-04  Alan Modra  <amodra@gmail.com>
25830         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
25831         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
25832         rather than rlwimi.
25833         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
25834         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
25835         little-endian support.  Correct typos.
25836         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
25837         rather than rlwimi.
25838         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
25839         in loop and entry code to keep "and." results.
25840         (strchr): Add little-endian support.  Comment.  Move cntlzd
25841         earlier in tail.
25842         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
25844 2013-10-04  Alan Modra  <amodra@gmail.com>
25846         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
25847         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
25848         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
25849         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
25851 2013-10-04  Alan Modra  <amodra@gmail.com>
25853         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
25854         (rTMP): Define as r11.
25855         (strcmp): Add little-endian support.  Optimise tail.
25856         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
25857         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
25858         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
25859         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
25860         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
25861         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
25862         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
25864 2013-10-04  Alan Modra  <amodra@gmail.com>
25866         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
25867         little-endian support.  Remove unnecessary "are we done" tests.
25868         Handle "s" wrapping around zero and extremely large "size".
25869         Correct main loop count.  Handle single left-over word from main
25870         loop inline rather than by using small_loop.  Correct comments.
25871         Delete "zero" tail, use "end_max" instead.
25872         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
25874 2013-10-04  Alan Modra  <amodra@gmail.com>
25876         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
25877         support.  Don't branch over align.
25878         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
25879         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
25880         support.  Rearrange tmp reg use to suit.  Comment.
25881         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
25883 2013-10-04  Alan Modra  <amodra@gmail.com>
25885         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
25887 2013-10-04  Alan Modra  <amodra@gmail.com>
25889         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
25890         conditional form of branch and link when obtaining pc.
25891         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
25893 2013-10-04  Alan Modra  <amodra@gmail.com>
25895         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
25896         HIWORD/LOWORD.
25897         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
25898         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
25900 2013-10-04  Alan Modra  <amodra@gmail.com>
25902         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
25903         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
25904         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
25905         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
25906         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
25907         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
25908         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
25909         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
25910         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
25911         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
25913 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25914             Alistair Popple <alistair@ozlabs.au.ibm.com>
25915             Alan Modra <amodra@gmail.com>
25917         [BZ #15723]
25918         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
25919         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
25920         _dl_hwcap access for little-endian.
25921         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
25922         destroy vmx regs when saving unaligned.
25923         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
25924         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
25925         destroy vmx regs when saving unaligned.
25927 2013-10-04  Alan Modra  <amodra@gmail.com>
25929         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
25930         Don't use a union to pack hi/low value.
25932 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25934         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
25935         for little-endian.
25936         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
25937         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
25938         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
25939         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
25940         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
25942 2013-10-04  Alan Modra  <amodra@gmail.com>
25944         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
25945         constants to usual value for .cst8 section, and remove redundant
25946         high address load.
25947         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
25948         constant for 0x1p52.  Load little-endian words of double from
25949         correct stack offsets.
25951 2013-10-04  Alan Modra  <amodra@gmail.com>
25953         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
25954         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
25955         words of double from correct stack offsets.
25956         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
25957         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
25958         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
25959         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
25960         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
25961         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
25962         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
25963         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
25964         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
25965         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
25966         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
25967         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
25968         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
25969         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
25970         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
25971         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
25972         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
25974 2013-10-04  Alan Modra  <amodra@gmail.com>
25976         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
25977         64-bit int/double union.
25978         (_FPU_SETCW): Likewise.
25979         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
25980         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
25982 2013-10-04  Alan Modra  <amodra@gmail.com>
25984         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
25985         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
25987 2013-10-04  Alan Modra  <amodra@gmail.com>
25989         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
25990         use vector int constants.
25991         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
25993 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25995         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
25996         array with long long.
25997         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
25998         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
25999         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
26000         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
26001         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
26002         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
26003         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
26004         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
26005         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
26006         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
26007         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
26008         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
26009         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
26011 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
26013         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
26014         (__signbit): Likewise.  Correct for little-endian.
26015         (__signbitl): Call __signbit.
26016         (lrint): Correct for little-endian.
26017         (lrintf): Call lrint.
26019 2013-10-04  Alan Modra  <amodra@gmail.com>
26021         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
26022         union 32-bit int array member with 64-bit int array.
26023         (t515, tm256): Double rather than long double.
26024         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
26026 2013-10-04  Alan Modra  <amodra@gmail.com>
26028         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
26029         Delete.
26030         (IEEE854_LONG_DOUBLE_BIAS): Delete.
26031         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
26032         version of math_ldbl.h.
26034 2013-10-04  Alan Modra  <amodra@gmail.com>
26036         [BZ #15734], [BZ #15735]
26037         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
26038         all uses of ieee875 long double macros and unions.  Simplify test
26039         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
26040         ldbl_extract_mantissa value for ix,iy exponents.  Properly
26041         normalize after ldbl_extract_mantissa, and don't add hidden bit
26042         already handled.  Don't treat low word of ieee854 mantissa like
26043         low word of IBM long double and mask off bit when testing for
26044         zero.
26045         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
26046         all uses of ieee875 long double macros and unions.  Simplify tests
26047         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
26048         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
26049         two1022, instead use their values.  Recognise that tests for large
26050         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
26051         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
26052         Rewrite all uses of ieee875 long double macros and unions.  Simplify
26053         test for 0.0L and nan.  Correct negation.
26054         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
26055         ieee875 long double macros and unions.  Correct output for large
26056         magnitude x.  Correct absolute value calculation.
26057         (__erfcl): Likewise.
26058         * math/libm-test.inc: Add tests for errors discovered in IBM long
26059         double versions of fmodl, remainderl, erfl and erfcl.
26061 2013-10-04  Alan Modra  <amodra@gmail.com>
26063         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
26064         all uses of ieee854 long double macros and unions.  Simplify tests
26065         for long doubles that are fully specified by the high double.
26066         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
26067         Likewise.
26068         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
26069         Remove dead code too.
26070         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
26071         (__ieee754_ynl): Likewise.
26072         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
26073         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
26074         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
26075         Remove dead code too.
26076         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
26077         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
26078         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
26079         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
26080         Simplify.
26081         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
26082         Simplify.
26083         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
26084         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
26085         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
26086         Comment on variable precision.
26087         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
26088         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
26089         Likewise.
26090         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
26091         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
26092         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
26093         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
26094         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
26096 2013-10-04  Alan Modra  <amodra@gmail.com>
26098         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
26099         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
26100         all uses of ieee854 long double macros and unions.
26101         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
26102         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
26103         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
26104         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
26105         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
26106         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
26107         Likewise.
26108         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
26109         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
26110         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
26111         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
26112         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
26113         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
26114         Simplify sign and nan test too.
26115         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
26116         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
26117         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
26118         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
26119         Likewise.
26120         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
26121         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
26122         Likewise.
26123         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
26124         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
26125         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
26126         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
26127         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
26128         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
26130 2013-10-04  Alan Modra  <amodra@gmail.com>
26132         * stdio-common/printf_size.c (__printf_size): Don't use
26133         union ieee854_long_double in fpnum union.
26134         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
26135         signbit macro to retrieve sign from long double.
26136         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
26137         retrieve sign from long double.
26138         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
26139         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
26140         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
26141         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
26142         * math/test-misc.c (main): Don't use union ieee854_long_double.
26144 2013-10-04  Alan Modra  <amodra@gmail.com>
26146         [BZ #15680]
26147         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
26148         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
26149         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
26150         calculation.  Remove unnecessary test for denormal exponent.
26151         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
26152         Correct handling of denormals.  Avoid undefined shift behaviour.
26153         Correct normalisation of low mantissa when low double is denormal.
26154         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
26155         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
26156         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
26157         Correct normalisation of low mantissa.  Test for overflow of high
26158         mantissa and normalise.
26159         (ldbl_nearbyint): Use more readable constant for two52.
26160         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
26161         (__mpn_construct_long_double): Fix test for overflow of high
26162         mantissa and correct normalisation.  Avoid undefined shift.
26164 2013-10-04  Alan Modra  <amodra@gmail.com>
26166         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
26167         (union ibm_extended_long_double): Define as an array of ieee754_double.
26168         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
26169         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
26170         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
26171         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
26172         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
26173         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
26174         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
26175         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
26176         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
26177         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
26178         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
26180 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
26182         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
26183         page size instead of calling getpagesize.
26185         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
26186         (LOCFILE_ALIGN_MASK): Likewise.
26187         (LOCFILE_ALIGN_UP): Likewise.
26188         (LOCFILE_ALIGNED_P): Likewise.
26189         * locale/programs/ld-collate.c (collate_output): Use the new
26190         macros instead of __alignof__ (int32_t).
26191         * locale/weight.h (findidx): Likewise.
26193 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
26195         [BZ #431]
26196         * manual/string.texi: Fix strncat and wcsncat.
26198 2013-10-03  Brooks Moses  <bmoses@google.com>
26200         [BZ #15915]
26201         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
26202         * Makerules: ...here, and adjust associated comments.
26204 2013-10-02  Will Newton  <will.newton@linaro.org>
26206         * malloc/Makefile: Add tst-pvalloc.
26207         * malloc/tst-pvalloc.c: New file.
26209 2013-10-02  Will Newton  <will.newton@linaro.org>
26211         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
26212         improve test coverage.
26214 2013-10-02  Will Newton  <will.newton@linaro.org>
26216         * malloc/Makefile: Add tst-posix_memalign.
26217         * malloc/tst-posix_memalign.c: New file.
26219 2013-10-01  Eric Blake  <eblake@redhat.com>
26221         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
26222         Use __THROWNL rather than __THROW on static functions.
26224 2013-09-30  Petr Machata  <pmachata@redhat.com>
26226         * elf/elf.h (R_AARCH64_ABS16): New macro.
26227         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
26228         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
26229         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
26230         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
26231         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
26232         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
26233         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
26234         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
26235         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
26236         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
26237         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
26238         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
26239         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
26240         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
26241         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
26242         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
26243         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
26244         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
26245         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
26246         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
26247         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
26248         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
26249         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
26250         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
26251         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
26252         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
26253         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
26254         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
26255         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
26256         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
26257         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
26258         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
26259         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
26260         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
26261         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
26262         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
26263         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
26264         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
26265         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
26266         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
26267         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
26268         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
26269         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
26270         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
26271         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
26272         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
26273         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
26274         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
26275         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
26276         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
26277         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
26278         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
26279         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
26280         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
26281         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
26282         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
26283         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
26284         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
26285         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
26286         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
26287         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
26288         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
26289         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
26290         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
26291         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
26292         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
26293         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
26294         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
26295         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
26296         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
26297         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
26298         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
26299         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
26300         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
26301         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
26302         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
26303         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
26304         (R_AARCH64_TLSDESC_LDR): Likewise.
26305         (R_AARCH64_TLSDESC_ADD): Likewise.
26306         (R_AARCH64_TLSDESC_CALL): Likewise.
26308 2013-09-30  Andreas Schwab  <schwab@suse.de>
26310         [BZ #15048]
26311         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
26312         the nss database lookup.
26313         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26314         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
26316 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
26318         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
26320 2013-09-28  P. J. McDermott  <pj@pehjota.net>
26322         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
26323         ${Bash-specific parameter/pattern/string} parameter expansion.
26324         * sysdeps/unix/make-syscalls.sh: Likewise.
26326 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
26328         * sysdeps/sh/stackguard-macros.h: New file.
26330 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
26332         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
26333         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
26334         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
26335         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
26336         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
26337         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
26339 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26341         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
26342         Fix thread ID register.
26344 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
26346         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
26347         [POSIX || UNIX98]: Require rather than permitting all symbols from
26348         <time.h>.
26349         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
26350         element of struct sched_param.
26351         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
26352         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
26353         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
26354         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
26355         constant.
26357 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
26359         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
26360         argument calculation.
26362 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
26364         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
26365         Expect macro.
26366         [POSIX] (pthread_attr_t): Do not require type.
26367         [POSIX] (pthread_cond_t): Likewise.
26368         [POSIX] (pthread_condattr_t): Likewise.
26369         [POSIX] (pthread_key_t): Likewise.
26370         [POSIX] (pthread_mutex_t): Likewise.
26371         [POSIX] (pthread_mutexattr_t): Likewise.
26372         [POSIX] (pthread_once_t): Likewise.
26373         [POSIX] (pthread_t): Likewise.
26374         [POSIX-based standards] (pthread_atfork): Expect function.
26376 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
26377             Richard Sandiford  <richard@codesourcery.com>
26379         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
26380         (swap_endianness_p): New extern variable.
26381         (set_big_endian): New inline function.
26382         (maybe_swap_uint32): Likewise.
26383         (maybe_swap_uint32_array): Likewise.
26384         (maybe_swap_uint32_obstack): Likewise.
26385         * locale/programs/locfile.c: Include <stdbool.h>.
26386         (swap_endianness_p): New variable.
26387         (add_locale_uint32): Call maybe_swap_uint32.
26388         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
26389         (write_locale_data): Call maybe_swap_uint32_array.
26390         * locale/programs/ld-collate.c (obstack_int32_grow): Call
26391         maybe_swap_uint32.
26392         (obstack_int32_grow_fast): Likewise.
26393         (output_weightwc): Call maybe_swap_uint32_obstack.
26394         (collate_output): Likewise.
26395         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
26396         (OPT_LITTLE_ENDIAN): Likewise.
26397         (options): Add --little-endian and --big-endian options.
26398         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
26399         * locale/programs/locarchive.c: Include "locfile.h".
26400         (GET): New macro.
26401         (SET): Likewise.
26402         (INC): Likewise.
26403         (create_archive): Use the new macros to access fields of
26404         structures directly mapped from or written to locale archives.
26405         (oldlocrecentcmp): Likewise.
26406         (enlarge_archive): Likewise.
26407         (insert_name): Likewise.
26408         (add_alias): Likewise.
26409         (add_locale): Likewise.
26410         (delete_locales_from_archive): Likewise.
26411         (show_archive_content): Likewise.
26412         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
26413         locale data.
26415 2013-09-24  Roland McGrath  <roland@hack.frob.com>
26417         * manual/freemanuals.texi: Updated from (newly) canonical copy at
26418         http://www.gnu.org/doc/freemanuals.texi.
26419         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
26421 2013-09-24  Will Newton  <will.newton@linaro.org>
26423         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
26424         macro.
26426 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
26428         * locale/hashval.h (compute_hashval): Interpret bytes of key as
26429         unsigned char.
26431 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
26433         * manual/threads.texi (POSIX Threads): Fix a typo.
26435 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26437         [BZ #14547]
26438         * string/tst-strcoll-overflow.c: New test case.
26439         * string/Makefile (xtests): Add tst-strcoll-overflow.
26440         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
26441         cache if string sizes may cause integer overflow.
26443         [BZ #14547]
26444         * string/strcoll_l.c (coll_seq): New members rule, idx,
26445         save_idx and back_us.
26446         (get_next_seq_nocache): New function.
26447         (do_compare_nocache): New function.
26448         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
26449         when malloc fails.
26451 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
26453         [BZ #15754]
26454         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
26455         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
26456         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
26458         [BZ #15754]
26459         * elf/Makefile (tests): Add tst-ptrguard1.
26460         (tests-static): Add tst-ptrguard1-static.
26461         (tst-ptrguard1-ARGS): Define.
26462         (tst-ptrguard1-static-ARGS): Define.
26463         * elf/tst-ptrguard1.c: New file.
26464         * elf/tst-ptrguard1-static.c: New file.
26465         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
26466         * sysdeps/i386/stackguard-macros.h: Likewise.
26467         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
26468         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
26469         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
26470         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
26471         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
26472         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
26474 2013-09-23  Hector Marco  <hecmargi@upv.es>
26475             Ismael Ripoll  <iripoll@disca.upv.es>
26476             Carlos O'Donell  <carlos@redhat.com>
26478         [BZ #15754]
26479         * sysdeps/generic/stackguard-macros.h: Define
26480         __pointer_chk_guard_local and POINTER_CHK_GUARD.
26481         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
26482         Define __pointer_chk_guard_local.
26483         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
26484         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
26486 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
26488         [BZ #15859]
26489         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
26491 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
26493         * include/string.h (__ffs): Declare as hidden.
26494         * string/ffs.c (__ffs): Define as hidden.
26495         * sysdeps/i386/ffs.c (__ffs): Likewise.
26496         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
26497         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
26498         * sysdeps/s390/ffs.c (__ffs): Likewise.
26499         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
26501 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
26503         * NEWS: Mention malloc probes.
26505         * malloc/arena.c (new_heap): New memory_heap_new probe.
26506         (grow_heap): New memory_heap_more probe.
26507         (shrink_heap): New memory_heap_less probe.
26508         (heap_trim): New memory_heap_free probe.
26509         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
26510         (systrim): New memory_sbrk_less probe.
26511         * manual/probes.texi: Document them.
26513         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
26514         * manual/probes.texi: Document it.
26516         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
26517         (__libc_realloc): Add memory_realloc_retry probe.
26518         (__libc_memalign): Add memory_memalign_retry probe.
26519         (__libc_valloc): Add memory_valloc_retry probe.
26520         (__libc_pvalloc): Add memory_pvalloc_retry probe.
26521         (__libc_calloc): Add memory_calloc_retry probe.
26522         * manual/probes.texi: Document them.
26524         * malloc/arena.c (get_free_list): Add probe
26525         memory_arena_reuse_free_list.
26526         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
26527         and memory_arena_reuse.
26528         (arena_get2) [!PER_THREAD]: Likewise.
26529         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
26530         memory_arena_reuse_realloc.
26531         * manual/probes.texi: Document them.
26533         * malloc/malloc.c (__libc_free): Add
26534         memory_mallopt_free_dyn_thresholds probe.
26535         (__libc_mallopt): Add multiple memory_mallopt probes.
26536         * manual/probes.texi: Document them.
26538         * malloc/malloc.c: Include stap-probe.h.
26539         (__libc_mallopt): Add memory_mallopt probe.
26540         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
26541         * manual/probes.texi: New.
26542         * manual/Makefile (chapters): Add probes.
26543         * manual/threads.texi: Set next node.
26545 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
26547         [BZ #15963, #13985]
26548         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
26549         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
26550         Add `Chinese' to `nan' entry name.
26552 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
26554         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
26555         (POLYNOMIAL): Likewise.
26556         (TAYLOR_SINCOS): Likewise.
26557         (TAYLOR_SLOW): Likewise.
26558         (__sin): Use TAYLOR_SINCOS.
26559         (__cos): Likewise.
26560         (slow): Use TAYLOR_SLOW.
26561         (sloww): Likewise.
26562         (bsloww): Likewise.
26563         (csloww): Likewise.
26565 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26567         * stdlib/strtod_l.c: Fix buffer overrun.
26569 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
26571         * benchtests/Makefile (bench): Add sincos.
26572         * benchtests/bench-sincos.c: New file.
26574         * math/libm-test.inc (cos_test_data): New test inputs.
26575         (sin_test_data): Likewise.
26577         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
26578         macro.
26579         (__sin): Use it.
26580         (__cos): Likewise.
26581         (slow1): Likewise.
26582         (slow2): Likewise.
26583         (sloww1): Likewise.
26584         (sloww2): Likewise.
26585         (bsloww1): Likewise.
26586         (bsloww2): Likewise.
26587         (cslow2): Likewise.
26588         (csloww1): Likewise.
26589         (csloww2): Likewise.
26591         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
26592         function.
26593         (__sin): Use it.
26594         (__cos): Likewise.
26596         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
26597         gotos.
26598         (__cos): Likewise.
26600 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
26602         * config.h.in (HAVE_MIPS_NAN2008): New macro.
26603         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
26604         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
26605         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
26606         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
26607         * elf/cache.c (print_entry): Handle the new cache flags.
26609 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
26610             Aldy Hernandez  <aldyh@redhat.com>
26612         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
26613         Change condition to [_SOFT_FLOAT].
26614         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
26615         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
26616         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
26617         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
26618         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
26619         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
26620         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
26621         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
26622         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
26623         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
26624         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
26625         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
26626         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
26627         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
26628         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
26629         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
26630         declaration.
26632 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
26634         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
26635         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
26636         (__longjmp): Use LOAD_GP to load saved GPRs.
26637         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
26638         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
26639         (__sigsetjmp): Use SAVE_GP to save GPRs.
26641         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
26642         Do not append -msoft-float.
26643         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
26645 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
26647         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
26649 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
26651         [BZ #15966]
26652         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
26653         (_FPU_GETCW): Use initial "__" on variable and field names but not
26654         on macro parameter name.
26655         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
26656         parentheses around reference to macro parameter.
26658 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
26660         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
26661         prototype.
26662         (ctype_startup): Use uint32_t in cast and sizeof for
26663         ctype->charnames.
26665 2013-09-11  Jia Liu  <proljc@gmail.com>
26667         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
26668         __daddr_t_defined.
26669         [__FreeBSD__]: Likewise.
26671 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
26673         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
26674         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
26675         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
26676         (strchr): Remove __strchr_sse42 ifunc selection.
26677         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
26678         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
26680 2013-09-11  Will Newton  <will.newton@linaro.org>
26682         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
26683         parameter to RES. Remove hardcoded 1000 value.
26684         * benchtests/bench-skeleton.c (main): Pass RES parameter
26685         to TIMING_INIT and multiply result by 1000.
26687 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26689         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26691 2013-09-11  Andreas Schwab  <schwab@suse.de>
26693         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
26694         if not defined.
26695         (O_TMPFILE) [__USE_GNU]: Define.
26696         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
26697         Define.
26699 2013-09-11  Will Newton  <will.newton@linaro.org>
26701         [BZ #15857]
26702         * malloc/malloc.c (__libc_memalign): Check the value of bytes
26703         does not overflow.
26705 2013-09-11  Will Newton  <will.newton@linaro.org>
26707         [BZ #15856]
26708         * malloc/malloc.c (__libc_valloc): Check the value of bytes
26709         does not overflow.
26711 2013-09-11  Will Newton  <will.newton@linaro.org>
26713         [BZ #15855]
26714         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
26715         does not overflow.
26717 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
26719         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
26720         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
26721         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
26722         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
26723         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
26725 2013-09-10  Allan McRae  <allan@archlinux.org>
26727         [BZ #15748]
26728         * manual/arith.texi (Parsing of Floats): Clarify
26729         cross-reference.
26731         [BZ #15849]
26732         * manual/install.texi (Running make install): Mention
26733         --enable-pt-chown.
26734         * INSTALL: Regenerated.
26736 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
26738         * csu/init-first.c (_init): Remove the !SHARED condition around
26739         FPU control word initialization.
26740         * elf/dl-support.c (_dl_fpu_control): New variable.
26741         (_dl_aux_init) <AT_FPUCW>: Initialize it.
26742         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
26743         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
26744         * math/test-fpucw-static.c: New file.
26745         * math/test-fpucw-ieee.c: New file.
26746         * math/test-fpucw-ieee-static.c: New file.
26747         * math/Makefile (tests): Add `test-fpucw-ieee' and
26748         `$(tests-static)'.
26749         (tests-static): New variable.
26750         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
26751         dependency to...
26752         [($(build-shared),yes)]
26753         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
26754         ... this.
26755         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
26756         New dependency.
26758 2013-09-09  Allan McRae  <allan@archlinux.org>
26760         [BZ #15939]
26761         * manual/string.texi (Collation Functions): Fix typo in
26762         strcoll example.
26763         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
26765         [BZ #15893]
26766         * stdlib/isomac.c (get_null_defines): Fix memory leak.
26768         [BZ #15892]
26769         * libio/memstream.c (open_memstream): Fix memory leak.
26770         * libio/wmemstream.c (open_wmemstream): Likewise.
26772         [BZ #15895]
26773         * nscd/netgroupcache.c: Fix nesting of ifdefs.
26775 2013-09-09  Will Newton  <will.newton@linaro.org>
26777         * malloc/Makefile: Add tst-realloc to tests.
26778         * malloc/tst-realloc.c: New file.
26780 2013-09-09  Allan McRae  <allan@archlinux.org>
26782         [BZ #15844]
26783         * COPYING: Update from GNU website to fix FSF address.
26784         * COPYING.LIB: Likewise.
26786 2013-09-06  David S. Miller  <davem@davemloft.net>
26788         * po/zh_TW.po: Update Chinese (traditional) translation from
26789         translation project.
26791 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
26792             Joseph Myers  <joseph@codesourcery.com>
26794         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
26795         "localeinfo.h".
26796         (obstack_chunk_alloc): New macro.
26797         (obstack_chunk_free): Likewise.
26798         (record_offset): New function.
26799         (init_locale_data): Likewise.
26800         (align_locale_data): Likewise.
26801         (add_locale_empty): Likewise.
26802         (add_locale_raw_data): Likewise.
26803         (add_locale_raw_obstack): Likewise.
26804         (add_locale_string): Likewise.
26805         (add_locale_wstring): Likewise.
26806         (add_locale_uint32): Likewise.
26807         (add_locale_uint32_array): Likewise.
26808         (add_locale_char): Likewise.
26809         (start_locale_structure): Likewise.
26810         (end_locale_structure): Likewise.
26811         (start_locale_prelude): Likewise.
26812         (end_locale_prelude): Likewise.
26813         (write_locale_data): Take locale_file structure rather than an
26814         iovec.
26815         * locale/programs/locfile.h: Include "obstack.h".
26816         (struct locale_file): Change to store locale file contents instead
26817         of header.
26818         (init_locale_data): New prototype.
26819         (align_locale_data): Likewise.
26820         (add_locale_empty): Likewise.
26821         (add_locale_raw_data): Likewise.
26822         (add_locale_raw_obstack): Likewise.
26823         (add_locale_string): Likewise.
26824         (add_locale_wstring): Likewise.
26825         (add_locale_uint32): Likewise.
26826         (add_locale_uint32_array): Likewise.
26827         (add_locale_char): Likewise.
26828         (start_locale_structure): Likewise.
26829         (end_locale_structure): Likewise.
26830         (start_locale_prelude): Likewise.
26831         (end_locale_prelude): Likewise.
26832         (write_locale_data): Update prototype.
26833         * locale/programs/3level.h (struct TABLE): Remove result field.
26834         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
26835         Use new locale_file interface.
26836         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
26837         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
26838         * locale/programs/ld-address.c (address_output): Use new
26839         locale_file interface.
26840         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
26841         NO_ADD_LOCALE.
26842         (collate_finish): Don't call collseq_table_finalize.
26843         (collate_output): Use new locale_file interface.
26844         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
26845         in file.
26846         (NO_FINALIZE): Change to NO_ADD_LOCALE.
26847         (TABLE): Move defines earlier in file.
26848         (ELEMENT): Likewise.
26849         (DEFAULT): Likewise.
26850         (wctrans_table_add): Move macro and inline function earlier in
26851         file.
26852         (struct wctype_table): Move type earlier in file.
26853         (add_locale_wctype_table): New static prototype.
26854         (struct locale_ctype_t): Use logical types instead of struct iovec
26855         pointers for members.
26856         (ctype_output): Use new locale_file interface.
26857         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
26858         new locale_file interface.
26859         (allocate_arrays): Update for use of new locale_file interface.
26860         * locale/programs/ld-identification.c (identification_output): Use
26861         new locale_file interface.
26862         * locale/programs/ld-measurement.c (measurement_output): Likewise.
26863         * locale/programs/ld-messages.c (messages_output): Likewise.
26864         * locale/programs/ld-monetary.c (monetary_output): Likewise.
26865         * locale/programs/ld-name.c (name_output): Likewise.
26866         * locale/programs/ld-numeric.c (numeric_output): Likewise.
26867         * locale/programs/ld-paper.c (paper_output): Likewise.
26868         * locale/programs/ld-telephone.c (telephone_output): Likewise.
26869         * locale/programs/ld-time.c (time_output): Likewise.
26871 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26873         * benchtests/Makefile: Add memrchr benchmark.
26874         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
26875         benchmark as memrchr.
26876         * benchtests/bench-memrchr-ifunc.c: New file.
26877         * benchtests/bench-memrchr.c: New file.
26879 2013-09-06   Will Newton  <will.newton@linaro.org>
26881         * benchtests/Makefile (string-bench): Add memcpy.
26883 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
26884             Cong Wang  <amwang@redhat.com>
26886         [BZ #15850]
26887         * sysdeps/unix/sysv/linux/bits/in.h
26888         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
26889         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
26890         before __USE_KERNEL_IPV6_DEFS uses.
26891         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
26892         IPPROTO_BEETPH.
26893         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
26894         sockaddr_in6, or ipv6_mreq.
26896 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26898         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
26899         memory access for final bytes in some large inputs.
26900         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
26902 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26904         * string/test-memrchr.c: New file.
26905         * string/test-memrchr-ifunc.c: New file.
26906         * string/Makefile: Add new memrchr testcase.
26908 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
26910         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
26911         fanotify_init returns EPERM.
26913 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
26915         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
26916         errors.
26917         (top level): Treat second token from macro or constant entries for
26918         allowed headers as allowed.
26919         * include/complex.h: Condition internal declarations on
26920         [!_ISOMAC].
26921         * include/fenv.h: Condition include of <stdbool.h> and internal
26922         declarations on [!_ISOMAC].
26924 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
26926         [BZ #15923]
26927         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
26929 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
26931         * configure.in (--enable-versioning): Remove configure option.
26932         (libc_cv_asm_symver_directive): Remove configure test.
26933         (libc_cv_ld_version_script_option): Likewise.
26934         (VERSIONING): Remove variable and AC_SUBST.
26935         (DO_VERSIONING): Remove AC_DEFINE.
26936         * configure: Regenerated.
26937         * config.h.in (DO_VERSIONING): Remove macro.
26938         * Makerules [$(versioning) = yes]: Change conditionals to
26939         [$(build-shared) = yes].
26940         * config.make.in (versioning): Remove variable.
26941         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
26942         [$(build-shared) = yes].
26943         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
26944         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
26945         * elf/Makefile [$(versioning) = yes]: Change conditionals to
26946         [$(build-shared) = yes].
26947         * extra-lib.mk [$(versioning) = yes]: Likewise.
26948         * hurd/Makefile [$(versioning) = yes]: Likewise.
26949         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
26950         [SHARED].
26951         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
26952         [SHARED].
26953         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
26954         [SHARED && !NO_HIDDEN].
26955         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
26956         [SHARED].
26957         [SHARED && DO_VERSIONING]: Likewise..
26958         * libio/Makefile [$(versioning) = yes]: Change conditionals to
26959         [$(build-shared) = yes].
26960         * manual/install.texi (--disable-versioning): Remove
26961         documentation.
26962         * INSTALL: Regenerated.
26963         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
26964         to [SHARED].
26965         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
26966         [$(build-shared) = yes].
26967         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
26968         * sysdeps/i386/i686/multiarch/strstr-c.c
26969         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
26970         [SHARED && !NO_HIDDEN].
26971         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
26972         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
26973         * sysdeps/powerpc/powerpc32/dl-machine.c
26974         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
26975         * sysdeps/powerpc/powerpc32/sysdep.h
26976         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
26977         to [SHARED && PIC && !NO_HIDDEN].
26978         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
26979         conditional to [SHARED].
26981 2013-09-04   Will Newton  <will.newton@linaro.org>
26983         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
26984         * benchtests/bench-string.h: Include bench-timing.h instead
26985         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
26986         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
26987         call to HP_TIMING_DIFF_INIT.
26988         * benchtests/bench-memccpy.c: Use bench-timing.h macros
26989         instead of hp-timing.h macros.
26990         * benchtests/bench-memchr.c: Likewise.
26991         * benchtests/bench-memcmp.c: Likewise.
26992         * benchtests/bench-memcpy.c: Likewise.
26993         * benchtests/bench-memmem.c: Likewise.
26994         * benchtests/bench-memmove.c: Likewise.
26995         * benchtests/bench-memset.c: Likewise.
26996         * benchtests/bench-rawmemchr.c: Likewise.
26997         * benchtests/bench-strcasecmp.c: Likewise.
26998         * benchtests/bench-strcasestr.c: Likewise.
26999         * benchtests/bench-strcat.c: Likewise.
27000         * benchtests/bench-strchr.c: Likewise.
27001         * benchtests/bench-strcmp.c: Likewise.
27002         * benchtests/bench-strcpy.c: Likewise.
27003         * benchtests/bench-strcpy_chk.c: Likewise.
27004         * benchtests/bench-strlen.c: Likewise.
27005         * benchtests/bench-strncasecmp.c: Likewise.
27006         * benchtests/bench-strncat.c: Likewise.
27007         * benchtests/bench-strncmp.c: Likewise.
27008         * benchtests/bench-strncpy.c: Likewise.
27009         * benchtests/bench-strnlen.c: Likewise.
27010         * benchtests/bench-strpbrk.c: Likewise.
27011         * benchtests/bench-strrchr.c: Likewise.
27012         * benchtests/bench-strspn.c: Likewise.
27013         * benchtests/bench-strstr.c: Likewise.
27015 2013-09-04  Will Newton  <will.newton@linaro.org>
27017         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
27019 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
27021         [BZ #15427]
27022         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
27023         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
27024         * math/libm-test.inc (lgamma_test_data): Add more tests.
27025         * sysdeps/i386/fpu/libm-test-ulps: Update.
27026         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27028 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
27030         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
27031         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27032         Add ifunc.
27033         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27034         Add strcmp-sse2-unaligned
27035         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
27037 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
27039         * Versions.def (libc): Add GLIBC_2.19.
27041 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
27043         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
27044         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
27046 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
27048         [BZ #14155]
27049         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
27050         intermediate calculations in recurrence.
27051         (__ieee754_ynf): Likewise.
27052         * math/libm-test.inc (jn_test_data): Do not allow spurious
27053         underflow exception.  Add more tests.
27054         (yn_test_data): Add more tests.
27055         * sysdeps/i386/fpu/libm-test-ulps: Update.
27056         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27058 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
27060         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
27062 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
27064         * csu/init-first.c: Fix then/than typos.
27065         * locale/programs/ld-collate.c: Likewise.
27066         * locale/programs/linereader.h: Likewise.
27067         * manual/charset.texi: Likewise.
27068         * manual/filesys.texi: Likewise.
27069         * manual/stdio.texi: Likewise.
27070         * manual/string.texi: Likewise.
27071         * stdlib/fmtmsg.c: Likewise.
27072         * sysdeps/i386/stpncpy.S: Likewise.
27073         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27074         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
27075         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27076         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
27078 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
27080         * elf/dl-open.c: Fix typos.
27081         * iconvdata/gbbig5.c: Likewise.
27082         * iconvdata/iso-2022-jp.c: Likewise.
27083         * iconv/gconv_int.h: Likewise.
27084         * iconv/loop.c: Likewise.
27085         * nis/rpcsvc/nis.h: Likewise.
27086         * resolv/ns_name.c: Likewise.
27087         * stdio-common/vfscanf.c: Likewise.
27088         * streams/stropts.h: Likewise.
27089         * sunrpc/rpc_thread.c: Likewise.
27090         * sysdeps/i386/strpbrk.S: Likewise.
27091         * sysdeps/ieee754/k_standard.c: Likewise.
27092         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
27093         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
27094         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
27095         * sysdeps/mach/hurd/profil.c: Likewise.
27096         * sysdeps/s390/dl-procinfo.h: Likewise.
27097         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
27098         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
27099         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
27100         * sysdeps/x86_64/dl-trampoline.S: Likewise.
27101         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
27103 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
27105         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
27106         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
27108 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
27110         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
27111         aix specific files.
27112         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
27113         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
27114         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
27115         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
27116         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
27117         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
27118         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
27119         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
27121 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
27122             Roland McGrath  <roland@hack.frob.com>
27124         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
27125         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
27127 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
27129         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
27130         __executable_start symbol instead of _start.
27132 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
27134         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
27135         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
27136         Move macros to...
27137         * sysdeps/gnu/ldsodefs.h: ... this new file.
27139         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
27140         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
27141         instead of ELFOSABI_LINUX.
27143         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
27144         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
27145         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
27146         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
27147         Likewise.
27148         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
27149         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
27150         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
27151         Likewise.
27152         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
27153         (ibm_extended_long_double): Add ieee_nan member.
27154         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
27155         (do_test): New function.
27157         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
27158         TEST_TRUNC.
27159         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
27160         functions, renamed from truncdfsf_test, trunctfsf_test,
27161         trunctfdf_test.
27162         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
27163         functions.
27164         (do_test): Run all these.
27166 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
27168         * argp/argp-help.c: Fix typos.
27169         * argp/argp-parse.c: Likewise.
27170         * debug/backtracesyms.c: Likewise.
27171         * elf/elf.h: Likewise.
27172         * malloc/malloc.c: Likewise.
27173         * nis/nis_print.c: Likewise.
27174         * resolv/res_comp.c: Likewise.
27175         * stdlib/stdlib.h: Likewise.
27176         * sunrpc/clnt_tcp.c: Likewise.
27177         * sunrpc/clnt_udp.c: Likewise.
27178         * sunrpc/clnt_unix.c: Likewise.
27179         * sysdeps/unix/bsd/ptsname.c: Likewise.
27180         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
27181         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
27182         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
27183         Likewise.
27184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
27185         Likewise.
27186         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
27187         Likewise.
27188         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
27190 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27192         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
27193         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
27195 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
27197         [BZ #15897]
27198         * dlfcn/Makefile (tests): Add bug-dl-leaf.
27199         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
27200         ($(objpfx)bug-dl-leaf): New rule.
27201         ($(objpfx)bug-dl-leaf.so): Likewise.
27202         ($(objpfx)bug-dl-leaf.out): Likewise.
27203         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
27204         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
27205         * dlfcn/bug-dl-leaf.c: New test.
27206         * dlfcn/bug-dl-leaf-lib.c: Likewise.
27207         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
27208         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
27209         (dlclose): Likewise.
27210         (dlmopen): Likewise.
27212 2013-08-27  Roland McGrath  <roland@hack.frob.com>
27214         * include/netdb.h [!_ISOMAC]:
27215         Don't include <tls.h>.
27216         (h_errno, __libc_h_errno): Move declaration and macros out of
27217         [_LIBC_REENTRANT].
27219         * include/resolv.h [_RESOLV_H_]:
27220         Don't include <tls.h>.
27221         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
27222         * resolv/res_libc.c: Don't include <tls.h>.
27223         (_res): Use __attribute__ ((nocommon)) in place of
27224         __attribute__ ((section (".bss"))).
27226         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
27227         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
27229         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
27231         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
27232         only under [SIOCGIFCONF && SIOCGIFNETMASK].
27234         * resolv/res_mkquery.c: Include <sys/time.h>.
27236         * inet/ifreq.c: Moved to ...
27237         * sysdeps/unix/ifreq.c: ... here.
27238         * inet/ifreq.c: New file, true stub version.
27240         * socket/sa_len.c: New file.
27241         * socket/Makefile (aux): Add it.
27242         * sysdeps/unix/sysv/linux/Makefile
27243         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
27244         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
27245         and #include <socket/sa_len.c>.
27246         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
27247         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
27249         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
27250         * bits/socket.h: ... here.
27252         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
27253         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
27254         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
27256 2013-08-27  Andreas Schwab  <schwab@suse.de>
27258         [BZ #15736]
27259         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
27260         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
27261         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
27262         * string/test-strcasecmp.c (test_main): Run tests in several
27263         locales.
27264         * string/test-strncasecmp.c (test_main): Likewise.
27266         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
27267         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
27268         to __strcasecmp_nonascii and __strncasecmp_nonascii.
27269         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
27270         (__strncasecmp_ssse3) [PIC]: Likewise.
27272 2013-08-26  Roland McGrath  <roland@hack.frob.com>
27274         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
27276         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
27277         instead of explicitly declaring xdecrypt.
27278         * nis/nss_nis/nis-publickey.c: Likewise.
27280 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27282         [BZ #15890]
27283         * nscd/aicache.c: Include res_hconf.h.
27284         (addhstaiX): Initialize res_hconf.
27286 2013-08-26  Andreas Schwab  <schwab@suse.de>
27288         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
27289         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
27291 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27293         * nscd/aicache.c (addhstaiX): Fix indentation.
27295 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
27297         * configure.ac: Quote $build_pt_chown test.
27298         * configure: Regenerated.
27300 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
27302         [BZ #15532]
27303         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
27304         * math/s_cexpf.c (__cexpf): Likewise.
27305         * math/s_cexpl.c (__cexpl): Likewise.
27306         * math/libm-test.inc (cexp_test_data): Correct expected return
27307         value for NaN + i0.  Add another test.
27309 2013-08-22  David S. Miller  <davem@davemloft.net>
27311         * po/ca.po: Update Catalan translation from translation project.
27312         * po/uk.po: Add Ukrainian translations from translation project.
27314 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
27316         [BZ #15797]
27317         * math/s_fdim.c (__fdim): Check for infinite arguments if result
27318         is infinite, not alongside NaN test.
27319         * math/s_fdimf.c (__fdimf): Likewise.
27320         * math/s_fdiml.c (__fdiml): Likewise.
27321         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
27322         errno is unchanged.
27324 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
27326         * argp/argp-help.c: Fix typos.
27327         * crypt/speeds.c: Likewise.
27328         * csu/check_fds.c: Likewise.
27329         * elf/dl-load.c: Likewise.
27330         * elf/dl-open.c: Likewise.
27331         * elf/reldep3.c: Likewise.
27332         * elf/reldep.c: Likewise.
27333         * elf/sprof.c: Likewise.
27334         * iconv/iconv_charmap.c: Likewise.
27335         * iconv/skeleton.c: Likewise.
27336         * iconv/strtab.c: Likewise.
27337         * io/lockf64.c: Likewise.
27338         * libio/libioP.h: Likewise.
27339         * resolv/gai_notify.c: Likewise.
27340         * resolv/ns_name.c: Likewise.
27341         * resolv/ns_samedomain.c: Likewise.
27342         * resolv/res_send.c: Likewise.
27343         * stdlib/random.c: Likewise.
27344         * sunrpc/rpc/xdr.h: Likewise.
27345         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
27346         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
27347         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
27348         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
27349         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
27350         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
27351         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
27352         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
27353         * sysdeps/mach/hurd/check_fds.c: Likewise.
27354         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
27355         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
27356         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27357         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
27358         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
27359         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
27360         * sysdeps/pthread/aio_notify.c: Likewise.
27361         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
27362         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
27363         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
27364         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
27365         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
27367 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
27369         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
27370         version if bit_Slow_SSE4_2 is set.
27371         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
27372         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
27374 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27376         [BZ #15867]
27377         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
27378         trampoline stack frame information.
27379         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
27380         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
27381         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
27382         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
27383         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
27384         * sysdeps/unix/sysv/linux/powerpc/init-first.c
27385         (_libc_vdso_platform_setup): Initialize the signal trampolines.
27386         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
27387         sa_flags value.
27388         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
27389         interrupting a syscall and set with option SA_SIGINFO.
27391 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
27393         [BZ #15531]
27394         * math/s_cproj.c (__cproj): Only return an infinity if one part of
27395         argument is infinite.
27396         * math/s_cprojf.c (__cprojf): Likewise.
27397         * math/s_cprojl.c (__cprojl): Likewise.
27398         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
27399         * math/libm-test.inc (cproj_test_data): Add more tests.
27401         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
27403         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
27404         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
27405         size.  Use __ffs to determine corresponding shift.
27407 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
27408             Roland McGrath  <roland@hack.frob.com>
27410         * Makefile (INSTALL): Remove trailing blank lines from output of
27411         makeinfo.
27413 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27415         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
27416         Align 32 bit compat elf_greg to 8 bytes.
27418 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
27420         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
27422 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
27424         * string/strcoll_l.c (coll_seq): New structure.
27425         (get_next_seq_cached): New function.
27426         (get_next_seq): New function.
27427         (do_compare): New function.
27428         (STRCOLL): Use GNU style definition.  Simplify implementation
27429         by using get_next_seq, get_next_seq_cached and do_compare.
27431 2013-08-16  Florian Weimer  <fweimer@redhat.com>
27433         [BZ #14699]
27434         CVE-2013-4237
27435         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
27436         member.
27437         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
27438         member.
27439         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
27440         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
27441         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
27442         conditional.
27443         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
27444         GETDENTS_64BIT_ALIGNED.
27445         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
27446         * manual/filesys.texi (Reading/Closing Directory): Document
27447         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
27448         strongly.
27449         * manual/conf.texi (Limits for Files): Add portability note to
27450         NAME_MAX, PATH_MAX.
27451         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
27453 2013-08-13  Andreas Schwab  <schwab@suse.de>
27455         [BZ #15749]
27456         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
27457         of fabs.
27458         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
27459         LDBL_MAX_EXP >= 16384]: Add tests for it.
27461 2013-08-12  David S. Miller  <davem@davemloft.net>
27463         * version.h (RELEASE): Set to "development".
27464         (VERSION): Set to "2.18.90".
27465         * NEWS: Add 2.19 section.
27467 2013-08-03  David S. Miller  <davem@davemloft.net>
27469         * po/ko.po: Update Korean translation from translation project.
27471 2013-08-01  David S. Miller  <davem@davemloft.net>
27473         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
27474         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
27475         Bilka.
27477 2013-07-30  David S. Miller  <davem@davemloft.net>
27479         * po/fr.po: Update French translation from translation project.
27481 2013-07-28  David S. Miller  <davem@davemloft.net>
27483         * po/cs.po: Update Czech translation from translation project.
27485         * po/sv.po: Update Swedish translation from translation project.
27487 2013-07-27  David S. Miller  <davem@davemloft.net>
27489         * po/eo.po: Update Esperanto translation from translation project.
27491         * po/vi.po: Update Vietnamese translation from translation project.
27493         * po/de.po: Update German translation from translation project.
27495 2013-07-26  David S. Miller  <davem@davemloft.net>
27497         * po/bg.po: Update Bulgarian translation from translation project.
27499         * po/nl.po: Update Dutch translation from translation project.
27500         * po/pl.po: Update Polish translation from translation project.
27501         * po/ru.po: Update Russian translation from translation project.
27503 2013-07-24  David S. Miller  <davem@davemloft.net>
27505         * po/libc.pot: Update.
27507 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27509         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
27510         variable page size.
27511         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
27512         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
27513         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
27515 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27517         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
27519 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27520             Andreas Schwab  <schwab@suse.de>
27521             Roland McGrath  <roland@hack.frob.com>
27522             Joseph Myers  <joseph@codesourcery.com>
27523             Carlos O'Donell  <carlos@redhat.com>
27525         [BZ #15755]
27526         * config.h.in: Define HAVE_PT_CHOWN.
27527         * config.make.in (build-pt-chown): New variable.
27528         * configure.in (--enable-pt_chown): New configure option.
27529         * configure: Regenerate.
27530         * login/Makefile: Include Makeconfig.  Build pt_chown only if
27531         build-pt-chown is enabled.
27532         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
27533         pt_chown to fix pty ownership.
27534         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
27535         CLOSE_ALL_FDS.
27536         * manual/install.texi (Configuring and compiling): Mention
27537         --enable-pt_chown. Add @findex for grantpt.
27538         * INSTALL: Regenerate.
27540 2013-07-20  David S. Miller  <davem@davemloft.net>
27542         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
27543         difference between 32-bit and 64-bit.
27545 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
27547         [BZ #15711]
27548         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
27549         Avoid system header dependency with -ffreestanding.
27550         ($(objpfx)bits/syscall%d): Likewise.
27552 2013-07-13  David S. Miller  <davem@davemloft.net>
27554         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
27555         underflows from atanl/atan2l due to bug 15319.
27556         (casinh_test_data): Likewise.
27558 2013-07-07  David S. Miller  <davem@davemloft.net>
27560         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
27562 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
27564         * sysdeps/i386/fpu/libm-test-ulps: Update.
27565         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27567 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
27569         * configure.in (--enable-lock-elision): Fix message text.
27570         * INSTALL: Regenerate.
27571         * configure: Regenerate.
27573 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27575         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27577 2013-07-03  Andreas Jaeger  <aj@suse.de>
27579         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
27580         define.
27581         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
27582         (ptrace_peeksiginfo_args): Add.
27583         (__ptrace_peeksiginfo_flags): Add.
27584         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
27585         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
27586         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
27588 2013-07-03  Allan McRae  <allan@archlinux.org>
27590         * sysdeps/i386/fpu/libm-test-ulps: Update.
27592 2013-07-02  David S. Miller  <davem@davemloft.net>
27594         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27596 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
27598         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27600 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
27602         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
27603         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27605 2013-07-02  Andi Kleen <ak@linux.intel.com>
27607         * config.h.in (ENABLE_LOCK_ELISION): Add.
27608         * configure.in (--enable-lock-elision): Add option.
27609         * manual/install.texi: Document --enable lock elision.
27610         * configure: Regenerate
27611         * INSTALL: Regenerate.
27613 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
27615         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
27616         SSE4.2 strcasecmp for libc.a.
27617         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
27619 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
27621         [BZ #13304]
27622         * soft-fp/op-common.h (_FP_FMA): New macro.
27623         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
27624         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
27625         (_FP_MUL_MEAT_1_imm): ... here.
27626         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
27627         (_FP_MUL_MEAT_1_wide): ... here.
27628         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
27629         (_FP_MUL_MEAT_1_hard): ... here.
27630         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
27631         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
27632         (_FP_MUL_MEAT_2_wide): ... here.
27633         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
27634         (_FP_MUL_MEAT_2_wide_3mul): ... here.
27635         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
27636         (_FP_MUL_MEAT_2_gmp): ... here.
27637         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
27638         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
27639         (_FP_MUL_MEAT_4_wide): ... here.
27640         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
27641         (_FP_MUL_MEAT_4_gmp): ... here.
27642         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
27643         (_FP_WFRACBITS_DW_S): Likewise.
27644         (_FP_WFRACXBITS_DW_S): Likewise.
27645         (_FP_HIGHBIT_DW_S): Likewise.
27646         (FP_FMA_S): Likewise.
27647         (_FP_FRAC_HIGH_DW_S): Likewise.
27648         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
27649         (_FP_WFRACBITS_DW_D): Likewise.
27650         (_FP_WFRACXBITS_DW_D): Likewise.
27651         (_FP_HIGHBIT_DW_D): Likewise.
27652         (FP_FMA_D): Likewise.
27653         (_FP_FRAC_HIGH_DW_D): Likewise.
27654         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
27655         (_FP_WFRACBITS_DW_E): Likewise.
27656         (_FP_WFRACXBITS_DW_E): Likewise.
27657         (_FP_HIGHBIT_DW_E): Likewise.
27658         (FP_FMA_E): Likewise.
27659         (_FP_FRAC_HIGH_DW_E): Likewise.
27660         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
27661         (_FP_WFRACBITS_DW_Q): Likewise.
27662         (_FP_WFRACXBITS_DW_Q): Likewise.
27663         (_FP_HIGHBIT_DW_Q): Likewise.
27664         (FP_FMA_Q): Likewise.
27665         (_FP_FRAC_HIGH_DW_Q): Likewise.
27666         * soft-fp/fmasf4.c: New file.
27667         * soft-fp/fmadf4.c: Likewise.
27668         * soft-fp/fmatf4.c: Likewise.
27670 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
27672         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
27673         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
27674         Silvermont.
27675         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
27676         macro.
27677         (index_Slow_SSE4_2): Likewise.
27678         (index_Prefer_PMINUB_for_stringop): Likewise.
27679         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
27680         bit_Slow_SSE4_2 is set.
27681         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
27682         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
27684 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27686         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
27687         rtld_global._dl_hwcap2.
27688         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
27689         POWER8.
27690         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
27691         POWER8 feature descriptions defined in _dl_hwcap2.
27692         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
27693         string handling for POWER8 feature bits.
27694         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
27695         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
27696         _dl_powerpc_cap_flags.
27697         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
27698         * sysdeps/powerpc/rtld-global-offsets.sym
27699         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
27700         _dl_hwcap2 in the rtld_global_ro structure.
27702 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27704         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
27705         hardware capabilities in support of AT_HWCAP2.
27706         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
27707         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
27708         GLRO(dl_hwcap2).
27709         (_dl_show_auxv): Add support for calling _dl_procinfo to display
27710         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
27711         explicitly the unknown a_type display mechanism is used.
27712         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
27713         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
27714         struct member.
27715         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
27716         to macro prototype for AT_HWCAP2 support.
27717         * sysdeps/i386/dl-procinfo.h: Likewise.
27718         * sysdeps/s390/dl-procinfo.h: Likewise.
27719         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
27720         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
27721         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
27722         return -1 for unknown a_type display fallback.
27723         * sysdeps/sparc/dl-procinfo.h: Likewise.
27724         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
27725         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
27727 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
27729         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
27730         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
27732 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
27734         [BZ #12492]
27735         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
27736         mprotect making __stack_prot writable.
27738 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
27739             Joseph Myers  <joseph@codesourcery.com>
27741         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
27742         as being properly aligned.
27744 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
27746         * dlfcn/modstatic5.c: New file.
27747         * dlfcn/tststatic5.c: New file.
27748         * dlfcn/Makefile (tests): Add tststatic5.
27749         (tests-static): Likewise.
27750         (modules-names): Add modstatic5.
27751         (tststatic5-ENV): New variable.
27752         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
27754         [BZ #15022]
27755         * elf/dl-support.c (_dl_main_map): New variable.
27756         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
27757         (_dl_nns, _dl_load_adds): Set to 1.
27758         (_dl_initial_searchlist): Refer to _dl_main_map.
27759         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
27760         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
27761         call to _dl_get_origin.
27762         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
27763         around call_map.
27764         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
27765         * dlfcn/modstatic3.c: New file.
27766         * dlfcn/tststatic3.c: New file.
27767         * dlfcn/tststatic4.c: New file.
27768         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
27769         (tests-static): Likewise.
27770         (modules-names): Add modstatic3.
27771         (tststatic3-ENV, tststatic4-ENV): New variables.
27772         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
27773         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
27775 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
27777         * configure.in (CC): Require GCC version 4.4 or later.
27778         * configure: Regenerated.
27779         * manual/install.texi (Tools for Compilation): Update GCC version
27780         requirement.
27781         * INSTALL: Regenerated.
27783 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
27785         [BZ #15674]
27786         * string/test-memcmp.c (check2): New.
27787         (main): Call check2.
27789         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
27791 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
27793         [BZ #15022]
27794         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
27795         over to...
27796         (dl_open_worker) [!SHARED]: ... here.
27798 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27800         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
27802 2013-06-25  Richard Henderson  <rth@redhat.com>
27804         * locale/programs/locarchive.c: Include <libc-internal.h>
27806 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
27808         * manual/texinfo.tex: Update to version 2013-06-21.17, with
27809         trailing whitespace removed.
27811 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
27813         [BZ #10283]
27814         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
27815         * locale/programs/locarchive.c: Include libc-mmap.h.
27816         (prepare_address_space): Take two new outputs (the mmap base and len).
27817         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
27818         values.
27819         (create_archive): Declare new mmap base and len values for
27820         prepare_address_space, and store the result in ah.
27821         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
27822         (enlarge_archive): If ah->mmap_base is not NULL, use that and
27823         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
27824         Declare new mmap base and len values for
27825         prepare_address_space, and store the result in new_ah.
27826         (open_archive): Declare new mmap base and len values for
27827         prepare_address_space, and store the result in ah.
27828         (close_archive): If ah->mmap_base is not NULL, use that and
27829         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
27830         * sysdeps/generic/libc-mmap.h: New file.
27832 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
27834         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
27835         (ALIGN_UP): Likewise.
27836         (PTR_ALIGN_DOWN): Likewise.
27837         (PTR_ALIGN_UP): Likewise.
27839 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27841         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
27842         entry mapped to PPC_PLATFORM_POWER8.
27843         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
27844         POWER8.
27845         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
27846         (_dl_string_platform): Add case for exporting platform position for
27847         POWER8.
27848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
27849         search path to sysdeps/powerpc/powerpc32/power8 directory.
27850         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
27851         search path to sysdeps/powerpc/powerpc64/power8 directory.
27852         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
27853         power7 directories.
27854         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
27855         power7 directories.
27857 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
27859         * INSTALL: Regenerate.
27861         * nscd/connections.c (nscd_init): Fix comment.
27863 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
27865         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
27867         [BZ #15667]
27868         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
27869         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
27871 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
27873         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
27874         DL_DST_REQ_STATIC.
27875         (DL_DST_REQ_STATIC): Remove macro.
27877 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
27879         [BZ #7006]
27880         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
27881         with a shift of 0 bits.
27883 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
27885         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
27886         $(tststatic-ENV).
27888 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
27890         [BZ #15655]
27891         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
27893 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27895         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
27896         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
27897         accepts -fno-tree-loop-distribute-patterns.
27898         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
27899         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
27900         recursive call.
27901         * string/memset.c (memset): Likewise.
27902         * string/test-memmove.c (simple_memmove): Disable loop transformation
27903         to library calls.
27904         * string/test-memset.c (simple_memset): Likewise.
27905         * benchtests/bench-memmove.c (simple_memmove): Likewise.
27906         * benchtests/bench-memset.c (simple_memset): Likewise.
27907         * configure: Regenerated.
27909 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
27911         * math/test-misc.c (main): Ignore fesetround failure when failures
27912         of subsequent rounding tests would be ignored.
27914         [BZ #15654]
27915         * math/fedisblxcpt.c (fedisableexcept): Return 0.
27916         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
27917         * math/fegetenv.c (__fegetenv): Return 0.
27918         * math/fegetexcept.c (fegetexcept): Return 0.
27919         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
27920         FE_TONEAREST.
27921         * math/feholdexcpt.c (feholdexcept): Return 0.
27922         * math/fesetenv.c (__fesetenv): Return 0.
27923         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
27924         argument FE_TONEAREST.
27925         * math/feupdateenv.c (__feupdateenv): Return 0.
27926         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
27928 2013-06-18  Roland McGrath  <roland@hack.frob.com>
27930         * elf/rtld-Rules (rtld-compile-command.S): New variable.
27931         (rtld-compile-command.s, rtld-compile-command.c): New variables.
27932         ($(objpfx)rtld-%.os rules): Use them.
27934 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27936         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
27937         fields.
27939 2013-06-17  Roland McGrath  <roland@hack.frob.com>
27941         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
27942         length of target pattern, then descending length of dependency pattern.
27943         * configure.in (AWK): Require gawk 3.1.2 or newer.
27944         * manual/install.texi (Tools for Compilation): Say that we do.
27945         * configure: Regenerated.
27947         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
27948         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
27949         * scripts/sysd-rules.awk: ... this new script.
27950         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
27951         than a glob-style pattern.
27953 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
27955         * math/test-misc.c (main): Do not treat incorrectly rounded
27956         conversions as failure unless ROUNDING_TESTS passes.
27958 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
27960         [BZ #15631]
27961         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
27962         restore exception state around main square root computation, then
27963         check for inexactness explicitly.
27965         * math/libm-test.inc (fma_test_data): Add another test.
27967 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27969         * manual/threads.texi (Non-POSIX Extensions): New document
27970         node.  Document pthread_getattr_default_np and
27971         pthread_setattr_default_np.
27973         * Versions.def (libpthread): Add GLIBC_2.18.
27974         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
27975         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
27976         Likewise.
27977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
27978         Likewise.
27979         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
27980         Likewise.
27981         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
27982         Likewise.
27983         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
27984         Likewise.
27985         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
27986         Likewise.
27987         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
27988         Likewise.
27989         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
27990         Likewise.
27991         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
27992         Likewise.
27994 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
27996         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27997         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
27999 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
28000             H.J. Lu  <hjl.tools@gmail.com>
28002         [BZ #15627]
28003         * sysdeps/x86_64/rtld-memset.c: Remove file.
28004         * sysdeps/x86_64/rtld-memset.S: New file.
28006 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
28008         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
28009         (test_in_one_mode): Take arguments for whether the rounding mode
28010         is supported for each floating-point type.
28011         (do_test): Pass new arguments to test_in_one_mode using
28012         ROUNDING_TESTS.
28014 2013-06-13  Roland McGrath  <roland@hack.frob.com>
28016         * posix/tst-waitid.c (do_test): Distinguish different instances of
28017         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
28018         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
28019         before entering the kernel for waitpid.
28021 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28023         * NEWS: Fix note on clock function precision.  Text by Roland
28024         McGrath.
28026 2013-06-13  Roland McGrath  <roland@hack.frob.com>
28028         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
28029         it into place only when and if the sanity check passes.
28031 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
28033         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
28034         output for whether conversion result is exact.  Take argument
28035         indicating whether type is IBM long double.
28036         (round_for_all): Change need_exact field to ibm_ld.
28037         * stdlib/tst-strtod-round.c (struct exactness): New type.
28038         (struct test): Change bool ld_ok field to struct exactness exact.
28039         (TEST): Update all definitions for change to field.
28040         (tests): Regenerate array contents.
28041         (test_in_one_mode): Take pointer to new field instead of old ld_ok
28042         field value.  Check for IBM long double here.
28043         (do_test): Update calls to test_in_one_mode.
28045 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28047         [BZ #12515]
28048         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
28049         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
28051 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28053         [BZ #15605]
28054         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
28055         generated by the compiler on loop optimizations.
28056         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
28057         general definitions.
28059 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
28061         * math/bug-nextafter.c: Include <math-tests.h>.
28062         (main): Only test for exceptions if EXCEPTION_TESTS is true for
28063         the relevant type.
28064         * math/bug-nexttoward.c: Include <math-tests.h>.
28065         (main): Only test for exceptions if EXCEPTION_TESTS is true for
28066         the relevant type.
28067         * math/test-misc.c: Include <math-tests.h>.
28068         (main): Only test for exceptions if EXCEPTION_TESTS is true for
28069         the relevant type.
28071 2013-06-12  Andreas Jaeger  <aj@suse.de>
28073         * po/ia.po: Update Interlingua translation from translation
28074         project.
28076 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
28078         * include/fenv.h: Include stdbool.h.
28079         (struct rm_ctx): New structure.
28080         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
28081         Define macro.
28082         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
28083         (SET_RESTORE_ROUNDF): Likewise.
28084         (SET_RESTORE_ROUNDL): Likewise.
28085         (SET_RESTORE_ROUND_NOEX): Likewise.
28086         (SET_RESTORE_ROUND_NOEXF): Likewise.
28087         (SET_RESTORE_ROUND_NOEXL): Likewise.
28088         (SET_RESTORE_ROUND_53BIT): Likewise.
28089         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
28090         (libc_feresetround_noexf_ctx): Likewise.
28091         (libc_feresetround_noexl_ctx): Likewise.
28092         (libc_feholdsetround_53bit_ctx): Likewise.
28093         (libc_feresetround_53bit_ctx): Likewise.
28094         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
28095         (libc_feholdexcept_setround_sse_ctx): New function.
28096         (libc_fesetenv_sse_ctx): Likewise.
28097         (libc_feupdateenv_sse_ctx): Likewise.
28098         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
28099         (libc_feholdexcept_setround_387_ctx): Likewise.
28100         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
28101         (libc_feholdsetround_387_prec_ctx): Likewise.
28102         (libc_feholdsetround_387_ctx): Likewise.
28103         (libc_feholdsetround_387_53bit_ctx): Likewise.
28104         (libc_feholdsetround_sse_ctx): Likewise.
28105         (libc_feresetround_sse_ctx): Likewise.
28106         (libc_feresetround_387_ctx): Likewise.
28107         (libc_feupdateenv_387_ctx): Likewise.
28108         (libc_feholdexcept_setroundf_ctx): Define macro.
28109         (libc_fesetenvf_ctx): Likewise.
28110         (libc_feupdateenvf_ctx): Likewise.
28111         (libc_feholdsetroundf_ctx): Likewise.
28112         (libc_feresetroundf_ctx): Likewise.
28113         (libc_feholdexcept_setround_ctx): Likewise.
28114         (libc_fesetenv_ctx): Likewise.
28115         (libc_feupdateenv_ctx): Likewise.
28116         (libc_feholdsetround_ctx): Likewise.
28117         (libc_feresetround_ctx): Likewise.
28118         (libc_feholdexcept_setroundl_ctx): Likewise.
28119         (libc_feupdateenvl_ctx): Likewise.
28120         (libc_feholdsetroundl_ctx): Likewise.
28121         (libc_feresetroundl_ctx): Likewise.
28122         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
28123         (libc_feresetround_53bit_ctx): Likewise.
28125 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
28127         * locale/iso-639.def: Convert to UTF-8.
28129 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
28131         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
28132         (EXCEPTION_TESTS_double): Likewise.
28133         (EXCEPTION_TESTS_long_double): Likewise.
28134         (EXCEPTION_TESTS): Likewise.
28135         * math/libm-test.inc (test_exceptions): Only test exceptions if
28136         EXCEPTION_TESTS (FLOAT).
28138 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
28140         * benchtests/Makefile (string-bench): Add strcpy_chk and
28141         stpcpy_chk.
28142         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
28143         * benchtests/bench-stpcpy_chk.c: New file.
28144         * benchtests/bench-strcpy_chk-ifunc.c: New file.
28145         * benchtests/bench-strcpy_chk.c: New file.
28146         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
28147         code.
28148         (do_test): Likewise.
28150 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
28152         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
28153         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
28154         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
28155         with tabs where appropriate.
28156         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
28157         dl-procinfo.h.
28158         [PPC_PLATFORM_PPC440]: Likewise.
28159         [PPC_PLATFORM_PPC464]: Likewise.
28160         [PPC_PLATFORM_PPC476]: Likewise.
28161         (_dl_string_platform): Add support for detecting ppc405, ppc440,
28162         ppc464, and ppc476 platform strings merging from ports/
28163         dl-procinfo.h.
28165 2013-06-11  Andreas Schwab  <schwab@suse.de>
28167         [BZ #14991]
28168         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
28169         (from_ucs4_idx): Regenerate.
28170         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
28171         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
28172         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
28173         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
28174         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
28175         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
28176         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
28177         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
28178         from FROM_LOOP and TO_LOOP specific macros.
28179         (BODY): Handle combining characters.
28180         * iconvdata/BIG5HKSCS.irreversible: Update.
28181         * iconvdata/BIG5HKSCS.precomposed: New file.
28182         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
28183         characters.
28184         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
28186 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
28188         * include/sys/time.h: Fix indentation and add copyright header.
28190         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
28191         (do_test): Likewise.
28192         * string/test-memchr.c (do_one_test): Likewise.
28193         (do_test): Likewise.
28194         * string/test-memcmp.c (do_one_test): Likewise.
28195         (do_test): Likewise.
28196         * string/test-memcpy.c (do_one_test): Likewise.
28197         (do_test): Likewise.
28198         * string/test-memmem.c (do_one_test): Likewise.
28199         (do_test): Likewise.
28200         (do_random_tests): Likewise.
28201         * string/test-memmove.c (do_one_test): Likewise.
28202         (do_test): Likewise.
28203         * string/test-memset.c (do_one_test): Likewise.
28204         (do_test): Likewise.
28205         * string/test-rawmemchr.c (do_one_test): Likewise.
28206         (do_test): Likewise.
28207         * string/test-strcasecmp.c (do_one_test): Likewise.
28208         (do_test): Likewise.
28209         * string/test-strcasestr.c (do_one_test): Likewise.
28210         (do_test): Likewise.
28211         * string/test-strcat.c (do_one_test): Likewise.
28212         (do_test): Likewise.
28213         * string/test-strchr.c (do_one_test): Likewise.
28214         (do_test): Likewise.
28215         * string/test-strcmp.c (do_one_test): Likewise.
28216         (do_test): Likewise.
28217         * string/test-strcpy.c (do_one_test): Likewise.
28218         (do_test): Likewise.
28219         * string/test-string.h: Likewise.
28220         (test_init): Likewise.
28221         * string/test-strlen.c (do_one_test): Likewise.
28222         (do_test): Likewise.
28223         * string/test-strncasecmp.c (do_one_test): Likewise.
28224         (do_test): Likewise.
28225         * string/test-strncat.c (do_one_test): Likewise.
28226         (do_test): Likewise.
28227         * string/test-strncmp.c (do_one_test): Likewise.
28228         (do_test_limit): Likewise.
28229         (do_test): Likewise.
28230         * string/test-strncpy.c (do_one_test): Likewise.
28231         (do_test): Likewise.
28232         * string/test-strnlen.c (do_one_test): Likewise.
28233         (do_test): Likewise.
28234         * string/test-strpbrk.c (do_one_test): Likewise.
28235         (do_test): Likewise.
28236         * string/test-strrchr.c (do_one_test): Likewise.
28237         (do_test): Likewise.
28238         * string/test-strspn.c (do_one_test): Likewise.
28239         (do_test): Likewise.
28240         * string/test-strstr.c (do_one_test): Likewise.
28241         (do_test): Likewise.
28243         * benchtests/Makefile (string-bench): Add string benchmarks.
28244         * benchtests/bench-bcopy-ifunc.c: New file.
28245         * benchtests/bench-bcopy.c: New file.
28246         * benchtests/bench-bzero-ifunc.c: New file.
28247         * benchtests/bench-bzero.c: New file.
28248         * benchtests/bench-memccpy-ifunc.c: New file.
28249         * benchtests/bench-memccpy.c: New file.
28250         * benchtests/bench-memchr-ifunc.c: New file.
28251         * benchtests/bench-memchr.c: New file.
28252         * benchtests/bench-memcmp-ifunc.c: New file.
28253         * benchtests/bench-memcmp.c: New file.
28254         * benchtests/bench-memmem-ifunc.c: New file.
28255         * benchtests/bench-memmem.c: New file.
28256         * benchtests/bench-memmove-ifunc.c: New file.
28257         * benchtests/bench-memmove.c: New file.
28258         * benchtests/bench-mempcpy-ifunc.c: New file.
28259         * benchtests/bench-mempcpy.c: New file.
28260         * benchtests/bench-memset-ifunc.c: New file.
28261         * benchtests/bench-memset.c: New file.
28262         * benchtests/bench-rawmemchr-ifunc.c: New file.
28263         * benchtests/bench-rawmemchr.c: New file.
28264         * benchtests/bench-stpcpy-ifunc.c: New file.
28265         * benchtests/bench-stpcpy.c: New file.
28266         * benchtests/bench-stpncpy-ifunc.c: New file.
28267         * benchtests/bench-stpncpy.c: New file.
28268         * benchtests/bench-strcasecmp-ifunc.c: New file.
28269         * benchtests/bench-strcasecmp.c: New file.
28270         * benchtests/bench-strcasestr-ifunc.c: New file.
28271         * benchtests/bench-strcasestr.c: New file.
28272         * benchtests/bench-strcat-ifunc.c: New file.
28273         * benchtests/bench-strcat.c: New file.
28274         * benchtests/bench-strchr-ifunc.c: New file.
28275         * benchtests/bench-strchr.c: New file.
28276         * benchtests/bench-strchrnul-ifunc.c: New file.
28277         * benchtests/bench-strchrnul.c: New file.
28278         * benchtests/bench-strcmp-ifunc.c: New file.
28279         * benchtests/bench-strcmp.c: New file.
28280         * benchtests/bench-strcpy-ifunc.c: New file.
28281         * benchtests/bench-strcpy.c: New file.
28282         * benchtests/bench-strcspn-ifunc.c: New file.
28283         * benchtests/bench-strcspn.c: New file.
28284         * benchtests/bench-strlen-ifunc.c: New file.
28285         * benchtests/bench-strlen.c: New file.
28286         * benchtests/bench-strncasecmp-ifunc.c: New file.
28287         * benchtests/bench-strncasecmp.c: New file.
28288         * benchtests/bench-strncat-ifunc.c: New file.
28289         * benchtests/bench-strncat.c: New file.
28290         * benchtests/bench-strncmp-ifunc.c: New file.
28291         * benchtests/bench-strncmp.c: New file.
28292         * benchtests/bench-strncpy-ifunc.c: New file.
28293         * benchtests/bench-strncpy.c: New file.
28294         * benchtests/bench-strnlen-ifunc.c: New file.
28295         * benchtests/bench-strnlen.c: New file.
28296         * benchtests/bench-strpbrk-ifunc.c: New file.
28297         * benchtests/bench-strpbrk.c: New file.
28298         * benchtests/bench-strrchr-ifunc.c: New file.
28299         * benchtests/bench-strrchr.c: New file.
28300         * benchtests/bench-strspn-ifunc.c: New file.
28301         * benchtests/bench-strspn.c: New file.
28302         * benchtests/bench-strstr-ifunc.c: New file.
28303         * benchtests/bench-strstr.c: New file.
28305         * benchtests/Makefile: Disable parallel execution of targets.
28306         (string-bench): Add memcpy.
28307         (benchset): New variable to store a list of benchmark sets.
28308         (bench-func): Renamed from bench.
28309         (bench-set): New target.
28310         (bench): Depend on bench-func and bench-set.
28311         * benchtests/README: Add section on benchmark sets.
28312         * benchtests/bench-memcpy-ifunc.c: New file.
28313         * benchtests/bench-memcpy.c: New file.
28314         * benchtests/bench-string.h: New file.
28316 2013-06-11  Andreas Schwab  <schwab@suse.de>
28318         [BZ #15577]
28319         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
28320         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
28321         values in the triple.
28322         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
28323         terminator in the group key.
28325 2013-06-11  Andreas Jaeger  <aj@suse.de>
28327         * po/zh_TW.po: Update Chinese (traditional) translation from
28328         translation project.
28330 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
28332         * include/time.h (__clock_gettime): Add libc_hidden_proto.
28333         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
28334         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
28335         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
28336         (clock_getcpuclockid): Likewise.
28337         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
28338         Add weak_alias and libc_hidden_def.
28339         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
28340         * rt/clock_gettime.c (clock_gettime): Rename to
28341         __clock_gettime.  Add weak_alias and libc_hidden_def.
28342         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
28343         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
28344         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
28345         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
28346         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
28347         Likewise.
28348         * rt/clock_settime.c (clock_settime): Rename to
28349         __clock_settime.  Add weak_alias and libc_hidden_def.
28350         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
28352 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
28354         * mach/err_boot.sub: Remove trailing whitespace.
28355         * mach/err_ipc.sub: Likewise.
28356         * mach/err_mach.sub: Likewise.
28358         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
28359         (ROUNDING_TESTS_double): Likewise.
28360         (ROUNDING_TESTS_long_double): Likewise.
28361         (ROUNDING_TESTS): Likewise.
28362         * math/libm-test.inc: Include <math-tests.h>.
28363         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
28364         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
28365         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
28366         (IF_ROUND_INIT_FE_UPWARD): Likewise.
28368 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
28370         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
28371         of assigning.
28373 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
28375         * sysdeps/gnu/errlist.awk: Do not generate space at end of
28376         otherwise empty TRANS lines.
28377         * sysdeps/gnu/errlist.c: Regenerated.
28379         * catgets/gencat.c (error_print): Use (void) in function
28380         definition.
28381         * crypt/crypt_util.c (__init_des): Likewise.
28382         * crypt/speeds.c (Stop): Likewise.
28383         (main): Likewise.
28384         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
28385         * inet/ruserpass.c (token): Likewise.
28386         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
28387         * intl/localealias.c (extend_alias_table): Likewise.
28388         * intl/plural-exp.c (init_germanic_plural): Likewise.
28389         * libio/fcloseall.c (__fcloseall): Likewise.
28390         * libio/genops.c (_IO_flush_all): Likewise.
28391         (_IO_flush_all_linebuffered): Likewise.
28392         (_IO_cleanup): Likewise.
28393         (_IO_iter_begin): Likewise.
28394         (_IO_iter_end): Likewise.
28395         (_IO_list_lock): Likewise.
28396         (_IO_list_unlock): Likewise.
28397         (_IO_list_resetlock): Likewise.
28398         * libio/getchar.c (getchar): Likewise.
28399         * libio/getchar_u.c (getchar_unlocked): Likewise.
28400         * libio/getwchar.c (getwchar): Likewise.
28401         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
28402         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
28403         * login/getpt.c (__getpt): Likewise.
28404         * login/tst-utmp.c (main): Likewise.
28405         * malloc/hooks.c (__malloc_check_init): Likewise.
28406         * malloc/malloc.c (__malloc_stats): Likewise.
28407         * malloc/mtrace.c (tr_break): Likewise.
28408         (mtrace): Likewise.
28409         (muntrace): Likewise.
28410         * misc/fstab.c (endfsent): Likewise.
28411         * misc/getclktck.c (__getclktck): Likewise.
28412         * misc/getdtsz.c (__getdtablesize): Likewise.
28413         * misc/gethostid.c (gethostid): Likewise.
28414         * misc/getpagesize.c (__getpagesize): Likewise.
28415         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
28416         (__get_nprocs): Likewise.
28417         (__get_phys_pages): Likewise.
28418         (__get_avphys_pages): Likewise.
28419         * misc/getttyent.c (getttyent): Likewise.
28420         (setttyent): Likewise.
28421         (endttyent): Likewise.
28422         * misc/getusershell.c (getusershell): Likewise.
28423         (endusershell): Likewise.
28424         (setusershell): Likewise.
28425         (initshells): Likewise.
28426         * misc/hsearch.c (__hdestroy): Likewise.
28427         * misc/sync.c (sync): Likewise.
28428         * misc/syslog.c (closelog_internal): Likewise.
28429         (closelog): Likewise.
28430         * misc/ttyslot.c (ttyslot): Likewise.
28431         * misc/vhangup.c (vhangup): Likewise.
28432         * posix/fork.c (__fork): Likewise.
28433         * posix/getegid.c (__getegid): Likewise.
28434         * posix/geteuid.c (__geteuid): Likewise.
28435         * posix/getgid.c (__getgid): Likewise.
28436         * posix/getpid.c (__getpid): Likewise.
28437         * posix/getppid.c (__getppid): Likewise.
28438         * posix/getuid.c (__getuid): Likewise.
28439         * posix/pause.c (pause): Likewise.
28440         * posix/setpgrp.c (setpgrp): Likewise.
28441         * posix/setsid.c (__setsid): Likewise.
28442         * posix/test-vfork.c (noop): Likewise.
28443         * resolv/gethnamaddr.c (_endhtent): Likewise.
28444         (_gethtent): Likewise.
28445         (ht_endhostent): Likewise.
28446         (gethostent): Likewise.
28447         (dns_service): Likewise.
28448         * stdlib/drand48.c (drand48): Likewise.
28449         * stdlib/lrand48.c (lrand48): Likewise.
28450         * stdlib/mrand48.c (mrand48): Likewise.
28451         * stdlib/rand.c (rand): Likewise.
28452         * stdlib/random.c (__random): Likewise.
28453         * stdlib/setenv.c (clearenv): Likewise.
28454         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
28455         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
28456         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
28457         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
28458         (__get_nprocs): Likewise.
28459         (__get_phys_pages): Likewise.
28460         (__get_avphys_pages): Likewise.
28461         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
28462         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
28463         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
28464         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
28465         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
28466         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
28467         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
28468         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
28469         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
28470         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
28471         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
28472         * sysdeps/mach/hurd/sync.c (sync): Likewise.
28473         * sysdeps/posix/clock.c (clock): Likewise.
28474         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
28475         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
28476         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
28477         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
28478         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
28479         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
28480         (__get_nprocs_conf): Likewise.
28481         (__get_phys_pages): Likewise.
28482         (__get_avphys_pages): Likewise.
28483         * time/clock.c (clock): Likewise.
28484         * time/tzset.c (__tzname_max): Likewise.
28486 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
28488         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
28489         (__bswap_32): Do not use "register".
28490         * crypt/crypt.c (_ufc_doit_r): Likewise.
28491         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
28492         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
28493         * gmon/gmon.c (__monstartup): Likewise.
28494         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
28495         * hurd/hurdmalloc.c (more_memory): Likewise.
28496         (malloc): Likewise.
28497         (free): Likewise.
28498         (realloc): Likewise.
28499         (malloc_fork_prepare): Likewise.
28500         (malloc_fork_parent): Likewise.
28501         (malloc_fork_child): Likewise.
28502         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
28503         (_svcauth_des): Likewise.
28504         * inet/inet_lnaof.c (inet_lnaof): Likewise.
28505         * inet/inet_net.c (inet_network): Likewise.
28506         * inet/inet_netof.c (inet_netof): Likewise.
28507         * inet/rcmd.c (__validuser2_sa): Likewise.
28508         * io/fts.c (fts_open): Likewise.
28509         (fts_load): Likewise.
28510         (fts_close): Likewise.
28511         (fts_read): Likewise.
28512         (fts_children): Likewise.
28513         (fts_build): Likewise.
28514         (fts_stat): Likewise.
28515         (fts_sort): Likewise.
28516         (fts_alloc): Likewise.
28517         (fts_lfree): Likewise.
28518         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
28519         (_IO_file_xsgetn): Likewise.
28520         (_IO_file_xsgetn_mmap): Likewise.
28521         * libio/iofopncook.c (_IO_cookie_read): Likewise.
28522         (_IO_cookie_write): Likewise.
28523         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
28524         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
28525         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
28526         * malloc/obstack.c (_obstack_begin): Likewise.
28527         (_obstack_begin_1): Likewise.
28528         (_obstack_newchunk): Likewise.
28529         (_obstack_allocated_p): Likewise.
28530         (obstack_free): Likewise.
28531         (_obstack_memory_used): Likewise.
28532         * misc/getttyent.c (getttynam): Likewise.
28533         (getttyent): Likewise.
28534         (skip): Likewise.
28535         (value): Likewise.
28536         * misc/getusershell.c (initshells): Likewise.
28537         * misc/syslog.c (__vsyslog_chk): Likewise.
28538         * misc/ttyslot.c (ttyslot): Likewise.
28539         * nis/nis_hash.c (__nis_hash): Likewise.
28540         * posix/fnmatch_loop.c (FCT): Likewise.
28541         * posix/getconf.c (print_all): Likewise.
28542         (main): Likewise.
28543         * posix/getopt.c (exchange): Likewise.
28544         * posix/glob.c (globfree): Likewise.
28545         (prefix_array): Likewise.
28546         (__glob_pattern_type): Likewise.
28547         * resolv/arpa/nameser.h (NS_GET16): Likewise.
28548         (NS_GET32): Likewise.
28549         (NS_PUT16): Likewise.
28550         (NS_PUT32): Likewise.
28551         * resolv/gethnamaddr.c (getanswer): Likewise.
28552         (gethostbyname2): Likewise.
28553         (gethostbyaddr): Likewise.
28554         (_gethtent): Likewise.
28555         (_gethtbyname2): Likewise.
28556         (_gethtbyaddr): Likewise.
28557         * resolv/ns_print.c (dst_s_get_int16): Likewise.
28558         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
28559         * resolv/res_init.c (__res_vinit): Likewise.
28560         (net_mask): Likewise.
28561         * resolv/res_mkquery.c (outchar): Likewise.
28562         (PRINT): Likewise.
28563         * stdio-common/printf_fp.c (outchar): Likewise.
28564         (PRINT): Likewise.
28565         * stdio-common/printf_fphex.c (outchar): Likewise.
28566         (PRINT): Likewise.
28567         * stdio-common/printf_size.c (outchar): Likewise.
28568         (PRINT): Likewise.
28569         * stdio-common/test_rdwr.c (main): Likewise.
28570         * stdio-common/tfformat.c (matches): Likewise.
28571         * stdio-common/vfprintf.c (outchar): Likewise.
28572         (printf_unknown): Likewise.
28573         (buffered_vfprintf): Likewise.
28574         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
28575         * stdio-common/xbug.c (AppendToBuffer): Likewise.
28576         (ReadFile): Likewise.
28577         * stdlib/qsort.c (SWAP): Likewise.
28578         (_quicksort): Likewise.
28579         * stdlib/setenv.c (__add_to_environ): Likewise.
28580         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
28581         * stdlib/strtol_l.c (__strtol_l): Likewise.
28582         * stdlib/tst-strtod.c (main): Likewise.
28583         * stdlib/tst-strtol.c (main): Likewise.
28584         * stdlib/tst-strtoll.c (main): Likewise.
28585         * string/bits/string2.h (__strcmp_cc): Likewise.
28586         (__strcmp_cg): Likewise.
28587         (__strcspn_c1): Likewise.
28588         (__strcspn_c2): Likewise.
28589         (__strcspn_c3): Likewise.
28590         (__strspn_c1): Likewise.
28591         (__strspn_c2): Likewise.
28592         (__strspn_c3): Likewise.
28593         (__strsep_1c): Likewise.
28594         (__strsep_2c): Likewise.
28595         (__strsep_3c): Likewise.
28596         * string/memccpy.c (__memccpy): Likewise.
28597         * string/stpcpy.c (__stpcpy): Likewise.
28598         * string/strcmp.c (strcmp): Likewise.
28599         * string/strrchr.c (strrchr): Likewise.
28600         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
28601         Likewise.
28602         * sysdeps/mach/hurd/getcwd.c
28603         (_hurd_canonicalize_directory_name_internal): Likewise.
28604         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
28605         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
28606         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
28607         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
28608         Likewise, in both definitions.
28609         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
28610         definitions.
28611         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
28612         64] (__bswap_64): Likewise.
28613         * time/test_time.c (main): Likewise.
28614         * time/tzfile.c (__tzfile_read): Likewise.
28615         (__tzfile_compute): Likewise.
28616         * time/tzset.c (__tzset_parse_tz): Likewise.
28617         (tzset_internal): Likewise.
28618         (compute_change): Likewise.
28619         * wcsmbs/wcscat.c (__wcscat): Likewise.
28620         * wcsmbs/wcschr.c (wcschr): Likewise.
28621         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
28622         * wcsmbs/wcscspn.c (wcscspn): Likewise.
28623         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
28624         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
28625         * wcsmbs/wcsspn.c (wcsspn): Likewise.
28626         * wcsmbs/wcsstr.c (wcsstr): Likewise.
28627         * wcsmbs/wmemchr.c (wmemchr): Likewise.
28628         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
28629         * wcsmbs/wmemset.c (wmemset): Likewise.
28631 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
28633         * scripts/config.guess: Update to version 2013-05-16.
28634         * scripts/config.sub: Update to version 2013-04-24.
28635         * scripts/install-sh: Update to version 2011-11-20.07.
28636         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
28637         * scripts/move-if-change: Update to version 2012-01-06 07:23.
28639 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
28641         * debug/fgetws_u_chk.c: Fix leading whitespaces.
28642         * elf/sln.c: Likewise.
28643         * hurd/hurd/ioctl.h: Likewise.
28644         * hurd/hurdmalloc.c: Likewise.
28645         * hurd/xattr.c: Likewise.
28646         * include/shlib-compat.h: Likewise.
28647         * inet/ruserpass.c: Likewise.
28648         * libio/iofgets_u.c: Likewise.
28649         * libio/iofgetws_u.c: Likewise.
28650         * locale/programs/ld-identification.c: Likewise.
28651         * locale/programs/ld-time.c: Likewise.
28652         * mach/msg-destroy.c: Likewise.
28653         * nss/nss_files/files-netgrp.c: Likewise.
28654         * resolv/res_data.c: Likewise.
28655         * soft-fp/op-1.h: Likewise.
28656         * soft-fp/op-2.h: Likewise.
28657         * soft-fp/op-4.h: Likewise.
28658         * soft-fp/op-common.h: Likewise.
28659         * stdio-common/printf_fphex.c: Likewise.
28660         * stdlib/strtod_l.c: Likewise.
28661         * sunrpc/rpc/clnt.h: Likewise.
28662         * sysdeps/generic/framestate.c: Likewise.
28663         * sysdeps/i386/bsd-_setjmp.S: Likewise.
28664         * sysdeps/i386/bsd-setjmp.S: Likewise.
28665         * sysdeps/i386/__longjmp.S: Likewise.
28666         * sysdeps/i386/setjmp.S: Likewise.
28667         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
28668         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
28669         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
28670         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
28671         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
28672         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
28673         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
28674         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
28675         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
28676         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
28677         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
28678         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
28679         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
28680         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
28681         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
28682         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
28683         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
28684         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
28685         * sysdeps/ieee754/support.c: Likewise.
28686         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
28687         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
28688         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
28689         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
28690         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
28691         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
28692         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
28693         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
28694         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
28695         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
28696         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
28697         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
28698         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
28699         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
28700         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
28701         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
28702         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
28703         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
28705 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
28707         * posix/transbug.c: Remove executable mode.
28709 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
28711         * crypt/speeds.c: Remove trailing whitespace.
28712         * dlfcn/default.c: Likewise.
28713         * elf/ifuncdep2.c: Likewise.
28714         * elf/ifuncmain1.c: Likewise.
28715         * elf/ifuncmain1vis.c: Likewise.
28716         * elf/testobj.h: Likewise.
28717         * elf/tst-stackguard1.c: Likewise.
28718         * gmon/sys/gmon.h: Likewise.
28719         * hurd/hurdmsg.c: Likewise.
28720         * hurd/new-fd.c: Likewise.
28721         * hurd/ports-get.c: Likewise.
28722         * iconvdata/ibm1008_420.c: Likewise.
28723         * inet/tst-getni1.c: Likewise.
28724         * inet/tst-getni2.c: Likewise.
28725         * libio/ioungetc.c: Likewise.
28726         * libio/wfiledoalloc.c: Likewise.
28727         * manual/libm-err-tab.pl: Likewise.
28728         * math/w_dremf.c: Likewise.
28729         * misc/ftruncate.c: Likewise.
28730         * posix/bug-glob2.c: Likewise.
28731         * posix/tst-pcre.c: Likewise.
28732         * posix/wait4.c: Likewise.
28733         * resolv/README: Likewise.
28734         * resolv/res_debug.h: Likewise.
28735         * resolv/tst-inet_ntop.c: Likewise.
28736         * setjmp/bug269-setjmp.c: Likewise.
28737         * soft-fp/extended.h: Likewise.
28738         * soft-fp/op-1.h: Likewise.
28739         * soft-fp/op-2.h: Likewise.
28740         * soft-fp/op-4.h: Likewise.
28741         * soft-fp/op-8.h: Likewise.
28742         * soft-fp/testit.c: Likewise.
28743         * stdio-common/bug16.c: Likewise.
28744         * stdlib/random.c: Likewise.
28745         * sunrpc/rpcsvc/rquota.x: Likewise.
28746         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
28747         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
28748         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
28749         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
28750         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
28751         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
28752         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
28753         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
28754         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
28755         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
28756         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
28757         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
28758         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
28759         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
28760         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
28761         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
28762         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
28763         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
28764         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
28765         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
28766         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
28767         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
28768         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
28769         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
28770         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
28771         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
28772         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
28773         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
28774         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
28775         * sysdeps/ieee754/s_lib_version.c: Likewise.
28776         * sysdeps/mach/hurd/check_fds.c: Likewise.
28777         * sysdeps/mach/hurd/getsockname.c: Likewise.
28778         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
28779         * sysdeps/mach/hurd/recvfrom.c: Likewise.
28780         * sysdeps/powerpc/bits/link.h: Likewise.
28781         * sysdeps/powerpc/dl-procinfo.c: Likewise.
28782         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
28783         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
28784         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
28785         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
28786         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
28787         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
28788         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
28789         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
28790         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
28791         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
28792         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
28793         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
28794         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
28795         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
28796         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
28797         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
28798         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
28799         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
28800         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
28801         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
28802         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
28803         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
28804         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
28805         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
28806         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
28807         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
28808         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
28809         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
28810         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
28811         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
28812         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
28813         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
28814         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
28815         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
28816         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
28817         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
28818         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
28819         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
28820         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
28821         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
28822         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
28823         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
28824         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
28825         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
28826         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
28827         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
28828         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
28829         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
28830         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
28831         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
28832         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
28833         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
28834         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
28835         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
28836         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
28837         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
28838         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
28839         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
28840         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
28841         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
28842         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
28843         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
28844         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
28845         * sysdeps/powerpc/sysdep.h: Likewise.
28846         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
28847         * sysdeps/s390/s390-64/sub_n.S: Likewise.
28848         * sysdeps/sh/dl-trampoline.S: Likewise.
28849         * sysdeps/sh/memset.S: Likewise.
28850         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
28851         * sysdeps/sh/strlen.S: Likewise.
28852         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
28853         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
28854         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
28855         * sysdeps/sparc/sparc32/rem.S: Likewise.
28856         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
28857         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
28858         * sysdeps/sparc/sparc32/strchr.S: Likewise.
28859         * sysdeps/sparc/sparc32/udiv.S: Likewise.
28860         * sysdeps/sparc/sparc32/urem.S: Likewise.
28861         * sysdeps/sparc/sparc64/add_n.S: Likewise.
28862         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
28863         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
28864         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
28865         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
28866         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
28867         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
28868         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
28869         * sysdeps/unix/bsd/times.c: Likewise.
28870         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
28871         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
28872         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
28873         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
28874         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
28875         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
28876         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
28877         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
28878         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
28879         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
28880         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
28881         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
28882         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
28883         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
28884         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
28885         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
28886         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
28887         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
28888         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
28889         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
28890         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
28891         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
28892         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
28893         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
28894         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
28895         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
28896         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
28897         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
28898         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
28899         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
28900         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
28901         * sysdeps/x86_64/strcspn.S: Likewise.
28903 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
28905         * locale/C-translit.h: Revert #include <stdint.h> because this is a
28906         generated file.  Regenerate properly from gen-translit.pl.
28907         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
28908         locale/C-translit.h.
28910 2013-06-05  Andreas Schwab  <schwab@suse.de>
28912         [BZ #15100]
28913         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
28914         week as 6 instead of -1.
28915         * time/tst-strptime.c (day_tests): Add test case.
28917 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
28919         * sysdeps/generic/math_private.h
28920         (libc_feholdexcept_setround_53bit): Replace with
28921         libc_feholdsetround_53bit.
28922         (libc_feupdateenv_53bit): Replace with
28923         libc_feresetround_53bit.
28924         (SET_RESTORE_ROUND_53BIT): Adjust.
28926 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
28928         * string/test-strchrnul.c: Add copyright header.
28930         * posix/tst-getaddrinfo4.c: Increase test timeout.
28932 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
28934         [BZ #15536]
28935         * math/libm-test.inc (MAX_EXP): Remove
28936         (MIN_EXP): Define.
28937         (ulp): Use MIN_EXP - MANT_DIG.
28938         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
28940 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
28942         * po/be.po: Revert last change.
28943         * po/zh_CN.po: Likewise.
28944         * po/header.pot: Likewise.
28946 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
28948         * Makefile ($(common-objpfx)linkobj/libc.so): Define
28949         link-libc-deps to empty as target-specific variable.
28950         * Makerules (link-libc-args): New variable.
28951         (libc-for-link): Likewise.
28952         (link-libc-deps): Likewise.
28953         (lib%.so): Depend on $(link-libc-deps).  Link with
28954         $(link-libc-args).
28955         (build-module): Link with $(link-libc-args).
28956         (build-module-asneeded): Likewise.
28957         (build-module-helper-objlist): Filter out $(link-libc-deps) from
28958         list of objects.
28959         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
28960         target-specific variable.
28961         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
28962         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
28963         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
28964         libc.
28965         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
28966         libc and ld.so.
28967         ($(objpfx)libpcprofile.so): Likewise.
28968         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
28969         libc_nonshared.a.
28970         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
28971         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
28972         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
28973         $(link-libc-deps).
28974         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
28975         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
28976         * login/Makefile ($(objpfx)libutil.so): Likewise.
28977         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
28978         * math/Makefile ($(objpfx)libm.so): Likewise.
28979         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
28980         $(objpfx)libnsl.so): Define libc-for-link as target-specific
28981         variable instead of depending directly on libc.
28982         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
28983         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
28984         $(link-libc-deps).
28985         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
28986         libc.
28987         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
28988         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
28989         ($(objpfx)libanl.so): Likewise.
28990         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
28991         ld.so.
28992         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
28993         $(link-libc-deps).
28994         * sysdeps/i386/fpu/Makefile: Remove file.
28995         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
28996         ($(objpfx)libm.so): Remove dependency on ld.so.
28998 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
29000         [BZ # 15553]
29001         * nis/yp_xdr.c (XDRMAXNAME): Define.
29002         (XDRMAXRECORD): Define.
29003         (xdr_domainname): Use XDRMAXNAME.
29004         (xdr_mapname): Likewise.
29005         (xdr_peername): Likewise.
29006         (xdr_keydat): Use XDRMAXRECORD.
29007         (xdr_valdat): Likewise.
29009 2013-05-30  Jeff Law  <law@redhat.com>
29011         [BZ #14256]
29012         * manual/errno.texi (ESTALE): Update to account for more than
29013         just NFS file systems.
29014         * sysdeps/gnu/errlist.c: Regenerated.
29016 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
29018         [BZ #15465]
29019         * elf/Makefile (tests): Add tst-null-argv.
29020         (modules-names):  Add tst-null-argv-lib.
29021         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
29022         (tst-null-argv-ENV): Set environment for tst-null-argv.
29023         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
29024         (RTLD_PROGNAME): New macro.
29025         * elf/tst-null-argv.c: New test case.
29026         * elf/tst-null-argv-lib.c: Library for test case.
29027         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
29028         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
29029         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
29030         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
29031         * elf/dl-init.c (call_init): Likewise.
29032         (_dl_init): Likewise.
29033         * elf/dl-load.c (print_search_path): Likewise.
29034         (_dl_map_object): Likewise.
29035         * elf/dl-lookup.c (do_lookup_x): Likewise.
29036         (add_dependency): Likewise.
29037         (_dl_lookup_symbol_x): Likewise.
29038         (_dl_debug_bindings): Likewise.
29039         * elf/dl-open.c (_dl_show_scope): Likewise.
29040         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
29041         * elf/dl-version.c (match_symbol): Likewise.
29042         (_dl_check_map_versions): Likewise.
29043         * elf/rtld.c (dl_main): Likewise.
29044         (print_unresolved): Use RTLD_PROGNAME.
29045         (print_missing_version): Likewise.
29046         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
29047         (elf_machine_rela): Likewise.
29048         * sysdeps/powerpc/powerpc32/dl-machine.c
29049         (__process_machine_rela): Likewise.
29050         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
29051         Likewise.
29052         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
29053         Likewise.
29054         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
29055         Likewise.
29056         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
29057         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
29058         Likewise.
29059         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
29060         Likewise.
29061         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
29063 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
29065         * po/be.po: Add descriptive title.
29066         * po/zh_CN.po: Likewise.
29067         * po/header.pot: Likewise.
29069 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
29071         * locale/programs/locarchive.c (create_archive): Inlucde fname in
29072         error message.
29073         (enlarge_archive): Likewise.
29075 2013-05-28  Ben North  <ben@redfrontdoor.org>
29077         * manual/arith.texi (frexp): It is the magnitude of the return
29078         value which lies in [0.5, 1), not the return value itself.
29080 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29082         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29084 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
29086         * stdio-common/bug26.c (main): Correct fscanf template.
29088         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
29089         declare _dl_skip_args.
29091         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
29092         Don't declare.
29094         * manual/platform.texi: Add missing @end deftypefun.
29096 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
29098         [BZ #15529]
29099         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
29100         bit of mantissa of 2^16382.
29101         * math/libm-test.inc (hypot_test_data): Add more tests.
29103         * math/libm-test.inc: Add drem and pow10 to list of tested
29104         functions.
29105         (pow10_test): New function.
29106         (drem_test): Likewise.
29107         (drem_test_tonearest): Likewise.
29108         (drem_test_towardzero): Likewise.
29109         (drem_test_downward): Likewise.
29110         (drem_test_upward): Likewise.
29111         (main): Call the new functions.
29113         * math/libm-test.inc (finite_test_data): Remove.
29114         (finite_test): Run tests from isfinite_test_data.
29115         (gamma_test_data): Remove.
29116         (gamma_test): Run tests from lgamma_test_data.
29117         * sysdeps/i386/fpu/libm-test-ulps: Update.
29118         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29120 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29122         * manual/platform.texi: Add PowerPC PPR function set documentation.
29123         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
29124         implementation.
29126 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
29128         * math/libm-test.inc (MAX_EXP): Define.
29129         (ULPDIFF): Define.
29130         (ulp): New function.
29131         (check_float_internal): Use ULPDIFF.
29132         (cpow_test): Disable failing test.
29133         (check_ulp): Test ulp() implemetnation.
29134         (main): Call check_ulp before starting tests.
29136 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
29138         * math/gen-libm-test.pl (generate_testfile): Do not handle
29139         START_DATA and END_DATA.
29140         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
29141         END_DATA.
29142         (acos_tonearest_test_data): Likewise.
29143         (acos_towardzero_test_data): Likewise.
29144         (acos_downward_test_data): Likewise.
29145         (acos_upward_test_data): Likewise.
29146         (acosh_test_data): Likewise.
29147         (asin_test_data): Likewise.
29148         (asin_tonearest_test_data): Likewise.
29149         (asin_towardzero_test_data): Likewise.
29150         (asin_downward_test_data): Likewise.
29151         (asin_upward_test_data): Likewise.
29152         (asinh_test_data): Likewise.
29153         (atan_test_data): Likewise.
29154         (atanh_test_data): Likewise.
29155         (atan2_test_data): Likewise.
29156         (cabs_test_data): Likewise.
29157         (cacos_test_data): Likewise.
29158         (cacosh_test_data): Likewise.
29159         (carg_test_data): Likewise.
29160         (casin_test_data): Likewise.
29161         (casinh_test_data): Likewise.
29162         (catan_test_data): Likewise.
29163         (catanh_test_data): Likewise.
29164         (cbrt_test_data): Likewise.
29165         (ccos_test_data): Likewise.
29166         (ccosh_test_data): Likewise.
29167         (ceil_test_data): Likewise.
29168         (cexp_test_data): Likewise.
29169         (cimag_test_data): Likewise.
29170         (clog_test_data): Likewise.
29171         (clog10_test_data): Likewise.
29172         (conj_test_data): Likewise.
29173         (copysign_test_data): Likewise.
29174         (cos_test_data): Likewise.
29175         (cos_tonearest_test_data): Likewise.
29176         (cos_towardzero_test_data): Likewise.
29177         (cos_downward_test_data): Likewise.
29178         (cos_upward_test_data): Likewise.
29179         (cosh_test_data): Likewise.
29180         (cosh_tonearest_test_data): Likewise.
29181         (cosh_towardzero_test_data): Likewise.
29182         (cosh_downward_test_data): Likewise.
29183         (cosh_upward_test_data): Likewise.
29184         (cpow_test_data): Likewise.
29185         (cproj_test_data): Likewise.
29186         (creal_test_data): Likewise.
29187         (csin_test_data): Likewise.
29188         (csinh_test_data): Likewise.
29189         (csqrt_test_data): Likewise.
29190         (ctan_test_data): Likewise.
29191         (ctan_tonearest_test_data): Likewise.
29192         (ctan_towardzero_test_data): Likewise.
29193         (ctan_downward_test_data): Likewise.
29194         (ctan_upward_test_data): Likewise.
29195         (ctanh_test_data): Likewise.
29196         (ctanh_tonearest_test_data): Likewise.
29197         (ctanh_towardzero_test_data): Likewise.
29198         (ctanh_downward_test_data): Likewise.
29199         (ctanh_upward_test_data): Likewise.
29200         (erf_test_data): Likewise.
29201         (erfc_test_data): Likewise.
29202         (exp_test_data): Likewise.
29203         (exp_tonearest_test_data): Likewise.
29204         (exp_towardzero_test_data): Likewise.
29205         (exp_downward_test_data): Likewise.
29206         (exp_upward_test_data): Likewise.
29207         (exp10_test_data): Likewise.
29208         (exp2_test_data): Likewise.
29209         (expm1_test_data): Likewise.
29210         (fabs_test_data): Likewise.
29211         (fdim_test_data): Likewise.
29212         (finite_test_data): Likewise.
29213         (floor_test_data): Likewise.
29214         (fma_test_data): Likewise.
29215         (fma_towardzero_test_data): Likewise.
29216         (fma_downward_test_data): Likewise.
29217         (fma_upward_test_data): Likewise.
29218         (fmax_test_data): Likewise.
29219         (fmin_test_data): Likewise.
29220         (fmod_test_data): Likewise.
29221         (fpclassify_test_data): Likewise.
29222         (frexp_test_data): Likewise.
29223         (gamma_test_data): Likewise.
29224         (hypot_test_data): Likewise.
29225         (ilogb_test_data): Likewise.
29226         (isfinite_test_data): Likewise.
29227         (isgreater_test_data): Likewise.
29228         (isgreaterequal_test_data): Likewise.
29229         (isinf_test_data): Likewise.
29230         (isless_test_data): Likewise.
29231         (islessequal_test_data): Likewise.
29232         (islessgreater_test_data): Likewise.
29233         (isnan_test_data): Likewise.
29234         (isnormal_test_data): Likewise.
29235         (issignaling_test_data): Likewise.
29236         (isunordered_test_data): Likewise.
29237         (j0_test_data): Likewise.
29238         (j1_test_data): Likewise.
29239         (jn_test_data): Likewise.
29240         (ldexp_test_data): Likewise.
29241         (lgamma_test_data): Likewise.
29242         (lrint_test_data): Likewise.
29243         (lrint_tonearest_test_data): Likewise.
29244         (lrint_towardzero_test_data): Likewise.
29245         (lrint_downward_test_data): Likewise.
29246         (lrint_upward_test_data): Likewise.
29247         (llrint_test_data): Likewise.
29248         (llrint_tonearest_test_data): Likewise.
29249         (llrint_towardzero_test_data): Likewise.
29250         (llrint_downward_test_data): Likewise.
29251         (llrint_upward_test_data): Likewise.
29252         (log_test_data): Likewise.
29253         (log10_test_data): Likewise.
29254         (log1p_test_data): Likewise.
29255         (log2_test_data): Likewise.
29256         (logb_test_data): Likewise.
29257         (logb_downward_test_data): Likewise.
29258         (lround_test_data): Likewise.
29259         (llround_test_data): Likewise.
29260         (modf_test_data): Likewise.
29261         (nearbyint_test_data): Likewise.
29262         (nextafter_test_data): Likewise.
29263         (nexttoward_test_data): Likewise.
29264         (pow_test_data): Likewise.
29265         (pow_tonearest_test_data): Likewise.
29266         (pow_towardzero_test_data): Likewise.
29267         (pow_downward_test_data): Likewise.
29268         (pow_upward_test_data): Likewise.
29269         (remainder_test_data): Likewise.
29270         (remainder_tonearest_test_data): Likewise.
29271         (remainder_towardzero_test_data): Likewise.
29272         (remainder_downward_test_data): Likewise.
29273         (remainder_upward_test_data): Likewise.
29274         (remquo_test_data): Likewise.
29275         (rint_test_data): Likewise.
29276         (rint_tonearest_test_data): Likewise.
29277         (rint_towardzero_test_data): Likewise.
29278         (rint_downward_test_data): Likewise.
29279         (rint_upward_test_data): Likewise.
29280         (round_test_data): Likewise.
29281         (scalb_test_data): Likewise.
29282         (scalbn_test_data): Likewise.
29283         (scalbln_test_data): Likewise.
29284         (signbit_test_data): Likewise.
29285         (sin_test_data): Likewise.
29286         (sin_tonearest_test_data): Likewise.
29287         (sin_towardzero_test_data): Likewise.
29288         (sin_downward_test_data): Likewise.
29289         (sin_upward_test_data): Likewise.
29290         (sincos_test_data): Likewise.
29291         (sinh_test_data): Likewise.
29292         (sinh_tonearest_test_data): Likewise.
29293         (sinh_towardzero_test_data): Likewise.
29294         (sinh_downward_test_data): Likewise.
29295         (sinh_upward_test_data): Likewise.
29296         (sqrt_test_data): Likewise.
29297         (tan_test_data): Likewise.
29298         (tan_tonearest_test_data): Likewise.
29299         (tan_towardzero_test_data): Likewise.
29300         (tan_downward_test_data): Likewise.
29301         (tan_upward_test_data): Likewise.
29302         (tanh_test_data): Likewise.
29303         (tgamma_test_data): Likewise.
29304         (trunc_test_data): Likewise.
29305         (y0_test_data): Likewise.
29306         (y1_test_data): Likewise.
29307         (yn_test_data): Likewise.
29308         (significand_test_data): Likewise.
29310         * math/gen-libm-test.pl (@functions): Remove variable.
29311         (generate_testfile): Don't handle START and END lines.
29312         * math/libm-test.inc (START): New macro.
29313         (END): Likewise.
29314         (END_COMPLEX): Likewise.
29315         (acos_test): Use END macro without arguments.
29316         (acos_test_tonearest): Likewise.
29317         (acos_test_towardzero): Likewise.
29318         (acos_test_downward): Likewise.
29319         (acos_test_upward): Likewise.
29320         (acosh_test): Likewise.
29321         (asin_test): Likewise.
29322         (asin_test_tonearest): Likewise.
29323         (asin_test_towardzero): Likewise.
29324         (asin_test_downward): Likewise.
29325         (asin_test_upward): Likewise.
29326         (asinh_test): Likewise.
29327         (atan_test): Likewise.
29328         (atanh_test): Likewise.
29329         (atan2_test): Likewise.
29330         (cabs_test): Likewise.
29331         (cacos_test): Use END_COMPLEX macro without arguments.
29332         (cacosh_test): Likewise.
29333         (carg_test): Use END macro without arguments.
29334         (casin_test): Use END_COMPLEX macro without arguments.
29335         (casinh_test): Likewise.
29336         (catan_test): Likewise.
29337         (catanh_test): Likewise.
29338         (cbrt_test): Use END macro without arguments.
29339         (ccos_test): Use END_COMPLEX macro without arguments.
29340         (ccosh_test): Likewise.
29341         (ceil_test): Use END macro without arguments.
29342         (cexp_test): Use END_COMPLEX macro without arguments.
29343         (cimag_test): Use END macro without arguments.
29344         (clog_test): Use END_COMPLEX macro without arguments.
29345         (clog10_test): Likewise.
29346         (conj_test): Likewise.
29347         (copysign_test): Use END macro without arguments.
29348         (cos_test): Likewise.
29349         (cos_test_tonearest): Likewise.
29350         (cos_test_towardzero): Likewise.
29351         (cos_test_downward): Likewise.
29352         (cos_test_upward): Likewise.
29353         (cosh_test): Likewise.
29354         (cosh_test_tonearest): Likewise.
29355         (cosh_test_towardzero): Likewise.
29356         (cosh_test_downward): Likewise.
29357         (cosh_test_upward): Likewise.
29358         (cpow_test): Use END_COMPLEX macro without arguments.
29359         (cproj_test): Likewise.
29360         (creal_test): Use END macro without arguments.
29361         (csin_test): Use END_COMPLEX macro without arguments.
29362         (csinh_test): Likewise.
29363         (csqrt_test): Likewise.
29364         (ctan_test): Likewise.
29365         (ctan_test_tonearest): Likewise.
29366         (ctan_test_towardzero): Likewise.
29367         (ctan_test_downward): Likewise.
29368         (ctan_test_upward): Likewise.
29369         (ctanh_test): Likewise.
29370         (ctanh_test_tonearest): Likewise.
29371         (ctanh_test_towardzero): Likewise.
29372         (ctanh_test_downward): Likewise.
29373         (ctanh_test_upward): Likewise.
29374         (erf_test): Use END macro without arguments.
29375         (erfc_test): Likewise.
29376         (exp_test): Likewise.
29377         (exp_test_tonearest): Likewise.
29378         (exp_test_towardzero): Likewise.
29379         (exp_test_downward): Likewise.
29380         (exp_test_upward): Likewise.
29381         (exp10_test): Likewise.
29382         (exp2_test): Likewise.
29383         (expm1_test): Likewise.
29384         (fabs_test): Likewise.
29385         (fdim_test): Likewise.
29386         (finite_test): Likewise.
29387         (floor_test): Likewise.
29388         (fma_test): Likewise.
29389         (fma_test_towardzero): Likewise.
29390         (fma_test_downward): Likewise.
29391         (fma_test_upward): Likewise.
29392         (fmax_test): Likewise.
29393         (fmin_test): Likewise.
29394         (fmod_test): Likewise.
29395         (fpclassify_test): Likewise.
29396         (frexp_test): Likewise.
29397         (gamma_test): Likewise.
29398         (hypot_test): Likewise.
29399         (ilogb_test): Likewise.
29400         (isfinite_test): Likewise.
29401         (isgreater_test): Likewise.
29402         (isgreaterequal_test): Likewise.
29403         (isinf_test): Likewise.
29404         (isless_test): Likewise.
29405         (islessequal_test): Likewise.
29406         (islessgreater_test): Likewise.
29407         (isnan_test): Likewise.
29408         (isnormal_test): Likewise.
29409         (issignaling_test): Likewise.
29410         (isunordered_test): Likewise.
29411         (j0_test): Likewise.
29412         (j1_test): Likewise.
29413         (jn_test): Likewise.
29414         (ldexp_test): Likewise.
29415         (lgamma_test): Likewise.
29416         (lrint_test): Likewise.
29417         (lrint_test_tonearest): Likewise.
29418         (lrint_test_towardzero): Likewise.
29419         (lrint_test_downward): Likewise.
29420         (lrint_test_upward): Likewise.
29421         (llrint_test): Likewise.
29422         (llrint_test_tonearest): Likewise.
29423         (llrint_test_towardzero): Likewise.
29424         (llrint_test_downward): Likewise.
29425         (llrint_test_upward): Likewise.
29426         (log_test): Likewise.
29427         (log10_test): Likewise.
29428         (log1p_test): Likewise.
29429         (log2_test): Likewise.
29430         (logb_test): Likewise.
29431         (logb_test_downward): Likewise.
29432         (lround_test): Likewise.
29433         (llround_test): Likewise.
29434         (modf_test): Likewise.
29435         (nearbyint_test): Likewise.
29436         (nextafter_test): Likewise.
29437         (nexttoward_test): Likewise.
29438         (pow_test): Likewise.
29439         (pow_test_tonearest): Likewise.
29440         (pow_test_towardzero): Likewise.
29441         (pow_test_downward): Likewise.
29442         (pow_test_upward): Likewise.
29443         (remainder_test): Likewise.
29444         (remainder_test_tonearest): Likewise.
29445         (remainder_test_towardzero): Likewise.
29446         (remainder_test_downward): Likewise.
29447         (remainder_test_upward): Likewise.
29448         (remquo_test): Likewise.
29449         (rint_test): Likewise.
29450         (rint_test_tonearest): Likewise.
29451         (rint_test_towardzero): Likewise.
29452         (rint_test_downward): Likewise.
29453         (rint_test_upward): Likewise.
29454         (round_test): Likewise.
29455         (scalb_test): Likewise.
29456         (scalbn_test): Likewise.
29457         (scalbln_test): Likewise.
29458         (signbit_test): Likewise.
29459         (sin_test): Likewise.
29460         (sin_test_tonearest): Likewise.
29461         (sin_test_towardzero): Likewise.
29462         (sin_test_downward): Likewise.
29463         (sin_test_upward): Likewise.
29464         (sincos_test): Likewise.
29465         (sinh_test): Likewise.
29466         (sinh_test_tonearest): Likewise.
29467         (sinh_test_towardzero): Likewise.
29468         (sinh_test_downward): Likewise.
29469         (sinh_test_upward): Likewise.
29470         (sqrt_test): Likewise.
29471         (tan_test): Likewise.
29472         (tan_test_tonearest): Likewise.
29473         (tan_test_towardzero): Likewise.
29474         (tan_test_downward): Likewise.
29475         (tan_test_upward): Likewise.
29476         (tanh_test): Likewise.
29477         (tgamma_test): Likewise.
29478         (trunc_test): Likewise.
29479         (y0_test): Likewise.
29480         (y1_test): Likewise.
29481         (yn_test): Likewise.
29482         (significand_test): Likewise.
29484 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
29486         [BZ #15381]
29487         * libio/genops.c (_IO_no_init): Initialize wide struct info.
29489 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
29491         [BZ #14894]
29492         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
29493         __ppc_mdoio and __ppc_mdoom.
29494         * manual/platform.texi: Document new functions __ppc_yield,
29495         __ppc_mdoio and __ppc_mdoom.
29497 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
29499         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
29500         (main): Mention "tls" pseudo-hwcap is legacy.
29501         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
29503 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
29505         * math/gen-libm-test.pl (parse_args): Output only string of
29506         arguments as text for test name, not full call or descriptions of
29507         tests for extra outputs.
29508         (generate_testfile): Do not pass function name to parse_args.
29509         Generate this_func variable from START.
29510         * math/libm-test.inc (struct test_f_f_data): Rename test_name
29511         field to arg_str.
29512         (struct test_ff_f_data): Likewise.
29513         (test_ff_f_data_nexttoward): Likewise.
29514         (struct test_fi_f_data): Likewise.
29515         (struct test_fl_f_data): Likewise.
29516         (struct test_if_f_data): Likewise.
29517         (struct test_fff_f_data): Likewise.
29518         (struct test_c_f_data): Likewise.
29519         (struct test_f_f1_data): Likewise.  Remove field extra_name.
29520         (struct test_fF_f1_data): Likewise.
29521         (struct test_ffI_f1_data): Likewise.
29522         (struct test_c_c_data): Rename test_name field to arg_str.
29523         (struct test_cc_c_data): Likewise.
29524         (struct test_f_i_data): Likewise.
29525         (struct test_ff_i_data): Likewise.
29526         (struct test_f_l_data): Likewise.
29527         (struct test_f_L_data): Likewise.
29528         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
29529         and extra2_name.
29530         (COMMON_TEST_SETUP): New macro.
29531         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
29532         (COMMON_TEST_CLEANUP): Likewise.
29533         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
29534         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
29535         macros.
29536         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
29537         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
29538         macros.
29539         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
29540         (RUN_TEST_fff_f): Take argument string.  Call new setup and
29541         cleanup macros.
29542         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
29543         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
29544         macros.
29545         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
29546         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
29547         macros.
29548         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
29549         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
29550         cleanup macros.
29551         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
29552         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
29553         cleanup macros.
29554         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
29555         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
29556         cleanup macros.
29557         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
29558         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
29559         macros.
29560         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
29561         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
29562         macros.
29563         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
29564         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
29565         macros.
29566         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
29567         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
29568         cleanup macros.
29569         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
29570         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
29571         cleanup macros.
29572         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
29573         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
29574         macros.
29575         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
29576         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
29577         cleanup macros.
29578         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
29579         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
29580         macros.
29581         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
29582         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
29583         macros.
29584         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
29585         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
29586         cleanup macros.
29587         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
29589 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
29591         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
29592         to _sifields.sigfault.
29593         (si_addr_lsb): Define new macro.
29594         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
29595         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
29596         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
29598 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
29600         [BZ #15441]
29601         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
29602         returns -1.
29603         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
29604         null return -1.
29605         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
29606         loading the domain.
29608 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
29610         * math/gen-libm-test.pl (parse_args): Do not include expected
29611         result in test name.
29612         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
29613         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
29614         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
29615         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
29616         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
29617         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29619 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
29621         * benchtests/Makefile: Sort function entries.
29623         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
29624         tanh, asinh, acosh, atanh.
29625         * benchtests/acos-inputs: New file.
29626         * benchtests/acosh-inputs: New file.
29627         * benchtests/asin-inputs: New file.
29628         * benchtests/asinh-inputs: New file.
29629         * benchtests/atanh-inputs: New file.
29630         * benchtests/cosh-inputs: New file.
29631         * benchtests/log-inputs: New file.
29632         * benchtests/sinh-inputs: New file.
29633         * benchtests/tanh-inputs: New file.
29635 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
29637         [BZ #15339]
29638         * posix/tst-getaddrinfo4.c: New test.
29639         * posix/Makefile (tests): Add it.
29641 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29643         [BZ #15339]
29644         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
29645         when no services were used.
29646         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
29647         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
29649 2013-05-21  Andreas Schwab  <schwab@suse.de>
29651         [BZ #15014]
29652         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
29653         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
29654         successful.
29655         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
29656         redundant variable declarations and reallocation of buffer when
29657         parsing as IPv6 address.  Always set NSS status when called from
29658         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
29659         buffer too small.  Correct computation of needed size.
29660         * nss/Makefile (tests): Add test-digits-dots.
29661         * nss/test-digits-dots.c: New test.
29663 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29665         * benchtests/Makefile: Remove instructions for adding
29666         benchmark tests.
29667         * benchtests/README: New file to explain how to execute and
29668         enhance the benchmark tests.
29670 2013-05-21  Andreas Schwab  <schwab@suse.de>
29672         [BZ #15493]
29673         * setjmp/Makefile (tests): Add tst-sigsetjmp.
29674         * setjmp/tst-sigsetjmp.c: New test.
29676 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
29678         * sysdeps/x86_64/memset.S (memset): New implementation.
29679         (__bzero): Likewise.
29680         (__memset_tail): New function.
29682 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
29684         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
29685         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
29686         __memcpy_sse2_unaligned ifunc selection.
29687         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
29688         Add memcpy-sse2-unaligned.S.
29689         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
29690         Add: __memcpy_sse2_unaligned.
29692 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
29694         [BZ #15490]
29695         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
29696         math_force_eval before restoring floating-point envrionment.
29697         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
29698         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
29699         Likewise.
29700         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
29701         <math_private.h>.
29702         (__nearbyintl): Use math_force_eval before restoring
29703         floating-point environment.
29704         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
29706         * math/gen-libm-test.pl (special_functions): Remove.
29707         (parse_args): Don't handle TEST_extra.  Handle functions with no
29708         return value.
29709         * math/libm-test.inc (struct test_sincos_data): Replace with
29710         struct test_fFF_11_data.
29711         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
29712         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
29713         (sincos_test_data): Change element type to struct
29714         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
29715         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
29716         RUN_TEST_LOOP_sincos.
29717         * math/README.libm-test: Don't mention special handling of
29718         individual functions.
29719         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
29720         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
29721         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
29722         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
29723         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
29724         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29726         * math/gen-libm-test.pl (get_variable): Remove function.
29727         (parse_args): Don't show pointer parameters to call in test
29728         names.  Use "extra output N" in test names for extra outputs
29729         rather than naming variables.
29731 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
29733         [BZ #15488]
29734         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
29735         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
29736         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
29737         double tests.
29738         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
29739         disable.
29740         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
29741         check_long_double.
29743         * math/gen-libm-test.pl (@tests): Remove variable.
29744         ($count): Likewise.
29745         (new_test): Remove function.
29746         (show_exceptions): New function.
29747         (special_functions): Use show_exceptions instead of new_test.
29748         (parse_args): Likewise.
29749         (generate_testfile): Pass only function name in generated call to
29750         print_max_error or print_complex_max_error.
29751         (get_ulps): Do not handle complex tests specially.
29752         (output_test): Rename to ...
29753         (get_all_ulps_for_test): ... this.  Return a string rather than
29754         printing to a file.  Require ulps to be present.
29755         (output_ulps): Generate arrays rather than #defines.
29756         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
29757         (struct ulp_data): New type.
29758         (BUILD_COMPLEX_ULP): Remove macro.
29759         (compare_ulp_data): New function.
29760         (find_ulps): Likewise.
29761         (find_test_ulps): Likewise.
29762         (find_function_ulps): Likewise.
29763         (find_complex_function_ulps): Likewise.
29764         (print_max_error): Determine allowed ulps using
29765         find_function_ulps.
29766         (print_complex_max_error): Determine allowed ulps using
29767         find_complex_function_ulps.
29768         (check_float_internal): Determine max ulps using find_test_ulps.
29769         (check_float): Do not take max_ulp parameter.  Update call to
29770         check_float_internal.
29771         (check_complex): Likewise.
29772         (check_int): Do not take max_ulp parameter.
29773         (check_long): Likewise.
29774         (check_bool): Likewise.
29775         (check_longlong): Likewise.
29776         (struct test_f_f_data): Remove max_ulp field.
29777         (struct test_ff_f_data): Likewise.
29778         (struct test_ff_f_data_nexttoward): Likewise.
29779         (struct test_fi_f_data): Likewise.
29780         (struct test_fl_f_data): Likewise.
29781         (struct test_if_f_data): Likewise.
29782         (struct test_fff_f_data): Likewise.
29783         (struct test_c_f_data): Likewise.
29784         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
29785         (struct test_fF_f1_data): Likewise.
29786         (struct test_ffI_f1_data): Likewise.
29787         (struct test_c_c_data): Remove max_ulp field.
29788         (struct test_cc_c_data): Likewise.
29789         (struct test_f_i_data): Likewise.
29790         (struct test_ff_i_data): Likewise.
29791         (struct test_f_l_data): Likewise.
29792         (struct test_f_L_data): Likewise.
29793         (struct test_sincos_data): Likewise.
29794         (RUN_TEST_f_f): Do not handle ulps.
29795         (RUN_TEST_LOOP_f_f): Likewise.
29796         (RUN_TEST_2_f): Likewise.
29797         (RUN_TEST_LOOP_2_f): Likewise.
29798         (RUN_TEST_fff_f): Likewise.
29799         (RUN_TEST_LOOP_fff_f): Likewise.
29800         (RUN_TEST_c_f): Likewise.
29801         (RUN_TEST_LOOP_c_f): Likewise.
29802         (RUN_TEST_f_f1): Likewise.
29803         (RUN_TEST_LOOP_f_f1): Likewise.
29804         (RUN_TEST_fF_f1): Likewise.
29805         (RUN_TEST_LOOP_fF_f1): Likewise.
29806         (RUN_TEST_fI_f1): Likewise.
29807         (RUN_TEST_LOOP_fI_f1): Likewise.
29808         (RUN_TEST_ffI_f1): Likewise.
29809         (RUN_TEST_LOOP_ffI_f1): Likewise.
29810         (RUN_TEST_c_c): Likewise.
29811         (RUN_TEST_LOOP_c_c): Likewise.
29812         (RUN_TEST_cc_c): Likewise.
29813         (RUN_TEST_LOOP_cc_c): Likewise.
29814         (RUN_TEST_f_i): Likewise.
29815         (RUN_TEST_LOOP_f_i): Likewise.
29816         (RUN_TEST_f_i_tg): Likewise.
29817         (RUN_TEST_LOOP_f_i_tg): Likewise.
29818         (RUN_TEST_ff_i_tg): Likewise.
29819         (RUN_TEST_LOOP_ff_i_tg): Likewise.
29820         (RUN_TEST_f_b): Likewise.
29821         (RUN_TEST_LOOP_f_b): Likewise.
29822         (RUN_TEST_f_b_tg): Likewise.
29823         (RUN_TEST_LOOP_f_b_tg): Likewise.
29824         (RUN_TEST_f_l): Likewise.
29825         (RUN_TEST_LOOP_f_l): Likewise.
29826         (RUN_TEST_f_L): Likewise.
29827         (RUN_TEST_LOOP_f_L): Likewise.
29828         (RUN_TEST_sincos): Likewise.
29829         (RUN_TEST_LOOP_sincos): Likewise.
29831 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
29833         [BZ #15480]
29834         [BZ #15485]
29835         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
29836         main case of finite arguments, set rounding mode to FE_TONEAREST
29837         and discard exceptions.
29838         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
29839         exceptions.
29840         (remainder_tonearest_test_data): New variable.
29841         (remainder_test_tonearest): New function.
29842         (remainder_towardzero_test_data): New variable.
29843         (remainder_test_towardzero): New function.
29844         (remainder_downward_test_data): New variable.
29845         (remainder_test_downward): New function.
29846         (remainder_upward_test_data): New variable.
29847         (remainder_test_upward): New function.
29848         (main): Call the new test functions.
29850         * math/libm-test.inc (struct test_f_f1_data): Remove field
29851         extra_init.
29852         (struct test_fF_f1_data): Likewise.
29853         (struct test_ffI_f1_data): Likewise.
29854         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
29855         based on value of EXTRA_EXPECTED.
29856         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
29857         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
29858         EXTRA_VAR based on value of EXTRA_EXPECTED.
29859         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
29860         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
29861         EXTRA_VAR based on value of EXTRA_EXPECTED.
29862         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
29863         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
29864         EXTRA_VAR based on value of EXTRA_EXPECTED.
29865         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
29866         * math/gen-libm-test.pl (parse_args): Don't output initializers
29867         for extra output values.
29869         * math/libm-test.inc (check_int): Expect result to be exactly
29870         equal to expected value and do not handle ulps.
29871         (check_long): Likewise.
29872         (check_longlong): Likewise.
29874         * math/libm-test.inc (ceil_test_data): Test for "inexact"
29875         exceptions.
29876         (cimag_test_data): Likewise.
29877         (conj_test_data): Likewise.
29878         (copysign_test_data): Likewise.
29879         (cproj_test_data): Likewise.
29880         (creal_test_data): Likewise.
29881         (fabs_test_data): Likewise.
29882         (fdim_test_data): Likewise.
29883         (finite_test_data): Likewise.
29884         (floor_test_data): Likewise.
29885         (fmax_test_data): Likewise.
29886         (fmin_test_data): Likewise.
29887         (fmod_test_data): Likewise.
29888         (fpclassify_test_data): Likewise.
29889         (frexp_test_data): Likewise.
29890         (ilogb_test_data): Likewise.
29891         (isfinite_test_data): Likewise.
29892         (isgreater_test_data): Likewise.
29893         (isgreaterequal_test_data): Likewise.
29894         (isinf_test_data): Likewise.
29895         (isless_test_data): Likewise.
29896         (islessequal_test_data): Likewise.
29897         (islessgreater_test_data): Likewise.
29898         (isnan_test_data): Likewise.
29899         (isnormal_test_data): Likewise.
29900         (issignaling_test_data): Likewise.
29901         (isunordered_test_data): Likewise.
29902         (ldexp_test_data): Likewise.
29903         (lrint_test_data): Likewise.
29904         (lrint_test_data) [TEST_FLOAT]: Disable one test.
29905         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
29906         (lrint_tonearest_test_data): Test for "inexact" exceptions.
29907         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
29908         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
29909         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
29910         test input.
29911         (lrint_towardzero_test_data): Test for "inexact" exceptions.
29912         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
29913         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
29914         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
29915         that test input.
29916         (lrint_downward_test_data): Test for "inexact" exceptions.
29917         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
29918         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
29919         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
29920         test input.
29921         (lrint_upward_test_data): Test for "inexact" exceptions.
29922         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
29923         test input.
29924         (llrint_test_data): Test for "inexact" exceptions.
29925         (llrint_test_data) [TEST_FLOAT]: Disable one test.
29926         (llrint_tonearest_test_data): Test for "inexact" exceptions.
29927         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
29928         (llrint_towardzero_test_data): Test for "inexact" exceptions.
29929         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
29930         (llrint_downward_test_data): Test for "inexact" exceptions.
29931         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
29932         (llrint_upward_test_data): Test for "inexact" exceptions.
29933         (logb_test_data): Likewise.
29934         (logb_downward_test_data): Likewise.
29935         (nextafter_test_data): Likewise.
29936         (nexttoward_test_data): Likewise.
29937         (remainder_test_data): Likewise.
29938         (remquo_test_data): Likewise.
29939         (scalbn_test_data): Likewise.
29940         (scalbln_test_data): Likewise.
29941         (signbit_test_data): Likewise.
29942         (sqrt_test_data): Likewise.
29943         (significand_test_data): Likewise.
29945 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29947         [BZ #15424]
29948         * benchtests/bench-modf.c (struct args): Mark arg0 as
29949         volatile.
29950         * scripts/bench.pl: Mark members of struct args as volatile.
29952 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29954         [BZ # 15497]
29955         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
29956         negative infinity on POWER6 or lower.
29957         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
29959 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
29961         [BZ #15442]
29962         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
29963         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
29964         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
29965         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
29966         (_FP_SETQNAN): New macro.
29967         (_FP_SETQNAN_SEMIRAW): Likewise.
29968         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
29969         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
29970         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
29971         (FP_EXTEND): Use _FP_FRAC_SNANP.
29972         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
29973         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
29974         into account.
29975         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
29976         New macro.
29977         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
29978         Likewise.
29980 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29982         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
29983         with DIVIDE_BY_ZERO_EXCEPTION.
29984         (gamma_test_data): Likewise.
29985         (lgamma_test_data): Likewise.
29986         (log_test_data): Likewise.
29987         (log10_test_data): Likewise.
29988         (log2_test_data): Likewise.
29989         (tgamma_test_data): Likewise.
29991         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
29992         (acos_test_tonearest): Likewise.
29993         (acos_test_towardzero): Likewise.
29994         (acos_test_downward): Likewise.
29995         (acos_test_upward): Likewise.
29996         (acosh_test): Likewise.
29997         (asin_test): Likewise.
29998         (asin_test_tonearest): Likewise.
29999         (asin_test_towardzero): Likewise.
30000         (asin_test_downward): Likewise.
30001         (asin_test_upward): Likewise.
30002         (asinh_test): Likewise.
30003         (atan_test): Likewise.
30004         (atanh_test): Likewise.
30005         (atan2_test): Likewise.
30006         (cabs_test): Likewise.
30007         (cacos_test): Likewise.
30008         (cacosh_test): Likewise.
30009         (casin_test): Likewise.
30010         (casinh_test): Likewise.
30011         (catan_test): Likewise.
30012         (catanh_test): Likewise.
30013         (cbrt_test): Likewise.
30014         (ccos_test): Likewise.
30015         (ccosh_test): Likewise.
30016         (cexp_test): Likewise.
30017         (clog_test): Likewise.
30018         (clog10_test): Likewise.
30019         (cos_test): Likewise.
30020         (cos_test_tonearest): Likewise.
30021         (cos_test_towardzero): Likewise.
30022         (cos_test_downward): Likewise.
30023         (cos_test_upward): Likewise.
30024         (cosh_test): Likewise.
30025         (cosh_test_tonearest): Likewise.
30026         (cosh_test_towardzero): Likewise.
30027         (cosh_test_downward): Likewise.
30028         (cosh_test_upward): Likewise.
30029         (cpow_test): Likewise.
30030         (csin_test): Likewise.
30031         (csinh_test): Likewise.
30032         (csqrt_test): Likewise.
30033         (ctan_test): Likewise.
30034         (ctan_test_tonearest): Likewise.
30035         (ctan_test_towardzero): Likewise.
30036         (ctan_test_downward): Likewise.
30037         (ctan_test_upward): Likewise.
30038         (ctanh_test): Likewise.
30039         (ctanh_test_tonearest): Likewise.
30040         (ctanh_test_towardzero): Likewise.
30041         (ctanh_test_downward): Likewise.
30042         (ctanh_test_upward): Likewise.
30043         (erf_test): Likewise.
30044         (erfc_test): Likewise.
30045         (exp_test): Likewise.
30046         (exp_test_tonearest): Likewise.
30047         (exp_test_towardzero): Likewise.
30048         (exp_test_downward): Likewise.
30049         (exp_test_upward): Likewise.
30050         (exp10_test): Likewise.
30051         (exp2_test): Likewise.
30052         (expm1_test): Likewise.
30053         (fmod_test): Likewise.
30054         (gamma_test): Likewise.
30055         (hypot_test): Likewise.
30056         (j0_test): Likewise.
30057         (j1_test): Likewise.
30058         (jn_test): Likewise.
30059         (lgamma_test): Likewise.
30060         (log_test): Likewise.
30061         (log10_test): Likewise.
30062         (log1p_test): Likewise.
30063         (log2_test): Likewise.
30064         (logb_test_downward): Likewise.
30065         (pow_test): Likewise.
30066         (pow_test_tonearest): Likewise.
30067         (pow_test_towardzero): Likewise.
30068         (pow_test_downward): Likewise.
30069         (pow_test_upward): Likewise.
30070         (remainder_test): Likewise.
30071         (remquo_test): Likewise.
30072         (sin_test): Likewise.
30073         (sin_test_tonearest): Likewise.
30074         (sin_test_towardzero): Likewise.
30075         (sin_test_downward): Likewise.
30076         (sin_test_upward): Likewise.
30077         (sincos_test): Likewise.
30078         (sinh_test): Likewise.
30079         (sinh_test_tonearest): Likewise.
30080         (sinh_test_towardzero): Likewise.
30081         (sinh_test_downward): Likewise.
30082         (sinh_test_upward): Likewise.
30083         (sqrt_test): Likewise.
30084         (tan_test): Likewise.
30085         (tan_test_tonearest): Likewise.
30086         (tan_test_towardzero): Likewise.
30087         (tan_test_downward): Likewise.
30088         (tan_test_upward): Likewise.
30089         (tanh_test): Likewise.
30090         (tgamma_test): Likewise.
30091         (y0_test): Likewise.
30092         (y1_test): Likewise.
30093         (yn_test): Likewise.
30095         * math/gen-libm-test.pl (adjust_arg): Remove function.
30096         (special_function): Remove argument $in_func.  Only handle
30097         generating output for tables of tests, not inside functions.
30098         (parse_args): Likewise.
30099         (generate_testfile): Remove variable $in_func.  Update call to
30100         parse_args.
30101         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
30102         (MINUS_ZERO_INIT): Rename macro to minus_zero.
30103         (PLUS_INFTY_INIT): Rename macro to plus_infty.
30104         (MINUS_INFTY_INIT): Rename macro to minus_infty.
30105         (QNAN_VALUE_INIT): Rename macro to qnan_value.
30106         (MAX_VALUE_INIT): Rename macro to max_value.
30107         (MIN_VALUE_INIT): Rename macro to min_value.
30108         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
30109         (plus_zero): Remove variable.
30110         (minus_zero): Likewise.
30111         (plus_infty): Likewise.
30112         (minus_infty): Likewise.
30113         (qnan_value): Likewise.
30114         (max_value): Likewise.
30115         (min_value): Likewise.
30116         (min_subnorm_value): Likewise.
30118 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
30120         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
30121         uint64_t or uint32_t usage.
30122         * crypt/sha256-block.c: Likewise.
30123         * crypt/sha256-crypt.c: Likewise.
30124         * crypt/sha256.c: Likewise.
30125         * crypt/sha512-block.c: Likewise.
30126         * crypt/sha512-crypt.c: Likewise.
30127         * crypt/sha512.c: Likewise.
30128         * debug/backtrace-tst.c: Likewise.
30129         * debug/pcprofiledump.c: Likewise.
30130         * elf/cache.c: Likewise.
30131         * elf/dl-cache.c: Likewise.
30132         * elf/dl-misc.c: Likewise.
30133         * elf/dl-profile.c: Likewise.
30134         * elf/dl-support.c: Likewise.
30135         * elf/ldconfig.c: Likewise.
30136         * elf/sprof.c: Likewise.
30137         * iconv/dummy-repertoire.c: Likewise.
30138         * iconv/iconv_charmap.c: Likewise.
30139         * iconv/skeleton.c: Likewise.
30140         * iconvdata/8bit-generic.c: Likewise.
30141         * iconvdata/cp737.h: Likewise.
30142         * iconvdata/cp775.h: Likewise.
30143         * iconvdata/ibm1008.h: Likewise.
30144         * iconvdata/ibm1025.h: Likewise.
30145         * iconvdata/ibm1046.h: Likewise.
30146         * iconvdata/ibm1097.h: Likewise.
30147         * iconvdata/ibm1112.h: Likewise.
30148         * iconvdata/ibm1122.h: Likewise.
30149         * iconvdata/ibm1123.h: Likewise.
30150         * iconvdata/ibm1124.h: Likewise.
30151         * iconvdata/ibm1129.h: Likewise.
30152         * iconvdata/ibm1130.h: Likewise.
30153         * iconvdata/ibm1132.h: Likewise.
30154         * iconvdata/ibm1133.h: Likewise.
30155         * iconvdata/ibm1137.h: Likewise.
30156         * iconvdata/ibm1140.h: Likewise.
30157         * iconvdata/ibm1141.h: Likewise.
30158         * iconvdata/ibm1142.h: Likewise.
30159         * iconvdata/ibm1143.h: Likewise.
30160         * iconvdata/ibm1144.h: Likewise.
30161         * iconvdata/ibm1145.h: Likewise.
30162         * iconvdata/ibm1146.h: Likewise.
30163         * iconvdata/ibm1147.h: Likewise.
30164         * iconvdata/ibm1148.h: Likewise.
30165         * iconvdata/ibm1149.h: Likewise.
30166         * iconvdata/ibm1153.h: Likewise.
30167         * iconvdata/ibm1154.h: Likewise.
30168         * iconvdata/ibm1155.h: Likewise.
30169         * iconvdata/ibm1156.h: Likewise.
30170         * iconvdata/ibm1157.h: Likewise.
30171         * iconvdata/ibm1158.h: Likewise.
30172         * iconvdata/ibm1160.h: Likewise.
30173         * iconvdata/ibm1161.h: Likewise.
30174         * iconvdata/ibm1162.h: Likewise.
30175         * iconvdata/ibm1163.h: Likewise.
30176         * iconvdata/ibm1164.h: Likewise.
30177         * iconvdata/ibm1166.h: Likewise.
30178         * iconvdata/ibm1167.h: Likewise.
30179         * iconvdata/ibm12712.h: Likewise.
30180         * iconvdata/ibm1390.h: Likewise.
30181         * iconvdata/ibm1399.h: Likewise.
30182         * iconvdata/ibm16804.h: Likewise.
30183         * iconvdata/ibm4517.h: Likewise.
30184         * iconvdata/ibm4899.h: Likewise.
30185         * iconvdata/ibm4909.h: Likewise.
30186         * iconvdata/ibm4971.h: Likewise.
30187         * iconvdata/ibm5347.h: Likewise.
30188         * iconvdata/ibm803.h: Likewise.
30189         * iconvdata/ibm856.h: Likewise.
30190         * iconvdata/ibm901.h: Likewise.
30191         * iconvdata/ibm902.h: Likewise.
30192         * iconvdata/ibm9030.h: Likewise.
30193         * iconvdata/ibm9066.h: Likewise.
30194         * iconvdata/ibm921.h: Likewise.
30195         * iconvdata/ibm922.h: Likewise.
30196         * iconvdata/ibm9448.h: Likewise.
30197         * iconvdata/isiri-3342.h: Likewise.
30198         * iconvdata/jis0201.h: Likewise.
30199         * include/link.h: Likewise.
30200         * include/netdb.h: Likewise.
30201         * inet/check_native.c: Likewise.
30202         * inet/check_pf.c: Likewise.
30203         * inet/getipv4sourcefilter.c: Likewise.
30204         * inet/getnameinfo.c: Likewise.
30205         * inet/getsourcefilter.c: Likewise.
30206         * inet/htonl.c: Likewise.
30207         * inet/setipv4sourcefilter.c: Likewise.
30208         * inet/setsourcefilter.c: Likewise.
30209         * inet/test-inet6_opt.c: Likewise.
30210         * inet/tst-network.c: Likewise.
30211         * locale/C-collate.c: Likewise.
30212         * locale/C-ctype.c: Likewise.
30213         * locale/C-time.c: Likewise.
30214         * locale/C-translit.h: Likewise.
30215         * locale/loadarchive.c: Likewise.
30216         * locale/programs/3level.h: Likewise.
30217         * locale/programs/charmap.c: Likewise.
30218         * locale/programs/charmap.h: Likewise.
30219         * locale/programs/ld-address.c: Likewise.
30220         * locale/programs/ld-collate.c: Likewise.
30221         * locale/programs/ld-ctype.c: Likewise.
30222         * locale/programs/ld-identification.c: Likewise.
30223         * locale/programs/ld-measurement.c: Likewise.
30224         * locale/programs/ld-messages.c: Likewise.
30225         * locale/programs/ld-monetary.c: Likewise.
30226         * locale/programs/ld-name.c: Likewise.
30227         * locale/programs/ld-numeric.c: Likewise.
30228         * locale/programs/ld-paper.c: Likewise.
30229         * locale/programs/ld-telephone.c: Likewise.
30230         * locale/programs/ld-time.c: Likewise.
30231         * locale/programs/linereader.c: Likewise.
30232         * locale/programs/locale.c: Likewise.
30233         * locale/programs/locarchive.c: Likewise.
30234         * locale/programs/locfile.h: Likewise.
30235         * locale/programs/repertoire.c: Likewise.
30236         * locale/programs/simple-hash.c: Likewise.
30237         * locale/programs/simple-hash.h: Likewise.
30238         * malloc/memusage.c: Likewise.
30239         * malloc/memusagestat.c: Likewise.
30240         * nis/nis_defaults.c: Likewise.
30241         * nis/nis_hash.c: Likewise.
30242         * nis/nis_print.c: Likewise.
30243         * nis/nis_xdr.c: Likewise.
30244         * nscd/connections.c: Likewise.
30245         * nscd/hstcache.c: Likewise.
30246         * nscd/nscd_gethst_r.c: Likewise.
30247         * nscd/nscd_getserv_r.c: Likewise.
30248         * nscd/nscd_helper.c: Likewise.
30249         * nscd/servicescache.c: Likewise.
30250         * nss/makedb.c: Likewise.
30251         * nss/nss_db/db-XXX.c: Likewise.
30252         * nss/nss_db/db-initgroups.c: Likewise.
30253         * nss/nss_db/db-netgrp.c: Likewise.
30254         * nss/nss_files/files-network.c: Likewise.
30255         * nss/nss_files/files-parse.c: Likewise.
30256         * posix/bug-regex5.c: Likewise.
30257         * posix/fnmatch_loop.c: Likewise.
30258         * posix/regcomp.c: Likewise.
30259         * posix/regexec.c: Likewise.
30260         * posix/tst-rfc3484-2.c: Likewise.
30261         * posix/tst-rfc3484-3.c: Likewise.
30262         * posix/tst-rfc3484.c: Likewise.
30263         * resolv/nss_dns/dns-canon.c: Likewise.
30264         * resolv/nss_dns/dns-network.c: Likewise.
30265         * resolv/res_init.c: Likewise.
30266         * resolv/res_mkquery.c: Likewise.
30267         * resolv/tst-aton.c: Likewise.
30268         * stdlib/cxa_atexit.c: Likewise.
30269         * stdlib/cxa_finalize.c: Likewise.
30270         * stdlib/gen-fpioconst.c: Likewise.
30271         * stdlib/strtol_l.c: Likewise.
30272         * string/tst-endian.c: Likewise.
30273         * sunrpc/auth_des.c: Likewise.
30274         * sunrpc/clnt_udp.c: Likewise.
30275         * sunrpc/rtime.c: Likewise.
30276         * sunrpc/svcauth_des.c: Likewise.
30277         * sunrpc/xdr.c: Likewise.
30278         * sunrpc/xdr_intXX_t.c: Likewise.
30279         * sunrpc/xdr_rec.c: Likewise.
30280         * sysdeps/generic/ldconfig.h: Likewise.
30281         * sysdeps/generic/ldsodefs.h: Likewise.
30282         * sysdeps/generic/memusage.h: Likewise.
30283         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
30284         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
30285         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
30286         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
30287         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
30288         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
30289         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
30290         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
30291         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
30292         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
30293         * sysdeps/posix/getaddrinfo.c: Likewise.
30294         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
30295         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
30296         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
30297         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
30298         * sysdeps/powerpc/test-gettimebase.c: Likewise.
30299         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
30300         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
30301         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
30302         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
30303         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
30304         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
30305         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
30306         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
30307         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
30308         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
30309         * sysdeps/x86_64/dl-tls.h: Likewise.
30310         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
30311         * time/alt_digit.c: Likewise.
30312         * time/era.c: Likewise.
30313         * wcsmbs/tst-c16c32-1.c: Likewise.
30315 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
30317         * math/libm-test.inc (struct test_sincos_data): New type.
30318         (RUN_TEST_LOOP_sincos): New macro.
30319         (sincos_test_data): New variable.
30320         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
30322 2013-05-16  Richard Henderson  <rth@redhat.com>
30324         * math/atest-exp2.c (LIMB64): New macro.
30325         (CONSTSZ): New macro.
30326         (mp_exp1, mp_exp_m1, mp_log2): New variables.
30327         (hexdig): Move ...
30328         (print_mpn_fp): ... to function scope.
30329         (read_mpn_hex): Remove.
30330         (get_log2): Remove.
30331         (exp2_mpn): Use mp_log2.
30332         (main): Use mp_exp1.
30334 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
30336         * math/libm-test.inc: Remove comment about not testing "inexact"
30337         exceptions.
30338         (INEXACT_EXCEPTION): New macro.
30339         (NO_INEXACT_EXCEPTION): Likewise.
30340         (INVALID_EXCEPTION_OK): Update value.
30341         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
30342         (OVERFLOW_EXCEPTION_OK): Likewise.
30343         (UNDERFLOW_EXCEPTION_OK): Likewise.
30344         (IGNORE_ZERO_INF_SIGN): Likewise.
30345         (ERRNO_UNCHANGED): Likewise.
30346         (ERRNO_EDOM): Likewise.
30347         (ERRNO_ERANGE): Likewise.
30348         (test_exceptions): Handle testing "inexact" exceptions.
30349         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
30350         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
30351         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
30352         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
30353         INEXACT_EXCEPTION.
30354         (rint_towardzero_test_data): Likewise.
30355         (rint_downward_test_data): Likewise.
30356         (rint_upward_test_data): Likewise.
30358         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
30359         with OVERFLOW_EXCEPTION.
30360         (exp10_test_data): Likewise.
30361         (exp2_test_data): Likewise.
30362         (expm1_test_data): Likewise.
30363         (lgamma_test_data): Likewise.
30364         (pow_test_data): Likewise.
30365         (tgamma_test_data): Likewise.
30366         (yn_test_data): Remove duplicate test of overflow.
30368         * math/libm-test.inc (struct test_cc_c_data): New type.
30369         (RUN_TEST_LOOP_cc_c): New macro.
30370         (cpow_test_data): New variable.
30371         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
30373         * math/libm-test.inc (struct test_f_L_data): New type.
30374         (RUN_TEST_LOOP_f_L): New macro.
30375         (llrint_test_data): New variable.
30376         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
30377         (llrint_tonearest_test_data): New variable.
30378         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
30379         (llrint_towardzero_test_data): New variable.
30380         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
30381         (llrint_downward_test_data): New variable.
30382         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
30383         (llrint_upward_test_data): New variable.
30384         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
30385         (llround_test_data): New variable.
30386         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
30388 2013-05-13  Peter Collingbourne  <pcc@google.com>
30390         * math/atest-exp2.c (get_log2): Remove const attribute.
30392 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
30394         * math/libm-test.inc (struct test_f_l_data): New type.
30395         (RUN_TEST_LOOP_f_l): New macro.
30396         (lrint_test_data): New variable.
30397         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
30398         (lrint_tonearest_test_data): New variable.
30399         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
30400         (lrint_towardzero_test_data): New variable.
30401         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
30402         (lrint_downward_test_data): New variable.
30403         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
30404         (lrint_upward_test_data): New variable.
30405         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
30406         (lround_test_data): New variable.
30407         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
30409 2013-05-15  Peter Collingbourne  <pcc@google.com>
30411         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
30412         (EXTRACT_WORDS64) Use where appropriate.
30413         (INSERT_WORDS64) Likewise.
30415         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
30416         constraints with x constraints.
30417         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
30419         * malloc/obstack.c (_obstack_compat): Add initializer.
30421 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
30423         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
30424         si_trapno and add si_addr_lsb to _sifields.sigfault.
30425         (si_trapno): Remove macro.
30426         (si_addr_lsb): Define new macro.
30427         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
30429 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
30431         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
30432         instead of TEST_f_l.
30433         (llrint_test_tonearest): Likewise.
30434         (llrint_test_towardzero): Likewise.
30435         (llrint_test_downward): Likewise.
30436         (llrint_test_upward): Likewise.
30437         (llround_test): Likewise.
30439         * math/libm-test.inc (struct test_f_i_data): Add comment.
30440         (RUN_TEST_LOOP_f_b): New macro.
30441         (RUN_TEST_LOOP_f_b_tg): Likewise.
30442         (finite_test_data): New variable.
30443         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
30444         (isfinite_test_data): New variable.
30445         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
30446         (isinf_test_data): New variable.
30447         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
30448         (isnan_test_data): New variable.
30449         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
30450         (isnormal_test_data): New variable.
30451         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
30452         (issignaling_test_data): New variable.
30453         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
30454         (signbit_test_data): New variable.
30455         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
30457         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
30458         with INVALID_EXCEPTION.
30459         (acosh_test_data): Likewise.
30460         (asin_test_data): Likewise.
30461         (atanh_test_data): Likewise.
30462         (fmod_test_data): Likewise.
30463         (log_test_data): Likewise.
30464         (log10_test_data): Likewise.
30465         (log2_test_data): Likewise.
30466         (pow_test_data): Likewise.
30467         (sqrt_test_data): Likewise.
30468         (y0_test_data): Likewise.
30469         (y1_test_data): Likewise.
30470         (yn_test_data): Likewise.
30472         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
30473         function contents.
30475         * math/libm-test.inc (struct test_ff_i_data): New type.
30476         (RUN_TEST_LOOP_ff_i_tg): New macro.
30477         (isgreater_test_data): New variable.
30478         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
30479         (isgreaterequal_test_data): New variable.
30480         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
30481         (isless_test_data): New variable.
30482         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
30483         (islessequal_test_data): New variable.
30484         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
30485         (islessgreater_test_data): New variable.
30486         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
30487         (isunordered_test_data): New variable.
30488         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
30490 2013-05-14  David S. Miller  <davem@davemloft.net>
30492         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30494 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
30496         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
30498         * math/libm-test.inc (struct test_fF_f1_data): Change type of
30499         extra_test to int.
30500         (struct test_f_i_data): Change type of max_ulp to int.
30502         * math/libm-test.inc (test_ffI_f1_data): New type.
30503         (RUN_TEST_LOOP_ffI_f1): New macro.
30504         (remquo_test_data): New variable.
30505         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
30507         * setjmp/tst-setjmp-fp.c: New file.
30508         * setjmp/Makefile (tests): Add tst-setjmp-fp.
30509         (link-libm): New variable.
30510         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
30512         * math/libm-test.inc (struct test_f_i_data): New type.
30513         (RUN_TEST_LOOP_f_i): New macro.
30514         (RUN_TEST_LOOP_f_i_tg): Likewise.
30515         (fpclassify_test_data): New variable.
30516         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
30517         (ilogb_test_data): New variable.
30518         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
30520         * math/libm-test.inc (scalbln_test): Correct function name in END
30521         call.
30523         * math/libm-test.inc (struct test_f_f1_data): Add comment.
30524         (RUN_TEST_LOOP_fI_f1): New macro.
30525         (frexp_test_data): New variable.
30526         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
30528         * math/libm-test.inc (struct test_fF_f1_data): New type.
30529         (RUN_TEST_LOOP_fF_f1): New macro.
30530         (modf_test_data): New variable.
30531         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
30533         * math/libm-test.inc (struct test_f_f1_data): New type.
30534         (RUN_TEST_LOOP_f_f1): New macro.
30535         (gamma_test_data): New variable.
30536         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
30537         (lgamma_test_data): New variable.
30538         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
30540 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
30542         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
30543         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
30544         (main): Comment "tls" pseudo-hwcap.
30546 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
30548         * math/libm-test.inc (struct test_fl_f_data): New type.
30549         (RUN_TEST_LOOP_fl_f): New variable.
30550         (scalbln_test_data): New variable.
30551         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
30553         * math/libm-test.inc (struct test_fi_f_data): New type.
30554         (RUN_TEST_LOOP_fi_f): New macro.
30555         (ldexp_test_data): New variable.
30556         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
30557         (scalbn_test_data): New variable.
30558         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
30560         * math/libm-test.inc (struct test_c_f_data): New type.
30561         (RUN_TEST_LOOP_c_f): New macro.
30562         (cabs_test_data): New variable.
30563         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
30564         (carg_test_data): New variable.
30565         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
30566         (cimag_test_data): New variable.
30567         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
30568         (creal_test_data): New variable.
30569         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
30571         * math/libm-test.inc (struct test_if_f_data): New type.
30572         (RUN_TEST_LOOP_if_f): New macro.
30573         (jn_test_data): New variable.
30574         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
30575         (yn_test_data): New variable.
30576         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
30578         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
30580 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30582         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
30583         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
30585 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
30587         * benchtests/Makefile (CPPFLAGS-nonlib): Add
30588         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
30589         (bench-deps): Add bench-timing.h.
30590         * benchtests-bench-skeleton.c: Include bench-timing.h.
30591         (main): Use TIMING_* macros instead of clock_gettime.
30592         * benchtests/bench-timing.h: New file.
30594         [BZ #14582]
30595         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
30596         Renamed from _LIB_VERSION.
30597         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
30599 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
30601         * math/libm-test.inc (struct test_fff_f_data): New type.
30602         (RUN_TEST_LOOP_fff_f): New macro.
30603         (fma_test_data): New variable.
30604         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
30605         (fma_towardzero_test_data): New variable.
30606         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
30607         (fma_downward_test_data): New variable.
30608         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
30609         (fma_upward_test_data): New variable.
30610         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
30612         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
30613         (struct test_c_c_data): New type.
30614         (RUN_TEST_LOOP_c_c): New macro.
30615         (cacos_test_data): New variable.
30616         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
30617         (cacosh_test_data): New variable.
30618         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
30619         (casin_test_data): New variable.
30620         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
30621         (casinh_test_data): New variable.
30622         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
30623         (catan_test_data): New variable.
30624         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
30625         (catanh_test_data): New variable.
30626         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
30627         (ccos_test_data): New variable.
30628         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
30629         (ccosh_test_data): New variable.
30630         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
30631         (cexp_test_data): New variable.
30632         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
30633         (clog_test_data): New variable.
30634         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
30635         (clog10_test_data): New variable.
30636         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
30637         (conj_test_data): New variable.
30638         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
30639         (cproj_test_data): New variable.
30640         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
30641         (csin_test_data): New variable.
30642         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
30643         (csinh_test_data): New variable.
30644         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
30645         (csqrt_test_data): New variable.
30646         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
30647         (ctan_test_data): New variable.
30648         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
30649         (ctan_tonearest_test_data): New variable.
30650         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
30651         (ctan_towardzero_test_data): New variable.
30652         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
30653         (ctan_downward_test_data): New variable.
30654         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
30655         (ctan_upward_test_data): New variable.
30656         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
30657         (ctanh_test_data): New variable.
30658         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
30659         (ctanh_tonearest_test_data): New variable.
30660         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
30661         (ctanh_towardzero_test_data): New variable.
30662         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
30663         (ctanh_downward_test_data): New variable.
30664         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
30665         (ctanh_upward_test_data): New variable.
30666         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
30667         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
30668         of BUILD_COMPLEX.
30670         * math/libm-test.inc (struct test_ff_f_data): New type.
30671         (struct test_ff_f_data_nexttoward): Likewise.
30672         (RUN_TEST_LOOP_2_f): New macro.
30673         (RUN_TEST_LOOP_ff_f): Likewise.
30674         (atan2_test_data): New variable.
30675         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
30676         (copysign_test_data): New variable.
30677         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
30678         (fdim_test_data): New variable.
30679         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
30680         (fmax_test_data): New variable.
30681         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
30682         (fmin_test_data): New variable.
30683         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
30684         (fmod_test_data): New variable.
30685         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
30686         (hypot_test_data): New variable.
30687         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
30688         (nextafter_test_data): New variable.
30689         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
30690         (nexttoward_test_data): New variable.
30691         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
30692         (pow_test_data): New variable.
30693         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
30694         (pow_tonearest_test_data): New variable.
30695         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
30696         (pow_towardzero_test_data): New variable.
30697         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
30698         (pow_downward_test_data): New variable.
30699         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
30700         (pow_upward_test_data): New variable.
30701         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
30702         (remainder_test_data): New variable.
30703         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
30704         (scalb_test_data): New variable.
30705         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
30706         * sysdeps/i386/fpu/libm-test-ulps: Update.
30708 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
30710         * math/libm-test.inc (fma_test): Use max_value instead of local
30711         variable fltmax.
30712         (nextafter_test): Likewise.
30714         * math/libm-test.inc (acos_towardzero_test_data): New variable.
30715         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30716         (acos_downward_test_data): New variable.
30717         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30718         (acos_upward_test_data): New variable.
30719         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30720         (acosh_test_data): New variable.
30721         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
30722         (asin_test_data): New variable.
30723         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
30724         (asin_tonearest_test_data): New variable.
30725         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30726         (asin_towardzero_test_data): New variable.
30727         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30728         (asin_downward_test_data): New variable.
30729         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30730         (asin_upward_test_data): New variable.
30731         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30732         (asinh_test_data): New variable.
30733         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
30734         (atan_test_data): New variable.
30735         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
30736         (atanh_test_data): New variable.
30737         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
30738         (cbrt_test_data): New variable.
30739         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
30740         (ceil_test_data): New variable.
30741         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
30742         (cos_test_data): New variable.
30743         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
30744         (cos_tonearest_test_data): New variable.
30745         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30746         (cos_towardzero_test_data): New variable.
30747         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30748         (cos_downward_test_data): New variable.
30749         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30750         (cos_upward_test_data): New variable.
30751         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30752         (cosh_test_data): New variable.
30753         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
30754         (cosh_tonearest_test_data): New variable.
30755         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30756         (cosh_towardzero_test_data): New variable.
30757         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30758         (cosh_downward_test_data): New variable.
30759         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30760         (cosh_upward_test_data): New variable.
30761         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30762         (erf_test_data): New variable.
30763         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
30764         (erfc_test_data): New variable.
30765         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
30766         (exp_test_data): New variable.
30767         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
30768         (exp_tonearest_test_data): New variable.
30769         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30770         (exp_towardzero_test_data): New variable.
30771         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30772         (exp_downward_test_data): New variable.
30773         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30774         (exp_upward_test_data): New variable.
30775         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30776         (exp10_test_data): New variable.
30777         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
30778         (exp2_test_data): New variable.
30779         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
30780         (expm1_test_data): New variable.
30781         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
30782         (fabs_test_data): New variable.
30783         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
30784         (floor_test_data): New variable.
30785         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
30786         (j0_test_data): New variable.
30787         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
30788         (j1_test_data): New variable.
30789         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
30790         (log_test_data): New variable.
30791         (log_test): Run tests with RUN_TEST_LOOP_f_f.
30792         (log10_test_data): New variable.
30793         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
30794         (log1p_test_data): New variable.
30795         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
30796         (log2_test_data): New variable.
30797         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
30798         (logb_test_data): New variable.
30799         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
30800         (logb_downward_test_data): New variable.
30801         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30802         (nearbyint_test_data): New variable.
30803         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
30804         (rint_test_data): New variable.
30805         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
30806         (rint_tonearest_test_data): New variable.
30807         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30808         (rint_towardzero_test_data): New variable.
30809         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30810         (rint_downward_test_data): New variable.
30811         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30812         (rint_upward_test_data): New variable.
30813         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30814         (round_test_data): New variable.
30815         (round_test): Run tests with RUN_TEST_LOOP_f_f.
30816         (sin_test_data): New variable.
30817         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
30818         (sin_tonearest_test_data): New variable.
30819         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30820         (sin_towardzero_test_data): New variable.
30821         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30822         (sin_downward_test_data): New variable.
30823         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30824         (sin_upward_test_data): New variable.
30825         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30826         (sinh_test_data): New variable.
30827         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
30828         (sinh_tonearest_test_data): New variable.
30829         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30830         (sinh_towardzero_test_data): New variable.
30831         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30832         (sinh_downward_test_data): New variable.
30833         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30834         (sinh_upward_test_data): New variable.
30835         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30836         (sqrt_test_data): New variable.
30837         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
30838         (tan_test_data): New variable.
30839         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
30840         (tan_tonearest_test_data): New variable.
30841         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30842         (tan_towardzero_test_data): New variable.
30843         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30844         (tan_downward_test_data): New variable.
30845         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30846         (tan_upward_test_data): New variable.
30847         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30848         (tanh_test_data): New variable.
30849         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
30850         (tgamma_test_data): New variable.
30851         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
30852         (trunc_test_data): New variable.
30853         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
30854         (y0_test_data): New variable.
30855         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
30856         (y1_test_data): New variable.
30857         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
30858         (significand_test_data): New variable.
30859         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
30861 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
30863         [BZ #12387]
30864         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
30866 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
30868         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
30870 2013-05-10  Andreas Jaeger  <aj@suse.de>
30872         [BZ #15448]
30873         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
30874         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
30876 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
30878         * math/gen-libm-test.pl (adjust_arg): New function.
30879         (special_functions): Handle generating output in both functions
30880         and arrays.
30881         (parse_args): Likewise.
30882         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
30883         $in_func argument to parse_args.
30884         * math/libm-test.inc (struct test_f_f_data): New type.
30885         (IF_ROUND_INIT_): New macro.
30886         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
30887         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
30888         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
30889         (IF_ROUND_INIT_FE_UPWARD): Likewise.
30890         (ROUND_RESTORE_): Likewise.
30891         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
30892         (ROUND_RESTORE_FE_TONEAREST): Likewise.
30893         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
30894         (ROUND_RESTORE_FE_UPWARD): Likewise.
30895         (RUN_TEST_LOOP_f_f): New macro.
30896         (acos_test_data): New variable.
30897         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
30898         (acos_tonearest_test_data): New variable.
30899         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30901 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30903         * benchtests/bench-skeleton.c (startup): Fix coding style.
30905 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
30907         [BZ #6809]
30908         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
30909         negative infinity argument.
30910         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
30911         negative infinity argument.
30912         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
30913         negative infinity argument.
30914         * math/libm-test.inc (tgamma_test): Expect errno to be set for
30915         domain errors.
30917 2013-05-10  Florian Weimer  <fweimer@redhat.com>
30919         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
30920         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
30921         * iconv/iconv_prog.c (main): Likewise.
30922         * locale/programs/charmap-dir.c (charmap_readdir)
30923         (fopen_uncompressed): Likewise.
30924         * locale/programs/locfile.c (siblings_uncached)
30925         (write_locale_data): Use lstat64 instead of lstat.
30926         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
30927         stat.
30929 2013-05-10  Andreas Jaeger  <aj@suse.de>
30931         [BZ #15395]
30932         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
30933         localization.
30934         Include <locale.h>.
30936 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
30938         * elf/dl-close.c (_dl_close_worker): Add comments.
30940 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
30942         [BZ #15359]
30943         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
30944         high part of pi/2.
30945         (__ieee754_rem_pio2l): Update comments.
30947         [BZ #15429]
30948         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
30949         high part of pi/2.
30950         (__ieee754_rem_pio2l): Update comments.
30952         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
30953         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
30955         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
30956         M_PI_4l.
30958         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
30959         (M_PI_34_LOG10El): Likewise.
30960         (M_PI2_LOG10El): Likewise.
30961         (M_PI4_LOG10El): Likewise.
30962         (M_PI_LOG10El): Likewise.
30964 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30966         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30968 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
30970         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
30971         (MINUS_ZERO_INIT): Likewise.
30972         (PLUS_INFTY_INIT): Likewise.
30973         (MINUS_INFTY_INIT): Likewise.
30974         (QNAN_VALUE_INIT): Likewise.
30975         (MAX_VALUE_INIT): Likewise.
30976         (MIN_VALUE_INIT): Likewise.
30977         (MIN_SUBNORM_VALUE_INIT): Likewise.
30978         (plus_zero): Initialize with PLUS_ZERO_INIT.
30979         (minus_zero): Initialize with MINUS_ZERO_INIT.
30980         (plus_infty): Initialize with PLUS_INFTY_INIT.
30981         (minus_infty): Initialize with MINUS_INFTY_INIT.
30982         (qnan_value): Initialize with QNAN_VALUE_INIT.
30983         (max_value): Initialize with MAX_VALUE_INIT.
30984         (min_value): Initialize with MIN_VALUE_INIT.
30985         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
30987         * math/libm-test.inc (RUN_TEST_if_f): New macro.
30988         (jn_test): Use TEST_if_f instead of TEST_ff_f.
30989         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
30990         (yn_test): Use TEST_if_f instead of TEST_ff_f.
30992         * math/libm-test.inc (RUN_TEST_f_f): New macro.
30993         (RUN_TEST_2_f): Likewise.
30994         (RUN_TEST_ff_f): Likewise.
30995         (RUN_TEST_fi_f): Likewise.
30996         (RUN_TEST_fl_f): Likewise.
30997         (RUN_TEST_fff_f): Likewise.
30998         (RUN_TEST_c_f): Likewise.
30999         (RUN_TEST_f_f1): Likewise.
31000         (RUN_TEST_fF_f1): Likewise.
31001         (RUN_TEST_fI_f1): Likewise.
31002         (RUN_TEST_ffI_f1): Likewise.
31003         (RUN_TEST_c_c): Likewise.
31004         (RUN_TEST_cc_c): Likewise.
31005         (RUN_TEST_f_i): Likewise.
31006         (RUN_TEST_f_i_tg): Likewise.
31007         (RUN_TEST_ff_i_tg): Likewise.
31008         (RUN_TEST_f_b): Likewise.
31009         (RUN_TEST_f_b_tg): Likewise.
31010         (RUN_TEST_f_l): Likewise.
31011         (RUN_TEST_f_L): Likewise.
31012         (RUN_TEST_sincos): Likewise.
31013         * math/gen-libm-test.pl (new_test): Take new argument to indicate
31014         whether to show exceptions.  Do not include ");\n" in return
31015         value.
31016         (special_functions): Output call to RUN_TEST_sincos instead of
31017         check_float calls.  Update calls to new_test.
31018         (parse_args): Output call to single RUN_TEST_* macro instead of
31019         check_* calls and other assignments.  Update calls to new_test.
31021         [BZ #2546]
31022         [BZ #2560]
31023         [BZ #5159]
31024         [BZ #15426]
31025         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
31026         input to result for tgamma overflow.
31027         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
31028         (gamma_coeff): New variable.
31029         (NCOEFF): New macro.
31030         (gamma_positive): New function.
31031         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
31032         underflow here.  Use gamma_positive instead of exp (lgamma) for
31033         other arguments.
31034         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
31035         (gamma_coeff): New variable.
31036         (NCOEFF): New macro.
31037         (gammaf_positive): New function.
31038         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
31039         underflow here.  Use gamma_positive instead of exp (lgamma) for
31040         other arguments.
31041         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
31042         (gamma_coeff): New variable.
31043         (NCOEFF): New macro.
31044         (gammal_positive): New function.
31045         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
31046         underflow here.  Use gamma_positive instead of exp (lgamma) for
31047         other arguments.
31048         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
31049         (gamma_coeff): New variable.
31050         (NCOEFF): New macro.
31051         (gammal_positive): New function.
31052         (__ieee754_gammal_r): Handle positive infinity, overflow and
31053         underflow here.  Handle NaN the same as positive infinity.  Remove
31054         check x < 0xffffffff for negative integers.  Use gamma_positive
31055         instead of exp (lgamma) for other arguments.
31056         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
31057         (gamma_coeff): New variable.
31058         (NCOEFF): New macro.
31059         (gammal_positive): New function.
31060         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
31061         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
31062         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
31063         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
31064         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
31065         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
31066         * sysdeps/generic/math_private.h (__gamma_productf): New
31067         prototype.
31068         (__gamma_product): Likewise.
31069         (__gamma_productl): Likewise.
31070         * math/Makefile (libm-calls): Add gamma_product.
31071         * math/libm-test.inc (tgamma_test): Add more tests.
31072         * sysdeps/i386/fpu/libm-test-ulps: Update.
31073         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31075 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
31077         * benchtests/bench-skeleton.c (main): Preheat CPU.
31079 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
31081         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
31083 2013-05-07  Roland McGrath  <roland@hack.frob.com>
31085         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
31086         and _dl_skip_args_internal.
31088 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
31090         * manual/message.texi (Message Translation): Talk about users.
31091         Message to key mapping impacts design.
31093 2013-05-06  Roland McGrath  <roland@hack.frob.com>
31095         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
31097         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
31099         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
31100         * sysdeps/wordsize-64/glob64.c: ... here.
31102         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
31103         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
31104         New macros.
31106         * debug/getlogin_r_chk.c: Moved to ...
31107         * login/getlogin_r_chk.c: ... here.
31108         * debug/Makefile (routines): Move getlogin_r_chk to ...
31109         * login/Makefile (routines): ... here.
31110         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
31111         * login/Versions (libc: GLIBC_2.4): ... here.
31113         * io/poll.c (__poll): Renamed from poll.
31114         Add libc_hidden_def.
31115         (poll): Define as weak alias.
31117         * debug/ptsname_r_chk.c: Moved to ...
31118         * login/ptsname_r_chk.c: ... here.
31119         * debug/Makefile (routines): Move ptsname_r_chk to ...
31120         * login/Makefile (routines): ... here.
31121         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
31122         * login/Versions (libc: GLIBC_2.4): ... here.
31124         * posix/getlogin.c: Moved to ...
31125         * login/getlogin.c: ... here.
31126         * posix/getlogin_r.c: Moved to ...
31127         * login/getlogin_r.c: ... here.
31128         * posix/getlogin_r.c: Moved to ...
31129         * login/getlogin_r.c: ... here.
31130         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
31131         * login/Makefile (routines): ... here.
31132         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
31133         * login/Versions (libc: GLIBC_2.0): ... here.
31135         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
31136         (setrlimit): Define as weak alias.
31138         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
31139         Call __ names for open, ftruncate, and close.
31140         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
31141         (truncate): Define as weak alias.
31143 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
31145         * math/gen-libm-test.pl (parse_args): Initialize x before each
31146         test of frexp, modf and remquo.
31148         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
31149         test signgam value.
31151 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31153         [BZ #15418]
31154         [BZ #15419]
31155         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
31156         internal tests.
31157         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
31159 2013-05-06  Roland McGrath  <roland@hack.frob.com>
31161         * elf/dl-writev.h: New file.
31162         * elf/dl-misc.c: Include it.
31163         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
31164         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
31166 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
31168         * math/libm-test.inc (noXFails): Remove variable.
31169         (noXPasses): Likewise.
31170         (BUILD_COMPLEX_INT): Remove macro.
31171         (print_screen): Remove xfail argument.
31172         (print_screen_max_error): Likewise.
31173         (update_stats): Likewise.
31174         (print_max_error): Likewise.  Update calls to other affected
31175         functions.
31176         (print_complex_max_error): Likewise.
31177         (test_single_exception): Update calls to print_screen.
31178         (test_single_errno): Likewise.
31179         (check_float_internal): Remove xfail argument.  Update calls to
31180         other affected functions.
31181         (check_float): Likewise.
31182         (check_complex): Likewise.
31183         (check_int): Likewise.
31184         (check_long): Likewise.
31185         (check_bool): Likewise.
31186         (check_longlong): Likewise.
31187         (main): Don't print noXFails and noXPasses.
31188         * math/gen-libm-test.pl (top level): Don't mention expected
31189         failure handling in comment.
31190         (new_test): Don't handle expected failures.
31191         (parse_args): Don't mention expected failure handling in comment.
31192         (generate_testfile): Don't handle expected failures.
31193         (parse_ulps): Likewise.
31194         (print_ulps_file): Likewise.
31195         (get_failure): Remove function.
31196         (output_test): Don't handle expected failures.
31197         * make/README.libm-test: Don't mention expected failure handling.
31199         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
31200         (minus_zero): Likewise.
31201         (plus_infty): Likewise.
31202         (minus_infty): Likewise.
31203         (qnan_value): Likewise.
31204         (max_value): Likewise.
31205         (min_value): Likewise.
31206         (min_subnorm_value): Likewise.
31207         (initialize): Do not initialize those variables dynamically.
31209 2013-05-03  Roland McGrath  <roland@hack.frob.com>
31211         * io/open.c (__open_2): Moved to ...
31212         * io/open_2.c: ... this new file.
31213         * io/open64.c (__open64_2): Moved to ...
31214         * io/open64_2.c: ... this new file.
31215         * io/openat.c (__openat_2): Moved to ...
31216         * io/openat_2.c: ... this new file.
31217         * io/openat64.c (__openat64_2): Moved to ...
31218         * io/openat64_2.c: ... this new file.
31219         * io/Makefile (routines): Add them.
31220         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
31221         * sysdeps/unix/sysv/linux/open_2.c: File removed.
31222         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
31223         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
31224         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
31225         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
31226         (__openat64): Add hidden_ver.
31227         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
31228         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
31230         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
31231         Separately conditionalize setting of GLRO(dl_sysinfo) so
31232         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
31233         as well, but the actual setting is only under [NEED_DL_SYSINFO].
31235 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31237         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
31238         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
31239         definition.
31240         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
31241         * sysdeps/unix/sysv/linux/powerpc/init-first.c
31242         (_libc_vdso_platform_setup): Add __vdso_time initialization.
31243         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
31244         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
31246 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
31248         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
31249         test signgam value.
31251         * math/libm-test.inc (hypot_test): Do not use
31252         IGNORE_ZERO_INF_SIGN.
31254 2013-05-03  Andreas Jaeger  <aj@suse.de>
31256         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
31257         Linux 3.9.
31258         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
31259         (PF_MAX): Adjust for VSOCK change.
31261 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31263         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31265 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
31267         [BZ #15264]
31268         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
31269         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
31270         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
31272 2013-05-02  David S. Miller  <davem@davemloft.net>
31274         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31276 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
31278         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
31280 2013-05-01  Roland McGrath  <roland@hack.frob.com>
31282         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
31284 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
31286         [BZ #14952]
31287         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
31288         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
31289         Use __attribute__ ((__gnu_inline__)).
31290         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
31291         Don't use __attribute__ ((__gnu_inline__)).
31293 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
31295         [BZ #15423]
31296         * math/s_catan.c (__catan): Handle small real or imaginary part of
31297         input specially to avoid spurious underflow.
31298         * math/s_catanf.c (__catanf): Likewise.
31299         * math/s_catanh.c (__catanh): Likewise.
31300         * math/s_catanhf.c (__catanhf): Likewise.
31301         * math/s_catanhl.c (__catanhl): Likewise.
31302         * math/s_catanl.c (__catanl): Likewise.
31303         * math/libm-test.inc (catan_test): Add more tests.
31304         (catanh_test): Likewise.
31305         * sysdeps/i386/fpu/libm-test-ulps: Update.
31306         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31308 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31310         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31312 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
31314         [BZ #15416]
31315         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
31316         accurately for denominator in atan2.
31317         * math/s_catanf.c (__catanf): Likewise.
31318         * math/s_catanh.c (__catanh): Likewise.
31319         * math/s_catanhf.c (__catanhf): Likewise.
31320         * math/s_catanhl.c (__catanhl): Likewise.
31321         * math/s_catanl.c (__catanl): Likewise.
31322         * math/libm-test.inc (catan_test): Add more tests.
31323         (catanh_test): Likewise.
31324         * sysdeps/i386/fpu/libm-test-ulps: Update.
31325         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31327 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31329         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
31331         * benchtests/Makefile (bench): Remove slow benchmarks.
31332         * benchtests/atan-inputs: Add slow benchmark inputs.
31333         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
31334         (BENCH_FUNC): Accept variant offset.
31335         (VARIANT): Define.
31336         * benchtests/bench-skeleton.c (main): Run benchmark for each
31337         variant.
31338         * benchtests/cos-inputs: Add slow benchmark inputs.
31339         * benchtests/exp-inputs: Likewise.
31340         * benchtests/pow-inputs: Likewise.
31341         * benchtests/sin-inputs: Likewise.
31342         * benchtests/slowatan-inputs: Remove.
31343         * benchtests/slowatan.c: Remove.
31344         * benchtests/slowcos-inputs: Remove.
31345         * benchtests/slowcos.c: Remove.
31346         * benchtests/slowexp-inputs: Remove.
31347         * benchtests/slowexp.c: Remove.
31348         * benchtests/slowpow-inputs: Remove.
31349         * benchtests/slowpow.c: Remove.
31350         * benchtests/slowsin-inputs: Remove.
31351         * benchtests/slowsin.c: Remove.
31352         * benchtests/slowtan-inputs: Remove.
31353         * benchtests/slowtan.c: Remove.
31354         * benchtests/tan-inputs: Add slow benchmark inputs.
31355         * scripts/bench.pl: Parse comments and directives.
31357         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
31358         in CPPFLAGS.
31359         ($(objpfx)bench-%.c): Remove *-ITER.
31360         * benchtests/bench-modf.c: Remove definition of ITER.
31361         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
31362         (main): Loop for DURATION seconds instead of fixed number of
31363         iterations.
31364         * scripts/bench.pl: Don't expect iterations in parameters.
31366 2013-04-29  Roland McGrath  <roland@hack.frob.com>
31368         * io/fchdir.c (__fchdir): Renamed from fchdir.
31369         (fchdir): Define as weak alias.
31371 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
31373         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
31374         (ERRNO_EDOM): Likewise.
31375         (ERRNO_ERANGE): Likewise.
31376         (noErrnoTests): New variable.
31377         (init_max_error): Set errno to 0.
31378         (test_single_errno): New function.
31379         (test_errno): Likewise.
31380         (check_float_internal): Call test_errno.  Set errno to 0.
31381         (check_complex): Refer to errno tests in comment.
31382         (check_int): Call test_errno.  Set errno to 0.
31383         (check_long): Likewise.
31384         (check_bool): Likewise.
31385         (check_longlong): Likewise.
31386         (cos_test): Use ERRNO_* flags for errno tests instead of
31387         check_int.
31388         (expm1_test): Likewise.
31389         (fmod_test): Likewise.
31390         (ilogb_test): Likewise.
31391         (lgamma_test): Likewise.
31392         (pow_test): Likewise.
31393         (remainder_test): Likewise.
31394         (sin_test): Likewise.
31395         (tan_test): Likewise.
31396         (yn_test): Likewise.
31397         (initialize): Set errno to 0.
31398         (main): Print number of errno tests.
31399         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
31401 2013-04-29  Andreas Jaeger  <aj@suse.de>
31403         [BZ #15084]
31404         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
31405         and RES_USEVC.
31407         [BZ #15085]
31408         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
31409         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
31410         unimplemented.
31412         [BZ #15380]
31413         * stdlib/random.c (__initstate): Return NULL if
31414         __initstate fails.
31416         [BZ #15086]
31417         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
31418         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
31419         RES_SNGLKUPREOP.
31421 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31423         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31425 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
31427         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
31428         of individual tests.
31429         (casin_test): Likewise.
31430         (casinh_test): Likewise.
31432 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
31434         [BZ #15409]
31435         * math/s_catan.c (__catan): Handle arguments with large real or
31436         imaginary part separately without squaring.
31437         * math/s_catanf.c (__catanf): Likewise.
31438         * math/s_catanh.c (__catanh): Likewise.
31439         * math/s_catanhf.c (__catanhf): Likewise.
31440         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
31441         and redefine.
31442         (__catanhl): Handle arguments with large real or imaginary part
31443         separately without squaring.
31444         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
31445         and redefine.
31446         (__catanl): Handle arguments with large real or imaginary part
31447         separately without squaring.
31448         * math/libm-test.inc (catan_test): Add more tests.
31449         (catanh_test): Likewise.
31450         * sysdeps/i386/fpu/libm-test-ulps: Update.
31451         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31453 2013-04-27  Andreas Jaeger  <aj@suse.de>
31455         [BZ #15007]
31456         * stdlib/stdlib.h: Update guards for qecvt.
31457         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
31458         <stdlib.h>.
31460 2013-04-27  Allan McRae  <allan@archlinux.org>
31462         * sysdeps/i386/fpu/libm-test-ulps: Update.
31464 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
31466         [BZ #15406]
31467         * math/s_catan.c: Include <float.h>.
31468         (__catan): Ensure underflow exception occurs for underflowed
31469         result.
31470         * math/s_catanf.c: Include <float.h>.
31471         (__catanf): Ensure underflow exception occurs for underflowed
31472         result.
31473         * math/s_catanh.c: Include <float.h>.
31474         (__catanh): Ensure underflow exception occurs for underflowed
31475         result.
31476         * math/s_catanhf.c: Include <float.h>.
31477         (__catanhf): Ensure underflow exception occurs for underflowed
31478         result.
31479         * math/s_catanhl.c: Include <float.h>.
31480         (__catanhl): Ensure underflow exception occurs for underflowed
31481         result.
31482         * math/s_catanl.c: Include <float.h>.
31483         (__catanl): Ensure underflow exception occurs for underflowed
31484         result.
31485         * math/libm-test.inc (catan_test): Add more tests.
31486         (catanh_test): Likewise.
31488         [BZ #15405]
31489         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
31490         underflowed result.
31491         * math/s_ccoshf.c (__ccoshf): Likewise.
31492         * math/s_ccoshl.c (__ccoshl): Likewise.
31493         * math/s_csin.c (__csin): Likewise.
31494         * math/s_csinf.c (__csinf): Likewise.
31495         * math/s_csinh.c (__csinh): Likewise.
31496         * math/s_csinhf.c (__csinhf): Likewise.
31497         * math/s_csinhl.c (__csinhl): Likewise.
31498         * math/s_csinl.c (__csinl): Likewise.
31499         * math/libm-test.inc (ccos_test): Add more tests.
31500         (ccosh_test): Likewise.
31501         (csin_test): Likewise.
31502         (csinh_test): Likewise.
31504 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31506         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
31507         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
31508         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
31509         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
31510         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
31511         powerpc/power5+/fpu folders.
31512         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
31515 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
31517         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31519 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
31521         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
31522         additions to variable.
31523         [$(config-machine) = x86_64] (modules-names): Likewise.
31524         ($(objpfx)tst-audit3): Remove dependency.
31525         ($(objpfx)tst-audit3.out): Likewise.
31526         ($(objpfx)tst-audit4): Likewise.
31527         ($(objpfx)tst-audit4.out): Likewise.
31528         ($(objpfx)tst-audit5): Likewise.
31529         ($(objpfx)tst-audit5.out): Likewise.
31530         ($(objpfx)tst-audit6): Likewise.
31531         ($(objpfx)tst-audit6.out): Likewise.
31532         ($(objpfx)tst-audit7): Likewise.
31533         ($(objpfx)tst-audit7.out): Likewise.
31534         (tst-audit3-ENV): Remove variable.
31535         (tst-audit4-ENV): Likewise.
31536         (tst-audit5-ENV): Likewise.
31537         (tst-audit6-ENV): Likewise.
31538         (tst-audit7-ENV): Likewise.
31539         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
31540         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
31541         addition to variable.
31542         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
31543         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
31544         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
31545         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
31546         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
31547         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
31548         tst-audit3, tst-audit4 and tst-audit5.
31549         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
31550         tst-audit6 and tst-audit7.
31551         [$(subdir) = elf] (modules-names): Add audit modules for those
31552         tests.
31553         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
31554         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
31555         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
31556         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
31557         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
31558         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
31559         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
31560         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
31561         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
31562         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
31563         [$(subdir) = elf] (tst-audit3-ENV): New variable.
31564         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
31565         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
31566         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
31567         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
31568         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
31569         Likewise.
31570         [$(subdir) = elf && $(config-cflags-avx) = yes]
31571         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
31572         [$(subdir) = elf && $(config-cflags-avx) = yes]
31573         (CFLAGS-tst-auditmod4a.c): Likewise.
31574         [$(subdir) = elf && $(config-cflags-avx) = yes]
31575         (CFLAGS-tst-auditmod4b.c): Likewise.
31576         [$(subdir) = elf && $(config-cflags-avx) = yes]
31577         (CFLAGS-tst-auditmod6b.c): Likewise.
31578         [$(subdir) = elf && $(config-cflags-avx) = yes]
31579         (CFLAGS-tst-auditmod6c.c): Likewise.
31580         [$(subdir) = elf && $(config-cflags-avx) = yes]
31581         (CFLAGS-tst-auditmod7b.c): Likewise.
31582         * elf/tst-audit3.c: Move to ...
31583         * sysdeps/x86_64/tst-audit3.c: ... here.
31584         * elf/tst-audit4.c: Move to ...
31585         * sysdeps/x86_64/tst-audit4.c: ... here.
31586         * elf/tst-audit5.c: Move to ...
31587         * sysdeps/x86_64/tst-audit5.c: ... here.
31588         * elf/tst-audit6.c: Move to ...
31589         * sysdeps/x86_64/tst-audit6.c: ... here.
31590         * elf/tst-audit7.c: Move to ...
31591         * sysdeps/x86_64/tst-audit7.c: ... here.
31592         * elf/tst-auditmod3a.c: Move to ...
31593         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
31594         * elf/tst-auditmod3b.c: Move to ...
31595         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
31596         * elf/tst-auditmod4a.c: Move to ...
31597         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
31598         * elf/tst-auditmod4b.c: Move to ...
31599         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
31600         * elf/tst-auditmod5a.c: Move to ...
31601         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
31602         * elf/tst-auditmod5b.c: Move to ...
31603         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
31604         * elf/tst-auditmod6a.c: Move to ...
31605         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
31606         * elf/tst-auditmod6b.c: Move to ...
31607         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
31608         * elf/tst-auditmod6c.c: Move to ...
31609         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
31610         * elf/tst-auditmod7a.c: Move to ...
31611         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
31612         * elf/tst-auditmod7b.c: Move to ...
31613         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
31615 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
31617         [BZ #15366]
31618         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
31619         define unconditionally.
31620         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
31621         define unconditionally.
31622         (INT8_C, INT16_C, etc.): Likewise.
31624 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
31626         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
31627         __ehdr_start with hidden visibility.
31629         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
31631 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
31633         * math/libm-test.inc (cos_test): Use accurate hex constants.
31634         (sincost_test): Likewise.
31636 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
31638         * math/libm-test.inc (catan_test): Add more tests.
31639         (catanh_test): Likewise.
31641         * math/s_catanf.c (__catanf): Use suffixed floating-point
31642         constants.
31643         * math/s_catanhf.c (__catanhf): Likewise.
31644         * math/s_catanhl.c (__catanhl): Likewise.
31645         * math/s_catanl.c (__catanl): Likewise.
31647         [BZ #15394]
31648         * math/s_catan.c (__catan): Calculate imaginary part of result
31649         with log1p not log unless computing log of number close to 0.
31650         * math/s_catanf.c (__catanf): Likewise.
31651         * math/s_catanl.c (__catanl): Likewise.
31652         * math/s_catanh.c (__catanh): Calculate real part of result with
31653         log1p not log unless computing log of number close to 0.
31654         * math/s_catanhf.c (__catanhf): Likewise.
31655         * math/s_catanhl.c (__catanhl): Likewise.
31656         * math/libm-test.inc (catan_test): Add more tests.
31657         (catanh_test): Likewise.
31658         * sysdeps/i386/fpu/libm-test-ulps: Update.
31659         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31661 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
31663         * benchtests/Makefile: Mention files in which fast and slow
31664         paths of math functions are implemented.
31666 2013-04-23  Roland McGrath  <roland@hack.frob.com>
31668         * sysdeps/posix/timespec_get.c: New file.
31670 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31672         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
31673         POWER.
31674         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
31675         for POWER.
31676         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
31677         powerpc/power5/fpu folders.
31678         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
31679         * benchtests/Makefile: Add modf testcase.
31680         * benchtests/bench-modf.c: New file: Benchmark test for mo
31682 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
31684         [BZ #14888]
31685         * time/Makefile (tests): Add tst-strptime-whitespace.
31686         * time/strptime_l.c (get_number): Use ISSPACE.
31687         (__strptime_internal): Likewise.
31688         * time/tst-strptime-whitespace.c: New test case.
31690 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
31692         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
31693         member.
31694         (_nss_files_init): Set it here.
31696 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
31698         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
31699         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
31700         unsigned.
31702 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
31704         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
31706 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
31708         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
31709         size just once.
31711 2013-04-21  David S. Miller  <davem@davemloft.net>
31713         * po/ru.po: Update Russion translation from translation project.
31715 2013-04-17  Adam Conrad  <adconrad@0c3.net>
31717         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
31718         and setfsgid.
31720 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
31722         * configure.in: Remove i386 configure warning. Remove i386 case.
31723         * configure: Regenerate.
31724         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
31725         Add example to error message.
31726         * sysdeps/i386/configure: Regenerate.
31728 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
31730         * benchtests/Makefile (bench): Add cos, tan, slowcos and
31731         slowtan.
31732         * benchtests/cos-inputs: New file.
31733         * benchtests/slowcos-inputs: New file.
31734         * benchtests/slowcos.c: New file.
31735         * benchtests/slowtan-inputs: New file.
31736         * benchtests/slowtan.c: New file.
31737         * benchtests/tan-inputs: New file.
31739 2013-04-16  Roland McGrath  <roland@hack.frob.com>
31741         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
31742         considered kosher.
31744 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31746         * benchtests/Makefile: Include cppflags-iterator.mk to add
31747         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
31749         * Makefile.in (bench-clean): New target.
31750         * benchtests/Makefile (bench-clean): Likewise.
31752 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
31754         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
31756 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
31758         * stdio-common/tstdiomisc.c: Fix coding-style violation.
31760 2013-04-15  Andreas Schwab  <schwab@suse.de>
31762         * nscd/grpcache.c (cache_addgr): Properly check for short write.
31763         * nscd/initgrcache.c (addinitgroupsX): Likewise.
31764         * nscd/pwdcache.c (cache_addpw): Likewise.
31765         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
31766         more than recsize.
31768 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31770         * benchtests/Makefile (bench): Write all output to
31771         bench-out.tmp together.
31773 2013-04-15  Andreas Schwab  <schwab@suse.de>
31775         * nscd/nscd.c (main): Don't fork again after closing files.
31777 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31779         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
31781         * benchtests/Rules (bench-deps): Collect dependencies into a
31782         single variable.  Add Makefile to dependencies.
31783         ($(objpfx)bench-%.c): Depend on bench-deps.
31785 2013-04-12  Roland McGrath  <roland@hack.frob.com>
31786             Xavier Roche  <roche+kml2@exalead.com>
31788         [BZ #15361]
31789         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
31790         just that it's a file descriptor.
31791         * manual/llio.texi (Synchronizing AIO Operations): Update description
31792         for EBADF error from aio_fsync.
31794 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
31796         * Rules (bench): Move target definition...
31797         * benchtests/Makefile: ... here.
31799 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
31801         * math/libm-test.inc (cos_test): Fix PI/2 test.
31802         (sincos_test): Likewise.
31803         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
31804         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
31806 2013-04-11  Andreas Schwab  <schwab@suse.de>
31808         [BZ #13988]
31809         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
31810         accept exponent character only when digits were seen.
31811         * stdio-common/Makefile (tests): Add bug26.
31812         * stdio-common/bug26.c: New file.
31814         [BZ #14293]
31815         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
31816         non-freeable.
31818 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
31820         * Makeconfig (rtld-prefix): Define built linker prefix.
31821         * Rules (run-bench): Use it.
31822         * math/Makefile (run-regen-ulps): Likewise.
31824         * Rules (bench): Remove eval.
31826 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
31827             Roland McGrath  <roland@hack.frob.com>
31828             Ondrej Bilka  <neleai@seznam.cz>
31830         [BZ #15346]
31831         * time/getdate.c: Include ctype.h and alloca.h.
31832         (__getdate_r): Trim leading and trailing spaces of input.
31833         * time/tst-getdate.c (tests): Add tests with leading and
31834         trailing spaces.
31836 2013-04-08  Roland McGrath  <roland@hack.frob.com>
31838         [BZ #14280]
31839         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
31840         when computing value.
31842 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
31844         * math/README.libm-test (How can I generate "libm-test-ulps"?):
31845         Use testrun.sh to run libm tests.
31847         [BZ #15309]
31848         * elf/dl-open.c (dl_open_worker): memset all of seen array.
31850 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
31852         [BZ #15264]
31853         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
31855 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
31857         * Makefile.in (regen-ulps): New target.
31858         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
31859         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
31860         [ifneq (no,$(PERL)] (regen-ulps): New target.
31861         [ifeq (no,$(PERL)] (regen-ulps): New target.
31862         * math/libm-test.inc (ulps_file_name): Define.
31863         (output_dir): New variable.
31864         (options): Add "output-dir" option.
31865         (parse_opt): Handle 'o' case.
31866         (main): If output_dir is non-NULL use it as a prefix
31867         otherwise use "".
31868         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
31870 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
31872         [BZ #10060, #10062]
31873         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
31874         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
31875         fail configure if __sync_val_compare_and_swap is not inlined.
31876         * sysdeps/i386/configure: Regenerate.
31877         * configure.in: Build for i686 when configured for i386.
31878         * configure: Regenerate.
31879         * README: Remove i386 reference.
31881 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
31883         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
31884         * sysdeps/s390/s390-64/sysdep.h: Likewise.
31886 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
31888         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
31889         (lmsnanval): New variables.
31890         (F): Add conversion tests.
31891         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
31892         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
31894         * stdio-common/tstdiomisc.c (F): Properly collect individual
31895         tests' results.
31897         [BZ #14686, #15336]
31898         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
31899         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
31900         Instead, use input NaN values or generate a qNaN by arithmetic
31901         operation.  Also fix bugs to comply with the standard.
31902         * math/libm-test.inc (remainder_test): Add more tests.
31904         [BZ #15335, #15342]
31905         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
31906         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
31907         input NaN values or generate a qNaN by arithmetic operation.
31909         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
31910         unreachable code.
31912         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
31913         definitions.
31915 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
31917         [BZ #14478]
31918         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
31919         underflowed result.
31920         * math/s_cexpf.c (__cexpf): Likewise.
31921         * math/s_cexpl.c (__cexpl): Likewise.
31922         * math/libm-test.inc (cexp_test): Add more tests.
31924 2013-04-03  Andreas Schwab  <schwab@suse.de>
31926         [BZ #15330]
31927         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
31928         order arrays from heap if bigger than alloca cutoff.
31930 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
31932         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
31933         (SNAN_TESTS_double): Refer to GCC PR56831.
31934         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
31935         GCC PR56828.
31937 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
31939         * Rules (bench): Move bench.out after the run is complete.
31941         * Rules (bench): Echo currently running benchmark.
31943         * benchtests/Makefile (bench): Add atan and slowatan.
31944         * benchtests/atan-inputs: New file.
31945         * benchtests/slowatan-inputs: New file.
31946         * benchtests/slowatan.c: New file.
31948         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
31949         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
31950         its value.
31952         [BZ #15305]
31953         * sysdeps/unix/sysv/linux/kernel-features.h
31954         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
31955         __ASSUME_XFS_RESTRICTED_CHOWN.
31956         * sysdeps/unix/sysv/linux/pathconf.c
31957         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
31958         Save and restore errno.
31960 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
31962         [BZ #15327]
31963         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
31964         arguments using __kernel_casinh.
31965         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
31966         arguments using __kernel_casinhf.
31967         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
31968         arguments using __kernel_casinhl.
31969         * math/libm-test.inc (cacosh_test): Add more tests.
31970         * sysdeps/i386/fpu/libm-test-ulps: Update.
31971         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31973 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
31975         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
31976         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
31978         * bench/Makefile (bench): Add sin and slowsin.
31979         * benchtests/sin-inputs: New file.
31980         * benchtests/slowsin-inputs: New file.
31981         * benchtests/slowsin.c: New file.
31983         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
31984         (bench): Add slowexp and slowpow.
31985         (exp-ITER): Increase iterations.
31986         (pow-ITER): Likewise.
31987         * benchtests/exp-inputs: Change input.
31988         * benchtests/pow-inputs: Likewise.
31989         * benchtests/slowexp-inputs: New file.
31990         * benchtests/slowexp.c: New file.
31991         * benchtests/slowpow-inputs: New file.
31992         * benchtests/slowpow.c: New file.
31994 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31996         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
31997         instructions.
31998         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
31999         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
32000         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
32001         * benchtests/Makefile: Add rint benchtest.
32002         * benchtests/rint-inputs: Input for rint benchtest.
32004 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
32006         * Versions.def (libm): Add GLIBC_2.18.
32007         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
32008         hidden libm prototypes.
32009         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
32010         * math/Makefile (libm-calls): Add s_issignaling.
32011         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
32012         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
32013         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
32014         declaration.
32015         * math/math.h [__USE_GNU] (issignaling): New macro.
32016         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
32017         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
32018         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
32019         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
32020         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
32021         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
32022         * manual/arith.texi (issignaling): New section.
32023         * manual/libm-err-tab.pl (@all_functions): Update comment.
32024         * math/gen-libm-test.pl (parse_args): Apply special handling for
32025         issignaling.
32026         * math/libm-test.inc (print_float, issignaling_test): New
32027         functions.
32028         (check_float_internal): Add issignaling checks.
32029         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
32030         default definition.
32031         * sysdeps/powerpc/math-tests.h: New file.
32032         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
32033         tests.
32034         * math/test-snan.c (TEST_FUNC): Likewise.
32036 2013-03-30  David S. Miller  <davem@davemloft.net>
32038         * po/de.po: Update from translation team.
32040 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
32042         [BZ #10357]
32043         * math/k_casinh.c (__kernel_casinh): Handle arguments with
32044         imaginary part less than 1.0 and real part less than 0.5
32045         specially.
32046         * math/k_casinhf.c (__kernel_casinhf): Likewise.
32047         * math/k_casinhl.c (__kernel_casinhl): Likewise.
32048         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
32049         (cacos_test): Add more tests.
32050         (casin_test): Likewise.
32051         (casinh_test): Likewise.
32052         * sysdeps/i386/fpu/libm-test-ulps: Update.
32053         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32055 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
32057         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
32058         ONE with its value.
32060         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
32061         (__pow_mp): Replace ONE and MONE with their values.
32062         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
32063         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
32064         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
32065         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
32066         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
32067         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
32069         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
32071         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
32072         (__pow_mp): Replace ZERO and MZERO with their values.
32073         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
32074         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
32075         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
32076         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
32077         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
32078         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
32079         (__sqr): Likewise.
32081         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
32083         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
32085 2013-03-28  Roland McGrath  <roland@hack.frob.com>
32087         * include/stdlib.h [!SHARED] (__call_tls_dtors):
32088         Declare with __attribute__ ((weak)).
32089         * stdlib/exit.c (__libc_atexit) [!SHARED]:
32090         Call __call_tls_dtors only if it's not NULL.
32092 2013-03-28  Roland McGrath  <roland@hack.frob.com>
32094         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
32095         didn't do it already, then set _dl_phdr and _dl_phnum based on the
32096         magic __ehdr_start linker symbol if it's defined.
32097         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
32098         them up here if it was already done.
32100         * elf/dl-support.c (_dl_phdr): Make pointer to const.
32101         (_dl_aux_init): Use const in cast when setting it.
32102         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
32103         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
32104         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
32106         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
32107         Declare them here.
32108         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
32109         * csu/libc-tls.c: Nor here.
32110         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
32112         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
32113         (__libc_message): Never call vsyslog.
32115 2013-03-28  Alan Modra  <amodra@gmail.com>
32117         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
32118         Define as empty.
32119         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
32120         Likewise.
32122 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32124         [BZ #15214]
32125         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
32126         underflow.
32127         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32129 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
32131         [BZ #15304]
32132         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
32133         Don't add gid passed as argument.
32135         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
32137 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
32139         [BZ #15307]
32140         * math/k_casinh.c (__kernel_casinh): Handle arguments with
32141         imaginary part between 1.0 and 1.5 and real part less than 0.5
32142         specially.
32143         * math/k_casinhf.c (__kernel_casinhf): Likewise.
32144         * math/k_casinhl.c (__kernel_casinhl): Likewise.
32145         * math/libm-test.inc (cacos_test): Add more tests.
32146         (casin_test): Likewise.
32147         (casinh_test): Likewise.
32148         * sysdeps/i386/fpu/libm-test-ulps: Update.
32149         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32151 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
32153         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
32154         constants.
32155         (norm): Likewise.
32156         (denorm): Likewise.
32157         (__dbl_mp): Likewise.
32158         (add_magnitudes): Likewise.
32159         (sub_magnitudes): Likewise.
32160         (__add): Likewise.
32161         (__sub): Likewise.
32162         (__mul): Likewise.
32163         (__sqr): Likewise.
32164         (__inv): Likewise.
32165         (__dvd): Likewise.
32167         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
32168         commented code.
32169         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
32170         (__dubcos): Likewise.
32171         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
32172         (__ieee754_acos): Likewise.
32173         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
32174         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
32175         (__exp1): Likewise.
32176         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
32177         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
32178         (log1): Likewise.
32179         (my_log2): Likewise.
32180         (checkint): Likewise.
32181         * sysdeps/ieee754/dbl-64/e_remainder.c
32182         (__ieee754_remainder): Likewise.
32183         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
32184         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
32185         (bsloww): Likewise.
32186         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
32188         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
32189         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
32190         MANTISSA_STORE_T to store computations on mantissa.  Use
32191         macros for rounding and division.
32192         (denorm): Likewise.
32193         (__dbl_mp): Likewise.
32194         (add_magnitudes): Likewise.
32195         (sub_magnitudes): Likewise.
32196         (__mul): Likewise.
32197         (__sqr): Likewise.
32198         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
32199         powers of two in terms of TWOPOW macro.
32200         (mp_no): Make type of mantissa as MANTISSA_T.
32201         [!RADIXI]: Define RADIXI.
32202         [!TWO52]: Define TWO52.
32203         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
32205 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32207         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
32208         llroundl symbol when building for PPC32.
32210 2013-03-24  Mark H Weaver  <mhw@netris.org>
32212         * manual/arith.texi (Normalization Functions): Fix prototypes for
32213         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
32215 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32217         [BZ #13889]
32218         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
32219         high value to check if expl overflow.
32220         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
32221         to check for underflow and overflow.
32222         * math/libm-test.inc: Add exp test.
32224 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
32226         [BZ #11120]
32227         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
32228         with NOT_IN_libc.
32230 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32232         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
32233         symbol.
32235 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
32237         * math/gen-libm-test.pl (parse_args, special_functions): Properly
32238         wrap blocks consisting of several statements.
32240         * sysdeps/generic/math-tests.h: New file.
32241         * sysdeps/i386/fpu/math-tests.h: Likewise.
32242         * math/test-snan.c: Include it.
32243         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
32245 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
32247         [BZ #15285]
32248         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
32249         (__ieee754_j0l): Do not improve calculations using cos of twice
32250         input for inputs above LDBL_MAX / 2.0L.
32251         (__ieee754_y0l): Likewise.
32252         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
32253         (__ieee754_j1l): Do not improve calculations using cos of twice
32254         input for inputs above LDBL_MAX / 2.0L.
32255         (__ieee754_y1l): Likewise.
32256         * math/libm-test.inc (j0_test): Add another test.
32257         (j1_test): Likewise.
32258         (y0_test): Likewise.
32259         (y1_test): Likewise.
32260         * sysdeps/i386/fpu/libm-test-ulps: Update.
32262 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32264         * Rules ($(objpfx)bench-%.c): Include code from a C source
32265         file.
32267 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
32269         [BZ #15287]
32270         * math/k_casinh.c (__kernel_casinh): Handle arguments with
32271         imaginary part 1.0 and real part less than 0.5 specially.
32272         * math/k_casinhf.c (__kernel_casinhf): Likewise.
32273         * math/k_casinhl.c (__kernel_casinhl): Likewise.
32274         * math/libm-test.inc (cacos_test): Add more tests.
32275         (casin_test): Likewise.
32276         (casinh_test): Likewise.
32277         * sysdeps/i386/fpu/libm-test-ulps: Update.
32278         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32280 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32282         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
32283         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
32285 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
32287         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
32288         * config.make.in (config-cflags-sse4): Remove variable.
32289         (config-cflags-avx): Likewise.
32290         (config-cflags-sse2avx): Likewise.
32291         (config-cflags-novzeroupper): Likewise.
32292         (config-asflags-i686): Likewise.
32293         (have-mfma4): Likewise.
32294         (have-as-vis3): Likewise.
32295         (MIG): Likewise.
32296         * configure.in (MIG): Do not AC_SUBST.
32297         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
32298         (libc_cv_cc_sse4): Do not AC_SUBST.
32299         (libc_cv_cc_avx): Likewise.
32300         (libc_cv_cc_sse2avx): Likewise.
32301         (libc_cv_cc_novzeroupper): Likewise.
32302         (libc_cv_cc_fma4): Likewise.
32303         (libc_cv_as_i686): Likewise.
32304         (libc_cv_sparc_as_vis3): Likewise.
32305         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
32306         LIBC_CONFIG_VAR.
32307         (config-asflags-i686): Likewise.
32308         (config-cflags-avx): Likewise.
32309         (config-cflags-sse2avx): Likewise.
32310         (have-mfma4): Likewise.
32311         (config-cflags-novzeroupper): Likewise.
32312         * sysdeps/mach/configure.in (MIG): Likewise.
32313         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
32314         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
32315         LIBC_CONFIG_VAR.
32316         (config-cflags-avx): Likewise.
32317         (config-cflags-sse2avx): Likewise.
32318         (have-mfma4): Likewise.
32319         (config-cflags-novzeroupper): Likewise.
32320         * configure: Regenerated.
32321         * sysdeps/i386/configure: Likewise.
32322         * sysdeps/mach/configure: Likewise.
32323         * sysdeps/sparc/configure: Likewise.
32324         * sysdeps/x86_64/configure: Likewise.
32326 2013-03-20  Roland McGrath  <roland@hack.frob.com>
32328         [BZ #14812]
32329         * locale/programs/localedef.c (options): Put N_ translation marker
32330         on argument names, not just descriptions.
32332 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32334         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
32336 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
32338         [BZ #14176]
32339         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
32341 2013-03-19  Roland McGrath  <roland@hack.frob.com>
32343         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
32344         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
32345         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
32346         [!BEFORE_ABORT] (before_abort): New function.
32347         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
32348         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
32349         (writev_for_fatal): New function.
32350         (WRITEV_FOR_FATAL): New macro; call that.
32351         (backtrace_and_maps): New function.
32352         (BEFORE_ABORT): New macro; call that.
32353         (struct str_list): Type removed.
32354         (__libc_message, __libc_fatal): Functions removed.
32355         Include <sysdeps/posix/libc_fatal.c> instead.
32357 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
32359         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
32360         constants.
32361         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
32362         double constants.
32364 2013-03-19  Andreas Schwab  <schwab@suse.de>
32366         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
32367         * sysdeps/gnu/configure: Regenerate.
32369         * configure.in: Substitute libc_cv_rtlddir.
32370         * configure: Regenerate.
32371         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
32372         * Makeconfig (rtlddir, inst_rtlddir): New variables.
32373         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
32374         * elf/Makefile (install-others, CFLAGS-interp.c)
32375         (ldso_install, common-ldd-rewrite): Likewise.
32376         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
32377         $(inst_slibdir)/$(rtld-installed-name).
32378         * scripts/rellns-sh: Add -p option.
32379         * Makerules (make-shlib-link): Use rellns-sh to get relative name
32380         for source.
32382 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
32384         * manual/nptl.texi: Renamed to ...
32385         * manual/threads.texi: ... this.
32386         * manual/Makefile (chapters): Update.
32388 2013-03-18  Roland McGrath  <roland@hack.frob.com>
32390         [BZ #14812]
32391         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
32392         on argument names, not just descriptions.
32393         * malloc/memusagestat.c (options): Likewise.
32394         * nss/getent.c (options): Likewise.
32396 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
32398         [BZ #14812]
32399         * iconv/iconv_prog.c (options): Put N_ translation marker
32400         on argument names, not just descriptions.
32401         * iconv/iconvconfig.c (options): Likewise.
32403 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
32405         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
32406         implementation which is faster on all x86_64 architectures.
32407         Tested on AMD, Intel Nehalem, SNB, IVB.
32408         * sysdeps/x86_64/strnlen.S: Likewise.
32410         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
32411         Remove all multiarch strlen and strnlen versions.
32412         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
32413         Remove strlen and strnlen related parts.
32415         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
32416         Inline strlen part.
32417         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
32419         * sysdeps/x86_64/multiarch/strlen.S: Remove.
32420         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
32421         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
32422         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
32423         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
32424         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
32426 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
32428         * manual/memory.texi (Malloc Tunable Parameters):
32429         Sort parameters alphabetically. Add comments for missing entries.
32431 2013-03-17  David S. Miller  <davem@davemloft.net>
32433         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32435 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
32437         [BZ #15283]
32438         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
32439         for arguments at most half maximum finite value.
32440         * math/libm-test.inc (j0_test): Add more tests.
32441         (j1_test): Likewise.
32442         (y0_test): Likewise.
32443         (y1_test): Likewise.
32444         * sysdeps/i386/fpu/libm-test-ulps: Update.
32445         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32447         [BZ #14155]
32448         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
32449         1 / x and functions P and Q for arguments above 0x1p256L.
32450         (__ieee754_y0l): Likewise.
32451         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
32452         (__ieee754_y1l): Likewise.
32453         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
32454         (j1_test): Likewise.
32455         (y0_test): Likewise.
32456         (y1_test): Likewise.
32458 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
32460         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
32461         variable.
32463 2013-03-15  Roland McGrath  <roland@hack.frob.com>
32465         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
32466         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
32467         zero since it's initialized to EXEC_PAGESIZE.
32469         * sysdeps/unix/sysv/linux/ldsodefs.h
32470         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
32471         * sysdeps/generic/ldsodefs.h: ... here.
32473 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
32475         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
32477         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
32478         math/test-snan.c.
32479         * math/test-snan.c: Renamed from
32480         sysdeps/powerpc/fpu/test-powerpc-snan.c.
32481         * math/Makefile (tests): Add test-snan.
32482         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
32483         test-powerpc-snan.
32485         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
32486         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
32487         functions.
32488         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
32489         __builtin_nan family of functions.
32490         * math/libm-test.inc (initialize): Initialize qnan_value with
32491         __builtin_nan family of functions.
32492         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
32493         Remove variables.
32494         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
32495         Remove functions.
32496         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
32497         storage class.  Initialize qNaN_var and sNaN_var with
32498         __builtin_nan and __builtin_nans families of functions,
32499         respectively.
32501         * math/libm-test.inc (acosh_test): Also test with qNaN input.
32502         (sqrt_test): Remove duplicate test with qNaN input.
32503         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
32504         (round_test, signbit_test, significand_test): Note missing +/-Inf
32505         as well as qNaN tests.
32507         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
32508         qNaN_var.  Fix a few strings, too.
32509         * math/libm-test.inc (nan_value): Rename to qnan_value.
32510         * math/gen-libm-test.pl (%beautify): Adjust to that.
32511         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
32512         * math/test-misc.c (main): Likewise.
32513         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
32514         to __qnan_bytes, and __qnan_union, respectively.
32515         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
32516         Likewise.
32517         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
32518         and lqnanval, respectively.
32519         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
32520         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
32521         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
32522         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
32524         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
32525         * math/test-misc.c (main) [__x86_64__]: Enable test for long
32526         doubles.
32528         * math/test-misc.c (main): Fix copy'n'pastos.
32529         * misc/tst-efgcvt.c (special): Likewise.
32531         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
32532         Remove declarations.
32534 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
32536         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
32537         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
32538         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
32539         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
32541 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32543         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
32544         macro to return vdso values correctly in IFUNC implementations.
32545         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
32546         Optimization by using IFUNC.
32548 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
32549             Richard Henderson  <rth@redhat.com>
32550             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32552         * Makefile.in (bench): New target.
32553         * NEWS: Mention the benchmark framework.
32554         * Rules (bench): Likewise.
32555         (binaries-bench): Generate binaries for functions to
32556         benchmark.
32557         * benchtests/Makefile: New makefile for benchmark tests.
32558         * benchtests/bench-skeleton.c: New skeleton file for benchmark
32559         programs.
32560         * benchtests/exp-inputs: New input file for EXP function.
32561         * benchtests/pow-inputs: New input file for POW function.
32562         * scripts/bench.pl: New script to generate source files for
32563         benchmark programs.
32565 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
32567         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
32568         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
32569         computations on mantissa.  Use macros for rounding and
32570         division.
32571         (denorm): Likewise.
32572         (__dbl_mp): Likewise.
32573         (add_magnitudes): Likewise.
32574         (sub_magnitudes): Likewise.
32575         (__mul): Likewise.
32576         (__sqr): Likewise.
32577         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
32578         powers of two in terms of TWOPOW macro.
32579         (mp_no): Make type of mantissa as MANTISSA_T.
32580         [!RADIXI]: Define RADIXI.
32581         [!TWO52]: Define TWO52.
32582         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
32584         * manual/nptl.texi (cindex): Modify threads to pthreads.
32586 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
32588         * sysdeps/x86_64/preconfigure: Regenerated.
32590 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
32592         [BZ #14155]
32593         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
32594         0x1p28 and above.
32595         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
32596         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
32597         0x1p28 and above.
32598         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
32599         * math/libm-test.inc (j0_test): Do not allow one spurious
32600         underflow exception.
32601         (y1_test): Likewise.
32603 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
32605         * manual/Makefile (chapters): Add nptl.
32606         * manual/debug.texi (Debugging Support): Add link to Threads
32607         chapter.
32608         * manual/nptl.texi: New file.
32610         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
32612 2013-03-14  Petr Baudis  <pasky@ucw.cz>
32614         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
32615         for non-NULL pointer before the memory validity test. Pointed
32616         out by Holger Brunck <holger.brunck@keymile.com>.
32618 2013-03-13  Andreas Schwab  <schwab@suse.de>
32620         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
32621         instead of .os.
32623 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
32625         * timezone/zic.c: Update from tzcode 2013b.
32627 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
32629         * manual/install.texi (Configuring and compiling):
32630         Mention i686 and i586.
32631         * INSTALL: Regenerate.
32633 2013-03-12  Roland McGrath  <roland@hack.frob.com>
32635         * sysdeps/init_array/elf-init.c: New file.
32636         * csu/elf-init.c
32637         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
32638         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
32640         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
32641         __gmon_start__ as global, but as static with a .preinit_array pointer.
32642         * sysdeps/init_array/gmon-start.c: New file.  Use that.
32643         * sysdeps/init_array/crti.S: New file, empty except for comments.
32644         * sysdeps/init_array/crtn.S: Likewise.
32646 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
32648         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
32649         definining bcopy.
32650         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
32651         Remove Prefer_SSE_for_memop.
32652         * sysdeps/x86_64/multiarch/init-arch.h: Remove
32653         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
32654         HAS_PREFER_SSE_FOR_MEMOP.
32655         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
32656         memset-x86-64.
32657         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
32658         Remove bzero, memset ifunc support.
32659         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
32660         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
32661         * sysdeps/x86_64/multiarch/memset.S: Likewise.
32662         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
32664 2013-03-11  Andreas Schwab  <schwab@suse.de>
32666         [BZ #15234]
32667         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
32668         by SHLIB_COMPAT.
32669         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
32670         (GLIBC_2.16): Remove pthread_atfork.
32672 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
32674         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
32675         (ptestcases.h): Likewise.
32677 2013-03-08  Roland McGrath  <roland@hack.frob.com>
32679         * Makeconfig ($(common-objpfx)config.status): Depend on
32680         sysdeps/*/preconfigure{,.in} too.
32682 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
32684         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
32685         (__free_hook): Use void * instead of __malloc_ptr_t.
32686         (__malloc_hook): Likewise.
32687         (__realloc_hook): Likewise.
32688         (__memalign_hook): Likewise.
32689         (__after_morecore_hook): Likewise.
32690         * malloc/arena.c (save_malloc_hook): Likewise.
32691         (save_free_hook): Likewise.
32692         * malloc/hooks.c (malloc_hook_ini): Likewise.
32693         (realloc_hook_ini): Likewise.
32694         (memalign_hook_ini): Likewise.
32695         * malloc/malloc.c (malloc_hook_ini): Likewise.
32696         (realloc_hook_ini): Likewise.
32697         (memalign_hook_ini): Likewise.
32698         (__free_hook): Likewise.
32699         (__malloc_hook): Likewise.
32700         (__realloc_hook): Likewise.
32701         (__memalign_hook): Likewise.
32702         (__libc_malloc): Likewise.
32703         (__libc_free): Likewise.
32704         (__libc_realloc): Likewise.
32705         (__libc_memalign): Likewise.
32706         (__libc_valloc): Likewise.
32707         (__libc_pvalloc): Likewise.
32708         (__libc_calloc): Likewise.
32709         (__posix_memalign): Likewise.
32710         * malloc/morecore.c (__sbrk): Likewise.
32711         (__default_morecore): Likewise.
32713         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
32715         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
32716         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
32717         __malloc_ptrdiff_t.
32719         * malloc/malloc.h (__malloc_size_t): Remove macro.
32720         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
32721         __malloc_size_t.
32722         (old_memalign_hook): Likewise.
32723         (old_realloc_hook): Likewise.
32724         (struct hdr): Likewise.
32725         (flood): Likewise.
32726         (mallochook): Likewise.
32727         (memalignhook): Likewise.
32728         (reallochook): Likewise.
32729         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
32730         (tr_old_realloc_hook): Likewise.
32731         (tr_old_memalign_hook): Likewise.
32732         (tr_mallochook): Likewise.
32733         (tr_reallochook): Likewise.
32734         (tr_memalignhook): Likewise.
32736 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32738         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
32739         default_ldbl_pack and using as default implementation.
32740         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
32741         implementation.
32742         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
32743         redundant definition.
32744         (ldbl_insert_mantissa): Likewise.
32745         (ldbl_canonicalize): Likewise.
32746         (ldbl_nearbyint): Likewise.
32747         (ldbl_pack): Rename to ldbl_pack_ppc.
32748         (ldbl_unpack): Rename to ldbl_unpack_ppc.
32749         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
32750         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
32752 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
32754         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
32755         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
32756         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
32757         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
32758         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
32759         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
32760         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
32761         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
32763 2013-03-07  Andreas Jaeger  <aj@suse.de>
32765         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
32766         bits/mman-linux.h.
32768 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
32770         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
32771         Include mpa.h and declare __MPEXP.
32772         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
32773         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
32774         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
32775         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
32776         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
32777         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
32778         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
32780         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
32781         (__slowpow): Use long double EXPL and LOGL functions to
32782         compute POW.
32783         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
32784         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
32785         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
32786         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
32787         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
32788         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
32790         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
32791         intermediate variable to calculate exponent.
32792         (__sqr): Likewise.
32793         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
32794         Likewise.
32795         (__sqr): Likewise.
32797         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
32798         [!NO__SQR]: Define __sqr.
32799         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
32800         and NO__SQR.  Remove all code except __mul and __sqr.  Include
32801         sysdeps/ieee754/dbl-64/mpa.c.
32802         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32804         [BZ #12723]
32805         * posix/Makefile (tests): Add tst-pathconf.
32806         * posix/tst-pathconf.c: New test case.
32807         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
32808         _PC_PIPE_BUF.
32809         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
32811 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
32813         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
32815 2013-03-06  Andreas Jaeger  <aj@suse.de>
32817         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
32818         definition via __MAP_ANONYMOUS.
32820         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
32821         it's not part of Linux headers.
32823         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
32824         (MAP_HUGE_MASK): Define.
32826         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
32827         Define.
32828         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
32829         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
32830         Define.
32831         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
32832         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
32833         Define.
32834         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
32835         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
32836         Define.
32837         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
32839         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
32840         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
32841         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
32842         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
32843         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
32844         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
32846         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
32847         Handle f2fs.
32849         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
32850         Handle f2fs and efivarfs.
32852         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
32853         f2fs.
32855         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
32856         (EFIVARFS_MAGIC): Add.
32857         (F2FS_LINK_MAX): Add.
32859 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
32861         * stdio-common/vfprintf.c: Replace __builtin_expect with
32862         __glibc_unlikely.
32864 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
32866         [BZ #13550]
32867         * sysdeps/generic/bp-sym.h: Remove file.
32868         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
32869         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
32870         <bp-sym.h> and <bp-asm.h>.
32871         (__longjmp): Don't use BP_SYM.
32872         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
32873         and <bp-asm.h>.
32874         (memcpy): Don't use BP_SYM.
32875         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
32876         <bp-sym.h> and <bp-asm.h>.
32877         (memcpy): Don't use BP_SYM.
32878         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
32879         <bp-asm.h>.
32880         (memcpy): Don't use BP_SYM.
32881         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
32882         <bp-asm.h>.
32883         (memset): Don't use BP_SYM.
32884         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32885         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32886         (__bzero): Don't use BP_SYM.
32887         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32888         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32889         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
32890         <bp-sym.h> and <bp-asm.h>.
32891         (memcmp): Don't use BP_SYM.  Remove comment about bounded
32892         pointers.
32893         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
32894         <bp-sym.h> and <bp-asm.h>.
32895         (memcpy): Don't use BP_SYM.
32896         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
32897         <bp-sym.h> and <bp-asm.h>.
32898         (memset): Don't use BP_SYM.
32899         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32900         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32901         (__bzero): Don't use BP_SYM.
32902         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32903         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32904         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
32905         <bp-sym.h> and <bp-asm.h>.
32906         (strncmp): Don't use BP_SYM.  Remove comment about bounded
32907         pointers.
32908         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
32909         <bp-sym.h> and <bp-asm.h>.
32910         (memcpy): Don't use BP_SYM.
32911         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
32912         <bp-sym.h> and <bp-asm.h>.
32913         (memset): Don't use BP_SYM.
32914         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32915         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32916         (__bzero): Don't use BP_SYM.
32917         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32918         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32919         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
32920         <bp-sym.h> and <bp-asm.h>.
32921         (__memchr): Don't use BP_SYM.
32922         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
32923         <bp-sym.h> and <bp-asm.h>.
32924         (memcmp): Don't use BP_SYM.  Remove comment about bounded
32925         pointers.
32926         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
32927         <bp-sym.h> and <bp-asm.h>.
32928         (memcpy): Don't use BP_SYM.
32929         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
32930         <bp-sym.h> and <bp-asm.h>.
32931         (__mempcpy): Don't use BP_SYM.
32932         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
32933         <bp-sym.h> and <bp-asm.h>.
32934         (__memrchr): Don't use BP_SYM.
32935         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
32936         <bp-sym.h> and <bp-asm.h>.
32937         (memset): Don't use BP_SYM.
32938         (__bzero): Likewise.
32939         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
32940         <bp-sym.h> and <bp-asm.h>.
32941         (__rawmemchr): Don't use BP_SYM.
32942         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
32943         <bp-sym.h> and <bp-asm.h>.
32944         (__STRCMP): Don't use BP_SYM.
32945         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
32946         <bp-sym.h> and <bp-asm.h>.
32947         (strchr): Don't use BP_SYM.
32948         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
32949         <bp-sym.h> and <bp-asm.h>.
32950         (__strchrnul): Don't use BP_SYM.
32951         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
32952         <bp-sym.h> and <bp-asm.h>.
32953         (strlen): Don't use BP_SYM.
32954         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
32955         <bp-sym.h> and <bp-asm.h>.
32956         (strncmp): Don't use BP_SYM.  Remove comment about bounded
32957         pointers.
32958         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
32959         <bp-sym.h> and <bp-asm.h>.
32960         (__strnlen): Don't use BP_SYM.
32961         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
32962         <bp-sym.h> and <bp-asm.h>.
32963         (__GI__setjmp): Don't use BP_SYM.
32964         (_setjmp): Likewise.
32965         (__sigsetjmp): Likewise.
32966         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
32967         (L(start_addresses)): Don't use BP_SYM.
32968         (_start): Likewise.
32969         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
32970         <bp-asm.h>.
32971         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
32972         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
32973         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32974         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32975         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
32976         <bp-asm.h>.
32977         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
32978         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
32979         about bounded pointers.
32980         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32981         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32982         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
32983         <bp-asm.h>.
32984         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
32985         about bounded pointers.  Remove GKM FIXME comments.
32986         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32987         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
32988         <bp-asm.h>.
32989         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
32990         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
32991         Remove GKM FIXME comments.
32992         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32993         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32994         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
32995         <bp-asm.h>.
32996         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
32997         about bounded pointers.  Remove GKM FIXME comment.
32998         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
32999         and <bp-asm.h>.
33000         (strncmp): Don't use BP_SYM.  Remove comment about bounded
33001         pointers.
33002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
33003         <bp-sym.h> and <bp-asm.h>.
33004         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
33005         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
33006         <bp-sym.h> and <bp-asm.h>.
33007         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
33008         comment.
33010 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
33012         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
33013         call free(NULL).
33015 2013-03-05  David S. Miller  <davem@davemloft.net>
33017         * po/es.po: Update from translation team.
33019 2013-03-05  Andreas Jaeger  <aj@suse.de>
33021         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
33022         <bits/mman-linux.h>.
33023         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
33024         is fine.
33025         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
33026         <bits/mman-linux.h> to end of file.
33027         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
33028         is fine.
33029         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
33030         <bits/mman-linux.h> to end of file.
33031         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
33032         is fine.
33033         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
33034         <bits/mman-linux.h> to end of file.
33036         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
33037         (MCL_CURRENT, MCL_FUTURE): Define here.
33039 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33041         [BZ #15232]
33042         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
33043         attribute_hidden.
33044         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
33046 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33048         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
33049         fourth parameter needed for rt_sigprocmask syscall.
33050         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
33051         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
33052         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
33053         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
33054         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
33055         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
33057 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
33059         [BZ #13550]
33060         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
33061         comment about bounded pointers.
33062         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
33063         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
33065 2013-03-04  Andreas Jaeger  <aj@suse.de>
33067         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
33068         common definitions.
33070         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
33071         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
33072         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
33073         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
33074         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
33075         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
33077 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33079         [BZ #15055]
33080         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
33081         __ieee754_sqrl instead of __sqrl.
33083 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
33085         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
33086         * sysdeps/powerpc/fpu_control.h: ... here.
33087         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
33088         * sysdeps/powerpc/bits/fenvinline.h: ... here.
33089         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
33090         * sysdeps/powerpc/bits/mathinline.h: ... here.
33092 2013-03-01  Roland McGrath  <roland@hack.frob.com>
33094         * elf/dl-hwcaps.c (_dl_important_hwcaps):
33095         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
33096         to just [NEED_DL_SYSINFO_DSO].
33097         * elf/dl-support.c: Likewise.
33098         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
33099         * elf/rtld.c (dl_main): Likewise.
33100         * elf/setup-vdso.h (setup_vdso): Likewise.
33101         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
33102         * sysdeps/unix/sysv/linux/dl-sysdep.c
33103         (_dl_discover_osversion): Likewise.
33105 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
33107         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
33108         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
33110 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
33112         * NEWS: Mention libm performance improvements and non-x86 PI
33113         futex support.
33115         * csu/libc-start.c (__pthread_initialize_minimal): Change
33116         function arguments.
33117         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
33119 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
33121         [BZ #13550]
33122         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
33123         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
33124         <bp-sym.h> and <bp-asm.h>.
33125         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
33126         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
33127         and <bp-asm.h>.
33128         (memcpy): Don't use BP_SYM.
33129         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
33130         <bp-asm.h>.
33131         (__mpn_add_n): Don't use BP_SYM.
33132         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
33133         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
33134         and <bp-asm.h>.
33135         (__mpn_addmul_1): Don't use BP_SYM.
33136         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33137         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
33138         <bp-sym.h>.
33139         (_setjmp): Don't use BP_SYM.
33140         (__novmx_setjmp): Likewise.
33141         (__GI__setjmp): Likewise.
33142         (__vmx_setjmp): Likewise.
33143         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
33144         <bp-sym.h>.
33145         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
33146         (__bzero): Don't use BP_SYM.
33147         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
33148         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
33149         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
33150         <bp-sym.h> and <bp-asm.h>.
33151         (memcpy): Don't use BP_SYM.
33152         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
33153         <bp-sym.h> and <bp-asm.h>.
33154         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
33155         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
33156         <bp-sym.h> and <bp-asm.h>.
33157         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
33158         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
33159         <bp-asm.h>.
33160         (__mpn_lshift): Don't use BP_SYM.
33161         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33162         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
33163         <bp-asm.h>.
33164         (memset): Don't use BP_SYM.
33165         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
33166         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
33167         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
33168         <bp-asm.h>.
33169         (__mpn_mul_1): Don't use BP_SYM.
33170         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33171         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
33172         <bp-sym.h> and <bp-asm.h>.
33173         (memcmp): Don't use BP_SYM.
33174         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
33175         <bp-sym.h> and <bp-asm.h>.
33176         (memcpy): Don't use BP_SYM.
33177         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
33178         <bp-sym.h> and <bp-asm.h>.
33179         (memset): Don't use BP_SYM.
33180         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
33181         <bp-sym.h> and <bp-asm.h>.
33182         (strncmp): Don't use BP_SYM.
33183         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
33184         <bp-sym.h> and <bp-asm.h>.
33185         (memcpy): Don't use BP_SYM.
33186         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
33187         <bp-sym.h> and <bp-asm.h>.
33188         (memset): Don't use BP_SYM.
33189         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
33190         <bp-sym.h> and <bp-asm.h>.
33191         (__memchr): Don't use BP_SYM.
33192         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
33193         <bp-sym.h> and <bp-asm.h>.
33194         (memcmp): Don't use BP_SYM.
33195         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
33196         <bp-sym.h> and <bp-asm.h>.
33197         (memcpy): Don't use BP_SYM.
33198         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
33199         <bp-sym.h> and <bp-asm.h>.
33200         (__mempcpy): Don't use BP_SYM.
33201         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
33202         <bp-sym.h> and <bp-asm.h>.
33203         (__memrchr): Don't use BP_SYM.
33204         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
33205         <bp-sym.h> and <bp-asm.h>.
33206         (memset): Don't use BP_SYM.
33207         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
33208         <bp-sym.h> and <bp-asm.h>.
33209         (__rawmemchr): Don't use BP_SYM.
33210         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
33211         <bp-sym.h> and <bp-asm.h>.
33212         (__STRCMP): Don't use BP_SYM.
33213         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
33214         <bp-sym.h> and <bp-asm.h>.
33215         (strchr): Don't use BP_SYM.
33216         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
33217         <bp-sym.h> and <bp-asm.h>.
33218         (__strchrnul): Don't use BP_SYM.
33219         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
33220         <bp-sym.h> and <bp-asm.h>.
33221         (strlen): Don't use BP_SYM.
33222         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
33223         <bp-sym.h> and <bp-asm.h>.
33224         (strncmp): Don't use BP_SYM.
33225         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
33226         <bp-sym.h> and <bp-asm.h>.
33227         (__strnlen): Don't use BP_SYM.
33228         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
33229         <bp-asm.h>.
33230         (__mpn_rshift): Don't use BP_SYM.
33231         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33232         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
33233         <bp-sym.h> and <bp-asm.h>.
33234         (__sigsetjmp): Don't use BP_SYM.
33235         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
33236         (L(start_addresses)): Don't use BP_SYM.
33237         (_start): Likewise.
33238         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
33239         <bp-asm.h>.
33240         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
33241         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
33242         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
33243         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
33244         <bp-asm.h>.
33245         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
33246         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
33247         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
33248         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
33249         <bp-asm.h>.
33250         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
33251         comments.
33252         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
33253         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
33254         <bp-asm.h>.
33255         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
33256         FIXME comments.
33257         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
33258         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
33259         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
33260         <bp-asm.h>.
33261         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
33262         comment.
33263         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
33264         and <bp-asm.h>.
33265         (strncmp): Don't use BP_SYM,
33266         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
33267         <bp-asm.h>.
33268         (__mpn_sub_n): Don't use BP_SYM.
33269         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33270         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
33271         and <bp-asm.h>.
33272         (__mpn_submul_1): Don't use BP_SYM.
33273         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33274         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
33275         <bp-sym.h> and <bp-asm.h>.
33276         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
33277         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
33278         <bp-sym.h> and <bp-asm.h>.
33279         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
33280         comment.
33282 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33284         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
33285         Use ZK to minimize writes to Z.
33286         (sub_magnitudes): Simplify code a bit.
33287         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
33288         Use ZK to minimize writes to Z.
33289         (sub_magnitudes): Simplify code a bit.
33291 2013-02-27  Roland McGrath  <roland@hack.frob.com>
33293         * csu/gmon-start.c: Add special exception to license text.
33295 2013-02-27  Richard Henderson  <rth@redhat.com>
33297         * scripts/config.guess: Update from config.git.
33298         * scripts/config.sub: Likewise.
33300 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
33302         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
33304         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
33306         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
33308         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
33310         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
33312 2013-02-26  Roland McGrath  <roland@hack.frob.com>
33314         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
33315         [$(build-shared = yes].
33317 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
33319         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
33320         (__mul): Reduce iterations for calculating mantissa.
33322         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
33323         MPTWO.
33324         (__mpranred): Likewise.
33326         [BZ #15160]
33327         * malloc/memusagestat.c (main): Draw graphs for heap and stack
33328         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
33330 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
33332         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
33333         Define __attribute__.
33335 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
33337         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
33338         unused.
33339         * posix/regex_internal.h (__attribute): Remove.
33340         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
33341         (re_string_context_at): Likewise.
33342         (bitset_not): Use __attribute__ and mark function as possibly
33343         unused.
33344         (bitset_merge): Likewise.
33345         (bitset_mask): Likewise.
33346         (re_string_char_size_at): Likewise.
33347         (re_string_wchar_at): Likewise.
33348         (re_string_elem_size_at): Likewise.
33350 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
33352         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
33353         code.
33354         (cc32): Likewise.
33356         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
33357         (__acr): Likewise.
33358         (__cpy): Likewise.
33359         (norm): Likewise.
33360         (denorm): Likewise.
33361         (__dbl_mp): Likewise.
33362         (add_magnitudes): Likewise.
33363         (sub_magnitudes): Likewise.
33364         (__mul): Likewise.
33365         (__inv): Likewise.
33367         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
33368         style.
33370         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
33371         style.
33373         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
33374         code.
33376         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
33377         up changes with default code.
33378         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
33379         Likewise.
33381 2013-02-24  Allan McRae  <allan@archlinux.org>
33383         * manual/socket.texi (The Internet Namespace): Order menu items
33384         to match that in the file.
33386         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
33387         node listing of the info page menu.
33389 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
33391         [BZ #13550]
33392         * sysdeps/i386/bp-asm.h: Remove file.
33393         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
33394         (PARMS): Do not use macros from bp-asm.h.
33395         (S1): Likewise.
33396         (S2): Likewise.
33397         (SIZE): Likewise.
33398         (__mpn_add_n): Do not use BP_SYM
33399         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
33400         "bp-asm.h".
33401         (PARMS): Do not use macros from bp-asm.h.
33402         (S1): Likewise.
33403         (SIZE): Likewise.
33404         (__mpn_addmul_1): Do not use BP_SYM
33405         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
33406         "bp-asm.h".
33407         (PARMS): Do not use macros from bp-asm.h.
33408         (SIGMSK): Likewise.
33409         (_setjmp): Likewise.  Do not use BP_SYM.
33410         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
33411         "bp-asm.h".
33412         (PARMS): Do not use macros from bp-asm.h.
33413         (SIGMSK): Likewise.
33414         (setjmp): Likewise.  Do not use BP_SYM.
33415         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
33416         "bp-asm.h".
33417         (PARMS): Do not use macros from bp-asm.h.
33418         (__frexp): Do not use BP_SYM.
33419         (frexp): Likewise.
33420         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
33421         "bp-asm.h".
33422         (PARMS): Do not use macros from bp-asm.h.
33423         (__frexpf): Do not use BP_SYM.
33424         (frexpf): Likewise.
33425         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
33426         "bp-asm.h".
33427         (PARMS): Do not use macros from bp-asm.h.
33428         (__frexpl): Do not use BP_SYM.
33429         (frexpl): Likewise.
33430         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
33431         "bp-asm.h".
33432         (PARMS): Do not use macros from bp-asm.h.
33433         (__remquo): Do not use BP_SYM.
33434         (remquo): Likewise.
33435         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
33436         "bp-asm.h".
33437         (PARMS): Do not use macros from bp-asm.h.
33438         (__remquof): Do not use BP_SYM.
33439         (remquof): Likewise.
33440         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
33441         "bp-asm.h".
33442         (PARMS): Do not use macros from bp-asm.h.
33443         (__remquol): Do not use BP_SYM.
33444         (remquol): Likewise.
33445         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
33446         "bp-asm.h".
33447         (PARMS): Do not use macros from bp-asm.h.
33448         (DEST): Likewise.
33449         (SRC): Likewise.
33450         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
33451         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
33452         "bp-asm.h".
33453         (PARMS): Do not use macros from bp-asm.h.
33454         (strlen): Do not use BP_SYM.
33455         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
33456         "bp-asm.h".
33457         (PARMS): Do not use macros from bp-asm.h.
33458         (S1): Likewise.
33459         (S2): Likewise.
33460         (SIZE): Likewise.
33461         (__mpn_add_n): Do not use BP_SYM.
33462         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
33463         "bp-asm.h".
33464         (PARMS): Do not use macros from bp-asm.h.
33465         (S1): Likewise.
33466         (SIZE): Likewise.
33467         (__mpn_addmul_1): Do not use BP_SYM.
33468         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
33469         weak_alias.
33470         (bzero): Likewise.
33471         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
33472         "bp-asm.h".
33473         (PARMS): Do not use macros from bp-asm.h.
33474         (S): Likewise.
33475         (SIZE): Likewise.
33476         (__mpn_lshift): Do not use BP_SYM.
33477         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
33478         "bp-asm.h".
33479         (PARMS): Do not use macros from bp-asm.h.
33480         (DEST): Likewise.
33481         (SRC): Likewise.
33482         (LEN): Likewise.
33483         (memcpy): Likewise.  Do not use BP_SYM.
33484         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
33485         libc_hidden_def and weak_alias.
33486         (mempcpy): Do not use BP_SYM in weak_alias.
33487         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
33488         "bp-asm.h".
33489         (PARMS): Do not use macros from bp-asm.h.
33490         (DEST): Likewise.
33491         (LEN): Likewise.
33492         [!BZERO_P] (CHR): Likewise.
33493         (memset): Likewise.  Do not use BP_SYM.
33494         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
33495         "bp-asm.h".
33496         (PARMS): Do not use macros from bp-asm.h.
33497         (S1): Likewise.
33498         (SIZE): Likewise.
33499         (__mpn_mul_1): Do not use BP_SYM.
33500         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
33501         "bp-asm.h".
33502         (PARMS): Do not use macros from bp-asm.h.
33503         (S): Likewise.
33504         (SIZE): Likewise.
33505         (__mpn_rshift): Do not use BP_SYM.
33506         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
33507         "bp-asm.h".
33508         (PARMS): Do not use macros from bp-asm.h.
33509         (STR): Likewise.
33510         (CHR): Likewise.
33511         (strchr): Likewise.  Do not use BP_SYM.
33512         (index): Do not use BP_SYM in weak_alias.
33513         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
33514         "bp-asm.h".
33515         (PARMS): Do not use macros from bp-asm.h.
33516         (DEST): Likewise.
33517         (SRC): Likewise.
33518         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
33519         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
33520         "bp-asm.h".
33521         (PARMS): Do not use macros from bp-asm.h.
33522         (strlen): Do not use BP_SYM.
33523         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
33524         "bp-asm.h".
33525         (PARMS): Do not use macros from bp-asm.h.
33526         (S1): Likewise.
33527         (S2): Likewise.
33528         (SIZE): Likewise.
33529         (__mpn_sub_n): Do not use BP_SYM.
33530         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
33531         "bp-asm.h".
33532         (PARMS): Do not use macros from bp-asm.h.
33533         (S1): Likewise.
33534         (SIZE): Likewise.
33535         (__mpn_submul_1): Do not use BP_SYM.
33536         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
33537         "bp-asm.h".
33538         (PARMS): Do not use macros from bp-asm.h.
33539         (S1): Likewise.
33540         (S2): Likewise.
33541         (SIZE): Likewise.
33542         (__mpn_add_n): Do not use BP_SYM.
33543         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
33544         weak_alias.
33545         (bzero): Likewise.
33546         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
33547         "bp-asm.h".
33548         (PARMS): Do not use macros from bp-asm.h.
33549         (BLK2): Likewise.
33550         (LEN): Likewise.
33551         (memcmp): Do not use BP_SYM.
33552         (bcmp): Do not use BP_SYM in weak_alias.
33553         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
33554         "bp-asm.h".
33555         (PARMS): Do not use macros from bp-asm.h.
33556         (DEST): Likewise.
33557         (SRC): Likewise.
33558         (LEN): Likewise.
33559         (memcpy): Likewise.  Do not use BP_SYM.
33560         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
33561         "bp-asm.h".
33562         (PARMS): Do not use macros from bp-asm.h.
33563         (DEST): Likewise.
33564         (SRC): Likewise.
33565         (LEN): Likewise.
33566         (memmove): Likewise.  Do not use BP_SYM.
33567         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
33568         "bp-asm.h".
33569         (PARMS): Do not use macros from bp-asm.h.
33570         (DEST): Likewise.
33571         (SRC): Likewise.
33572         (LEN): Likewise.
33573         (__mempcpy): Likewise.  Do not use BP_SYM.
33574         (mempcpy): Do not use BP_SYM in weak_alias.
33575         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
33576         "bp-asm.h".
33577         (PARMS): Do not use macros from bp-asm.h.
33578         (DEST): Likewise.
33579         (LEN): Likewise.
33580         [!BZERO_P] (CHR): Likewise.
33581         (memset): Likewise.  Do not use BP_SYM.
33582         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
33583         "bp-asm.h".
33584         (PARMS): Do not use macros from bp-asm.h.
33585         (STR2): Likewise.
33586         (strcmp): Do not use BP_SYM.
33587         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
33588         "bp-asm.h".
33589         (PARMS): Do not use macros from bp-asm.h.
33590         (STR): Likewise.
33591         (DELIM): Likewise.
33592         [USE_AS_STRTOK_R] (SAVE): Likewise.
33593         (FUNCTION): Likewise.  Do not use BP_SYM.
33594         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
33595         aliases.
33596         (strtok_r): Likewise.
33597         (__GI___strtok_r): Likewise.
33598         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
33599         (PARMS): Do not use macros from bp-asm.h.
33600         (S): Likewise.
33601         (SIZE): Likewise.
33602         (__mpn_lshift): Do not use BP_SYM.
33603         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
33604         (PARMS): Do not use macros from bp-asm.h.
33605         (STR): Likewise.
33606         (CHR): Likewise.
33607         (__memchr): Do not use BP_SYM.
33608         (memchr): Do not use BP_SYM in weak_alias.
33609         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
33610         (PARMS): Do not use macros from bp-asm.h.
33611         (BLK2): Likewise.
33612         (LEN): Likewise.
33613         (memcmp): Do not use BP_SYM.
33614         (bcmp): Do not use BP_SYM in weak_alias.
33615         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
33616         (PARMS): Do not use macros from bp-asm.h.
33617         (S1): Likewise.
33618         (SIZE): Likewise.
33619         (__mpn_mul_1): Do not use BP_SYM.
33620         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
33621         "bp-asm.h".
33622         (PARMS): Do not use macros from bp-asm.h.
33623         (STR): Likewise.
33624         (CHR): Likewise.
33625         (__rawmemchr): Do not use BP_SYM.
33626         (rawmemchr): Do not use BP_SYM in weak_alias.
33627         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
33628         (PARMS): Do not use macros from bp-asm.h.
33629         (S): Likewise.
33630         (SIZE): Likewise.
33631         (__mpn_rshift): Do not use BP_SYM.
33632         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
33633         (PARMS): Do not use macros from bp-asm.h.
33634         (SIGMSK): Likewise.
33635         (__sigsetjmp): Likewise.  Do not use BP_SYM.
33636         * sysdeps/i386/start.S: Do not include "bp-sym.h".
33637         (_start): Do not use BP_SYM.
33638         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
33639         (PARMS): Do not use macros from bp-asm.h.
33640         (DEST): Likewise.
33641         (SRC): Likewise.
33642         (__stpcpy): Likewise.  Do not use BP_SYM.
33643         (stpcpy): Do not use BP_SYM in weak_alias.
33644         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
33645         "bp-asm.h".
33646         (PARMS): Do not use macros from bp-asm.h.
33647         (DEST): Likewise.
33648         (SRC): Likewise.
33649         (LEN): Likewise.
33650         (__stpncpy): Likewise.  Do not use BP_SYM.
33651         (stpncpy): Do not use BP_SYM in weak_alias.
33652         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
33653         (PARMS): Do not use macros from bp-asm.h.
33654         (STR): Likewise.
33655         (CHR): Likewise.
33656         (strchr): Likewise.  Do not use BP_SYM.
33657         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
33658         "bp-asm.h".
33659         (PARMS): Do not use macros from bp-asm.h.
33660         (STR): Likewise.
33661         (CHR): Likewise.
33662         (__strchrnul): Likewise.  Do not use BP_SYM.
33663         (strchrnul): Do not use BP_SYM in weak_alias.
33664         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
33665         "bp-asm.h".
33666         (PARMS): Do not use macros from bp-asm.h.
33667         (STOP): Likewise.
33668         (strcspn): Do not use BP_SYM.
33669         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
33670         "bp-asm.h".
33671         (PARMS): Do not use macros from bp-asm.h.
33672         (STR): Likewise.
33673         (STOP): Likewise.
33674         (strpbrk): Likewise.  Do not use BP_SYM.
33675         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
33676         "bp-asm.h".
33677         (PARMS): Do not use macros from bp-asm.h.
33678         (STR): Likewise.
33679         (CHR): Likewise.
33680         (strrchr): Likewise.  Do not use BP_SYM.
33681         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
33682         (PARMS): Do not use macros from bp-asm.h.
33683         (SKIP): Likewise.
33684         (strspn): Do not use BP_SYM.
33685         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
33686         (PARMS): Do not use macros from bp-asm.h.
33687         (STR): Likewise.
33688         (DELIM): Likewise.
33689         (SAVE): Likewise.
33690         (FUNCTION): Likewise.  Do not use BP_SYM.
33691         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
33692         aliases.
33693         (strtok_r): Likewise.
33694         (__GI___strtok_r): Likewise.
33695         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
33696         (PARMS): Do not use macros from bp-asm.h.
33697         (S1): Likewise.
33698         (S2): Likewise.
33699         (SIZE): Likewise.
33700         (__mpn_sub_n): Do not use BP_SYM.
33701         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
33702         "bp-asm.h".
33703         (PARMS): Do not use macros from bp-asm.h.
33704         (S1): Likewise.
33705         (SIZE): Likewise.
33706         (__mpn_submul_1): Do not use BP_SYM.
33707         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
33708         <bp-sym.h>.
33709         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
33710         and <bp-asm.h>.
33711         (PARMS): Do not use macros from bp-asm.h.
33712         (FLAGS): Likewise.
33713         (PTID): Likewise.
33714         (TLS): Likewise.
33715         (CTID): Likewise.
33716         (__clone): Do not use BP_SYM.
33717         (clone): Do not use BP_SYM in weak_alias.
33718         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
33719         and <bp-asm.h>.
33720         (PARMS): Do not use macros from bp-asm.h.
33721         (LEN): Likewise.
33722         (__mmap64): Do not use BP_SYM.
33723         (mmap64): Do not use BP_SYM in weak_alias.
33724         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
33725         <bp-sym.h> and <bp-asm.h>.
33726         (PARMS): Do not use macros from bp-asm.h.
33727         (__posix_fadvise64_l64): Do not use BP_SYM.
33728         * sysdeps/unix/sysv/linux/i386/semtimedop.S
33729         (PARMS): Do not use macros from bp-asm.h.
33730         (NSOPS): Likewise.
33731         (semtimedop): Do not use BP_SYM.
33732         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
33733         and <bp-asm.h>.
33735 2013-02-21  Allan McRae  <allan@archlinux.org>
33737         * manual/message.texi (Charset conversion in gettext):
33738         Move @end statement to beginning of line.
33740 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
33742         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
33743         static.
33744         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
33745         Likewise.
33747         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
33748         (denorm): Likewise.
33749         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
33750         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
33752 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33754         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
33755         tail-call to the resolved function if pltexit isn't needed.
33757 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
33759         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
33760         or Y being zero as being unlikely.
33761         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
33762         Likewise.
33764 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
33766         * manual/nss.texi (System Databases and Name Service Switch):
33767         Remove frobnicate @pxref.
33769 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
33771         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
33772         __attribute__ ((unused)) to __attribute__ ((__unused__)).
33774 2013-02-20  Petr Machata  <pmachata@redhat.com>
33776         * elf/elf.h (R_ARM_TARGET1): New macro.
33777         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
33778         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
33779         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
33780         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
33781         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
33782         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
33783         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
33784         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
33785         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
33786         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
33787         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
33788         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
33789         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
33790         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
33791         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
33792         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
33793         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
33794         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
33795         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
33796         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
33797         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
33798         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
33799         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
33800         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
33801         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
33802         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
33803         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
33804         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
33805         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
33806         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
33807         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
33808         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
33809         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
33810         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
33811         (R_ARM_THM_GOT_BREL12): Likewise.
33812         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
33813         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
33814         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
33815         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
33816         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
33817         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
33818         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
33819         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
33820         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
33822 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
33824         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
33825         __attribute_used__ to __attribute__ ((unused)).
33827 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
33829         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
33830         powerpc mpa.c.
33831         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
33832         comment formatting.
33833         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
33835 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
33837         [BZ #13550]
33838         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
33839         Remove macro.
33840         (ENTER): Remove both macro definitions.
33841         (LEAVE): Likewise.
33842         (CHECK_BOUNDS_LOW): Likewise.
33843         (CHECK_BOUNDS_HIGH): Likewise.
33844         (CHECK_BOUNDS_BOTH): Likewise.
33845         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
33846         (RETURN_BOUNDED_POINTER): Likewise.
33847         (RETURN_NULL_BOUNDED_POINTER): Likewise.
33848         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
33849         (POP_ERRNO_LOCATION_RETURN): Likewise.
33850         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
33851         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33852         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
33853         macros.
33854         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33855         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
33856         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
33857         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
33858         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
33859         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
33860         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
33861         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
33862         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
33863         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
33864         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
33865         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
33866         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33867         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
33868         removed macros.
33869         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33870         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
33871         macros.
33872         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33873         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
33874         * sysdeps/i386/i586/memset.S (memset): Likewise.
33875         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
33876         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33877         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
33878         macros.
33879         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33880         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
33881         Change uses of L(2) to L(out).
33882         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
33883         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
33884         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
33885         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33886         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
33887         removed macros.
33888         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33889         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
33890         macros.
33891         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33892         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
33893         (RETURN): Do not use macro LEAVE.
33894         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
33895         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
33896         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
33897         * sysdeps/i386/i686/memset.S (memset): Likewise.
33898         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
33899         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
33900         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
33901         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
33902         Likewise.
33903         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
33904         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
33905         L(1_2) and L(1_3) into L(1).
33906         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
33907         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
33908         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33909         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
33910         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
33911         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
33912         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
33913         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33914         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
33915         macros.
33916         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
33917         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33918         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
33919         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
33920         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
33921         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
33922         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
33923         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
33924         * sysdeps/i386/strcspn.S (strcspn): Likewise.
33925         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
33926         * sysdeps/i386/strrchr.S (strrchr): Likewise.
33927         * sysdeps/i386/strspn.S (strspn): Likewise.
33928         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
33929         conditional code.
33930         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
33931         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
33932         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
33933         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
33934         L(1_3) into L(1_1).
33935         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
33936         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33937         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
33938         macros.
33939         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33941 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
33943         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
33944         macro.
33946 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
33948         * math/atest-exp.c (exp_mpn): Remove ROUND.
33949         * math/atest-exp2.c (exp_mpn): Likewise.
33950         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
33952         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
33953         * stdlib/tst-tls-atexit-lib.c: Likewise.
33954         * stdlib/tst-tls-atexit.c: Likewise.
33956 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
33958         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
33959         and __attribute_alloc_size__.
33961 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
33963         * include/programs/xmalloc.h: Change __attribute_alloc_size to
33964         __attribute_alloc_size__.
33965         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
33966         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
33968 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
33970         * include/programs/xmalloc.h: New file.
33971         * catgets/gencat.c: Include it.
33972         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
33973         * elf/pldd.c: Likewise.
33974         * iconv/iconv_charmap.c: Likewise.
33975         * iconv/iconvconfig.c: Likewise.
33976         * iconv/strtab.c: Likewise.
33977         * locale/programs/locale.c: Likewise.
33978         * locale/programs/localedef.h: Likewise.
33979         * locale/programs/simple-hash.c: Likewise.
33980         * nscd/nscd.h: Likewise.
33981         * nss/makedb.c: Likewise.
33982         * sysdeps/generic/ldconfig.h: Likewise.
33984 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33986         * Versions.def: Add GLIBC_2.18.
33987         * include/link.h (struct link_map): New member l_tls_dtor_count.
33988         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
33989         (__call_tls_dtors): Likewise.
33990         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
33991         __cxa_thread_atexit_impl.
33992         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33993         Likewise.
33994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33995         Likewise.
33996         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
33997         Likewise.
33998         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
33999         Likewise.
34000         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
34001         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
34002         Likewise.
34003         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
34004         Likewise.
34005         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
34006         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
34007         Likewise.
34008         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
34009         (tests): Add test case tst-tls-atexit.
34010         (modules-names): Add shared library for tst-tls-atexit.
34011         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
34012         (GLIBC_PRIVATE): Add __call_tls_dtors.
34013         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
34014         for libstdc++.
34015         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
34016         * stdlib/tst-tls-atexit.c: New test case.
34017         * stdlib/tst-tls-atexit-lib.c: New test case.
34019         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
34021         * elf/Versions (ld): Add _dl_find_dso_for_object.
34022         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
34023         * elf/dl-open.c (_dl_find_dso_for_object): New function.
34024         (dl_open_worker): Use _dl_find_dso_for_object.
34025         * elf/dl-sym.c (do_sym): Likewise.
34026         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
34028 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34030         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
34031         Syntactic changes only.
34032         (_dl_runtime_profile): Do a tail-call to the resolved function.
34034 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
34036         [BZ #13550]
34037         * sysdeps/x86_64/bp-asm.h: Remove file.
34038         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
34039         <bp-sym.h> and <bp-asm.h>.
34040         (__clone): Do not use BP_SYM.
34041         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
34042         <bp-sym.h> and <bp-asm.h>.
34043         * sysdeps/unix/x86_64/sysdep.S: Likewise.
34044         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
34045         "bp-asm.h".
34046         (_setjmp): Do not use BP_SYM.
34047         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
34048         "bp-asm.h".
34049         (setjmp): Do not use BP_SYM.
34050         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
34051         libc_hidden_def.
34052         (mempcpy): Do not use BP_SYM in weak_alias.
34053         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
34054         "bp-asm.h".
34055         (strchr): Do not use BP_SYM.
34056         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
34057         "bp-asm.h".
34058         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
34059         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
34060         (_start): Do not use BP_SYM.
34061         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
34062         "bp-asm.h".
34063         (strcat): Do not use BP_SYM.
34064         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
34065         "bp-asm.h".
34066         (STRCMP): Do not use BP_SYM.
34067         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
34068         "bp-asm.h".
34069         (STRCPY): Do not use BP_SYM.
34070         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
34071         "bp-asm.h".
34072         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
34073         "bp-asm.h".
34074         (FUNCTION): Do not use BP_SYM.
34075         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
34076         weak_alias.
34077         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
34079 2013-02-17  Andreas Jaeger  <aj@suse.de>
34081         * time/Versions: Sort entries.
34082         * string/Versions: Likewise.
34083         * resolv/Versions: Likewise.
34084         * posix/Versions: Likewise.
34085         * iconv/Versions: Likewise.
34086         * elf/Versions: Likewise.
34087         * wcsmbs/Versions: Likewise.
34089 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
34091         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
34092         loop termination condition.
34094         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
34095         variable to calculate EZ.
34096         (__sqr): Likewise.
34098         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
34099         the lower precision input.
34101 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
34103         [BZ #13550]
34104         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
34105         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
34106         (run-via-rtld-prefix): Do not handle %-bp tests.
34107         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
34108         (all-object-suffixes): Remove .ob.
34109         (bppfx): Remove variable.
34110         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
34111         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
34112         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
34113         [$(build-bounded) = yes] (libtype.ob): Likewise.
34114         * Makerules (elide-routines.ob): Remove variable.
34115         (do-tests-clean): Do not handle *-bp.out.
34116         (common-mostlyclean): Do not handle *-bp and *-bp.out.
34117         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
34118         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
34119         (tests): Do not include $(tests-bp.out).
34120         (xtests): Do not include $(xtests-bp.out).
34121         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
34122         [$(build-bounded) = yes] ($(addprefix
34123         $(objpfx),$(binaries-bounded))): Remove rule.
34124         ($(objpfx)%-bp.out): Remove rule.
34125         * config.make.in (build-bounded): Remove variable.
34126         * crypt/Makefile [$(build-bounded) = yes]
34127         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
34128         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
34129         append to variable.
34130         [$(build-bounded) = yes] (install-lib): Likewise.
34131         [$(build-bounded) = yes] (generated): Likewise.
34132         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
34133         Remove rule.
34134         * intl/Makefile [$(build-bounded) = yes]
34135         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
34136         * math/Makefile [$(build-bounded) = yes]
34137         ($(tests:%=$(objpfx)%-bp): Likewise.
34138         * misc/Makefile [$(build-bounded) = yes]
34139         ($(objpfx)tst-tsearch-bp): Likewise.
34140         * nptl/Makeconfig (bounded-thread-library): Remove variable.
34141         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
34142         Remove dependency.
34143         * string/Makefile (o-objects.ob): Remove variable.
34144         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
34145         (CFLAGS-.ob): Remove variable.
34146         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
34147         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
34148         both definitions of variable.
34149         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
34150         (ASFLAGS-.ob): Remove variable.
34152 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
34154         [BZ #13550]
34155         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
34156         Remove __BOUNDED_POINTERS__ from condition.
34157         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
34158         * string/bits/string2.h [!__NO_STRING_INLINES &&
34159         !__BOUNDED_POINTERS__]: Likewise.
34160         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
34161         Likewise.
34162         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
34163         Remove conditional code.
34164         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
34165         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
34166         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
34167         condition.
34169         [BZ #13550]
34170         * csu/libc-start.c: Do not include <bp-sym.h>.
34171         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
34172         * elf/dl-open.c: Do not include <bp-sym.h>.
34173         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
34174         * math/fegetenv.c: Do not include <bp-sym.h>.
34175         (fegetenv): Do not use BP_SYM in versioned symbols.
34176         * nptl/sysdeps/pthread/bits/libc-lockP.h
34177         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
34178         <bp-sym.h>.
34179         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34180         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
34181         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34182         (__pthread_mutex_destroy): Likewise.
34183         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34184         (__pthread_mutex_lock): Likewise.
34185         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34186         (__pthread_mutex_trylock): Likewise.
34187         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34188         (__pthread_mutex_unlock): Likewise.
34189         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34190         (__pthread_mutexattr_init): Likewise.
34191         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34192         (__pthread_mutexattr_destroy): Likewise.
34193         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34194         (__pthread_mutexattr_settype): Likewise.
34195         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34196         (__pthread_rwlock_init): Likewise.
34197         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34198         (__pthread_rwlock_destroy): Likewise.
34199         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34200         (__pthread_rwlock_rdlock): Likewise.
34201         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34202         (__pthread_rwlock_tryrdlock): Likewise.
34203         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34204         (__pthread_rwlock_wrlock): Likewise.
34205         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34206         (__pthread_rwlock_trywrlock): Likewise.
34207         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34208         (__pthread_rwlock_unlock): Likewise.
34209         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34210         (__pthread_key_create): Likewise.
34211         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34212         (__pthread_setspecific): Likewise.
34213         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34214         (__pthread_getspecific): Likewise.
34215         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
34216         Likewise.
34217         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34218         (_pthread_cleanup_push_defer): Likewise.
34219         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34220         (_pthread_cleanup_pop_restore): Likewise.
34221         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34222         (pthread_setcancelstate): Likewise.
34223         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
34224         <bp-sym.h>.
34225         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
34226         (memchr): Do not use BP_SYM in weak_alias.
34227         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
34228         (fegetenv): Do not use BP_SYM in versioned symbols.
34229         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
34230         (fesetenv): Do not use BP_SYM in versioned symbols.
34231         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
34232         (feupdateenv): Do not use BP_SYM in versioned symbols.
34233         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
34234         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
34235         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
34236         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
34237         (open64): Do not use BP_SYM in weak_alias.
34238         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
34239         (fegetenv): Do not use BP_SYM in versioned symbols.
34240         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
34241         (fesetenv): Do not use BP_SYM in versioned symbols.
34242         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
34243         (feupdateenv): Do not use BP_SYM in versioned symbols.
34244         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
34245         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
34246         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
34247         (feraiseexcept): Do not use BP_SYM in versioned symbols.
34248         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
34249         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
34250         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
34251         <bp-sym.h>.
34252         (__libc_start_main): Do not use BP_SYM.
34254 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
34256         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
34257         redundant return line.
34258         (norm): Likewise.
34259         (denorm): Likewise.
34260         (dbl_mp): Likewise.
34261         (sub_magnitudes): Likewise.
34262         (__add): Likewise.
34263         (__sub): Likewise.
34264         (__mul): Likewise.
34265         (__inv): Likewise.
34266         (__dvd): Likewise.
34267         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
34268         (norm): Likewise.
34269         (denorm): Likewise.
34270         (dbl_mp): Likewise.
34271         (sub_magnitudes): Likewise.
34272         (__add): Likewise.
34273         (__sub): Likewise.
34274         (__mul): Likewise.
34275         (__inv): Likewise.
34276         (__dvd): Likewise.
34278         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
34279         instead of __mul.
34280         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
34281         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
34282         (cc32): Likewise.
34284         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
34285         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
34286         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
34287         of __mul for squares.
34288         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
34289         function
34290         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
34291         Likewise.
34292         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
34293         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
34295 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
34297         [BZ #13550]
34298         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
34299         code.
34300         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
34301         prototype or function definition.  Rename ubp_* variables and
34302         parameters.  Remove argv definitions conditional on
34303         [__BOUNDED_POINTERS__].
34304         * debug/backtrace.c (__backtrace): Do not use __unbounded.
34305         * elf/dl-runtime.c (_dl_fixup): Likewise.
34306         * include/set-hooks.h (RUN_HOOK): Likewise.
34307         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
34308         definition.
34309         * string/strcpy.c (strcpy): Do not use __unbounded.
34310         * sysdeps/generic/frame.h (struct layout): Likewise.
34311         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
34312         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
34313         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
34314         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
34315         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
34316         (__backtrace): Likewise.
34317         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
34318         use __ptrvalue.
34319         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
34320         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
34321         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
34322         Likewise.
34323         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
34324         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
34325         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
34326         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
34327         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
34328         Do not use __unbounded.
34329         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
34330         Rename __unboundedrlimits parameter to rlimits in prototype.
34331         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
34332         Do not use __unbounded.
34333         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
34334         not use __ptrvalue.
34335         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
34336         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
34337         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
34338         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
34339         __ptrvalue or __unbounded.
34340         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
34341         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
34342         use __unbounded.
34343         (__new_msgctl): Do not use __ptrvalue.
34344         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
34345         __unbounded.
34346         (__libc_msgrcv): Do not use __ptrvalue.
34347         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
34348         startup_info): Do not use __unbounded.
34349         (__libc_start_main): Likewise.  Rename ubp_* variables and
34350         parameters.  Remove argv definitions conditional on
34351         [__BOUNDED_POINTERS__].
34352         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
34353         __ptrvalue.
34354         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
34355         use __unbounded.
34356         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
34357         or __ptrvalue.
34358         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
34359         use __unbounded.
34360         (__new_shmctl): Do not use __ptrvalue.
34361         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
34362         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
34363         Likewise.
34364         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
34365         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
34366         (__libc_sigaction): Likewise.
34367         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
34368         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
34369         Likewise.
34370         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
34372 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
34374         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
34376         * string/mempcpy.c: Implement by calling memcpy.
34378 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
34380         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
34382         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
34383         evaluation.
34385         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
34386         values in the mantissa.
34388         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
34389         minimize writes to Z.
34390         (sub_magnitudes): Simplify code a bit.
34392 2013-02-12  Roland McGrath  <roland@hack.frob.com>
34394         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
34395         from the message.  The linker prefixes all warnings with that already.
34397 2013-02-12  Andreas Schwab  <schwab@suse.de>
34399         [BZ #15078]
34400         * posix/regexec.c (extend_buffers): Add parameter min_len.
34401         (check_matching): Pass minimum needed length.
34402         (clean_state_log_if_needed): Likewise.
34403         (get_subexp): Likewise.
34404         * posix/Makefile (tests): Add bug-regex34.
34405         (bug-regex34-ENV): Define.
34406         * posix/bug-regex34.c: New file.
34408         [BZ #11561]
34409         * posix/regcomp.c (parse_bracket_exp): When looking up collating
34410         elements compare against the byte sequence of it, not its name.
34411         * posix/Makefile (tests): Add bug-regex35.
34412         (bug-regex35-ENV): Define.
34413         * posix/bug-regex35.c: New file.
34415 2013-02-11  Tom de Vries  <tom@codesourcery.com>
34417         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
34418         comment.
34419         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
34420         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
34421         (CHECK_EOL): Add undef.
34423 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
34425         * bits/stdlib-bsearch.h: New file.
34426         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
34427         * stdlib/stdlib.h: Likewise.
34429 2013-02-11  Roland McGrath  <roland@hack.frob.com>
34431         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
34432         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
34433         declaration.
34434         * manual/search.texi (Array Search Function): Add missing const in
34435         lfind prototype.
34436         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
34437         declaration to use rlim_t.
34438         (Basic Scheduling Functions): Remove erroneous const from
34439         sched_getparam prototype.  Remove erroneous * from
34440         sched_get_priority_max and sched_get_priority_min prototypes.
34441         (Resource Usage): Fix summary @comment on vtimes to refer to
34442         sys/vtimes.h rather than vtimes.h.
34443         Add missing *s in vtimes prototype.
34444         (Limits on Resources): Fix ulimit prototype to return long int.
34445         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
34446         prototypes to use long int rather than double.
34447         (BSD Random): Fix initstate and setstate to use char *, not void *.
34448         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
34449         prototype to make second argument 'struct aiocb64 *const[]'.
34450         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
34451         (Status of AIO Operations): Remove erroneous const in aio_return and
34452         aio_return64 prototypes.
34453         (Synchronizing I/O): Fix sync prototype to return void.
34454         * manual/startup.texi (Suboptions): Remove an erroneous const in
34455         getsubopt prototype.
34456         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
34457         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
34458         use size_t rather than int.
34459         (Scanning All Users): Likewise for getpwent_r.
34460         (Setting Groups): Add missing const to setgroups prototype.
34461         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
34462         * manual/socket.texi (Host Names): Fix gethostbyaddr and
34463         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
34464         'const void *' rather than 'const char *'.
34465         (Host Address Functions): Likewise for inet_ntop.
34466         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
34467         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
34468         ssize_t for return value.
34469         (Sending Data): Likewise for send, sendto, sendmsg.
34470         (Socket Option Functions): Add a missing const in setsockopt prototype.
34471         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
34472         use wchar_t for the argument.
34473         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
34474         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
34475         take no arguments.
34476         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
34477         double/float/long double for second argument.
34478         Fix return types of significand, significandf, significandl.
34479         * manual/filesys.texi (Setting Permissions): Use mode_t for second
34480         argument in fchmod prototype.
34481         (File Owner): Use uid_t and gid_t in fchown prototype.
34482         (File Times): Add const to utimes, futimes, and lutimes prototypes.
34483         (Making Special Files): Use mode_t and dev_t in mknod prototype.
34484         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
34485         use 'const struct dirent **' as argument types to CMP function pointer
34486         argument.
34487         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
34488         (File Times): Fix summary magic @comment for struct utimbuf and utime
34489         to refer to utime.h, not time.h.
34490         * manual/string.texi (Argz Functions): Add missing const in
34491         argz_extract and argz_next prototypes.
34492         (Finding Tokens in a String): Likewise for basename.
34493         (String/Array Comparison): Fix typo in wcscasecmp prototype.
34494         (Copying and Concatenation): Fix typo in wmemmove prototype.
34495         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
34496         (Signal Stack): Remove erroneous const in sigstack prototype.
34497         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
34498         prototype.
34499         (Simple Calendar Time): Likewise for stime.
34500         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
34501         prototype.
34502         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
34503         say sys/sysctl.h instead.
34504         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
34505         and vsyslog prototypes.
34507 2013-02-11  Tom de Vries  <tom@codesourcery.com>
34509         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
34510         Remove.
34512 2013-02-11  Roland McGrath  <roland@hack.frob.com>
34514         * misc/sys/mman.h: Fix typo in mremap comment.
34516 2013-02-08  Roland McGrath  <roland@hack.frob.com>
34518         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
34519         the '\0' terminator.
34521 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
34523         [BZ #13550]
34524         * debug/segfault.c: Don't include <bp-checks.h>.
34525         * sysdeps/generic/bp-checks.h: Remove file.
34526         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
34527         (__GETDENTS): Don't use CHECK_N.
34528         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
34529         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
34530         (__getgroups): Don't use CHECK_N.
34531         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
34532         (setgroups): Don't use CHECK_N.
34533         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
34534         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
34535         (__libc_msgrcv): Don't use CHECK_N.
34536         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
34537         (__libc_msgsnd): Don't use CHECK_N.
34538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
34539         <bp-checks.h>.
34540         (__libc_pread): Don't use CHECK_N.
34541         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
34542         include <bp-checks.h>.
34543         (__libc_pread64): Don't use CHECK_N.
34544         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
34545         include <bp-checks.h>.
34546         (__libc_pwrite): Don't use CHECK_N.
34547         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
34548         include <bp-checks.h>.
34549         (__libc_pwrite64): Don't use CHECK_N.
34550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
34551         <bp-checks.h>.
34552         (__libc_pread): Don't use CHECK_N.
34553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
34554         include <bp-checks.h>.
34555         (__libc_pread64): Don't use CHECK_N.
34556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
34557         include <bp-checks.h>.
34558         (__libc_pwrite): Don't use CHECK_N.
34559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
34560         include <bp-checks.h>.
34561         (__libc_pwrite64): Don't use CHECK_N.
34562         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
34563         (do_pread): Don't use CHECK_N.
34564         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
34565         (do_pread64): Don't use CHECK_N.
34566         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
34567         (do_pwrite): Don't use CHECK_N.
34568         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
34569         (do_pwrite64): Don't use CHECK_N.
34570         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
34571         (__libc_readv): Don't use CHECK_N.
34572         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
34573         (semop): Don't use CHECK_N.
34574         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
34575         <bp-checks.h>.
34576         (semtimedop): Don't use CHECK_N.
34577         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
34578         (__libc_pread): Don't use CHECK_N.
34579         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
34580         <bp-checks.h>.
34581         (__libc_pread64): Don't use CHECK_N.
34582         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
34583         <bp-checks.h>.
34584         (__libc_pwrite): Don't use CHECK_N.
34585         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
34586         <bp-checks.h>.
34587         (__libc_pwrite64): Don't use CHECK_N.
34588         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
34589         <bp-checks.h>.
34590         (__libc_msgrcv): Don't use CHECK_N.
34591         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
34592         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
34593         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
34594         (__libc_writev): Don't use CHECK_N.
34596 2013-02-08  Roland McGrath  <roland@hack.frob.com>
34598         * string/strcpy.c: Removed unused variable.
34600         * Makeconfig (+sysdep-includes): Define with := rather than =.
34601         Use an existing include/ subdir of each sysdeps dir before it.
34603 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
34605         * nscd/connection.c (register_traced_file): Comment function.
34606         [HAVE_INOTIFY] (union __inev): Define.
34607         [HAVE_INOTIFY] (inotify_check_files): New function.
34608         [HAVE_INOTIFY] (clear_db_cache): Likewise.
34609         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
34610         clear_db_cache.
34611         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
34613 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
34615         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
34616         loaded if not already and that a failure is permanent.
34618 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
34620         [BZ #15006]
34621         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
34622         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
34624 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
34626         [BZ #13550]
34627         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
34628         (CHECK_1_NULL_OK): Likewise.
34629         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
34630         (__fxstat): Do not use CHECK_1.
34631         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
34632         <bp-checks.h>.
34633         (___fxstat64): Do not use CHECK_1.
34634         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
34635         <bp-checks.h>.
34636         (__fxstatat): Do not use CHECK_1.
34637         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
34638         <bp-checks.h>.
34639         (__fxstatat64): Do not use CHECK_1.
34640         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
34641         <bp-checks.h>.
34642         (__fxstat): Do not use CHECK_1.
34643         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
34644         <bp-checks.h>.
34645         (__fxstatat): Do not use CHECK_1.
34646         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
34647         <bp-checks.h>.
34648         (__getresgid): Do not use CHECK_1.
34649         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
34650         <bp-checks.h>.
34651         (__getresuid): Do not use CHECK_1.
34652         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
34653         <bp-checks.h>.
34654         (__lxstat): Do not use CHECK_1.
34655         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
34656         <bp-checks.h>.
34657         (__old_msgctl): Do not use CHECK_1.
34658         (__new_msgctl): Likewise.
34659         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
34660         <bp-checks.h>.
34661         (__new_setrlimit): Do not use CHECK_1.
34662         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
34663         <bp-checks.h>.
34664         (__old_shmctl): Do not use CHECK_1.
34665         (__new_shmctl): Likewise.
34666         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
34667         <bp-checks.h>.
34668         (__xstat): Do not use CHECK_1.
34669         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
34670         (__lxstat): Do not use CHECK_1.
34671         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
34672         <bp-checks.h>.
34673         (___lxstat64): Do not use CHECK_1.
34674         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
34675         (__old_msgctl): Do not use CHECK_1.
34676         (__new_msgctl): Likewise.
34677         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
34678         <bp-checks.h>.
34679         (__gettimeofday): Do not use CHECK_1.
34680         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
34681         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
34682         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
34683         <bp-checks.h>.
34684         (__gettimeofday): Do not use CHECK_1.
34685         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
34686         (__old_shmctl): Do not use CHECK_1_NULL_OK.
34687         (__new_shmctl): Do not use CHECK_1.
34688         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
34689         <bp-checks.h>.
34690         (do_sigtimedwait): Do not use CHECK_1.
34691         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
34692         <bp-checks.h>.
34693         (do_sigwaitinfo): Do not use CHECK_1.
34694         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
34695         <bp-checks.h>.
34696         (msgctl): Do not use CHECK_1.
34697         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
34698         <bp-checks.h>.
34699         (shmctl): Do not use CHECK_1.
34700         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
34701         (ustat): Do not use CHECK_1.
34702         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
34703         <bp-checks.h>.
34704         (__fxstat): Do not use CHECK_1.
34705         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
34706         <bp-checks.h>.
34707         (__fxstatat): Do not use CHECK_1.
34708         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
34709         <bp-checks.h>.
34710         (__lxstat): Do not use CHECK_1.
34711         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
34712         <bp-checks.h>.
34713         (__xstat): Do not use CHECK_1.
34714         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
34715         (__xstat): Do not use CHECK_1.
34716         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
34717         (___xstat64): Do not use CHECK_1.
34719         [BZ #13550]
34720         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
34721         definitions.
34722         (CHECK_BOUNDS_HIGH): Likewise.
34723         * string/strcpy.c: Do not include <bp-checks.h>.
34724         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
34726 2013-02-07  Roland McGrath  <roland@hack.frob.com>
34728         * nscd/nscd-client.h (__nscd_drop_map_ref):
34729         Add __attribute__ ((unused)).
34730         * nis/nss-nisplus.h (niserr2nss): Likewise.
34732         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
34733         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
34735         * csu/libc-tls.c (init_static_tls, init_slotinfo):
34736         Remove inline keyword.
34737         * include/rounding-mode.h (round_away): Likewise.
34738         * libio/wfileops.c (adjust_wide_data): Likewise.
34739         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
34740         (__m128i_strloadu_tolower): Likewise.
34741         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
34742         (__m128i_strloadu_tolower): Likewise.
34743         * time/mktime.c (ydhms_diff): Likewise.
34744         * locale/elem-hash.h (elem_hash): Likewise.
34745         * locale/setlocale.c (setdata): Likewise.
34746         * posix/regex_internal.h (re_string_char_size_at): Likewise.
34747         (re_string_wchar_at): Likewise.
34748         (bitset_not, bitset_merge, bitset_mask): Likewise.
34749         [!(__GNUC__ > 3)] (inline): Remove macro.
34750         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
34751         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
34752         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
34753         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
34754         * string/memcmp.c (memcmp_bytes): Likewise.
34755         * locale/programs/locarchive.c (compute_hashval): Likewise.
34756         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
34757         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
34758         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
34759         * nss/getent.c (print_rpc, print_protocols): Likewise.
34760         (print_passwd, print_group, print_aliases): Likewise.
34761         * nis/nss-nisplus.h (niserr2nss): Likewise.
34762         * nscd/connections.c (restart_p): Likewise.
34763         Change return type to bool.
34765 2013-02-05  Roland McGrath  <roland@hack.frob.com>
34767         * Makeconfig (all-Depend-files): Add existing
34768         $(sorted-subdirs:=/Depend) files.
34769         (all-subdirs): Remove nss.
34770         * sysdeps/unix/inet/Subdirs: Add it here instead.
34771         * hesiod/Depend: New file.
34773         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
34774         instead of calling alloca.
34776         * io/lseek.c (__lseek): Rename to __libc_lseek.
34777         Define __lseek as an alias.
34779         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
34781 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
34783         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
34784         else clause and remove check for non-standard endianness.
34786 2013-02-04  David S. Miller  <davem@davemloft.net>
34788         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34790 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
34792         [BZ #13550]
34793         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
34794         (__ubp_memchr): Remove prototype.
34795         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
34796         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
34797         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
34798         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
34799         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
34800         Remove alias.
34801         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
34802         (__ubp_memchr): Likewise.
34803         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
34804         (__ubp_memchr): Likewise.
34805         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
34806         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
34807         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
34808         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
34809         CHECK_STRING.
34810         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
34811         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
34812         (__getcwd): Do not use CHECK_STRING.
34813         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
34814         <bp-checks.h>.
34815         (__real_chown): Do not use CHECK_STRING.
34816         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
34817         <bp-checks.h>.
34818         (fchownat): Do not use CHECK_STRING.
34819         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
34820         CHECK_STRING.
34821         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
34822         <bp-checks.h>.
34823         (__lchown): Do not use CHECK_STRING.
34824         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
34825         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
34826         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
34827         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
34828         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
34829         include <bp-checks.h>.
34830         (truncate64): Do not use CHECK_STRING.
34831         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
34832         <bp-checks.h>.
34833         (__real_chown): Do not use CHECK_STRING.
34834         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
34835         <bp-checks.h>.
34836         (__lchown): Do not use CHECK_STRING.
34837         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
34838         <bp-checks.h>.
34839         (__chown): Do not use CHECK_STRING.
34840         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
34841         <bp-checks.h>.
34842         (truncate64): Do not use CHECK_STRING.
34843         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
34844         Likewise.
34845         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
34846         (__xmknod): Do not use CHECK_STRING.
34847         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
34848         <bp-checks.h>.
34849         (__xmknodat): Do not use CHECK_STRING.
34850         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
34851         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
34853 2013-02-04  Andreas Schwab  <schwab@suse.de>
34855         [BZ #14142]
34856         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
34857         * include/netdb.h: Likewise for h_errno.
34858         * elf/tst-stackguard1.c: Include <tls.h>.
34860 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
34862         * elf/link.h (struct link_map): Extend the l_addr comment.
34863         * include/link.h (struct link_map): Likewise.
34865 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
34867         [BZ #13550]
34868         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
34869         (BOUNDED_1): Remove macro.
34870         * debug/backtrace.c: Don't include <bp-checks.h>.
34871         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
34872         (__backtrace): Likewise.
34873         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
34874         <bp-checks.h>.
34875         (__backtrace): Don't use BOUNDED_1.
34876         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
34877         <bp-checks.h>.
34878         (__backtrace): Don't use BOUNDED_1.
34879         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
34880         (__backtrace): Don't use BOUNDED_1.
34881         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
34882         (shmat): Don't use BOUNDED_N.
34884 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
34886         [BZ #13550]
34887         * sysdeps/generic/bp-start.h: Remove file.
34888         * csu/libc-start.c: Don't include <bp-start.h>.
34889         (LIBC_START_MAIN): Set up __environ directly instead of using
34890         INIT_ARGV_and_ENVIRON.
34891         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
34892         <bp-start.h>.
34894         [BZ #13550]
34895         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
34896         definitions.
34897         (CHECK_FCNTL): Likewise.
34898         (CHECK_N_PAGES): Likewise.
34900         [BZ #13550]
34901         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
34902         definitions.
34903         (CHECK_SIGSET_NULL_OK): Likewise.
34904         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
34905         <bp-checks.h>.
34906         (sigpending): Don't use CHECK_SIGSET.
34907         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
34908         <bp-checks.h>.
34909         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
34910         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
34911         <bp-checks.h>.
34912         (do_sigsuspend): Don't use CHECK_SIGSET.
34913         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
34914         use CHECK_SIGSET.
34915         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
34916         (do_sigwait): Don't use CHECK_SIGSET.
34917         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
34918         use CHECK_SIGSET.
34919         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
34920         include <bp-checks.h>.
34921         (sigpending): Don't use CHECK_SIGSET.
34922         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
34923         include <bp-checks.h>.
34924         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
34925         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
34926         <bp-checks.h>.
34927         (sigpending): Don't use CHECK_SIGSET.
34928         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
34929         <bp-checks.h>.
34930         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
34932         [BZ #13550]
34933         * sysdeps/generic/bp-semctl.h: Remove file.
34934         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
34935         <bp-checks.h> and <bp-semctl.h>.
34936         (__old_semctl): Don't use CHECK_SEMCTL.
34937         (__new_semctl): Likewise.
34938         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
34939         and <bp-semctl.h>.
34940         (__old_semctl): Don't use CHECK_SEMCTL.
34941         (__new_semctl): Likewise.
34942         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
34943         <bp-checks.h> and <bp-semctl.h>.
34944         (__old_semctl): Don't use CHECK_SEMCTL.
34945         (__new_semctl): Likewise.
34946         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
34947         <bp-checks.h> and <bp-semctl.h>.
34948         (semctl): Don't use CHECK_SEMCTL.
34950         [BZ #13550]
34951         * Makerules (elide-bp-thunks): Remove variable.
34952         (elide-routines.oS): Don't use $(elide-bp-thunks).
34953         (elide-routines.os): Likewise.
34954         (elide-routines.o): Likewise.
34955         (elide-routines.op): Likewise.
34956         (elide-routines.og): Likewise.
34957         (objects): Don't use $(bp-thunks).
34958         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
34959         include.
34960         (common-generated): Do not add s-proto-bp.d.
34961         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
34962         (int): Likewise.
34963         (typ): Likewise.
34964         Do not generate makefile rules for bounded-pointer thunks.
34965         * sysdeps/generic/bp-thunks.h: Remove file.
34966         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
34967         * sysdeps/unix/s-proto-bp.S: Likewise.
34969         [BZ #15062]
34970         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
34971         parts of result separately when argument is not close to line from
34972         -i to i and one part of argument is small.
34973         * math/k_casinhf.c (__kernel_casinhf): Likewise.
34974         * math/k_casinhl.c (__kernel_casinhl): Likewise.
34975         * math/libm-test.inc (cacos_test): Add more tests.
34976         (casin_test): Likewise.
34977         (casinh_test): Likewise.
34978         * sysdeps/i386/fpu/libm-test-ulps: Update.
34979         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34981 2013-01-31  David S. Miller  <davem@davemloft.net>
34983         * po/de.po: Update from translation team.
34985 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
34987         * time/tzfile.c: Include stdint.h for SIZE_MAX.
34989 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
34991         * configure.in (_AC_PROG_CC_C89): New definition.
34992         * configure: Regenerate.
34994         * configure.in (AC_PROG_CPP): New definition.
34995         * configure: Regenerate.
34997 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
34999         * debug/tst-backtrace.h: New file.
35000         * debug/tst-backtrace2.c: Include tst-backtrace.h.
35001         (ret): Remove variable.
35002         (x): Likewise.
35003         (FAIL): Remove macro.
35004         (NO_INLINE): Likewise.
35005         (fn1): Use match function instead of strstr.
35006         * debug/tst-backtrace3.c: Include tst-backtrace.h.
35007         (ret): Remove variable.
35008         (x): Likewise.
35009         (FAIL): Remove macro.
35010         (NO_INLINE): Likewise.
35011         (fn): Use match function instead of strstr.
35012         * debug/tst-backtrace4.c: Include tst-backtrace.h.
35013         (ret): Remove variable.
35014         (x): Likewise.
35015         (FAIL): Remove macro.
35016         (NO_INLINE): Likewise.
35017         (handle_signal): Use match function instead of strstr.
35018         * debug/tst-backtrace5.c: Include tst-backtrace.h.
35019         (ret): Remove variable.
35020         (x): Likewise.
35021         (FAIL): Remove macro.
35022         (NO_INLINE): Likewise.
35023         (handle_signal): Use match function instead of strstr.
35025 2013-01-23  Roland McGrath  <roland@hack.frob.com>
35027         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
35029 2013-01-23  David S. Miller  <davem@davemloft.net>
35031         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
35032         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
35033         argument of CAS if possible.
35034         * sysdeps/sparc/sparc64/bits/atomic.h
35035         (__arch_compare_and_exchange_val_32_acq): Likewise.
35036         (__arch_compare_and_exchange_val_64_acq): Likewise.
35038 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
35040         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
35041         * sysdeps/posix/ulimit.c: ... this.
35042         Include <limits.h>.
35043         * sysdeps/unix/bsd/ulimit.c: Remove file.
35045 2013-01-23  Adam Conrad  <adconrad@0c3.net>
35047         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
35048         (LDFLAGS-tst-array5): Likewise.
35050 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
35052         [BZ #15036]
35053         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
35054         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
35055         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
35056         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
35058 2013-01-21  David S. Miller  <davem@davemloft.net>
35060         * sysdeps/sparc/backtrace.c: New file.
35061         * sysdeps/sparc/sparc32/backtrace.h: New file.
35062         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
35063         * sysdeps/sparc/sparc64/backtrace.h: New file.
35064         * sysdeps/sparc/sparc64/backtrace.c: Delete.
35065         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
35066         -funwind-tables.
35068 2013-01-21  Andreas Schwab  <schwab@suse.de>
35070         [BZ #15020]
35071         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
35072         closed its stdout.
35074 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
35076         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
35077         "mpa2.h".
35078         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
35080 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
35081             Mark Mitchell  <mark@codesourcery.com>
35082             Tom de Vries  <tom@codesourcery.com>
35083             Paul Pluzhnikov  <ppluzhnikov@google.com>
35085         * debug/tst-backtrace2.c: New file.
35086         * debug/tst-backtrace3.c: Likewise.
35087         * debug/tst-backtrace4.c: Likewise.
35088         * debug/tst-backtrace5.c: Likewise.
35089         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
35090         (CFLAGS-tst-backtrace3.c): Likewise.
35091         (CFLAGS-tst-backtrace4.c): Likewise.
35092         (CFLAGS-tst-backtrace5.c): Likewise.
35093         (LDFLAGS-tst-backtrace2): Likewise.
35094         (LDFLAGS-tst-backtrace3): Likewise.
35095         (LDFLAGS-tst-backtrace4): Likewise.
35096         (LDFLAGS-tst-backtrace5): Likewise.
35097         (tests): Add new tests tst-backtrace2, tst-backtrace3,
35098         tst-backtrace4 and tst-backtrace5.
35100 2013-01-18  Anton Blanchard  <anton@samba.org>
35101             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
35103         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
35104         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
35105         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
35106         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
35107         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
35108         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
35109         "+r" and remove output regs list as redundant.  Add explicit inline
35110         asm to specify register of return val to work around compiler codegen
35111         bug.  Remove (int) cast on return value.  Add return type parameter to
35112         use in macro so that this macro does not truncate return value for
35113         64-bit values.
35114         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
35115         pass to INTERNAL_VSYSCALL_NCS.
35116         (INLINE_VSYSCALL): Add 'long int' as return type to
35117         INTERNAL_VSYSCALL_NCS macro invocation.
35118         (INTERNAL_VSYSCALL): Add 'long int' as return type to
35119         INTERNAL_VSYSCALL_NCS macro invocation.
35120         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
35122 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
35124         [BZ #14496]
35125         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
35126         Fix application of SIMD FP exception mask.
35128         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
35129         mp_no from a power of two.
35130         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
35131         __mpexp_twomm1.  Use __pow_mp.
35133         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
35134         multiplication.
35136 2013-01-17  David S. Miller  <davem@davemloft.net>
35138         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35140 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
35142         [BZ #15023]
35143         * include/complex.h: Condition contents on [!_COMPLEX_H].
35144         (__kernel_casinhf): New prototype.
35145         (__kernel_casinh): Likewise.
35146         (__kernel_casinhl): Likewise.
35147         * math/Makefile (libm_calls): Add k_casinh.
35148         * math/k_casinh.c: New file.
35149         * math/k_casinhf.c: Likewise.
35150         * math/k_casinhl.c: Likewise.
35151         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
35152         finite nonzero arguments.
35153         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
35154         finite nonzero arguments.
35155         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
35156         finite nonzero arguments.
35157         * math/s_casinh.c: Do not include <float.h>.
35158         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
35159         * math/s_casinhf.c: Do not include <float.h>.
35160         (__casinhf): Move code for finite nonzero arguments to
35161         k_casinhf.c.
35162         * math/s_casinhl.c: Do not include <float.h>.
35163         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
35164         redefine.
35165         (__casinhl): Move code for finite nonzero arguments to
35166         k_casinhl.c.
35167         * math/libm-test.inc (cacos_test): Add more tests.
35168         * sysdeps/i386/fpu/libm-test-ulps: Update.
35169         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35171 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
35173         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
35174         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
35175         [!HAVE_MREMAP]: Remove [defined linux] case.
35176         * malloc/arena.c: Do not include <malloc-sysdep.h>.
35178 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
35180         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
35182 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
35184         * elf/elf.h (R_386_SIZE32): New relocation.
35185         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
35186         R_386_SIZE32.
35187         (elf_machine_rela): Likewise.
35188         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
35189         R_X86_64_SIZE64 and R_X86_64_SIZE32.
35191 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
35193         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
35194         (FP_FAST_FMA): Do not define.
35195         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
35196         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
35197         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
35198         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
35199         !_SOFT_FLOAT]: Likewise.
35200         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
35201         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
35202         value.
35203         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
35204         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
35205         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
35206         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
35207         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
35208         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
35209         file.
35211 2013-01-16  Andreas Schwab  <schwab@suse.de>
35213         [BZ #14327]
35214         * include/stdlib.h (__mktemp): Add declaration.
35215         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
35216         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
35218 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
35220         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
35221         definitions.
35222         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
35223         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
35224         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
35225         definitions here.
35226         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
35227         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
35228         definitions.
35229         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
35230         and ONE.
35231         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
35232         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
35233         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
35234         definitions.
35235         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
35236         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
35237         definitions.
35238         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
35240         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
35242 2013-01-15  David S. Miller  <davem@davemloft.net>
35244         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
35245         trunc{,f} to libm-sysdep_routes.
35246         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
35247         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
35248         file.
35249         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
35250         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
35251         file.
35252         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
35253         file.
35254         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
35255         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
35256         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
35257         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
35258         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
35259         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
35260         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
35261         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
35263         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
35264         nearbyint{,f} to libm-sysdep_routes.
35265         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
35266         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
35267         New file.
35268         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
35269         file.
35270         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
35271         New file.
35272         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
35273         file.
35274         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
35275         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
35276         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
35277         file.
35278         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
35279         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
35280         file.
35281         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
35282         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
35283         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
35285         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
35286         libc_feholdexcept and libc_fesetenv.
35288 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
35290         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
35292 2013-01-14  David S. Miller  <davem@davemloft.net>
35294         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
35295         (SPARC_ASM_VIS2_IFUNC): Likewise.
35296         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
35297         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
35298         use of 'siam' instruction.
35299         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
35300         Likewise.
35301         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
35302         Likewise.
35303         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
35304         Likewise.
35305         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
35306         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
35307         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
35308         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
35309         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
35310         file.
35311         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
35312         file.
35313         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
35314         file.
35315         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
35316         file.
35317         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
35318         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
35319         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
35320         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
35321         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
35322         new VIS2 routines.
35323         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
35324         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
35325         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
35326         Likewise.
35327         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
35328         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
35329         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
35330         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
35331         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
35332         routines to libm-sysdep_routines.
35333         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
35335         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
35336         fdim/fdimf to libm-sysdep_routines.
35337         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
35338         file.
35339         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
35340         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
35341         file.
35342         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
35343         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
35344         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
35345         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
35346         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
35347         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
35348         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
35350 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
35352         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
35353         to optimize copies.
35355         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
35356         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
35357         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
35359         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
35360         local variable MPTWO.
35361         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
35362         Likewise.
35364 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
35366         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
35367         GLOB_NOESCAPE.
35369 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
35371         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
35373 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
35375         * manual/pattern.texi (glob_t): Document gl_flags.
35376         (glob64_t): Likewise.
35378 2013-01-11  David S. Miller  <davem@davemloft.net>
35380         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
35381         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
35382         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
35383         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
35384         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
35385         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
35386         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
35387         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
35388         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
35389         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
35390         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
35391         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
35392         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
35394         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
35395         sparc V9 rather than using V8 code.
35396         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
35397         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
35399         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
35400         Move to...
35401         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
35402         Here.
35404 2013-01-11  Roland McGrath  <roland@hack.frob.com>
35406         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
35407         not in the main loop.
35408         * configure: Regenerated.
35410 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
35412         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
35413         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
35414         to just #else.
35415         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
35416         [!__GLIBC_HAVE_LONG_LONG] case.
35417         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
35418         condition to just #else.
35419         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
35420         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
35421         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
35422         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
35423         unconditional.
35424         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
35425         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
35426         #elif condition to just #else.
35427         * sysdeps/unix/sysv/linux/sys/sysmacros.h
35428         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
35429         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
35430         #elif condition to just #else.
35432 2013-01-11  Steve Ellcey  <sellcey@mips.com>
35434         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
35435         (EF_MIPS_ARCH_64): Fix value.
35436         (EF_MIPS_ARCH_32R2): New.
35437         (EF_MIPS_ARCH_64R2): New.
35439 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
35441         * Makeconfig (+link-pie-before-libc): New.
35442         (+link-pie-after-libc): Likewise.
35443         (+link-pie-tests): Likewise.
35444         (+link-pie): Rewritten.
35445         (link-before-libc): Remove $(config-LDFLAGS).
35446         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
35447         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
35448         (config-LDFLAGS): Renamed to ...
35449         (rtld-LDFLAGS): This.
35450         (rtld-tests-LDFLAGS): New macro.
35451         (link-libc-rpath-link): Likewise.
35452         (link-libc-tests-rpath-link): Likewise.
35453         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
35454         (link-libc): Prepand $(link-libc-rpath-link).
35455         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
35456         (test-program-prefix): New macro.
35457         (test-via-rtld-prefix): Likewise.
35458         (test-program-cmd): Likewise.
35459         (host-test-program-cmd): Likewise.
35460         * Makefile ($(common-objpfx)testrun.sh): Replace
35461         $(run-program-prefix) with $(test-program-prefix).
35462         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
35463         $(rtld-LDFLAGS).
35464         ($(common-objpfx)shlib.lds): Likewise.
35465         (build-module-helper): Likewise.
35466         ($(common-objpfx)format.lds): Likewise.
35467         * Rules (binaries-pie-tests): New.
35468         (binaries-pie-notests): Likewise.
35469         (binaries-pie): Rewritten.
35470         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
35471         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
35472         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
35473         (make-test-out): Replace $(host-built-program-cmd) with
35474         $(host-test-program-cmd).
35475         * config.make.in (build-hardcoded-path-in-tests): New variable.
35476         * configure.in (--enable-hardcoded-path-in-tests): New configure
35477         option.
35478         (hardcoded_path_in_tests): New AC_SUBST.
35479         * configure: Regenerated.
35480         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
35481         $(built-program-cmd) with $(test-program-cmd).
35482         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
35483         (test_program_cmd): This.
35484         * elf/Makefile ($(objpfx)order.out): Run test with
35485         $(test-program-prefix).
35486         ($(objpfx)order2.out): Likewise.
35487         ($(objpfx)tst-initorder.out): Likewise.
35488         ($(objpfx)tst-initorder2.out): Likewise.
35489         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
35490         $(test-program-cmd).
35491         ($(objpfx)tst-array1-static.out): Likewise.
35492         ($(objpfx)tst-array2.out): Likewise.
35493         ($(objpfx)tst-array3.out): Likewise.
35494         ($(objpfx)tst-array4.out): Likewise.
35495         ($(objpfx)tst-array5.out): Likewise.
35496         ($(objpfx)tst-array5-static.out): Likewise.
35497         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
35498         $(test-program-cmd).
35499         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
35500         $(run-program-prefix) with $(test-program-prefix).
35501         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
35502         (test_program_prefix): This.
35503         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
35504         $(run-program-prefix) with $(test-program-prefix).
35505         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
35506         (test_program_prefix): This.
35507         * iconvdata/tst-tables.sh: Likewise.
35508         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
35509         $(run-program-prefix) with $(test-program-prefix).
35510         ($(objpfx)tst-translit.out): Likewise.
35511         ($(objpfx)tst-gettext2.out): Likewise.
35512         ($(objpfx)tst-gettext4.out): Likewise.
35513         ($(objpfx)tst-gettext6.out): Likewise.
35514         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
35515         (test_program_prefix): This.
35516         * intl/tst-gettext2.sh: Likewise.
35517         * intl/tst-gettext4.sh  Likewise.
35518         * intl/tst-gettext6.sh: Likewise.
35519         * intl/tst-translit.sh: Likewise.
35520         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
35521         with $(test-program-cmd).
35522         * libio/Makefile ($(objpfx)test-freopen.out): Replace
35523         $(run-program-prefix) with $(test-program-prefix).
35524         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
35525         (test_program_prefix): This.
35526         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
35527         $(run-program-prefix) with $(test-program-prefix).
35528         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
35529         (test_program_prefix): This.
35530         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
35531         * posix/Makefile ($(objpfx)globtest.out): Replace
35532         $(run-via-rtld-prefix) and $(test-wrapper) with
35533         $(test-program-prefix) and $(test-via-rtld-prefix).
35534         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
35535         $(test-program-prefix).
35536         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
35537         $(host-test-program-cmd).
35538         (tst-spawn-ARGS): Likewise.
35539         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
35540         $(test-program-prefix).
35541         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
35542         (test_via_rtld_prefix): This.
35543         (test_wrapper): Renamed to ...
35544         (test_program_prefix): This.
35545         (run_program_prefix): Replaced by test_program_prefix.
35546         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
35547         (test_program_prefix): This.
35548         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
35549         with $(host-test-program-cmd).
35550         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
35551         $(run-program-prefix) with $(test-program-prefix).
35552         ($(objpfx)tst-printf.out): Likewise.
35553         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
35554         $(test-program-cmd).
35555         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
35556         (test_program_prefix): This.
35557         * stdio-common/tst-unbputc.sh: Likewise.
35558         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
35559         $(run-program-prefix) with $(test-program-prefix).
35560         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
35561         (test_program_prefix): This.
35562         * string/Makefile ($(objpfx)tst-svc.out):  Replace
35563         $(built-program-cmd) with $(test-program-cmd).
35565 2013-01-11  Andreas Jaeger  <aj@suse.de>
35567         [BZ #15003]
35568         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
35569         value. Sync with Linux 3.7.
35571 2013-01-10  David S. Miller  <davem@davemloft.net>
35573         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
35574         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
35575         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
35577 2013-01-10  Roland McGrath  <roland@hack.frob.com>
35579         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
35580         never set.
35581         * configure: Regenerated.
35583 2013-01-10  David S. Miller  <davem@davemloft.net>
35585         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
35586         sparc V9 rather than using V8 code.
35587         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
35588         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
35590 2013-01-10  Roland McGrath  <roland@hack.frob.com>
35592         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
35593         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
35594         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
35595         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
35596         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
35597         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
35598         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
35599         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
35600         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
35601         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
35602         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
35603         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
35604         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
35605         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
35606         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
35607         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
35608         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
35609         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
35610         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
35611         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
35612         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
35613         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
35614         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
35615         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
35616         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
35617         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
35618         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
35620 2013-01-10  David S. Miller  <davem@davemloft.net>
35622         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35624 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
35626         * posix/Makefile (tests-static): New variable.
35627         (tests): Add $(tests-static).
35628         (tst-exec-static-ARGS): New variable.
35629         (tst-spawn-static-ARGS): Likewise.
35630         * posix/tst-exec-static.c: New file.
35631         * posix/tst-spawn-static.c: Likewise.
35632         * posix/tst-exec.c: Support run directly.
35633         * posix/tst-spawn.c: Likewise.
35635 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
35637         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
35638         long.
35639         * math/bits/mathcalls.h (llrint): Likewise.
35640         (llround): Likewise.
35641         * stdlib/stdlib.h (struct drand48_data): Likewise.
35642         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
35643         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
35644         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
35645         Likewise.
35646         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
35647         Likewise.
35648         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
35649         (elf_greg_t): Likewise.
35650         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
35651         (__jmp_buf): Likewise.
35652         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
35653         definitions.
35654         (llrint): Likewise, for all definitions.
35655         (llrintl): Likewise.
35657         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
35658         Remove [__GNUC__] condition.
35659         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
35660         condition to just [__USE_ISOC99].
35661         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
35663 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
35665         [BZ #14200]
35666         * sysdeps/unix/sysv/linux/x86/bits/environments.h
35667         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
35668         defined.
35669         (_POSIX_V6_ILP32_OFF32): Likewise.
35670         (_XBS5_ILP32_OFF32): Likewise.
35671         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
35672         (__ILP32_OFFBIG_LDFLAGS): Likewise.
35674 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
35676         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
35678         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
35679         doubles __mpexp_twomm1.  Adjust usage.
35680         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
35681         Remove.
35683 2013-01-10  Andreas Schwab  <schwab@suse.de>
35685         [BZ #14964]
35686         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
35687         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
35689 2013-01-09  David S. Miller  <davem@davemloft.net>
35691         [BZ #15003]
35692         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
35693         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
35694         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
35695         (TCP_FASTOPEN): Define.
35696         (tcp_repair_opt): New structure.
35697         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
35698         enum values.
35699         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
35700         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
35701         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
35702         (tcp_cookie_transactions): New structure.
35704 2013-01-09  Anton Blanchard  <anton@samba.org>
35706         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
35707         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
35708         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
35709         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
35711 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
35713         * include/features.h (__USE_ANSI): Remove.
35715 2013-01-09  Roland McGrath  <roland@hack.frob.com>
35717         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
35719         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
35721 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
35723         * sysdeps/s390/fpu/libm-test-ulps: Update.
35725         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35727         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
35728         (__acr): Likewise.
35729         (__cpy): Likewise.
35730         (norm): Likewise.
35731         (denorm): Likewise.
35732         (__mp_dbl): Likewise.
35733         (__dbl_mp): Likewise.
35734         (add_magnitudes): Likewise.
35735         (sub_magnitudes): Likewise.
35736         (__add): Likewise.
35737         (__sub): Likewise.
35738         (__mul): Likewise.
35739         (__inv): Likewise.
35740         (__dvd): Likewise.
35741         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
35742         (__acr): Likewise.
35743         (__cpy): Likewise.
35744         (norm): Likewise.
35745         (denorm): Likewise.
35746         (__mp_dbl): Likewise.
35747         (__dbl_mp): Likewise.
35748         (add_magnitudes): Likewise.
35749         (sub_magnitudes): Likewise.
35750         (__add): Likewise.
35751         (__sub): Likewise.
35752         (__mul): Likewise.
35753         (__inv): Likewise.
35754         (__dvd): Likewise.
35755         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
35756         (__acr): Likewise.
35757         (__cpy): Likewise.
35758         (norm): Likewise.
35759         (denorm): Likewise.
35760         (__mp_dbl): Likewise.
35761         (__dbl_mp): Likewise.
35762         (add_magnitudes): Likewise.
35763         (sub_magnitudes): Likewise.
35764         (__add): Likewise.
35765         (__sub): Likewise.
35766         (__mul): Likewise.
35767         (__inv): Likewise.
35768         (__dvd): Likewise.
35770 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
35772         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
35773         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
35774         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
35775         2 && __USE_EXTERN_INLINES]: Likewise.
35777 2013-01-08  Andreas Jaeger  <aj@suse.de>
35779         [BZ# 14985]
35780         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
35781         Remove.
35782         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
35783         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
35785 2013-01-07  Anton Blanchard  <anton@samba.org>
35787         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
35788         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
35789         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
35790         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
35791         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
35792         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
35793         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
35794         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
35795         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
35796         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
35797         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
35798         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
35799         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
35800         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
35801         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
35802         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
35803         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
35804         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
35805         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
35806         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
35807         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
35808         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
35809         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
35810         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
35811         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
35812         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
35813         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
35814         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
35815         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
35816         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
35817         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
35818         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
35819         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
35820         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
35821         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
35822         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
35823         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
35824         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35825         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
35826         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
35827         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
35828         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
35829         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
35831 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
35833         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
35834         (__MALLOC_PMT): Likewise.
35835         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
35836         [__GNUC__], only on [_LIBC].
35837         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
35838         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
35839         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
35840         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
35841         forward declaration.
35842         (realloc_hook_ini): Likewise.
35843         (memalign_hook_ini): Likewise.
35844         (__libc_memalign): Do not use __MALLOC_PMT in variable
35845         declaration.
35846         (__libc_valloc): Likewise.
35847         (__libc_pvalloc): Likewise.
35848         (__libc_calloc): Likewise.
35849         (__posix_memalign): Likewise.
35851         [BZ #14996]
35852         * math/s_casinh.c: Include <float.h>.
35853         (__casinh): Do not do computation with squaring and square root
35854         for large arguments.
35855         * math/s_casinhf.c: Include <float.h>.
35856         (__casinhf): Do not do computation with squaring and square root
35857         for large arguments.
35858         * math/s_casinhl.c: Include <float.h>.
35859         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
35860         (__casinhl): Do not do computation with squaring and square root
35861         for large arguments.
35862         * math/libm-test.inc (casin_test): Add more tests.
35863         (casinh_test): Likewise.
35864         * sysdeps/i386/fpu/libm-test-ulps: Update.
35865         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35867 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
35869         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
35870         (__x86_64_raw_data_cache_size): Likewise.
35871         (__x86_64_data_cache_size_half): Likewise.
35872         (__x86_64_raw_data_cache_size_half): Likewise.
35873         (__x86_64_shared_cache_size): Likewise.
35874         (__x86_64_raw_shared_cache_size): Likewise.
35875         (__x86_64_shared_cache_size_half): Likewise.
35876         (__x86_64_raw_shared_cache_size_half): Likewise.
35877         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
35878         to ...
35879         (__x86_data_cache_size): This.
35880         (__x86_64_raw_data_cache_size): Renamed to ...
35881         (__x86_raw_data_cache_size): This.
35882         (__x86_64_data_cache_size_half): Renamed to ...
35883         (__x86_data_cache_size_half): This.
35884         (__x86_64_raw_data_cache_size_half): Renamed to ...
35885         (__x86_raw_data_cache_size_half): This.
35886         (__x86_64_shared_cache_size): Renamed to ...
35887         (__x86_shared_cache_size): This.
35888         (__x86_64_raw_shared_cache_size): Renamed to ...
35889         (__x86_raw_shared_cache_size): This.
35890         (__x86_64_shared_cache_size_half): Renamed to ...
35891         (__x86_shared_cache_size_half): This.
35892         (__x86_64_raw_shared_cache_size_half): Renamed to ...
35893         (__x86_raw_shared_cache_size_half): This.
35894         * sysdeps/x86_64/memcpy.S: Updated.
35895         * sysdeps/x86_64/memset.S: Likewise.
35896         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
35897         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
35898         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
35900 2013-01-04  David S. Miller  <davem@davemloft.net>
35902         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35904 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
35906         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
35907         1 to avoid redefinition warning.
35908         (__USE_GNU): Don't define.
35909         (init_signaling_nan): Protoize.
35911         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35913 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
35915         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
35916         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
35917         (__cpymn): Likewise.
35918         (norm): Remove commented code.
35919         (denorm): Likewise.
35920         (__mp_dbl): Likewise.
35921         (__inv): Likewise.
35922         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
35923         (__cpymn): Likewise.
35924         (norm): Remove commented code.
35925         (denorm): Likewise.
35926         (__mp_dbl): Likewise.
35927         (__inv): Likewise.
35929         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
35930         mp_no value for 1.0 and 2.0.
35931         (norm): Use RADIXI instead of radixi.d.
35932         (denorm): Likewise.
35933         (__mul): Use 0.0 instead of zero.d.
35934         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
35935         mp_no value for 1.0 and 2.0.
35936         (norm): Use RADIXI instead of radixi.d.
35937         (denorm): Likewise.
35938         (__mul): Use 0.0 instead of zero.d.
35940 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
35942         [BZ #14994]
35943         * math/s_casinh.c (__casinh): Reduce finite argument to first
35944         quadrant then set signs of results at the end.
35945         * math/s_casinhf.c (__casinhf): Likewise.
35946         * math/s_casinhl.c (__casinhl): Likewise.
35947         * math/libm-test.inc (casin_test): Add more tests.
35948         (casinh_test): Likewise.
35949         * sysdeps/i386/fpu/libm-test-ulps: Update.
35950         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35952 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
35954         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
35956         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
35958         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
35959         declarations.
35960         (denorm): Likewise.
35961         (__mp_dbl): Likewise.
35962         (__inv): Likewise.
35964         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
35965         and adjust the header comment.
35967         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
35968         variable name from declaration.
35970 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
35972         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35973         Initialize COMMON_CPUID_INDEX_7 element.
35974         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
35975         (CPUID_RTM): Likewise.
35976         (HAS_RTM): Likewise.
35977         (COMMON_CPUID_INDEX_7): New enum.
35979 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
35981         [BZ #14981]
35982         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
35983         size is zero, record memory as freed.
35985 2013-01-03  Andreas Jaeger  <aj@suse.de>
35987         * po/ia.po: Add new Interlingua translation.
35989 2012-01-03  Allan McRae  <allan@archlinux.org>
35991         * locale/programs/localedef.c: Fix description of '--posix' flag.
35993 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
35995         * NEWS: Update dates in second copyright notice.
35996         * README: Update copyright dates in example.
35997         * manual/libc.texinfo: Update copyright dates.
35998         * scripts/test-installation.pl: Update copyright date in --version
35999         output.
36001         * hurd/ctty-input.c: Fix copyright notice formatting.
36002         * hurd/ctty-output.c: Likewise.
36003         * hurd/dtable.c: Likewise.
36004         * hurd/hurd-raise.c: Likewise.
36005         * hurd/hurdprio.c: Likewise.
36006         * hurd/msgportdemux.c: Likewise.
36007         * misc/sys/file.h: Likewise.
36008         * misc/sys/ioctl.h: Likewise.
36009         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
36010         * sysdeps/mach/hurd/chdir.c: Likewise.
36011         * sysdeps/mach/hurd/fchdir.c: Likewise.
36012         * sysdeps/mach/hurd/rename.c: Likewise.
36013         * sysdeps/mach/hurd/rmdir.c: Likewise.
36014         * sysdeps/mach/hurd/seekdir.c: Likewise.
36015         * sysdeps/mach/hurd/setsid.c: Likewise.
36016         * sysdeps/posix/wait3.c: Likewise.
36018         * All files with FSF copyright notices: Update copyright dates
36019         using scripts/update-copyrights.
36020         * intl/plural.c: Regenerated.
36021         * locale/programs/charmap-kw.h: Likewise.
36022         * locale/programs/locfile-kw.h: Likewise.
36024 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
36026         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
36027         four values.
36029         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
36030         calculation loop and add branch prediction.
36032         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
36033         check access beyond bounds of m1np.
36035         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
36036         MPTWO.
36037         (__inv): Remove local variable MPTWO to use the global
36038         constant.
36039         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
36040         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
36041         variable MPTWO.
36042         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
36043         MP3HALFS static const.
36045 2013-01-01  David S. Miller  <davem@davemloft.net>
36047         * po/ca.po: Update from translation team.
36049 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
36051         * scripts/update-copyrights: New file.
36052         * Makeconfig: Reformat copyright notice.
36053         * ctype/ctype.h: Likewise.
36054         * debug/swprintf_chk.c: Likewise.
36055         * elf/dl-cache.c: Likewise.
36056         * elf/dl-debug.c: Likewise.
36057         * elf/dl-object.c: Likewise.
36058         * grp/initgroups.c: Likewise.
36059         * hurd/Makefile: Likewise.
36060         * hurd/hurd/signal.h: Likewise.
36061         * hurd/hurdfault.c: Likewise.
36062         * hurd/hurdioctl.c: Likewise.
36063         * hurd/hurdlookup.c: Likewise.
36064         * hurd/intr-msg.c: Likewise.
36065         * iconv/gconv_open.c: Likewise.
36066         * libio/swprintf.c: Likewise.
36067         * locale/lc-ctype.c: Likewise.
36068         * locale/nl_langinfo.c: Likewise.
36069         * mach/Machrules: Likewise.
36070         * mach/Makefile: Likewise.
36071         * malloc/obstack.h: Likewise.
36072         * manual/Makefile: Likewise.
36073         * manual/tsort.awk: Likewise.
36074         * misc/bits/stab.def: Likewise.
36075         * nis/nis_print_group_entry.c: Likewise.
36076         * nis/nis_table.c: Likewise.
36077         * nis/nss_compat/compat-pwd.c: Likewise.
36078         * nis/nss_compat/compat-spwd.c: Likewise.
36079         * po/Makefile: Likewise.
36080         * posix/fnmatch.c: Likewise.
36081         * posix/regex.h: Likewise.
36082         * resolv/Makefile: Likewise.
36083         * resolv/nss_dns/dns-network.c: Likewise.
36084         * resolv/res_hconf.c: Likewise.
36085         * scripts/gen-sorted.awk: Likewise.
36086         * soft-fp/soft-fp.h: Likewise.
36087         * stdio-common/printf.h: Likewise.
36088         * stdlib/monetary.h: Likewise.
36089         * stdlib/random.c: Likewise.
36090         * stdlib/random_r.c: Likewise.
36091         * sysdeps/generic/Makefile: Likewise.
36092         * sysdeps/gnu/Makefile: Likewise.
36093         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
36094         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
36095         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
36096         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
36097         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
36098         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
36099         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
36100         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
36101         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
36102         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
36103         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
36104         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
36105         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
36106         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
36107         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
36108         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
36109         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
36110         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
36111         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
36112         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
36113         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
36114         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
36115         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
36116         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
36117         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
36118         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
36119         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
36120         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
36121         * sysdeps/mach/hurd/errnos.awk: Likewise.
36122         * sysdeps/mach/hurd/fork.c: Likewise.
36123         * sysdeps/mach/hurd/getcwd.c: Likewise.
36124         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
36125         * sysdeps/mach/hurd/mmap.c: Likewise.
36126         * sysdeps/mach/hurd/utimes.c: Likewise.
36127         * sysdeps/mach/hurd/xmknod.c: Likewise.
36128         * sysdeps/posix/profil.c: Likewise.
36129         * sysdeps/posix/readdir_r.c: Likewise.
36130         * sysdeps/powerpc/bits/mathdef.h: Likewise.
36131         * sysdeps/powerpc/bits/setjmp.h: Likewise.
36132         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
36133         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
36134         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
36135         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
36136         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
36137         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
36138         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
36139         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
36140         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
36141         * sysdeps/pthread/lio_listio.c: Likewise.
36142         * sysdeps/sparc/dl-procinfo.h: Likewise.
36143         * sysdeps/unix/i386/sysdep.S: Likewise.
36144         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
36145         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
36146         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
36147         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
36148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
36149         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
36150         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
36151         * sysdeps/unix/sysv/linux/speed.c: Likewise.
36152         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
36153         * sysdeps/wordsize-32/divdi3.c: Likewise.
36154         * time/sys/time.h: Likewise.
36155         * wcsmbs/Makefile: Likewise.
36157 2013-01-01  David S. Miller  <davem@davemloft.net>
36159         * po/fr.po: Update from translation team.
36161         * catgets/gencat.c: Update copyright year.
36162         * csu/version.c: Likewise.
36163         * debug/catchsegv.sh: Likewise.
36164         * debug/pcprofiledump.c: Likewise.
36165         * debug/xtrace.sh: Likewise.
36166         * elf/ldconfig.c: Likewise.
36167         * elf/ldd.bash.in: Likewise.
36168         * elf/pldd.c: Likewise.
36169         * elf/sotruss.ksh: Likewise.
36170         * elf/sprof.c: Likewise.
36171         * iconv/iconv_prog.c: Likewise.
36172         * iconv/iconvconfig.c: Likewise.
36173         * locale/programs/locale.c: Likewise.
36174         * locale/programs/localedef.c: Likewise.
36175         * login/programs/pt_chown.c: Likewise.
36176         * malloc/memusage.sh: Likewise.
36177         * malloc/memusagestat.c: Likewise.
36178         * malloc/mtrace.pl: Likewise.
36179         * nscd/nscd.c: Likewise.
36180         * nss/getent.c: Likewise.
36181         * nss/makedb.c: Likewise.
36182         * posix/getconf.c: Likewise.
36184 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
36186         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
36187         numbers.
36189 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
36191         * math/bits/mathcalls.h (modf): Use __nonnull.
36193 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
36195         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
36196         (split): Use macro CN instead of the bare value.
36197         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
36198         could be used.
36199         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
36200         instead of the bare value.
36201         (power1): Likewise.
36203 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36205         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
36206         __ATAN_TWOM.
36207         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
36209         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
36210         their values.
36211         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
36212         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
36213         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
36214         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
36216 2012-12-28  Andreas Jaeger  <aj@suse.de>
36218         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
36219         values are from Linux 3.7.
36221         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
36222         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
36224 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36226         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
36227         TRUE case.
36229         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
36230         (norm): Likewise.
36231         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
36232         variables with preprocessor constants.
36233         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
36234         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
36235         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
36237 2012-12-27  Bruno Haible  <bruno@clisp.org>
36239         [BZ #14317]
36240         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
36241         only if needed.
36243 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
36245         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
36246         and use variable directly.
36247         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
36249         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
36250         MPONE.
36251         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
36252         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
36253         variable MPONE.
36254         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
36255         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
36256         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
36257         include directive.  Remove local variable MPONE.
36258         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
36259         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
36260         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
36262 2012-12-25  David S. Miller  <davem@davemloft.net>
36264         * version.h (RELEASE): Set to "development".
36265         (VERSION): Set to "2.17.90".
36266         * NEWS: Add 2.18 section.
36268 2012-12-21  David S. Miller  <davem@davemloft.net>
36270         * po/hr.po: Update from translation team.
36272 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36274         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
36276 2012-12-19  Steve Ellcey  <sellcey@mips.com>
36278         * NEWS:  Mention new memcpy for MIPS.
36280 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36282         * manual/contrib.texi (Contributors): Spelling correction.
36284 2012-12-15  David S. Miller  <davem@davemloft.net>
36286         * po/ru.po: Update from translation team.
36288 2012-12-13  David S. Miller  <davem@davemloft.net>
36290         * NEWS: Mention IFUNC testsuite enhancements.
36292         * po/pl.po: Update from translation team.
36293         * po/bg.po: Likewise.
36295         * manual/contrib.texi (Contributors): Update entries for Hongjiu
36296         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
36298 2012-12-11  David S. Miller  <davem@davemloft.net>
36300         * po/sv.po: Update from translation team.
36302         * po/vi.po: Update from translation team.
36304         * po/cs.po: Update from translation team.
36306         * po/de.po: Update from translation team.
36307         * po/eo.po: Likewise.
36308         * po/nl.po: Likewise.
36310 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
36312         [BZ #14246]
36313         * manual/argp.texi (Argp Helper Functions): Move node to follow
36314         Argp Parsing State.
36316         [BZ #14872]
36317         * manual/conf.texi (Limits on File System Capacity): Mention if
36318         terminating null is included in the max size.
36320 2012-12-10  Andreas Jaeger  <aj@suse.de>
36322         * po/cs.po: Update from translation team.
36324 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
36326         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
36327         void pointer and cast to uintptr_t.
36328         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
36329         path.
36330         * sysdeps/s390/s390-64/memcpy.S: Likewise.
36331         * sysdeps/s390/s390-64/memset.S: Likewise.
36333 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
36335         [BZ #14833]
36336         * menual/message.texi (Message Translation): Fix typos.
36337         (Helper programs for gettext): Likewise.
36339 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
36341         [BZ #14898]
36342         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
36343         Change to -1.
36345 2012-12-07  David S. Miller  <davem@davemloft.net>
36347         * po/libc.pot: Update.
36349 2012-12-07  Richard Henderson  <rth@redhat.com>
36351         [BZ #10114]
36352         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
36353         normal/normal case to before the switch.
36354         (_FP_DIV): Likewise.
36356 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
36357             Mike Frysinger  <vapier@gentoo.org>
36359         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
36360         check for __NR_fadvise64_64.
36362 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
36364         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
36365         0, not just to plain "0" as a statement.
36366         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
36367         with cw.
36369 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
36371         * NEWS: Use sourceware.org in Bugzilla URL.
36373 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
36375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
36376         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
36378         * stdio-common/tst-put-error.c (do_test): Add newline to the
36379         padded test to ensure flush.
36381 2012-12-05  Jeff Law  <law@redhat.com>
36383         * sunrpc/etc.rpc (fedfs_admin): Add entry.
36385 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
36387         * README: Don't refer to ports add-on as distributed separately.
36388         Mention AArch64 in list of systems supported in the ports add-on.
36390         * LICENSES: Add more non-FSF copyright and license notices.
36392         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
36393         ((unused)).
36395         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
36397         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
36398         10000 as width of padded output.
36400 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
36402         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
36404         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
36405         variable LX with __attribute__ ((unused)).
36406         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
36407         Likewise.
36408         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
36409         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
36410         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
36411         with __attribute__ ((unused)).
36413 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
36415         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
36417 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
36419         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
36420         (CFLAGS-nldbl-acos.c): New variable.
36421         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
36422         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
36423         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
36424         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
36425         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
36426         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
36427         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
36428         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
36429         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
36430         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
36431         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
36432         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
36433         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
36434         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
36435         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
36436         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
36437         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
36438         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
36439         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
36440         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
36441         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
36442         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
36443         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
36444         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
36445         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
36446         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
36447         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
36448         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
36449         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
36450         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
36451         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
36452         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
36453         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
36454         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
36455         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
36456         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
36457         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
36458         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
36459         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
36460         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
36461         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
36462         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
36463         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
36464         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
36465         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
36466         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
36467         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
36468         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
36469         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
36470         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
36471         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
36472         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
36473         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
36474         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
36475         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
36476         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
36477         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
36478         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
36479         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
36480         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
36481         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
36482         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
36483         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
36484         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
36485         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
36486         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
36487         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
36488         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
36489         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
36490         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
36491         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
36492         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
36493         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
36494         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
36495         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
36496         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
36497         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
36498         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
36499         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
36500         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
36501         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
36502         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
36503         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
36504         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
36505         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
36506         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
36507         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
36508         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
36509         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
36510         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
36511         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
36512         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
36513         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
36514         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
36515         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
36516         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
36517         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
36519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
36520         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
36522         [BZ #14914]
36523         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
36524         whole low double instead of just low 47 bits when splitting values
36525         into two parts.
36527 2012-12-03  Allan McRae  <allan@archlinux.org>
36529         * manual/stdio.texi (Predefined Printf Handlers): Remove
36530         @hsep and @vsep usage.
36532 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
36534         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
36535         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
36537 2012-12-03  Jeff Law  <law@redhat.com>
36539         * time/sys/time.h (settimeofday): Do not mark TV argument
36540         as __nonnull.
36542 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
36544         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
36545         when currently writing and seek to current position when not.
36546         * libio/Makefile (tests): Remove bug-fclose1.
36547         * libio/bug-fclose1.c: Delete.
36549 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
36551         * manual/arith.texi (feenableexcept): Fix typo.
36552         (fedisableexcept): Likewise.
36554 2012-11-30  Roland McGrath  <roland@hack.frob.com>
36556         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
36557         second, differently-typed declaration, rather than a cast.
36559 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
36561         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
36562         * include/rpc/svc.h: ... here.
36564 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
36566         [BZ #13013]
36567         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
36568         depending n and resplen2 to catch cases where answer
36569         equals answerp2.
36571 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
36573         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
36574         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
36576 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
36578         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
36580 2012-11-29  Roland McGrath  <roland@hack.frob.com>
36582         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
36584 2012-11-28  Jeff Law  <law@redhat.com>
36586         [BZ #13761]
36587         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
36588         dataset_temporary.  Track alloca usage into alloca_used.
36589         If dataset is large allocate and release it via malloc/free.
36591 2012-06-04  Florian Weimer  <fweimer@redhat.com>
36593         [BZ #14197]
36594         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
36596 2012-11-28  David S. Miller  <davem@davemloft.net>
36598         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36600 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
36602         [BZ #14803]
36603         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
36604         of pi/2 rounded to nearest to 64 bits.
36605         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
36606         nearest to 64 bits.
36607         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
36608         bits.
36610 2012-11-28  Jeff Law <law@redhat.com>
36611             Martin Osvald <mosvald@redhat.com>
36613         [BZ #14889]
36614         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
36615         * sunrpc/svc.c: Include time.h.
36616         (__svc_accept_failed): New function.
36617         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
36618         any reason other than EINTR, call __svc_accept_failed.
36619         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
36620         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
36622 2012-11-28  Andreas Schwab  <schwab@suse.de>
36624         * scripts/abilist.awk: Also handle indirect functions in .opd
36625         section.
36627 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
36629         [BZ #13881]
36630         * sysdeps/x86/fpu/powl_helper.c: New file.
36631         * sysdeps/x86/fpu/Makefile: Likewise.
36632         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
36633         (p3): New object.
36634         (__ieee754_powl): Use __powl_helper for finite arguments except
36635         integer exponents below 8.
36636         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
36637         (p3): New object.
36638         (__ieee754_powl): Use __powl_helper for finite arguments except
36639         integer exponents below 8.
36640         * math/libm-test.inc (pow_test): Add more tests and enable some
36641         previously disabled tests.
36642         * sysdeps/i386/fpu/libm-test-ulps: Update.
36643         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36645 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36646             Carlos O'Donell  <carlos_odonell@mentor.com>
36648         * nss/makedb.c (is_prime): Assert that input is odd and greater
36649         than 4.  Note that fact in a comment too.
36650         (next_prime): Add 4 to input.
36652 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
36654         [BZ #11741]
36655         * libio/Makefile (tests): Add test case tst-fwrite-error.
36656         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
36657         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
36658         * libio/tst-fwrite-error.c: New test case.
36660 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
36662         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
36663         before casting to void *.
36664         * include/libc-internal.h (__pointer_type): New macro.
36665         (__integer_if_pointer_type_sub): Likewise.
36666         (__integer_if_pointer_type): Likewise.
36667         (cast_to_integer): Likewise.
36668         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
36669         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
36670         before casting to atomic64_t.
36671         (atomic_exchange_acq): Likewise.
36672         (__arch_exchange_and_add_body): Likewise.
36673         (__arch_add_body): Likewise.
36674         (atomic_add_negative): Likewise.
36675         (atomic_add_zero): Likewise.
36677 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
36679         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
36680         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
36681         (add_fdes): Likewise.
36682         (linear_search_fdes): Likewise.
36683         (binary_search_unencoded_fdes): Likewise.
36685 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
36687         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
36689 2012-11-24  Adam Conrad  <adconrad@0c3.net>
36691         * configure.in: Autodetect C++ header directories.
36692         * configure: Regenerated.
36694 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
36696         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
36698 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
36700         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36702 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
36704         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
36705         LDBL_MANT_DIG == 106]: Disable some tests.
36706         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
36707         Likewise.
36708         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
36709         Likewise.
36711         [BZ #14871]
36712         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
36713         input for small inputs.  Return +/- pi/2 for large inputs.
36714         * math/libm-test.inc (atan_test): Add more tests.
36716         * sysdeps/generic/unwind-dw2-fde-glibc.c
36717         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
36718         __attribute__ ((unused)).
36720         [BZ #14645]
36721         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
36722         x * y if x and y are nonzero and z is zero.
36724         [BZ #14811]
36725         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
36726         nonzero exponents with absolute value below 0x1p-117 to +/-
36727         0x1p-117.
36729         [BZ #14869]
36730         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
36731         up arguments below 2**-450, not just those below 2**-500.
36732         * math/libm-test.inc (hypot_test): Add another test.
36734         [BZ #14868]
36735         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
36736         Return a+b for ratio over 2**120, not 2**60.
36737         * math/libm-test.inc (hypot_test): Add another test.
36739         * math/libm-test.inc (clog_test): Use
36740         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
36741         (clog10_test): Likewise.
36743         [BZ #6778]
36744         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
36746 2012-11-22  Andreas Schwab  <schwab@suse.de>
36748         * sysdeps/i386/fpu/libm-test-ulps: Update.
36750 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
36752         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
36753         printf output with newline.
36755 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
36757         [BZ #14865]
36758         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
36759         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
36760         -z nodlopen, -z initfirst and -z execstack support.
36761         * configure: Regenerated.
36763         * elf/elf.h (DF_1_NODIRECT): New macro.
36764         (DF_1_IGNMULDEF): Likewise.
36765         (DF_1_NOKSYMS): Likewise.
36766         (DF_1_NOHDR): Likewise.
36767         (DF_1_EDITED): Likewise.
36768         (DF_1_NORELOC): Likewise.
36769         (DF_1_SYMINTPOSE): Likewise.
36770         (DF_1_GLOBAUDIT): Likewise.
36771         (DF_1_SINGLETON): Likewise.
36772         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
36773         DT_1_SUPPORTED_MASK bits.
36774         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
36776 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
36778         * sysdeps/unix/make-syscalls.sh: Document prefixes.
36780 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
36782         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
36783         macro.
36785         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
36786         (sendmmsg): Move declarations...
36787         * socket/sys/socket.h: ... here.
36788         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
36789         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
36790         include it from...
36791         * socket/recvmmsg.c: ... this new file.
36792         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
36793         (sendmmsg): Rename to __sendmmsg, create weak alias and make
36794         definition of __sendmmsg hidden.
36795         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
36796         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
36797         Move ENOSYS stub into and include it from...
36798         * socket/sendmmsg.c: ... this new file.
36799         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
36800         (sysdep_routines): Move recvmmsg and sendmmsg...
36801         * socket/Makefile (routines): ... here.
36802         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
36803         (GLIBC_PRIVATE): Add __sendmmsg.
36804         * include/sys/socket.h (__sendmmsg): Add declarations.
36805         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
36806         sendmmsg.
36808 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
36810         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
36811         variable I1 with __attribute__ ((unused)).
36812         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
36814 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
36816         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
36817         DUMMY variables with __attribute__ ((unused)).
36819         * bits/byteswap.h: Include <bits/types.h>.
36820         (__bswap_64): Use __uint64_t instead of unsigned long long int.
36822 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
36824         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
36825         string_t.  Do not manually set errno.
36826         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
36827         length with __strnlen.  Make sure to both set errno and return it on
36828         failure.
36830 2012-11-19  David S. Miller  <davem@davemloft.net>
36832         With help from Joseph Myers.
36833         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
36834         very large arguments properly.
36835         * math/libm-test.inc (atan_test): New tests.
36836         (atan2_test): New tests.
36837         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36838         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36840 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
36842         [BZ #14856]
36843         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
36844         Define to 3.
36846         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
36847         [POSIX] (EADDRNOTAVAIL): Likewise.
36848         [POSIX] (EAFNOSUPPORT): Likewise.
36849         [POSIX] (EALREADY): Likewise.
36850         [POSIX] (ECONNABORTED): Likewise.
36851         [POSIX] (ECONNREFUSED): Likewise.
36852         [POSIX] (ECONNRESET): Likewise.
36853         [POSIX] (EDESTADDRREQ): Likewise.
36854         [POSIX] (EDQUOT): Likewise.
36855         [POSIX] (EHOSTUNREACH): Likewise.
36856         [POSIX] (EIDRM): Likewise.
36857         [POSIX] (EISCONN): Likewise.
36858         [POSIX] (ELOOP): Likewise.
36859         [POSIX] (EMULTIHOP): Likewise.
36860         [POSIX] (ENETDOWN): Likewise.
36861         [POSIX] (ENETUNREACH): Likewise.
36862         [POSIX] (ENOBUFS): Likewise.
36863         [POSIX] (ENODATA): Likewise.
36864         [POSIX] (ENOLINK): Likewise.
36865         [POSIX] (ENOMSG): Likewise.
36866         [POSIX] (ENOPROTOOPT): Likewise.
36867         [POSIX] (ENOSR): Likewise.
36868         [POSIX] (ENOSTR): Likewise.
36869         [POSIX] (ENOTCONN): Likewise.
36870         [POSIX] (ENOTSOCK): Likewise.
36871         [POSIX] (EOPNOTSUPP): Likewise.
36872         [POSIX] (EOVERFLOW): Likewise.
36873         [POSIX] (EPROTO): Likewise.
36874         [POSIX] (EPROTONOSUPPORT): Likewise.
36875         [POSIX] (EPROTOTYPE): Likewise.
36876         [POSIX] (ESTALE): Likewise.
36877         [POSIX] (ETIME): Likewise.
36878         [POSIX] (ETXTBSY): Likewise.
36879         [POSIX] (EWOULDBLOCK): Likewise.
36880         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
36881         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
36882         [POSIX] (SEEK_CUR): Likewise.
36883         [POSIX] (SEEK_END): Likewise.
36884         [POSIX || UNIX98] (mode_t): Do not require.
36885         [POSIX] (off_t): Likewise.
36886         [POSIX] (pid_t): Likewise.
36887         [POSIX] (sys/stat.h): Do not allow header.
36888         [POSIX] (unistd.h): Likewise.
36889         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
36890         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
36891         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
36892         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
36893         require.
36894         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
36895         sigevent): Specify elements.
36896         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
36897         entry.
36898         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
36899         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
36901         * conform/data/cpio.h-data [POSIX]: Disable whole file.
36902         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
36903         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
36904         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
36905         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
36906         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
36907         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
36908         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
36909         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
36910         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
36911         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
36912         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
36913         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
36914         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
36915         Likewise.
36916         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
36917         Likewise.
36918         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
36919         Likewise.
36920         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
36921         Likewise.
36922         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
36923         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
36924         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
36925         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
36926         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
36927         Specify lower bound on value.
36928         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
36929         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
36930         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
36931         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
36932         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
36933         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
36934         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
36935         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
36936         value.
36937         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
36938         as optional.
36939         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
36940         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
36941         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
36942         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
36943         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
36944         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
36945         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
36946         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
36947         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
36948         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
36949         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
36950         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
36951         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
36952         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
36953         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
36954         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
36955         entry.
36956         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
36957         optional.
36958         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
36959         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
36960         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
36961         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
36962         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
36963         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
36964         Likewise.
36965         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
36966         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
36967         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
36968         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
36969         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
36970         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
36971         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
36972         as optional.
36973         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
36974         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
36975         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
36976         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
36977         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
36978         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
36979         specify as optional.
36980         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
36981         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
36982         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
36983         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
36984         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
36985         [XPG3] (NL_LANGMAX): Likewise.
36986         [POSIX || XPG3] (NL_MSGMAX): Likewise.
36987         [POSIX || XPG3] (NL_NMAX): Likewise.
36988         [POSIX || XPG3] (NL_SETMAX): Likewise.
36989         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
36990         [XPG3] (NZERO): Likewise.
36991         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
36992         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
36993         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
36994         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
36995         (REG_ERANGE): Expect.
36996         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
36997         optional-constant.
36998         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
36999         Use (void) in prototype.
37000         [POSIX] (*_t): Allow.
37001         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
37002         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
37003         (WRDE_BADVAL): Expect.
37005         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
37006         expect.
37007         [XPG3 || XPG4] (O_RSYNC): Likewise.
37008         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
37009         Likewise.
37010         [XPG3 || XPG4] (pthread_sigmask): Likewise.
37011         [XPG3 || XPG4] (sigqueue): Likewise.
37012         [XPG3 || XPG4] (sigtimedwait): Likewise.
37013         [XPG3 || XPG4] (sigwaitinfo): Likewise.
37014         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
37015         [XPG3 || XPG4] (vsnprintf): Likewise.
37016         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
37017         Likewise.
37018         [XPG3 || XPG4] (blksize_t): Likewise.
37019         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
37020         Likewise.
37021         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
37022         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
37023         [XPG3 || XPG4] (struct itimerspec): Likewise.
37024         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
37025         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
37026         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
37027         [XPG3 || XPG4] (clockid_t): Likewise.
37028         [XPG3 || XPG4] (timer_t): Likewise.
37029         [XPG3 || XPG4] (clock_getres): Likewise.
37030         [XPG3 || XPG4] (clock_gettime): Likewise.
37031         [XPG3 || XPG4] (clock_settime): Likewise.
37032         [XPG3 || XPG4] (nanosleep): Likewise.
37033         [XPG3 || XPG4] (timer_create): Likewise.
37034         [XPG3 || XPG4] (timer_delete): Likewise.
37035         [XPG3 || XPG4] (timer_gettime): Likewise.
37036         [XPG3 || XPG4] (timer_getoverrun): Likewise.
37037         [XPG3 || XPG4] (timer_settime): Likewise.
37038         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
37039         [XPG3 || XPG4] (getlogin_r): Likewise.
37040         [XPG3 || XPG4] (pread): Likewise.
37041         [XPG3 || XPG4] (pthread_atfork): Likewise.
37042         [XPG3 || XPG4] (pwrite): Likewise.
37044         [BZ #14835]
37045         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
37046         <bits/siginfo.h>.
37048 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
37050         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
37051         finalizing MALLSTREAM.
37053         * sysdeps/mach/hurd/syncfs.c: New file.
37055 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
37057         [BZ #14719]
37058         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
37059         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
37060         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
37061         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
37062         (_nss_dns_gethostbyname4_r): Likewise.
37063         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
37064         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
37066 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
37068         [BZ #13763]
37069         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
37071 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
37073         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
37074         * elf/cache.c (print_entry): Print ",AArch64" for
37075         FLAG_AARCH64_LIB64
37077         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
37078         * elf/cache.c (print_entry): Print ",hard-float" for
37079         FLAG_ARM_LIBHF.
37081 2012-11-18  David S. Miller  <davem@davemloft.net>
37083         With help from Joseph Myers.
37084         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
37085         cutoff to 2**-13.
37086         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
37087         cutoff to 2**-25.
37088         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
37089         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
37090         small.
37091         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
37092         * math/libm-test.inc (y0_test): New tests.
37093         (y1_test): New tests.
37094         * sysdeps/i386/fpu/libm-test-ulps: Update.
37095         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37096         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37098 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
37100         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
37101         64-bit targets.
37102         * configure: Regenerated.
37104 2012-11-17  David S. Miller  <davem@davemloft.net>
37106         [BZ #14811]
37107         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
37108         nonzero exponents with absolute value below 0x1p-128 to +/-
37109         0x1p-128.
37111 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
37113         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
37115         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
37117         * posix/getconf-speclist.c: New file.
37118         * posix/posix-envs.def: Likewise.
37119         * posix/confstr.c (START_ENV_GROUP): New macro.
37120         (END_ENV_GROUP): Likewise.
37121         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
37122         (KNOWN_PRESENT_ENV_STRING): Likewise.
37123         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
37124         (UNKNOWN_ENVIRONMENT): Likewise.
37125         (confstr): Include posix-envs.def instead of handling
37126         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
37127         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
37128         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
37129         (END_ENV_GROUP): Likewise.
37130         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
37131         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
37132         (UNKNOWN_ENVIRONMENT): Likewise.
37133         (__sysconf): Include posix-envs.def instead of handling associated
37134         cases directly here.
37135         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
37136         preprocessing getconf-speclist.c rather than running getconf or
37137         generating empty file.
37139 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
37141         * scripts/check-local-headers.sh: Ignore 'mach' headers.
37143 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
37145         [BZ #14672]
37146         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
37148 2012-11-16  David S. Miller  <davem@davemloft.net>
37150         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
37151         smaller than LDBL_EPSILON/2.0L, just return xm1.
37153 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
37155         * elf/tst-array1.c (init): Set constructor priority to 1000.
37156         (fini): Set destructor priority to 1000.
37157         * elf/tst-array2dep.c: Likewise.
37159 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
37161         [BZ #11741]
37162         * libio/fileops.c (_IO_new_file_write): Correctly return error.
37163         (_IO_new_file_xsputn): Also return EOF if none of the input
37164         data was written when overflow failed.
37165         * libio/iopadn.c (_IO_padn): Likewise.
37166         * libio/iowpadn.c (_IO_wpadn): Likewise.
37167         * stdio-common/tst-put-error.c: Add copyright notice.
37168         (do_test): Add case for printing padded string.
37169         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
37170         _IO_padn returned error.
37171         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
37172         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
37173         return EOF.
37175 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
37177         * libio/libioP.h: Add comment note that the references to C++
37178         bits are now obsolete.
37180 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
37182         * math/libm-test.inc (check_complex): Use asprintf.
37184 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
37186         * debug/pcprofiledump.c (print_version): Update copyright year.
37187         * malloc/memusagestat.c (print_version): Likewise.
37189 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
37191         [BZ #14831]
37192         * elf/Makefile (tests): Add tst-audit8.
37193         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
37194         ($(objpfx)tst-audit8.out): New target.
37195         (tst-audit8-ENV): New variable.
37196         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
37197         audit if l_reloc_result is NULL.
37198         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
37199         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
37200         * elf/tst-audit8.c: New file.
37202 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
37204         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
37205         * misc/Makefile (CFLAGS-select.c): Define.
37206         * posix/Makefile (CFLAGS-pause.c): Define.
37208 2012-11-13  David S. Miller  <davem@davemloft.net>
37210         * crypt/Makefile: Move test targets after toplevel Rules
37211         inclusion.  Grab any necessary sysdep routines when linking.
37212         * crypt/md5.c (md5_process_block): Remove define, we will always
37213         name it __md5_process_block.
37214         (md5_finish_ctx): Update md5_process_block call.
37215         (md5_stream): Likewise.
37216         (md5_process_bytes): Likewise.
37217         (md5_process_block): Rename to __md5_process_block and move to ...
37218         * crypt/md5-block.c: ... here.
37219         * crypt/sha256.c (sha256_process_block): Move to ...
37220         * crypt/sha256-block.c: ... here.
37221         * crypt/sha512.c (sha512_process_block): Move to ...
37222         * crypt/sha512-block.c: ... here.
37223         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
37224         path.
37225         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
37226         * sysdeps/sparc/sparc64/multiarch/Makefile
37227         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
37228         crypt subdir.
37229         (localedef-aux): Add md5 crypto assembler when in locale subdir.
37230         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
37231         multiarch changes.
37232         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
37233         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
37234         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
37235         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
37236         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
37237         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
37238         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
37239         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
37240         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
37241         file.
37242         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
37243         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
37244         file.
37245         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
37247 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
37249         * timezone/tzselect.ksh: Update from tzcode git revision
37250         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
37251         * timezone/zdump.c: Likewise.
37252         * timezone/zic.c: Likewise.
37253         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
37254         in TZVERSION setting, not $(PKGVERSION).
37255         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
37256         REPORT_BUGS_TO settings.
37258         [BZ #14838]
37259         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
37260         macro.
37262 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
37264         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
37265         detection to immediately after _FP_ROUND().
37266         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
37267         bits are 0.
37269 2012-11-11  David S. Miller  <davem@davemloft.net>
37271         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
37272         inttypes.h
37273         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
37274         __close rather than their public counterparts.
37276 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
37278         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
37279         file.
37280         [UNIX98] (sem_timedwait): Do not expect.
37281         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
37282         [XPG4 || UNIX98] (sockatmark): Do not expect.
37283         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
37284         (clock_getcpuclockid): Do not expect.
37285         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
37286         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
37287         Do not expect.
37288         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
37289         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
37290         [UNIX98] (vwscanf): Likewise.
37291         [UNIX98] (vswscanf): Likewise.
37293 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
37295         * timezone/version.h: Remove file.
37296         * timezone/README: Do not refer to version.h.
37297         * timezone/Makefile ($(objpfx)zic.o): New dependency on
37298         $(objpfx)version.h.
37299         ($(objpfx)zdump.o): Likewise.
37300         ($(objpfx)version.h): New target.
37302         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
37303         2012i.
37304         * timezone/README: Don't mention modification to tzselect.ksh.
37305         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
37306         work on unmodified tzselect.ksh.  Substitute version numbers in
37307         tzselect.ksh.
37309         * Makefile (format-me): Remove.
37310         (INSTALL): Adjust indentation.  Use commands directly instead of
37311         using $(format-me).
37313         * aclocal.m4 (ACX_PKGVERSION): New macro.
37314         (ACX_BUGURL): Likewise.
37315         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
37316         (PKGVERSION): New AC_DEFINE_UNQUOTED.
37317         (REPORT_BUGS_TO): Likewise.
37318         * configure: Regenerated.
37319         * config.h.in (PKGVERSION): New macro.
37320         (REPORT_BUGS_TO): Likewise.
37321         * config.make.in (PKGVERSION): New variable.
37322         (PKGVERSION_TEXI): Likewise.
37323         (REPORT_BUGS_TO): Likewise.
37324         (REPORT_BUGS_TEXI): Likewise.
37325         * Makefile (format-me): Use -I$(common-objpfx)manual.
37326         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
37327         ($(common-objpfx)manual/%): New target.
37328         (manual/%): Remove target.
37329         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
37330         (print_version): Use PKGVERSION.
37331         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
37332         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
37333         and REPORT_BUGS_TO.
37334         ($(objpfx)xtrace): Likewise.
37335         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
37336         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
37337         (print_version): Use PKGVERSION.
37338         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
37339         (do_version): Use PKGVERSION.
37340         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
37341         REPORT_BUGS_TO.
37342         (common-ldd-rewrite): Likewise.
37343         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
37344         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
37345         (print_version): Use PKGVERSION.
37346         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
37347         * elf/pldd.c (argp_program_bug_address): Remove variable.
37348         (more_help): New function.
37349         (argp): Use more_help.
37350         (print_version): Use PKGVERSION.
37351         * elf/sln.c (main): Use PKGVERSION.
37352         (usage): Use REPORT_BUGS_TO.
37353         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
37354         (top level): Use PKGVERSION.
37355         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
37356         (print_version): Use PKGVERSION.
37357         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
37358         (print_version): Use PKGVERSION.
37359         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
37360         (print_version): Use PKGVERSION.
37361         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
37362         (print_version): Use PKGVERSION.
37363         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
37364         (print_version): Use PKGVERSION.
37365         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
37366         (print_version): Use PKGVERSION.
37367         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
37368         and BUGURL.
37369         ($(objpfx)memusage): Likewise.
37370         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
37371         (do_version): Use PKGVERSION.
37372         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
37373         (print_version): Use PKGVERSION.
37374         * malloc/mtrace.pl ($PACKAGE): Remove variable.
37375         ($PKGVERSION): New variable.
37376         ($REPORT_BUGS_TO): Likewise.
37377         (usage): Use $REPORT_BUGS_TO.
37378         (top level): Use $PKGVERSION.
37379         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
37380         ($(objpfx)pkgvers.texi): New rule.
37381         ($(objpfx)stamp-pkgvers): Likewise.
37382         * manual/install.texi: Include pkgvers.texi.
37383         (--with-pkgversion): Document new configure option.
37384         (--with-bugurl): Likewise.
37385         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
37386         than necessarily for this particular distribution.  Use
37387         REPORT_BUGS_TO for where to report bugs.
37388         * INSTALL: Regenerated.
37389         * manual/libc.texinfo: Include pkgvers.texi.
37390         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
37391         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
37392         (print_version): Use PKGVERSION.
37393         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
37394         (print_version): Use PKGVERSION.
37395         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
37396         (print_version): Use PKGVERSION.
37397         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
37398         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
37399         macro.
37400         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
37401         (print_version): Use PKGVERSION.
37402         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
37403         (print_version): Use PKGVERSION.
37404         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
37405         and PKGVERSION.
37407         * timezone/checktab.awk: Update from tzcode 2012i.
37408         * timezone/ialloc.c: Likewise.
37409         * timezone/private.h: Likewise.
37410         * timezone/scheck.c: Likewise.
37411         * timezone/tzfile.h: Likewise.
37412         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
37413         (TZVERSION): Hardcode tzcode version number.
37414         * timezone/zdump.c: Update from tzcode 2012i.
37415         * timezone/zic.c: Likewise.
37416         * timezone/version.h: New file.
37417         * timezone/README: Describe version.h.  Update upstream location.
37419         [BZ #14824]
37420         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
37421         (mktemp): Enable declaration.
37422         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
37423         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
37424         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
37425         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
37426         Likewise.
37427         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
37428         Likewise.
37429         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
37430         Likewise.
37431         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
37432         Likewise.
37433         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
37434         Likewise.
37435         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
37436         Likewise.
37438         [BZ #14821]
37439         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
37440         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
37441         for copies of such integer values.
37442         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
37443         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
37445 2012-11-09  Andreas Jaeger  <aj@suse.de>
37447         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
37448         definitions and declarations that are provided by
37449         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
37451 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37453         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
37454         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
37455         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
37456         definition.
37458 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
37460         * elf/elf.h: Update comment before AArch64 relocations.
37462 2012-11-07  David S. Miller  <davem@davemloft.net>
37464         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
37465         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
37466         (__start_context): Declare.
37467         (__makecontext_ret): Delete.
37468         (__makecontext): Hook up __start_context instead of
37469         __makecontext_ret.
37470         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
37471         (sysdep_routines): Add __start_context when in stdlib.
37473 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
37475         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
37476         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
37477         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
37478         hardcoded "nm".
37479         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
37480         (READELF): New variable.  Use it instead of hardcoded "readelf".
37482 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
37484         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
37485         * sysdeps/x86/Makefile: Here.
37486         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
37487         * sysdeps/x86/tst-xmmymm.sh: This.
37489 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
37491         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
37492         expectations.
37493         [UNIX98] (pthread_barrier_t): Do not expect.
37494         [UNIX98] (pthread_barrierattr_t): Likewise.
37495         [UNIX98] (pthread_spinlock_t): Likewise.
37496         [UNIX98] (pthread_barrier_destroy): Likewise.
37497         [UNIX98] (pthread_barrier_init): Likewise.
37498         [UNIX98] (pthread_barrier_wait): Likewise.
37499         [UNIX98] (pthread_barrierattr_destroy): Likewise.
37500         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
37501         [UNIX98] (pthread_barrierattr_init): Likewise.
37502         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
37503         [UNIX98] (pthread_getcpuclockid): Likewise.
37504         [UNIX98] (pthread_mutex_timedlock): Likewise.
37505         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
37506         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
37507         [UNIX98] (pthread_sigmask): Likewise.
37508         [UNIX98] (pthread_spin_destroy): Likewise.
37509         [UNIX98] (pthread_spin_init): Likewise.
37510         [UNIX98] (pthread_spin_lock): Likewise.
37511         [UNIX98] (pthread_spin_trylock): Likewise.
37512         [UNIX98] (pthread_spin_unlock): Likewise.
37513         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
37514         Do not expect.
37515         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
37516         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
37517         [XPG3 || XPG4] (pthread_cond_t): Likewise.
37518         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
37519         [XPG3 || XPG4] (pthread_key_t): Likewise.
37520         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
37521         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
37522         [XPG3 || XPG4] (pthread_once_t): Likewise.
37523         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
37524         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
37525         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
37526         [XPG3 || XPG4] (pthread_t): Likewise.
37528         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
37529         not expect.
37530         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
37532         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
37533         Change function return type to int.
37535         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
37536         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
37537         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
37538         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
37539         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
37540         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
37541         [!POSIX] (posix_madvise): Likewise.
37542         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
37543         && !UNIX98].
37544         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
37545         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
37546         (mode_t): Likewise.
37547         (posix_mem_offset): Likewise.
37548         (posix_typed_mem_get_info): Likewise.
37549         (posix_typed_mem_open): Likewise.
37551         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
37552         Change condition to [XOPEN2K8].
37554         * conform/conformtest.pl: Preprocess allow-header data with -x c
37555         instead of from stdin.
37556         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
37557         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
37558         [C99-based standards] (cerfc): Likewise.
37559         [C99-based standards] (cexp2): Likewise.
37560         [C99-based standards] (cexpm1): Likewise.
37561         [C99-based standards] (clog10): Likewise.
37562         [C99-based standards] (clog1p): Likewise.
37563         [C99-based standards] (clog2): Likewise.
37564         [C99-based standards] (clgamma): Likewise.
37565         [C99-based standards] (ctgamma): Likewise.
37566         [C99-based standards] (cerff): Likewise.
37567         [C99-based standards] (cerfcf): Likewise.
37568         [C99-based standards] (cexp2f): Likewise.
37569         [C99-based standards] (cexpm1f): Likewise.
37570         [C99-based standards] (clog10f): Likewise.
37571         [C99-based standards] (clog1pf): Likewise.
37572         [C99-based standards] (clog2f): Likewise.
37573         [C99-based standards] (clgammaf): Likewise.
37574         [C99-based standards] (ctgammaf): Likewise.
37575         [C99-based standards] (cerfl): Likewise.
37576         [C99-based standards] (cerfcl): Likewise.
37577         [C99-based standards] (cexp2l): Likewise.
37578         [C99-based standards] (cexpm1l): Likewise.
37579         [C99-based standards] (clog10l): Likewise.
37580         [C99-based standards] (clog1pl): Likewise.
37581         [C99-based standards] (clog2l): Likewise.
37582         [C99-based standards] (clgammal): Likewise.
37583         [C99-based standards] (ctgammal): Likewise.
37584         * conform/data/inttypes.h-data [C99-based standards]: Include
37585         stdint.h-data.  Remove all expectations for stdint.h contents.
37586         [C99-based standards] (PRI*): Do not allow.
37587         [C99-based standards] (SCN*): Likewise.
37588         [C99-based standards] (*_t): Likewise.
37589         [C99-based-standards] (PRId8): Expect macro.
37590         [C99-based-standards] (PRIi8): Likewise.
37591         [C99-based-standards] (PRIo8): Likewise.
37592         [C99-based-standards] (PRIu8): Likewise.
37593         [C99-based-standards] (PRIx8): Likewise.
37594         [C99-based-standards] (PRIX8): Likewise.
37595         [C99-based-standards] (SCNd8): Likewise.
37596         [C99-based-standards] (SCNi8): Likewise.
37597         [C99-based-standards] (SCNo8): Likewise.
37598         [C99-based-standards] (SCNu8): Likewise.
37599         [C99-based-standards] (SCNx8): Likewise.
37600         [C99-based-standards] (PRIdLEAST8): Likewise.
37601         [C99-based-standards] (PRIiLEAST8): Likewise.
37602         [C99-based-standards] (PRIoLEAST8): Likewise.
37603         [C99-based-standards] (PRIuLEAST8): Likewise.
37604         [C99-based-standards] (PRIxLEAST8): Likewise.
37605         [C99-based-standards] (PRIXLEAST8): Likewise.
37606         [C99-based-standards] (SCNdLEAST8): Likewise.
37607         [C99-based-standards] (SCNiLEAST8): Likewise.
37608         [C99-based-standards] (SCNoLEAST8): Likewise.
37609         [C99-based-standards] (SCNuLEAST8): Likewise.
37610         [C99-based-standards] (SCNxLEAST8): Likewise.
37611         [C99-based-standards] (PRIdFAST8): Likewise.
37612         [C99-based-standards] (PRIiFAST8): Likewise.
37613         [C99-based-standards] (PRIoFAST8): Likewise.
37614         [C99-based-standards] (PRIuFAST8): Likewise.
37615         [C99-based-standards] (PRIxFAST8): Likewise.
37616         [C99-based-standards] (PRIXFAST8): Likewise.
37617         [C99-based-standards] (SCNdFAST8): Likewise.
37618         [C99-based-standards] (SCNiFAST8): Likewise.
37619         [C99-based-standards] (SCNoFAST8): Likewise.
37620         [C99-based-standards] (SCNuFAST8): Likewise.
37621         [C99-based-standards] (SCNxFAST8): Likewise.
37622         [C99-based-standards] (PRId16): Likewise.
37623         [C99-based-standards] (PRIi16): Likewise.
37624         [C99-based-standards] (PRIo16): Likewise.
37625         [C99-based-standards] (PRIu16): Likewise.
37626         [C99-based-standards] (PRIx16): Likewise.
37627         [C99-based-standards] (PRIX16): Likewise.
37628         [C99-based-standards] (SCNd16): Likewise.
37629         [C99-based-standards] (SCNi16): Likewise.
37630         [C99-based-standards] (SCNo16): Likewise.
37631         [C99-based-standards] (SCNu16): Likewise.
37632         [C99-based-standards] (SCNx16): Likewise.
37633         [C99-based-standards] (PRIdLEAST16): Likewise.
37634         [C99-based-standards] (PRIiLEAST16): Likewise.
37635         [C99-based-standards] (PRIoLEAST16): Likewise.
37636         [C99-based-standards] (PRIuLEAST16): Likewise.
37637         [C99-based-standards] (PRIxLEAST16): Likewise.
37638         [C99-based-standards] (PRIXLEAST16): Likewise.
37639         [C99-based-standards] (SCNdLEAST16): Likewise.
37640         [C99-based-standards] (SCNiLEAST16): Likewise.
37641         [C99-based-standards] (SCNoLEAST16): Likewise.
37642         [C99-based-standards] (SCNuLEAST16): Likewise.
37643         [C99-based-standards] (SCNxLEAST16): Likewise.
37644         [C99-based-standards] (PRIdFAST16): Likewise.
37645         [C99-based-standards] (PRIiFAST16): Likewise.
37646         [C99-based-standards] (PRIoFAST16): Likewise.
37647         [C99-based-standards] (PRIuFAST16): Likewise.
37648         [C99-based-standards] (PRIxFAST16): Likewise.
37649         [C99-based-standards] (PRIXFAST16): Likewise.
37650         [C99-based-standards] (SCNdFAST16): Likewise.
37651         [C99-based-standards] (SCNiFAST16): Likewise.
37652         [C99-based-standards] (SCNoFAST16): Likewise.
37653         [C99-based-standards] (SCNuFAST16): Likewise.
37654         [C99-based-standards] (SCNxFAST16): Likewise.
37655         [C99-based-standards] (PRId32): Likewise.
37656         [C99-based-standards] (PRIi32): Likewise.
37657         [C99-based-standards] (PRIo32): Likewise.
37658         [C99-based-standards] (PRIu32): Likewise.
37659         [C99-based-standards] (PRIx32): Likewise.
37660         [C99-based-standards] (PRIX32): Likewise.
37661         [C99-based-standards] (SCNd32): Likewise.
37662         [C99-based-standards] (SCNi32): Likewise.
37663         [C99-based-standards] (SCNo32): Likewise.
37664         [C99-based-standards] (SCNu32): Likewise.
37665         [C99-based-standards] (SCNx32): Likewise.
37666         [C99-based-standards] (PRIdLEAST32): Likewise.
37667         [C99-based-standards] (PRIiLEAST32): Likewise.
37668         [C99-based-standards] (PRIoLEAST32): Likewise.
37669         [C99-based-standards] (PRIuLEAST32): Likewise.
37670         [C99-based-standards] (PRIxLEAST32): Likewise.
37671         [C99-based-standards] (PRIXLEAST32): Likewise.
37672         [C99-based-standards] (SCNdLEAST32): Likewise.
37673         [C99-based-standards] (SCNiLEAST32): Likewise.
37674         [C99-based-standards] (SCNoLEAST32): Likewise.
37675         [C99-based-standards] (SCNuLEAST32): Likewise.
37676         [C99-based-standards] (SCNxLEAST32): Likewise.
37677         [C99-based-standards] (PRIdFAST32): Likewise.
37678         [C99-based-standards] (PRIiFAST32): Likewise.
37679         [C99-based-standards] (PRIoFAST32): Likewise.
37680         [C99-based-standards] (PRIuFAST32): Likewise.
37681         [C99-based-standards] (PRIxFAST32): Likewise.
37682         [C99-based-standards] (PRIXFAST32): Likewise.
37683         [C99-based-standards] (SCNdFAST32): Likewise.
37684         [C99-based-standards] (SCNiFAST32): Likewise.
37685         [C99-based-standards] (SCNoFAST32): Likewise.
37686         [C99-based-standards] (SCNuFAST32): Likewise.
37687         [C99-based-standards] (SCNxFAST32): Likewise.
37688         [C99-based-standards] (PRId64): Likewise.
37689         [C99-based-standards] (PRIi64): Likewise.
37690         [C99-based-standards] (PRIo64): Likewise.
37691         [C99-based-standards] (PRIu64): Likewise.
37692         [C99-based-standards] (PRIx64): Likewise.
37693         [C99-based-standards] (PRIX64): Likewise.
37694         [C99-based-standards] (SCNd64): Likewise.
37695         [C99-based-standards] (SCNi64): Likewise.
37696         [C99-based-standards] (SCNo64): Likewise.
37697         [C99-based-standards] (SCNu64): Likewise.
37698         [C99-based-standards] (SCNx64): Likewise.
37699         [C99-based-standards] (PRIdLEAST64): Likewise.
37700         [C99-based-standards] (PRIiLEAST64): Likewise.
37701         [C99-based-standards] (PRIoLEAST64): Likewise.
37702         [C99-based-standards] (PRIuLEAST64): Likewise.
37703         [C99-based-standards] (PRIxLEAST64): Likewise.
37704         [C99-based-standards] (PRIXLEAST64): Likewise.
37705         [C99-based-standards] (SCNdLEAST64): Likewise.
37706         [C99-based-standards] (SCNiLEAST64): Likewise.
37707         [C99-based-standards] (SCNoLEAST64): Likewise.
37708         [C99-based-standards] (SCNuLEAST64): Likewise.
37709         [C99-based-standards] (SCNxLEAST64): Likewise.
37710         [C99-based-standards] (PRIdFAST64): Likewise.
37711         [C99-based-standards] (PRIiFAST64): Likewise.
37712         [C99-based-standards] (PRIoFAST64): Likewise.
37713         [C99-based-standards] (PRIuFAST64): Likewise.
37714         [C99-based-standards] (PRIxFAST64): Likewise.
37715         [C99-based-standards] (PRIXFAST64): Likewise.
37716         [C99-based-standards] (SCNdFAST64): Likewise.
37717         [C99-based-standards] (SCNiFAST64): Likewise.
37718         [C99-based-standards] (SCNoFAST64): Likewise.
37719         [C99-based-standards] (SCNuFAST64): Likewise.
37720         [C99-based-standards] (SCNxFAST64): Likewise.
37721         [C99-based-standards] (PRIdMAX): Likewise.
37722         [C99-based-standards] (PRIiMAX): Likewise.
37723         [C99-based-standards] (PRIoMAX): Likewise.
37724         [C99-based-standards] (PRIuMAX): Likewise.
37725         [C99-based-standards] (PRIxMAX): Likewise.
37726         [C99-based-standards] (PRIXMAX): Likewise.
37727         [C99-based-standards] (SCNdMAX): Likewise.
37728         [C99-based-standards] (SCNiMAX): Likewise.
37729         [C99-based-standards] (SCNoMAX): Likewise.
37730         [C99-based-standards] (SCNuMAX): Likewise.
37731         [C99-based-standards] (SCNxMAX): Likewise.
37732         [C99-based-standards] (PRIdPTR): Likewise.
37733         [C99-based-standards] (PRIiPTR): Likewise.
37734         [C99-based-standards] (PRIoPTR): Likewise.
37735         [C99-based-standards] (PRIuPTR): Likewise.
37736         [C99-based-standards] (PRIxPTR): Likewise.
37737         [C99-based-standards] (PRIXPTR): Likewise.
37738         [C99-based-standards] (SCNdPTR): Likewise.
37739         [C99-based-standards] (SCNiPTR): Likewise.
37740         [C99-based-standards] (SCNoPTR): Likewise.
37741         [C99-based-standards] (SCNuPTR): Likewise.
37742         [C99-based-standards] (SCNxPTR): Likewise.
37743         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
37744         allow.
37745         * conform/data/stdint.h-data: Update comments to clarify
37746         requirements.
37747         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
37748         type.
37749         [C99-based standards] (INT8_MAX): Likewise.
37750         [C99-based standards] (INT16_MIN): Likewise.
37751         [C99-based standards] (INT16_MAX): Likewise.
37752         [C99-based standards] (INT32_MIN): Likewise.
37753         [C99-based standards] (INT32_MAX): Likewise.
37754         [C99-based standards] (INT64_MIN): Likewise.
37755         [C99-based standards] (INT64_MAX): Likewise.
37756         [C99-based standards] (UINT8_MAX): Likewise.
37757         [C99-based standards] (UINT16_MAX): Likewise.
37758         [C99-based standards] (UINT32_MAX): Likewise.
37759         [C99-based standards] (UINT64_MAX): Likewise.
37760         [C99-based standards] (INT_LEAST8_MIN): Likewise.
37761         [C99-based standards] (INT_LEAST8_MAX): Likewise.
37762         [C99-based standards] (INT_LEAST16_MIN): Likewise.
37763         [C99-based standards] (INT_LEAST16_MAX): Likewise.
37764         [C99-based standards] (INT_LEAST32_MIN): Likewise.
37765         [C99-based standards] (INT_LEAST32_MAX): Likewise.
37766         [C99-based standards] (INT_LEAST64_MIN): Likewise.
37767         [C99-based standards] (INT_LEAST64_MAX): Likewise.
37768         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
37769         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
37770         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
37771         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
37772         [C99-based standards] (INT_FAST8_MIN): Likewise.
37773         [C99-based standards] (INT_FAST8_MAX): Likewise.
37774         [C99-based standards] (INT_FAST16_MIN): Likewise.
37775         [C99-based standards] (INT_FAST16_MAX): Likewise.
37776         [C99-based standards] (INT_FAST32_MIN): Likewise.
37777         [C99-based standards] (INT_FAST32_MAX): Likewise.
37778         [C99-based standards] (INT_FAST64_MIN): Likewise.
37779         [C99-based standards] (INT_FAST64_MAX): Likewise.
37780         [C99-based standards] (UINT_FAST8_MAX): Likewise.
37781         [C99-based standards] (UINT_FAST16_MAX): Likewise.
37782         [C99-based standards] (UINT_FAST32_MAX): Likewise.
37783         [C99-based standards] (UINT_FAST64_MAX): Likewise.
37784         [C99-based standards] (INTPTR_MIN): Likewise.
37785         [C99-based standards] (INTPTR_MAX): Likewise.
37786         [C99-based standards] (UINTPTR_MAX): Likewise.
37787         [C99-based standards] (INTMAX_MIN): Likewise.
37788         [C99-based standards] (INTMAX_MAX): Likewise.
37789         [C99-based standards] (UINTMAX_MAX): Likewise.
37790         [C99-based standards] (PTRDIFF_MIN): Likewise.
37791         [C99-based standards] (PTRDIFF_MAX): Likewise.
37792         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
37793         [C99-based standards] (SIZE_MAX): Likewise.
37794         [C99-based standards] (WCHAR_MAX): Likewise.
37795         [C99-based standards] (WINT_MAX): Likewise.
37796         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
37797         constraint on value.
37798         [C99-based standards] (WCHAR_MIN): Likewise.
37799         [C99-based standards] (WINT_MIN): Likewise.
37800         [C99-based standards] (*_t): Allow.
37801         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
37802         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
37803         Include math.h-data and complex.h-data.  Remove all expectations
37804         of math.h and complex.h contents.
37805         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
37806         at end of line.
37807         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
37808         (struct tm): Expect tag.
37809         [C99-based-standards] (wcstof): Expect function.
37810         [C99-based-standards] (wcstold): Likewise.
37811         [C99-based-standards] (wcstoll): Likewise.
37812         [C99-based-standards] (wcstoull): Likewise.
37813         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
37814         macro-int-constant.  Specify type.
37815         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
37816         constraint on value.
37817         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
37818         Specify type.
37819         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
37820         Specify value.
37821         [ISO C standards]: Do not allow headers.
37822         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
37823         wcs[abcdefghijklmnopqrstuvwxyz]*.
37824         [ISO C standards] (*_t): Do not allow.
37825         * conform/data/wctype.h-data [C99-based standards] (iswblank):
37826         Expect function.
37827         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
37828         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
37829         Specify type.
37830         [ISO C standards]: Do not allow headers.
37831         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
37832         is[abcdefghijklmnopqrstuvwxyz]*.
37833         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
37834         to[abcdefghijklmnopqrstuvwxyz]*.
37835         [ISO C standards] (*_t): Do not allow.
37836         * conform/data/stdalign.h-data: New file.
37837         * conform/data/stdbool.h-data: Likewise.
37838         * conform/data/stdnoreturn.h-data: Likewise.
37840 2012-11-07  Roland McGrath  <roland@hack.frob.com>
37842         [BZ #14815]
37843         * manual/filesys.texi (Directory Entries): Typo fix.
37844         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
37846 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
37848         * elf/elf.h (EM_AARCH64): New macro.
37849         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
37850         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
37851         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
37852         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
37853         (R_AARCH64_TLSDESC): Likewise.
37854         (NT_ARM_TLS): Likewise.
37855         (NT_ARM_HW_BREAK): Likewise.
37856         (NT_ARM_HW_WATCH): Likewise.
37858 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
37860         [BZ #14811]
37861         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
37862         (__ieee754_powl): Saturate nonzero exponents with absolute value
37863         below 0x1p-79 to +/- 0x1p-79.
37864         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
37865         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
37866         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
37867         nonzero exponents with absolute value below 0x1p-32 to +/-
37868         0x1p-32.
37869         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
37870         (__ieee754_powl): Saturate nonzero exponents with absolute value
37871         below 0x1p-79 to +/- 0x1p-79.
37872         * math/libm-test.inc (pow_test): Add more tests.
37874 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37876         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
37877         _dl_s390_cap_flags with kernel. Increase string length.
37878         (_dl_s390_platforms): Add z196 and zEC12.
37880 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
37882         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
37883         Change XOPEN21K to XOPEN2K.
37885 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
37887         * string/memmove.c: Use memcpy when possible.
37889 2012-11-06  Andreas Jaeger  <aj@suse.de>
37891         * po/eo.po: Update from translation team.
37893 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
37895         [BZ #14793]
37896         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
37897         exponent and small x and y exponents, scale x or y up.  Increase
37898         by 2 the exponent used in scaling up.
37899         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37900         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37901         * math/libm-test.inc (fma_test): Add more tests.
37902         (fma_test_towardzero): Likewise.
37903         (fma_test_downward): Likewise.
37904         (fma_test_upward): Likewise.
37906 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
37908         [BZ #14805]
37909         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
37910         fenv_t *.
37912         [BZ #14801]
37913         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
37914         namespace for names of struct fields.
37915         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
37916         fenv_t fields.
37917         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
37918         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
37920 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37922         [BZ #3665]
37923         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
37925 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
37927         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
37928         PTR_DEMANGLE.
37930         [BZ #5246]
37931         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
37932         PTR_DEMANGLE.
37934 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
37936         [BZ #14797]
37937         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
37938         definitely overflow as x * y not x * y + z.
37939         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37940         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37941         * math/libm-test.inc (fma_test): Add more tests.
37942         (fma_test_towardzero): Likewise.
37943         (fma_test_downward): Likewise.
37944         (fma_test_upward): Likewise.
37946 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
37948         [BZ #157]
37950         * include/stub-tag.h: Remove file.
37951         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
37952         '#include' of it.
37953         * manual/maint.texi (Porting): Don't reference it.
37954         * Makerules ($(objpfx)stubs): Likewise.
37955         * dirent/closedir.c: Don't include <stub-tag.h>.
37956         * dirent/dirfd.c: Likewise.
37957         * dirent/fdopendir.c: Likewise.
37958         * dirent/getdents.c: Likewise.
37959         * dirent/getdents64.c: Likewise.
37960         * dirent/opendir.c: Likewise.
37961         * dirent/readdir.c: Likewise.
37962         * dirent/readdir64.c: Likewise.
37963         * dirent/readdir64_r.c: Likewise.
37964         * dirent/readdir_r.c: Likewise.
37965         * dirent/rewinddir.c: Likewise.
37966         * dirent/seekdir.c: Likewise.
37967         * dirent/telldir.c: Likewise.
37968         * gmon/profil.c: Likewise.
37969         * grp/setgroups.c: Likewise.
37970         * inet/if_index.c: Likewise.
37971         * io/access.c: Likewise.
37972         * io/chdir.c: Likewise.
37973         * io/chmod.c: Likewise.
37974         * io/chown.c: Likewise.
37975         * io/close.c: Likewise.
37976         * io/dup.c: Likewise.
37977         * io/dup2.c: Likewise.
37978         * io/dup3.c: Likewise.
37979         * io/euidaccess.c: Likewise.
37980         * io/faccessat.c: Likewise.
37981         * io/fchdir.c: Likewise.
37982         * io/fchmod.c: Likewise.
37983         * io/fchmodat.c: Likewise.
37984         * io/fchown.c: Likewise.
37985         * io/fchownat.c: Likewise.
37986         * io/fcntl.c: Likewise.
37987         * io/flock.c: Likewise.
37988         * io/fstatfs.c: Likewise.
37989         * io/fstatfs64.c: Likewise.
37990         * io/fstatvfs.c: Likewise.
37991         * io/fstatvfs64.c: Likewise.
37992         * io/futimens.c: Likewise.
37993         * io/fxstat.c: Likewise.
37994         * io/fxstat64.c: Likewise.
37995         * io/fxstatat.c: Likewise.
37996         * io/fxstatat64.c: Likewise.
37997         * io/getcwd.c: Likewise.
37998         * io/isatty.c: Likewise.
37999         * io/lchmod.c: Likewise.
38000         * io/lchown.c: Likewise.
38001         * io/link.c: Likewise.
38002         * io/linkat.c: Likewise.
38003         * io/lseek.c: Likewise.
38004         * io/lseek64.c: Likewise.
38005         * io/lxstat64.c: Likewise.
38006         * io/mkdir.c: Likewise.
38007         * io/mkdirat.c: Likewise.
38008         * io/mkfifo.c: Likewise.
38009         * io/mkfifoat.c: Likewise.
38010         * io/open.c: Likewise.
38011         * io/open64.c: Likewise.
38012         * io/openat.c: Likewise.
38013         * io/openat64.c: Likewise.
38014         * io/pipe.c: Likewise.
38015         * io/pipe2.c: Likewise.
38016         * io/poll.c: Likewise.
38017         * io/posix_fadvise.c: Likewise.
38018         * io/posix_fadvise64.c: Likewise.
38019         * io/posix_fallocate.c: Likewise.
38020         * io/posix_fallocate64.c: Likewise.
38021         * io/read.c: Likewise.
38022         * io/readlink.c: Likewise.
38023         * io/readlinkat.c: Likewise.
38024         * io/rmdir.c: Likewise.
38025         * io/sendfile.c: Likewise.
38026         * io/sendfile64.c: Likewise.
38027         * io/statfs.c: Likewise.
38028         * io/statfs64.c: Likewise.
38029         * io/statvfs.c: Likewise.
38030         * io/statvfs64.c: Likewise.
38031         * io/symlink.c: Likewise.
38032         * io/symlinkat.c: Likewise.
38033         * io/ttyname.c: Likewise.
38034         * io/ttyname_r.c: Likewise.
38035         * io/umask.c: Likewise.
38036         * io/unlink.c: Likewise.
38037         * io/unlinkat.c: Likewise.
38038         * io/utime.c: Likewise.
38039         * io/utimensat.c: Likewise.
38040         * io/write.c: Likewise.
38041         * io/xmknod.c: Likewise.
38042         * io/xmknodat.c: Likewise.
38043         * io/xstat.c: Likewise.
38044         * io/xstat64.c: Likewise.
38045         * login/getpt.c: Likewise.
38046         * login/grantpt.c: Likewise.
38047         * login/unlockpt.c: Likewise.
38048         * math/e_acoshl.c: Likewise.
38049         * math/e_acosl.c: Likewise.
38050         * math/e_asinl.c: Likewise.
38051         * math/e_atan2l.c: Likewise.
38052         * math/e_atanhl.c: Likewise.
38053         * math/e_coshl.c: Likewise.
38054         * math/e_expl.c: Likewise.
38055         * math/e_fmodl.c: Likewise.
38056         * math/e_gammal_r.c: Likewise.
38057         * math/e_hypotl.c: Likewise.
38058         * math/e_j0l.c: Likewise.
38059         * math/e_j1l.c: Likewise.
38060         * math/e_jnl.c: Likewise.
38061         * math/e_lgammal_r.c: Likewise.
38062         * math/e_log10l.c: Likewise.
38063         * math/e_log2l.c: Likewise.
38064         * math/e_logl.c: Likewise.
38065         * math/e_powl.c: Likewise.
38066         * math/e_rem_pio2l.c: Likewise.
38067         * math/e_sinhl.c: Likewise.
38068         * math/e_sqrtl.c: Likewise.
38069         * math/fclrexcpt.c: Likewise.
38070         * math/fedisblxcpt.c: Likewise.
38071         * math/feenablxcpt.c: Likewise.
38072         * math/fegetenv.c: Likewise.
38073         * math/fegetexcept.c: Likewise.
38074         * math/fegetround.c: Likewise.
38075         * math/feholdexcpt.c: Likewise.
38076         * math/fesetenv.c: Likewise.
38077         * math/fesetround.c: Likewise.
38078         * math/feupdateenv.c: Likewise.
38079         * math/fgetexcptflg.c: Likewise.
38080         * math/fraiseexcpt.c: Likewise.
38081         * math/fsetexcptflg.c: Likewise.
38082         * math/ftestexcept.c: Likewise.
38083         * math/k_cosl.c: Likewise.
38084         * math/k_rem_pio2l.c: Likewise.
38085         * math/k_sinl.c: Likewise.
38086         * math/k_tanl.c: Likewise.
38087         * math/s_asinhl.c: Likewise.
38088         * math/s_atanl.c: Likewise.
38089         * math/s_cbrtl.c: Likewise.
38090         * math/s_erfl.c: Likewise.
38091         * math/s_expm1l.c: Likewise.
38092         * math/s_log1pl.c: Likewise.
38093         * math/s_tanhl.c: Likewise.
38094         * misc/acct.c: Likewise.
38095         * misc/brk.c: Likewise.
38096         * misc/chflags.c: Likewise.
38097         * misc/chroot.c: Likewise.
38098         * misc/fchflags.c: Likewise.
38099         * misc/fgetxattr.c: Likewise.
38100         * misc/flistxattr.c: Likewise.
38101         * misc/fremovexattr.c: Likewise.
38102         * misc/fsetxattr.c: Likewise.
38103         * misc/fsync.c: Likewise.
38104         * misc/ftruncate.c: Likewise.
38105         * misc/futimes.c: Likewise.
38106         * misc/futimesat.c: Likewise.
38107         * misc/getdomain.c: Likewise.
38108         * misc/getdtsz.c: Likewise.
38109         * misc/gethostid.c: Likewise.
38110         * misc/gethostname.c: Likewise.
38111         * misc/getloadavg.c: Likewise.
38112         * misc/getpagesize.c: Likewise.
38113         * misc/getsysstats.c: Likewise.
38114         * misc/getxattr.c: Likewise.
38115         * misc/gtty.c: Likewise.
38116         * misc/ioctl.c: Likewise.
38117         * misc/lgetxattr.c: Likewise.
38118         * misc/listxattr.c: Likewise.
38119         * misc/llistxattr.c: Likewise.
38120         * misc/lremovexattr.c: Likewise.
38121         * misc/lsetxattr.c: Likewise.
38122         * misc/lutimes.c: Likewise.
38123         * misc/madvise.c: Likewise.
38124         * misc/mincore.c: Likewise.
38125         * misc/mlock.c: Likewise.
38126         * misc/mlockall.c: Likewise.
38127         * misc/mmap.c: Likewise.
38128         * misc/mprotect.c: Likewise.
38129         * misc/msync.c: Likewise.
38130         * misc/munlock.c: Likewise.
38131         * misc/munlockall.c: Likewise.
38132         * misc/munmap.c: Likewise.
38133         * misc/preadv.c: Likewise.
38134         * misc/preadv64.c: Likewise.
38135         * misc/ptrace.c: Likewise.
38136         * misc/pwritev.c: Likewise.
38137         * misc/pwritev64.c: Likewise.
38138         * misc/readv.c: Likewise.
38139         * misc/reboot.c: Likewise.
38140         * misc/remap_file_pages.c: Likewise.
38141         * misc/removexattr.c: Likewise.
38142         * misc/revoke.c: Likewise.
38143         * misc/select.c: Likewise.
38144         * misc/setdomain.c: Likewise.
38145         * misc/setegid.c: Likewise.
38146         * misc/seteuid.c: Likewise.
38147         * misc/sethostid.c: Likewise.
38148         * misc/sethostname.c: Likewise.
38149         * misc/setregid.c: Likewise.
38150         * misc/setreuid.c: Likewise.
38151         * misc/setxattr.c: Likewise.
38152         * misc/sstk.c: Likewise.
38153         * misc/stty.c: Likewise.
38154         * misc/swapoff.c: Likewise.
38155         * misc/swapon.c: Likewise.
38156         * misc/sync.c: Likewise.
38157         * misc/syncfs.c: Likewise.
38158         * misc/syscall.c: Likewise.
38159         * misc/truncate.c: Likewise.
38160         * misc/ualarm.c: Likewise.
38161         * misc/usleep.c: Likewise.
38162         * misc/ustat.c: Likewise.
38163         * misc/utimes.c: Likewise.
38164         * misc/vhangup.c: Likewise.
38165         * misc/writev.c: Likewise.
38166         * posix/_exit.c: Likewise.
38167         * posix/alarm.c: Likewise.
38168         * posix/execve.c: Likewise.
38169         * posix/fexecve.c: Likewise.
38170         * posix/fork.c: Likewise.
38171         * posix/fpathconf.c: Likewise.
38172         * posix/getaddrinfo.c: Likewise.
38173         * posix/getegid.c: Likewise.
38174         * posix/geteuid.c: Likewise.
38175         * posix/getgid.c: Likewise.
38176         * posix/getgroups.c: Likewise.
38177         * posix/getlogin.c: Likewise.
38178         * posix/getlogin_r.c: Likewise.
38179         * posix/getpgid.c: Likewise.
38180         * posix/getpid.c: Likewise.
38181         * posix/getppid.c: Likewise.
38182         * posix/getresgid.c: Likewise.
38183         * posix/getresuid.c: Likewise.
38184         * posix/getsid.c: Likewise.
38185         * posix/getuid.c: Likewise.
38186         * posix/glob64.c: Likewise.
38187         * posix/nanosleep.c: Likewise.
38188         * posix/pathconf.c: Likewise.
38189         * posix/pause.c: Likewise.
38190         * posix/posix_madvise.c: Likewise.
38191         * posix/pread.c: Likewise.
38192         * posix/pread64.c: Likewise.
38193         * posix/pwrite.c: Likewise.
38194         * posix/pwrite64.c: Likewise.
38195         * posix/sched_getaffinity.c: Likewise.
38196         * posix/sched_getp.c: Likewise.
38197         * posix/sched_gets.c: Likewise.
38198         * posix/sched_primax.c: Likewise.
38199         * posix/sched_primin.c: Likewise.
38200         * posix/sched_rr_gi.c: Likewise.
38201         * posix/sched_setaffinity.c: Likewise.
38202         * posix/sched_setp.c: Likewise.
38203         * posix/sched_sets.c: Likewise.
38204         * posix/sched_yield.c: Likewise.
38205         * posix/setgid.c: Likewise.
38206         * posix/setlogin.c: Likewise.
38207         * posix/setpgid.c: Likewise.
38208         * posix/setresgid.c: Likewise.
38209         * posix/setresuid.c: Likewise.
38210         * posix/setsid.c: Likewise.
38211         * posix/setuid.c: Likewise.
38212         * posix/sleep.c: Likewise.
38213         * posix/spawni.c: Likewise.
38214         * posix/sysconf.c: Likewise.
38215         * posix/times.c: Likewise.
38216         * posix/wait.c: Likewise.
38217         * posix/wait3.c: Likewise.
38218         * posix/wait4.c: Likewise.
38219         * posix/waitpid.c: Likewise.
38220         * resolv/gai_sigqueue.c: Likewise.
38221         * resource/getpriority.c: Likewise.
38222         * resource/getrlimit.c: Likewise.
38223         * resource/getrusage.c: Likewise.
38224         * resource/nice.c: Likewise.
38225         * resource/setpriority.c: Likewise.
38226         * resource/setrlimit.c: Likewise.
38227         * resource/ulimit.c: Likewise.
38228         * rt/aio_cancel.c: Likewise.
38229         * rt/aio_fsync.c: Likewise.
38230         * rt/aio_read.c: Likewise.
38231         * rt/aio_sigqueue.c: Likewise.
38232         * rt/aio_suspend.c: Likewise.
38233         * rt/aio_write.c: Likewise.
38234         * rt/clock_getres.c: Likewise.
38235         * rt/clock_gettime.c: Likewise.
38236         * rt/clock_nanosleep.c: Likewise.
38237         * rt/clock_settime.c: Likewise.
38238         * rt/lio_listio.c: Likewise.
38239         * rt/mq_close.c: Likewise.
38240         * rt/mq_getattr.c: Likewise.
38241         * rt/mq_notify.c: Likewise.
38242         * rt/mq_open.c: Likewise.
38243         * rt/mq_receive.c: Likewise.
38244         * rt/mq_send.c: Likewise.
38245         * rt/mq_setattr.c: Likewise.
38246         * rt/mq_timedreceive.c: Likewise.
38247         * rt/mq_timedsend.c: Likewise.
38248         * rt/mq_unlink.c: Likewise.
38249         * rt/shm_open.c: Likewise.
38250         * rt/shm_unlink.c: Likewise.
38251         * rt/timer_create.c: Likewise.
38252         * rt/timer_delete.c: Likewise.
38253         * rt/timer_getoverr.c: Likewise.
38254         * rt/timer_gettime.c: Likewise.
38255         * rt/timer_settime.c: Likewise.
38256         * setjmp/__longjmp.c: Likewise.
38257         * setjmp/setjmp.c: Likewise.
38258         * signal/kill.c: Likewise.
38259         * signal/killpg.c: Likewise.
38260         * signal/raise.c: Likewise.
38261         * signal/sigaction.c: Likewise.
38262         * signal/sigaltstack.c: Likewise.
38263         * signal/sigblock.c: Likewise.
38264         * signal/sigignore.c: Likewise.
38265         * signal/sigintr.c: Likewise.
38266         * signal/signal.c: Likewise.
38267         * signal/sigpause.c: Likewise.
38268         * signal/sigpending.c: Likewise.
38269         * signal/sigqueue.c: Likewise.
38270         * signal/sigreturn.c: Likewise.
38271         * signal/sigset.c: Likewise.
38272         * signal/sigsetmask.c: Likewise.
38273         * signal/sigstack.c: Likewise.
38274         * signal/sigsuspend.c: Likewise.
38275         * signal/sigtimedwait.c: Likewise.
38276         * signal/sigvec.c: Likewise.
38277         * signal/sigwait.c: Likewise.
38278         * signal/sigwaitinfo.c: Likewise.
38279         * signal/sysv_signal.c: Likewise.
38280         * socket/accept.c: Likewise.
38281         * socket/accept4.c: Likewise.
38282         * socket/bind.c: Likewise.
38283         * socket/connect.c: Likewise.
38284         * socket/getpeername.c: Likewise.
38285         * socket/getsockname.c: Likewise.
38286         * socket/getsockopt.c: Likewise.
38287         * socket/isfdtype.c: Likewise.
38288         * socket/listen.c: Likewise.
38289         * socket/recv.c: Likewise.
38290         * socket/recvfrom.c: Likewise.
38291         * socket/recvmsg.c: Likewise.
38292         * socket/send.c: Likewise.
38293         * socket/sendmsg.c: Likewise.
38294         * socket/sendto.c: Likewise.
38295         * socket/setsockopt.c: Likewise.
38296         * socket/shutdown.c: Likewise.
38297         * socket/sockatmark.c: Likewise.
38298         * socket/socket.c: Likewise.
38299         * socket/socketpair.c: Likewise.
38300         * stdio-common/ctermid.c: Likewise.
38301         * stdio-common/cuserid.c: Likewise.
38302         * stdio-common/remove.c: Likewise.
38303         * stdio-common/rename.c: Likewise.
38304         * stdio-common/renameat.c: Likewise.
38305         * stdio-common/tempname.c: Likewise.
38306         * stdlib/getcontext.c: Likewise.
38307         * stdlib/makecontext.c: Likewise.
38308         * stdlib/setcontext.c: Likewise.
38309         * stdlib/swapcontext.c: Likewise.
38310         * stdlib/system.c: Likewise.
38311         * streams/fattach.c: Likewise.
38312         * streams/fdetach.c: Likewise.
38313         * streams/getmsg.c: Likewise.
38314         * streams/getpmsg.c: Likewise.
38315         * streams/putmsg.c: Likewise.
38316         * streams/putpmsg.c: Likewise.
38317         * sysdeps/unix/bsd/getpt.c: Likewise.
38318         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
38319         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
38320         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
38321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
38322         Likewise.
38323         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
38324         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
38325         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
38326         * sysvipc/msgctl.c: Likewise.
38327         * sysvipc/msgget.c: Likewise.
38328         * sysvipc/msgrcv.c: Likewise.
38329         * sysvipc/msgsnd.c: Likewise.
38330         * sysvipc/semctl.c: Likewise.
38331         * sysvipc/semget.c: Likewise.
38332         * sysvipc/semop.c: Likewise.
38333         * sysvipc/semtimedop.c: Likewise.
38334         * sysvipc/shmat.c: Likewise.
38335         * sysvipc/shmctl.c: Likewise.
38336         * sysvipc/shmdt.c: Likewise.
38337         * sysvipc/shmget.c: Likewise.
38338         * termios/tcdrain.c: Likewise.
38339         * termios/tcflow.c: Likewise.
38340         * termios/tcflush.c: Likewise.
38341         * termios/tcgetattr.c: Likewise.
38342         * termios/tcgetpgrp.c: Likewise.
38343         * termios/tcsendbrk.c: Likewise.
38344         * termios/tcsetattr.c: Likewise.
38345         * termios/tcsetpgrp.c: Likewise.
38346         * time/adjtime.c: Likewise.
38347         * time/clock.c: Likewise.
38348         * time/getitimer.c: Likewise.
38349         * time/gettimeofday.c: Likewise.
38350         * time/setitimer.c: Likewise.
38351         * time/settimeofday.c: Likewise.
38352         * time/stime.c: Likewise.
38353         * time/time.c: Likewise.
38355 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
38357         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
38358         /usr/old/bin.
38360         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
38361         instead of spaces.
38362         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
38364 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
38366         [BZ #14796]
38367         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
38368         FE_TONEAREST before applying Dekker multiplication and Knuth
38369         addition.  Clear inexact exceptions and check for exact zero
38370         results afterwards.
38371         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
38372         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
38373         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38374         * math/libm-test.inc (fma_test): Add more tests.
38375         (fma_test_towardzero): Likewise.
38376         (fma_test_downward): Likewise.
38377         (fma_test_upward): Likewise.
38378         * sysdeps/generic/math_private.h (default_libc_fesetround): New
38379         function.
38380         (libc_fesetround): New macro.
38381         (libc_fesetroundf): Likewise.
38382         (libc_fesetroundl): Likewise.
38383         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
38384         function.
38385         (libc_fesetround_387): Likewise.
38386         (libc_fesetroundf): New macro.
38387         (libc_fesetround): Likewise.
38388         (libc_fesetroundl): Likewise.
38389         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
38390         function.
38391         (libc_fesetroundf): New macro.
38392         (libc_fesetround): Likewise.
38393         (libc_fesetroundl): Likewise.
38394         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
38395         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
38396         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
38397         libm_hidden_ver.
38398         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
38399         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
38400         libm_hidden_def.
38401         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
38402         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
38403         libm_hidden_ver.
38404         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
38405         libm_hidden_def.
38407         [BZ #3439]
38408         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
38409         integer constant usable in #if and use that to give value to enum
38410         constant.
38411         (FE_DIVBYZERO): Likewise.
38412         (FE_UNDERFLOW): Likewise.
38413         (FE_OVERFLOW): Likewise.
38414         (FE_INVALID): Likewise.
38415         (FE_INVALID_SNAN): Likewise.
38416         (FE_INVALID_ISI): Likewise.
38417         (FE_INVALID_IDI): Likewise.
38418         (FE_INVALID_ZDZ): Likewise.
38419         (FE_INVALID_IMZ): Likewise.
38420         (FE_INVALID_COMPARE): Likewise.
38421         (FE_INVALID_SOFTWARE): Likewise.
38422         (FE_INVALID_SQRT): Likewise.
38423         (FE_INVALID_INTEGER_CONVERSION): Likewise.
38424         (FE_TONEAREST): Likewise.
38425         (FE_TOWARDZERO): Likewise.
38426         (FE_UPWARD): Likewise.
38427         (FE_DOWNWARD): Likewise.
38428         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
38429         (FE_DIVBYZERO): Likewise.
38430         (FE_OVERFLOW): Likewise.
38431         (FE_UNDERFLOW): Likewise.
38432         (FE_INEXACT): Likewise.
38433         (FE_TONEAREST): Likewise.
38434         (FE_DOWNWARD): Likewise.
38435         (FE_UPWARD): Likewise.
38436         (FE_TOWARDZERO): Likewise.
38437         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
38438         (FE_UNDERFLOW): Likewise.
38439         (FE_OVERFLOW): Likewise.
38440         (FE_DIVBYZERO): Likewise.
38441         (FE_INVALID): Likewise.
38442         (FE_TONEAREST): Likewise.
38443         (FE_TOWARDZERO): Likewise.
38444         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
38445         (FE_OVERFLOW): Likewise.
38446         (FE_UNDERFLOW): Likewise.
38447         (FE_DIVBYZERO): Likewise.
38448         (FE_INEXACT): Likewise.
38449         (FE_TONEAREST): Likewise.
38450         (FE_TOWARDZERO): Likewise.
38451         (FE_UPWARD): Likewise.
38452         (FE_DOWNWARD): Likewise.
38453         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
38454         (FE_DIVBYZERO): Likewise.
38455         (FE_OVERFLOW): Likewise.
38456         (FE_UNDERFLOW): Likewise.
38457         (FE_INEXACT): Likewise.
38458         (FE_TONEAREST): Likewise.
38459         (FE_DOWNWARD): Likewise.
38460         (FE_UPWARD): Likewise.
38461         (FE_TOWARDZERO): Likewise.
38463 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
38465         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
38467 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
38469         * scripts/cross-test-ssh.sh (command): Use newlines to separate
38470         commands.  Quote $PWD.
38471         (blacklist_exports): Don't use remove_newlines.  Replace "declare
38472         -x" by "export".
38473         (remove_newlines): Remove.
38475 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
38477         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
38478         * stdlib/stdlib.h (atof): Moved to ...
38479         * include/bits/stdlib-float.h: Here.  New file.
38480         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
38481         * stdlib/bits/stdlib-float.h: New file.
38482         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
38483         -mno-sse -mno-mmx.
38484         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
38485         <xmmintrin.h>.
38487 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
38489         * conform/conformtest.pl (@headers): Add fenv.h.
38490         * conform/data/fenv.h-data: New file.
38491         * include/fenv.h [_ISOMAC]: Disable all contents of file except
38492         include of <math/fenv.h>.
38494         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
38495         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
38496         && !UNIX98].  Enables tests for XOPEN2K8.
38497         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
38498         POSIX2008]: Likewise.
38500         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
38501         (struct rusage): Do not expect type or its members.
38503         [BZ #3439]
38504         * math/math.h (FP_NAN): Define macro to integer constant usable in
38505         #if and use that to give value to enum constant.
38506         (FP_INFINITE): Likewise.
38507         (FP_ZERO): Likewise.
38508         (FP_SUBNORMAL): Likewise.
38509         (FP_NORMAL): Likewise.
38511 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
38513         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
38514         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
38515         arguments.
38517 2012-11-02  Roland McGrath  <roland@hack.frob.com>
38519         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
38520         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
38521         autoconf-time if not.
38522         * configure.in: Remove AC_PREREQ.
38524 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38526         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
38527         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
38528         of the internal implementation.
38530 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
38532         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
38533         except include of <misc/sys/syslog.h>.
38535 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
38537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
38538         function returns with a NULL context exit with zero.
38540 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38542         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
38544 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
38546         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
38547         (run_program_cmd): This.
38548         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
38549         (tst_langinfo): New variable.  Use it.
38551 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
38553         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
38554         floating point opcodes.
38556 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
38558         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
38559         variable.
38561         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
38563         * sysdeps/mach/hurd/powerpc: Remove directory.
38564         * sysdeps/mach/powerpc: Likewise.
38566 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
38568         * scripts/check-local-headers.sh: Ignore c++ headers.
38570 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
38572         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
38573         __libc_cleanup_region_start argument.
38575 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
38577         [BZ #14784]
38578         [BZ #14785]
38579         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
38580         x * y using scaling, not as x * y + z.
38581         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
38582         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38583         * math/libm-test.inc (fma_test): Add more tests.
38584         (fma_test_towardzero): Likewise.
38585         (fma_test_downward): Likewise.
38586         (fma_test_upward): Likewise.
38588 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
38590         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
38592 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
38594         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
38595         New variable.
38597 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
38599         * rt/tst-shm.c (worker): Correct checking for mmap failure.
38601 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
38603         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38604         Fix sort order.
38605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38606         Likewise.
38608 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38610         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38611         Fix the order of the list for glibc 2.17.
38612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38613         Likewise.
38615 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
38617         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38619 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
38621         [BZ #14610]
38622         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
38623         for low part of x being zero before using __atanl (y).
38624         * math/libm-test.inc (atan2_test): Add another test.
38626         * manual/install.texi (Configuring and compiling): Document
38627         general use of test-wrapper and test-wrapper-env.
38628         * INSTALL: Regenerated.
38630         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
38631         (__fma): Do not extract and scale down low bits on after-rounding
38632         systems when result rounded to normal precision would have normal
38633         exponent.
38634         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
38635         (__fmal): Do not extract and scale down low bits on after-rounding
38636         systems when result rounded to normal precision would have normal
38637         exponent.
38638         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
38639         (__fmal): Do not extract and scale down low bits on after-rounding
38640         systems when result rounded to normal precision would have normal
38641         exponent.
38642         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
38643         macro.
38644         (fma_test): Add more tests.
38645         (fma_test_towardzero): Likewise.
38646         (fma_test_downward): Likewise.
38647         (fma_test_upward): Likewise.
38649 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
38651         * sysdeps/i386/tininess.h: Renamed to ...
38652         * sysdeps/x86/tininess.h: This.
38653         * sysdeps/x86_64/tininess.h: Removed.
38655 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
38657         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
38658         input.  Use $(build-program-cmd).
38659         ($(objpfx)tst-array1-static.out): Likewise.
38660         ($(objpfx)tst-array2.out): Likewise.
38661         ($(objpfx)tst-array3.out): Likewise.
38662         ($(objpfx)tst-array4.out): Likewise.
38663         ($(objpfx)tst-array5.out): Likewise.
38664         ($(objpfx)tst-array5-static.out): Likewise.
38666 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
38668         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
38669         if defined.
38671         * nss/nsswitch.h (nss_interface_function): Provide new
38672         macro for use with NSS functions.
38673         * grp/initgroups.c: Use new macro.
38674         * nss/getXXbyYY.c: Likewise.
38675         * nss/getXXbyYY_r.c: Likewise.
38676         * nss/getXXent.c: Likewise.
38677         * nss/getXXent_r.c: Likewise.
38678         * sysdeps/posix/getaddrinfo.c: Likewise.
38680 2012-10-30  Andreas Jaeger  <aj@suse.de>
38682         * po/ru.po: Update Russion translation from translation project.
38684 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
38686         [BZ #14152]
38687         [BZ #14783]
38688         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
38689         result and shift together with sticky bit instead of replicating
38690         round-to-nearest rounding.
38691         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
38692         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38693         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
38694         missing underflow exceptions.
38695         (fma_test_towardzero): Add more tests.
38696         (fma_test_downward): Likewise.
38697         (fma_test_upward): Likewise.
38699         [BZ #14047]
38700         * sysdeps/generic/tininess.h: New file.
38701         * sysdeps/i386/tininess.h: Likewise.
38702         * sysdeps/sh/tininess.h: Likewise.
38703         * sysdeps/x86_64/tininess.h: Likewise.
38704         * stdlib/tst-strtod-underflow.c: Likewise.
38705         * stdlib/tst-tininess.c: Likewise.
38706         * stdlib/strtod_l.c: Include <tininess.h>.
38707         (round_and_return): Do not set errno for exact underflow cases.
38708         Force an underflow exception when setting errno for underflow.
38709         Determine underflow based on rounding to normal precision if
38710         TININESS_AFTER_ROUNDING.
38711         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
38712         ERANGE for exact underflow cases.
38713         * stdlib/Makefile (tests): Add tst-tininess and
38714         tst-strtod-underflow.
38715         ($(objpfx)tst-tininess): Use $(link-libm).
38716         ($(objpfx)tst-strtod-underflow): Likewise.
38718 2012-10-30  Andreas Jaeger  <aj@suse.de>
38720         [BZ#14767]
38721         * elf/Makefile (tests): Remove conditional for have-initfini-array
38722         since this is now always required and the variable does not exist
38723         anymore.
38724         (tests-static): Likewise.
38725         (modules-names): Likewise.
38727         * po/eo.po: Add Esperanto translation from translation project.
38729         * elf/tst-array1.c (fini_array): Make writeable so that it can be
38730         merged with constructor/destructor.
38731         (init_array): Likewise.
38732         * elf/tst-array2dep.c (fini_array): Likewise.
38733         (init_array): Likewise.
38735 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
38737         * manual/message.texi: Delete @cartouche tags.
38739 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
38741         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
38742         EOPNOTSUPP.
38743         * sysdeps/mach/hurd/fsync.c: Likewise.
38745         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
38746         [_POSIX_REALTIME_SIGNALS]: Change condition to
38747         [_POSIX_REALTIME_SIGNALS > 0].
38749 2012-10-27  Andreas Jaeger  <aj@suse.de>
38751         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
38752         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
38753         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
38754         [__WORDSIZE != 64]: Likewise.
38756 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
38758         *  iconvdata/tst-table.sh: Remove ${SHELL}.
38759         *  iconvdata/tst-tables.sh: Likewise.
38761 2012-10-25  David S. Miller  <davem@davemloft.net>
38763         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38764         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
38765         of strtoull.
38767         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
38768         ifunc-impl-list.c
38769         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
38770         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
38771         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
38772         file.
38774 2012-10-25  Roland McGrath  <roland@hack.frob.com>
38776         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38777         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
38778         __getdirentries.
38780 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
38781             Jim Blandy  <jimb@codesourcery.com>
38783         * scripts/cross-test-ssh.sh: New file.
38784         * manual/install.texi (Configuring and compiling): Document use of
38785         cross-test-ssh.sh.
38786         * INSTALL: Regenerated.
38788 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
38790         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
38791         EOPNOTSUPP.
38793 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
38795         * Makeconfig (run-program-prefix): Fix comment.
38797 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
38798             Jim Blandy  <jimb@codesourcery.com>
38800         * Makeconfig (test-wrapper): New variable,
38801         (test-wrapper-env): Likewise.
38802         [$(cross-compiling) = yes && $(test-wrapper) != ""]
38803         (run-built-tests): Define to yes.
38804         (run-program-prefix): Use $(test-wrapper).
38805         (built-program-cmd): Likewise.
38806         * Rules (make-test-out): Use $(test-wrapper-env) and
38807         $(host-built-program-cmd).
38808         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
38809         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
38810         tst-pathopt.sh.
38811         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
38812         $(test-wrapper-env) to tst-rtld-load-self.sh.
38813         ($(objpfx)order2.out): Use $(test-wrapper).
38814         ($(objpfx)tst-initorder.out): Likewise.
38815         ($(objpfx)tst-initorder2.out): Likewise.
38816         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
38817         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
38818         (test_wrapper_env): New variable.  Use it to run ld.so.
38819         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
38820         Use it to run ld.so.
38821         (test_wrapper_env): Likewise.
38822         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
38823         $(test-wrapper) to run-iconv-test.sh.
38824         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
38825         (ICONV): Use $test_wrapper.
38826         * posix/Makefile ($(objpfx)globtest.out): Pass
38827         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
38828         globtest.sh, not $(run-program-prefix).
38829         * posix/globtest.sh (run_via_rtld_prefix): New variable.
38830         (test_wrapper): Likewise.
38831         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
38832         set together with run_via_rtld_prefix.
38833         (run_program_prefix): Define in terms of test_wrapper and
38834         run_via_rtld_prefix.
38836 2012-10-24  Roland McGrath  <roland@hack.frob.com>
38838         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
38839         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
38840         Targets removed.
38842         [BZ #14743]
38843         * include/time.h: Remove librt_hidden_proto (clock_gettime).
38844         Declare __clock_getres, __clock_gettime, __clock_settime,
38845         __clock_nanosleep, and __clock_getcpuclockid.
38846         * rt/clock_gettime.c: Define __clock_gettime as an alias.
38847         Remove librt_hidden_def (clock_gettime).
38848         * sysdeps/unix/clock_gettime.c: Likewise.
38849         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
38850         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
38851         * rt/clock_getres.c: Define __clock_getres as an alias.
38852         * sysdeps/posix/clock_getres.c: Likewise.
38853         * rt/clock_settime.c: Define __clock_settime as an alias.
38854         * sysdeps/unix/clock_settime.c: Likewise.
38855         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
38856         * sysdeps/unix/clock_nanosleep.c: Likewise.
38857         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
38858         * rt/clock-compat.c: New file.
38859         * rt/Makefile (librt-routines): Add clock-compat and move
38860         $(clock-routines) to ...
38861         (routines): ... here, new variable.
38862         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
38863         Don't add get_clockfreq here.
38864         * rt/Versions (libc: GLIBC_2.17): New version set.
38865         Add clock_* symbols here.
38866         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
38867         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
38868         (GLIBC_2.17): Add clock_* symbols.
38869         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
38870         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
38871         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
38872         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38873         Likewise.
38874         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38875         Likewise.
38876         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
38877         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
38878         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
38879         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
38880         * NEWS: Mention the move.
38882         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
38883         Use __open, __read, __close rather than their public counterparts.
38884         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38885         (__get_clockfreq_via_cpuinfo): Likewise.
38886         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
38887         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
38889         * config.h.in (HAVE_IFUNC): New #undef.
38890         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
38891         was successful.
38892         * configure: Regenerated.
38894 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
38896         * configure.in: Move READELF check to start of file.
38897         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
38898         libc_cv_asm_gnu_indirect_function in the process.
38899         * configure: Regenerated.
38901 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
38903         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
38904         send the output to /dev/null.
38905         (libc_cv_cc_with_libunwind): Likewise.
38906         (libc_cv_as_noexecstack): Likewise.
38907         * configure: Regenerate.
38909 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
38911         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
38913         * posix/globtest.sh (TMPDIR): Do not set.
38914         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
38915         (testout): Likewise.
38917 2012-10-24  Andreas Jaeger  <aj@suse.de>
38919         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
38920         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
38921         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
38922         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
38923         posix_fadvise64, posix_fallocate64.
38925         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
38926         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
38927         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
38928         Likewise.
38929         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
38930         Likewise.
38931         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
38933         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
38934         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
38935         <bits/fcntl-linux.h>.
38936         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
38938         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
38939         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
38940         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
38941         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
38942         [__WORDSIZE != 64]: Likewise.
38944 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
38946         * Makeconfig (run-built-tests): New variable.
38947         * Rules [$(cross-compiling) = yes]: Change condition to
38948         [$(run-built-tests) = no].
38949         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
38950         to [$(run-built-tests) = yes].
38951         * elf/Makefile [$(cross-compiling) = no]: Likewise
38952         * grp/Makefile [$(cross-compiling) = no]: Likewise.
38953         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
38954         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
38955         * intl/Makefile [$(cross-compiling) = no]: Likewise.
38956         * io/Makefile [$(cross-compiling) = no]: Likewise.
38957         * libio/Makefile [$(cross-compiling) = no]: Likewise.
38958         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
38959         * misc/Makefile [$(cross-compiling) = no]: Likewise.
38960         * posix/Makefile [$(cross-compiling) = no]: Likewise.
38961         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
38962         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
38963         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
38964         * string/Makefile [$(cross-compiling) = no]: Likewise.
38966         * posix/Makefile ($(objpfx)globtest.out): Pass
38967         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
38968         $(rtld-installed-name).
38969         * posix/globtest.sh (elf_objpfx): Remove variable.
38970         (rtld_installed_name): Likewise.
38971         (library_path): Likewise.
38972         (run_program_prefix): New variable.  Use for running globtest
38973         binary.
38975 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
38976             Joseph Myers  <joseph@codesourcery.com>
38978         * Makeconfig (host-built-program-cmd): New variable.
38979         * elf/Makefile (tst-stackguard1-ARGS): Use
38980         $(host-built-program-cmd).
38981         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
38982         (tst-spawn-ARGS): Likewise.
38983         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
38985 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
38986             Jim Blandy  <jimb@codesourcery.com>
38988         * Makeconfig (run-via-rtld-prefix): New variable.
38989         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
38990         (built-program-cmd): Likewise.
38992 2012-10-22  Andreas Jaeger  <aj@suse.de>
38994         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
38995         __O_RSYNC if it exists, otherwise to O_SYNC.
38997 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
38998             Joseph Myers  <joseph@codesourcery.com>
39000         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
39001         /dev/null.
39002         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
39003         from /dev/null
39004         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
39005         /dev/null.
39007 2012-10-22  Andreas Jaeger  <aj@suse.de>
39009         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
39010         Define always.
39011         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
39013         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
39014         bits/fcntl-linux.h.
39016         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
39017         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
39019         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
39020         to __O_LARGEFILE.
39021         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
39022         to __O_LARGEFILE.
39024 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
39025             Joseph Myers  <joseph@codesourcery.com>
39027         * config.make.in (NM): New variable.
39029 2012-10-21  Andreas Jaeger  <aj@suse.de>
39031         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
39032         definitions and declarations that are provided by
39033         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
39035 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
39037         [BZ #14683]
39038         * elf/Makefile (tests-static): Add tst-leaks1-static.
39039         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
39040         ($(objpfx)tst-leaks1-static): New rule.
39041         ($(objpfx)tst-leaks1-static-mem): Likewise.
39042         (tst-leaks1-static-ENV): New macro.
39043         * elf/dl-open.c (dl_open_worker): Check the main application
39044         only if SHARED is defined.
39045         * elf/tst-leaks1-static.c: New file.
39047 2012-10-20  Andreas Jaeger  <aj@suse.de>
39049         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
39050         generic values for Linux.
39051         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
39052         and declarations that are provided by <bits/fcntl-linux.h> and
39053         include <bits/fcntl-linux.h>.
39054         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
39055         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
39057 2012-10-20  Roland McGrath  <roland@hack.frob.com>
39059         * io/fcntl.h: Move include of <bits/types.h> to the top and
39060         include it unconditionally.
39062 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
39064         * wcsmbs/Makefile (tests-ifunc): New variable.
39065         (tests): Add $(tests-ifunc).
39066         * wcsmbs/test-wcschr-ifunc.c: New file.
39067         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
39068         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
39069         * wcsmbs/test-wcslen-ifunc.c: Likewise.
39070         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
39071         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
39073         * string/Makefile (tests-ifunc): New variable.
39074         (tests): Add $(tests-ifunc).
39075         * string/test-memccpy.c (TEST_NAME): New macro.
39076         * string/test-memchr.c (TEST_NAME): Likewise.
39077         * string/test-memcmp.c (TEST_NAME): Likewise.
39078         * string/test-memcpy.c (TEST_NAME): Likewise.
39079         * string/test-memmem.c (TEST_NAME): Likewise.
39080         * string/test-memmove.c (TEST_NAME): Likewise.
39081         * string/test-memset.c (TEST_NAME): Likewise.
39082         * string/test-rawmemchr.c (TEST_NAME): Likewise.
39083         * string/test-stpcpy.c (TEST_NAME): Likewise.
39084         * string/test-stpncpy.c (TEST_NAME): Likewise.
39085         * string/test-strcasecmp.c (TEST_NAME): Likewise.
39086         * string/test-strcasestr.c (TEST_NAME): Likewise.
39087         * string/test-strcat.c (TEST_NAME): Likewise.
39088         * string/test-strchr.c (TEST_NAME): Likewise.
39089         * string/test-strcmp.c(TEST_NAME): Likewise.
39090         * string/test-strcpy.c (TEST_NAME): Likewise.
39091         * string/test-strcspn.c (TEST_NAME): Likewise.
39092         * string/test-strlen.c (TEST_NAME): Likewise.
39093         * string/test-strncasecmp.c (TEST_NAME): Likewise.
39094         * string/test-strncmp.c (TEST_NAME): Likewise.
39095         * string/test-strncpy.c (TEST_NAME): Likewise.
39096         * string/test-strnlen.c (TEST_NAME): Likewise.
39097         * string/test-strpbrk.c (TEST_NAME): Likewise.
39098         * string/test-strrchr.c (TEST_NAME): Likewise.
39099         * string/test-strspn.c (TEST_NAME): Likewise.
39100         * string/test-strstr.c (TEST_NAME): Likewise.
39101         * string/test-bcopy-ifunc.c: New file.
39102         * string/test-bzero-ifunc.c: Likewise.
39103         * string/test-memccpy-ifunc.c: Likewise.
39104         * string/test-memchr-ifunc.c: Likewise.
39105         * string/test-memcmp-ifunc.c: Likewise.
39106         * string/test-memcpy-ifunc.c: Likewise.
39107         * string/test-memmem-ifunc.c: Likewise.
39108         * string/test-memmove-ifunc.c: Likewise.
39109         * string/test-mempcpy-ifunc.c: Likewise.
39110         * string/test-memset-ifunc.c: Likewise.
39111         * string/test-rawmemchr-ifunc.c: Likewise.
39112         * string/test-stpcpy-ifunc.c: Likewise.
39113         * string/test-stpncpy-ifunc.c: Likewise.
39114         * string/test-strcasecmp-ifunc.c: Likewise.
39115         * string/test-strcasestr-ifunc.c: Likewise.
39116         * string/test-strcat-ifunc.c: Likewise.
39117         * string/test-strchr-ifunc.c: Likewise.
39118         * string/test-strchrnul-ifunc.c: Likewise.
39119         * string/test-strcmp-ifunc.c: Likewise.
39120         * string/test-strcpy-ifunc.c: Likewise.
39121         * string/test-strcspn-ifunc.c: Likewise.
39122         * string/test-strlen-ifunc.c: Likewise.
39123         * string/test-strncasecmp-ifunc.c: Likewise.
39124         * string/test-strncat-ifunc.c: Likewise.
39125         * string/test-strncmp-ifunc.c: Likewise.
39126         * string/test-strncpy-ifunc.c: Likewise.
39127         * string/test-strnlen-ifunc.c: Likewise.
39128         * string/test-strpbrk-ifunc.c: Likewise.
39129         * string/test-strrchr-ifunc.c: Likewise.
39130         * string/test-strspn-ifunc.c: Likewise.
39131         * string/test-strstr-ifunc.c: Likewise.
39133         * debug/Makefile (tests-ifunc): New variable.
39134         (tests): Add $(tests-ifunc).
39135         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
39136         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
39137         * debug/test-stpcpy_chk-ifunc.c: New file.
39138         * debug/test-strcpy_chk-ifunc.c: Likewise.
39140 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
39142         [BZ #13601]
39143         * elf/dl-load.c (open_verify): Retry read if the entire ELF
39144         header is not read in.
39146 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
39148         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
39149         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
39150         directly.  Pass built executable to script as
39151         $(built-program-cmd).
39152         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
39153         $testprogram without using LD_LIBRARY_PATH and $ldso.
39155         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
39156         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
39157         $(rtld-installed-name).
39158         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
39159         (rtld_installed_name): Likewise.
39160         (library_path): Likewise.
39161         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
39162         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
39163         $(run-program-prefix) to tst-tables.sh.
39164         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
39165         it to run tst-table-from and tst-table-to.
39166         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
39167         Pass it to tst-table.sh.
39168         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
39169         $(run-program-prefix) to tst-gettext.sh.
39170         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
39171         tst-translit.sh.
39172         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
39173         tst-gettext2.sh.
39174         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
39175         to run tst-gettext.
39176         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
39177         to run tst-gettext2.
39178         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
39179         to run tst-translit.
39180         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
39181         $(run-program-prefix) to tst-mtrace.sh.
39182         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
39183         to run tst-mtrace.
39184         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
39185         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
39186         $(rtld-installed-name).
39187         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
39188         (rtld_installed_name): Likewise.
39189         (run_program_prefix): New variable.  Use it to run wordexp-test.
39191         * Makeconfig (ARCH): Remove all definitions.
39192         (machine): Likewise.
39193         [ARCH]: Remove conditional code.
39194         [!objdir]: Give error.
39195         [!objdir] (objpfx): Remove.
39196         [!objdir] (common-objpfx): Likewise.
39197         [!objdir] (common-objdir): Likewise.
39198         * configure.in (config_makefile): Remove.  Hardcode Makefile in
39199         AC_CONFIG_FILES call.
39200         * configure: Regenerated.
39202         [BZ #13888]
39203         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
39204         or TMPDIR.
39205         (testout): Likewise.
39207         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
39208         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
39209         $(rtld-installed-name).
39210         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
39211         (rtld_installed_name): Likwise.
39212         (runit): Remove function.
39213         (run_getconf): New variable,  Use it for running getconf binary.
39215 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
39217         [BZ #14716]
39218         * string/test-memmem.c (check_result): New function.
39219         (do_one_test): Use it.
39220         (check1): New function.
39221         (test_main): Use it.
39223 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
39225         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
39227 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
39229         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
39230         (_G_LSEEK64): Likewise.
39231         (_G_MMAP64): Likewise.
39232         (_G_FSTAT64): Likewise.
39233         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
39234         (_G_LSEEK64): Likewise.
39235         (_G_MMAP64): Likewise.
39236         (_G_FSTAT64): Likewise.
39237         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
39238         unconditional.  Call __mmap64 directly.
39239         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
39240         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
39241         __lseek64 directly.
39242         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
39243         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
39244         __mmap64 directly.
39245         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
39246         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
39247         __lseek64 directly.
39248         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
39249         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
39250         __lseek64 directly.
39251         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
39252         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
39253         __lseek64 directly.
39254         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
39255         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
39256         __fxstat64 directly.
39257         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
39258         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
39259         unconditional.
39260         (freopen64) [!_G_OPEN64]: Remove conditional code.
39261         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
39262         unconditional.
39263         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
39264         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
39265         unconditional.
39266         (ftello64) [!_G_LSEEK64]: Remove conditional code.
39267         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
39268         unconditional.
39269         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
39270         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
39271         unconditional.
39272         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
39273         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
39274         unconditional.
39275         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
39276         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
39277         unconditional.
39278         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
39279         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
39280         unconditional.
39281         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
39283 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
39285         [BZ #12140]
39286         * manual/memory.texi (Malloc Tunable Parameters): Add note
39287         about free list pointers overwriting some perturb bytes.
39288         Wording suggested by Roland McGrath.
39290 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
39292         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
39293         (lgamma_test): Likewise.
39294         (tgamma_test): Likewise.
39296 2012-10-16  Florian Weimer  <fweimer@redhat.com>
39298         [BZ #14700]
39299         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
39300         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
39302 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
39304         * NEWS: Mention BZ #14716.
39305         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
39306         when removing AVAILABLE1_USES_J macro.
39308 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
39310         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
39311         (__bswap_64): __uint64_t for unsigned 64-bit int.
39313 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
39315         * include/string.h (memmem): Declare libc hidden alias.
39316         * string/memmem.c (memmem): Define libc hidden alias.
39317         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
39318         __read, __close instead of open, read, close.
39320 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
39322         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
39323         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
39324         global and hidden.
39325         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
39326         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
39327         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
39328         Likewise.
39329         (__rawmemchr_sse2): Likewise.
39330         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
39331         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
39332         (__strchr_sse2): Likewise.
39333         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
39334         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
39335         (__strcasecmp_sse2): Likewise.
39336         (__strncasecmp_sse2): Likewise.
39337         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
39338         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
39339         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
39340         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
39341         (__strrchr_sse2): Likewise.
39342         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
39343         ifunc-impl-list.c.
39344         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
39345         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
39346         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
39347         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
39348         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
39349         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
39350         * sysdeps/x86_64/multiarch/memset.S: Likewise.
39351         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
39352         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
39353         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
39354         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
39355         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
39356         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
39357         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
39358         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
39359         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
39360         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
39361         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
39362         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
39363         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
39364         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
39365         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
39366         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
39367         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
39368         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
39369         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
39370         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
39371         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
39372         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
39373         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
39375         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
39376         global and hidden.
39377         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
39378         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
39379         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
39380         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
39381         Likewise.
39382         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
39383         Likewise.
39384         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
39385         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
39386         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
39387         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
39388         ifunc-impl-list.c.
39389         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
39390         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
39391         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
39392         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
39393         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
39394         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
39395         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
39396         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
39397         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
39398         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
39399         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
39400         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
39401         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
39402         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
39403         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
39404         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
39405         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
39406         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
39407         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
39408         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
39409         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
39410         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
39411         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
39412         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
39413         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
39414         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
39415         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
39416         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
39417         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
39418         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
39419         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
39420         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
39421         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
39422         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
39423         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
39424         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
39425         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
39426         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
39427         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
39428         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
39429         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
39431         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
39432         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
39433         * include/ifunc-impl-list.h: New file.
39434         * misc/ifunc-impl-list.c: Likewise.
39435         * misc/Makefile (routines): Add ifunc-impl-list.
39436         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
39437         * string/test-string.h: Include <ifunc-impl-list.h>.
39438         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
39439         TEST_NAME]: New variables.
39440         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
39441         are defined.
39442         (test_init): Call __libc_ifunc_impl_list to initialize
39443         func_list if TEST_IFUNC and TEST_NAME are defined.
39445         * string/Makefile (strop-tests): Add bcopy and bzero.
39446         * string/test-bcopy.c: New file.
39447         * string/test-bzero.c: Likewise.
39448         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
39449         defined.
39450         * string/test-memset.c: Support bzero test if TEST_BZERO is
39451         defined.
39452         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
39453         __libc_memmove.
39454         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
39455         __libc_memset.
39456         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
39457         of memset.
39459 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
39461         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
39462         * configure: Regenerated.
39464         * Makeconfig (+link-static-before-libc): Don't include
39465         $(link-static-libc).
39467         * libio/libio.h (_IO_pos_t): Remove.
39469 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
39471         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
39472         McGrath.
39474 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
39476         * crypt/crypt-entry.c: Include fips-private.h.
39477         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
39478         * crypt/md5c-test.c (main): Tolerate disabled MD5.
39479         * sysdeps/unix/sysv/linux/fips-private.h: New file.
39480         * sysdeps/generic/fips-private.h: New file, dummy fallback.
39482 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
39484         * crypt/crypt-private.h: Include stdbool.h.
39485         (_ufc_setup_salt_r): Return bool.
39486         * crypt/crypt-entry.c: Include errno.h.
39487         (__crypt_r): Return NULL with EINVAL for bad salt.
39488         * crypt/crypt_util.c (bad_for_salt): New.
39489         (_ufc_setup_salt_r): Check that salt is long enough and within
39490         the specified alphabet.
39491         * crypt/badsalttest.c: New file.
39492         * crypt/Makefile (tests): Add it.
39493         ($(objpfx)badsalttest): New.
39495 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
39497         * NEWS: Add entry for BZ #14602.
39499 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
39501         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
39502         type-generic.
39503         * math/libm-test.inc: Update comment listing what functions and
39504         macros are tested.
39505         (isgreater_test): New function.
39506         (isgreaterequal_test): Likewise.
39507         (isless_test): Likewise.
39508         (islessequal_test): Likewise.
39509         (islessgreater_test): Likewise.
39510         (isunordered_test): Likewise.
39511         (main): Call the new functions.
39513 2012-10-09  Roland McGrath  <roland@hack.frob.com>
39515         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
39516         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
39517         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
39518         * sysdeps/i386/configure: Regenerated.
39519         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
39520         * sysdeps/mach/configure: Regenerated.
39521         * sysdeps/mach/hurd/configure: Regenerated.
39522         * sysdeps/powerpc/configure: Regenerated.
39523         * sysdeps/powerpc/powerpc32/configure: Regenerated.
39524         * sysdeps/powerpc/powerpc64/configure: Regenerated.
39525         * sysdeps/s390/s390-32/configure: Regenerated.
39526         * sysdeps/s390/s390-64/configure: Regenerated.
39527         * sysdeps/sh/configure: Regenerated.
39528         * sysdeps/sparc/configure: Regenerated.
39529         * sysdeps/unix/sysv/linux/configure: Regenerated.
39530         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
39531         * sysdeps/x86_64/configure: Regenerated.
39533         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
39534         defined.  Don't check if MAP is NULL.
39536 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
39538         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
39539         (_G_stat64): Likewise.
39540         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
39541         (_G_stat64): Likewise.
39542         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
39543         instead of struct _G_stat64.
39544         * libio/fileops.c (mmap_remap_check): Likewise.
39545         (decide_maybe_mmap): Likewise.
39546         (_IO_new_file_seekoff): Likewise.
39547         (_IO_file_stat): Likewise.
39548         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
39549         _G_off64_t.
39550         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
39551         instead of struct _G_stat64.
39552         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
39554 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
39556         [BZ #14602]
39557         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
39558         Replace with ...
39559         (CHECK_EOL): New macro.
39560         (two_way_short_needle): Check beginning of haystack for EOL.  Use
39561         CHECK_EOL.
39562         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
39563         Replace with CHECK_EOL.
39564         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
39565         Replace with CHECK_EOL.
39567 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
39569         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
39570         type-generic.
39571         * math/libm-test.inc: Update comment listing what functions and
39572         macros are tested.
39573         (finite_test): New function.
39574         (isinf_test): Likewise.
39575         (isnan_test): Likewise.
39576         (fpclassify_test): Test subnormal input.
39577         (isfinite_test): Likewise.
39578         (isnormal_test): Likewise.
39579         (main): Call the new functions.
39581 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
39583         [BZ #14660]
39584         * Makerules (%.dynsym): Force C locale when running
39585         $(OBJDUMP) --dynamic-syms.
39587 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
39589         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
39590         <stdint.h>.
39592 2012-10-06  David S. Miller  <davem@davemloft.net>
39594         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
39595         upper 32-bits of the length value in %o2 since we use branch-on-register
39596         tests which consider the entire 64-bit register.
39598 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
39600         * string/test-strstr.c (check2): Add a test for page boundary.
39602 2012-10-05  David S. Miller  <davem@davemloft.net>
39604         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
39605         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
39606         file.
39607         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
39608         sysdep_routines.
39609         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
39610         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
39611         and bzero when HWCAP_SPARC_CRYPTO is present.
39613 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
39615         [BZ #14602]
39616         * string/test-strstr.c (check2): New function.
39617         (test_main): Call check2.
39619         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
39620         and bug-strchr1.
39621         * string/bug-strcasestr1.c (do_test): Moved to ...
39622         * string/test-strcasestr.c (check1): Here.  New function.
39623         (do_one_test): Break out result checking code into ...
39624         (check_result): This.  New function.
39625         (do_one_test): Call check_result.
39626         (test_main): Call check1.
39627         * string/bug-strchr1.c (do_test): Moved to ...
39628         * string/test-strchr.c (check1): Here.  New function.
39629         (do_one_test): Break out result checking code into ...
39630         (check_result): This.  New function.
39631         (do_one_test): Call check_result.
39632         (test_main): Call check1.
39633         * string/bug-strstr1.c (main): Moved to ...
39634         * string/test-strstr.c (check1): Here.  New function.
39635         (do_one_test): Break out result checking code into ...
39636         (check_result): This.  New function.
39637         (do_one_test): Call check_result.
39638         (test_main): Call check1.
39639         * string/bug-strcasestr1.c: Removed.
39640         * string/bug-strchr1.c: Likewise.
39641         * string/bug-strstr1.c: Likewise.
39643         * elf/Makefile (dl-routines): Add hwcaps.
39644         * elf/dl-support.c (_dl_important_hwcaps): Removed.
39645         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
39646         (_dl_important_hwcaps): Moved to ...
39647         * elf/dl-hwcaps.c: Here.  New file.
39648         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
39650         [BZ #14557]
39651         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
39652         if IS_IN_rtld isn't defined.
39654         * elf/dl-support.c (_dl_sysinfo_map): New.
39655         Include "get-dynamic-info.h" and "setup-vdso.h".
39656         (_dl_non_dynamic_init): Call setup_vdso.
39657         * elf/dynamic-link.h: Don't include <assert.h>.
39658         (elf_get_dynamic_info): Moved to ...
39659         * elf/get-dynamic-info.h: Here.  New file.
39660         * elf/dynamic-link.h: Include "get-dynamic-info.h".
39661         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
39662         * elf/setup-vdso.h: Here.  New file.
39663         * elf/rtld.c: Include "setup-vdso.h".
39664         (dl_main): Call setup_vdso.
39666 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
39668         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
39669         creal in comment listing functions tested.  List finite, isinf,
39670         isnan, isless, islessequal, isgreater, isgreaterequal,
39671         islessgreater, isunordered, lgamma_r and pow10 as functions and
39672         macros not tested.  Mention which functions not tested are aliases
39673         for other functions.  Fix typo.  Note that signs of NaNs are not
39674         tested.
39676         * scripts/config.guess: Update from config.git.
39677         * scripts/config.sub: Likewise.
39679 2012-10-04  Roland McGrath  <roland@hack.frob.com>
39681         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
39682         * misc/madvise.c (madvise): Renamed to __madvise.
39683         Make madvise a weak alias.
39684         * include/sys/mman.h: Declare __madvise.
39685         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
39686         * sysdeps/unix/syscalls.list
39687         (madvise): Make __madvise the strong name, and madvise a weak alias.
39688         * sysdeps/unix/sysv/linux/syscalls.list
39689         (madvise, mmap): Remove redundant entries.
39690         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
39691         * malloc/malloc.c (mtrim): Likewise.
39692         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
39694 2012-10-03  Roland McGrath  <roland@hack.frob.com>
39696         * sysdeps/mach/hurd/dl-cache.c: File removed.
39697         * config.h.in (USE_LDCONFIG): New #undef.
39698         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
39699         * configure: Regenerated.
39700         * elf/Makefile (dl-routines): Add dl-cache only under
39701         [$(use-ldconfig) = yes].
39702         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
39703         cache on [USE_LDCONFIG].
39704         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
39705         [USE_LDCONFIG].
39706         * elf/rtld.c (dl_main): Likewise.
39708 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
39710         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
39711         _SC_LEVEL4_CACHE_LINESIZE.
39713 2012-10-03  Roland McGrath  <roland@hack.frob.com>
39715         * sysdeps/unix/bsd/confstr.h: File removed.
39717 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
39719         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
39720         sys/sdt-config.h.
39722 2012-10-02  Roland McGrath  <roland@hack.frob.com>
39724         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
39725         Make 'mapoff' field ElfW(Off) rather than off_t.
39727 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
39729         * nscd/Makefile: Remove nscd-cflags and all its users.
39730         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
39731         (CFLAGS-nonlib): Add compiler flags for nscd modules.
39733         [BZ #10631]
39734         * malloc.c (malloc_printerr): Clarify error message.
39736 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
39738         [BZ #14648]
39739         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39740         Set bit_FMA_Usable if FMA is supported.
39741         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
39742         macro.
39743         (bit_FMA4_Usable): Updated.
39744         (index_FMA_Usable): New macro.
39745         (CPUID_FMA): Likewise
39746         (HAS_FMA): Defined with bit_FMA_Usable.
39748 2012-10-01  Roland McGrath  <roland@hack.frob.com>
39750         * bits/types.h (__swblk_t): Type removed.
39751         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
39752         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
39753         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39754         (__SWBLK_T_TYPE): Likewise.
39755         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39756         (__SWBLK_T_TYPE): Likewise.
39757         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39758         (__SWBLK_T_TYPE): Likewise.
39759         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39760         (__SWBLK_T_TYPE): Likewise.
39762 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
39763             Honza Horak <hhorak@redhat.com>
39765         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
39766         (xdr_mapname): Use YPMAXMAP as maxsize.
39767         (xdr_peername): Use YPMAXPEER as maxsize.
39768         (xdr_keydat): Use YPAXRECORD as maxsize.
39769         (xdr_valdat): Use YPMAXRECORD as maxsize.
39771 2012-10-01  Roland McGrath  <roland@hack.frob.com>
39773         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
39775         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
39776         * csu/init-first.c: ... here.
39777         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
39778         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
39779         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
39780         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
39781         * sysdeps/i386/init-first.c: File removed.
39782         * sysdeps/sh/init-first.c: File removed.
39784 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
39786         [BZ #14645]
39787         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
39788         if x * y might underflow to zero and z is zero.
39789         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
39790         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
39791         * math/libm-test.inc (min_subnorm_value): New variable.
39792         (fma_test): Add more tests.
39793         (fma_test_towardzero): Likewise.
39794         (fma_test_downward): Likewise
39795         (fma_test_upward): Likewise.
39796         (initialize): Set min_subnorm_value.
39798 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
39800         [BZ #14638]
39801         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
39802         0 + 0.
39803         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
39804         mode for addition resulting in exact zero.
39805         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
39806         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
39807         exact 0 + 0.
39808         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
39809         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
39810         * math/libm-test.inc (fma_test): Add more tests.
39811         (fma_test_towardzero): New function.
39812         (fma_test_downward): Likewise.
39813         (fma_test_upward): Likewise.
39814         (main): Call the new functions.
39816 2012-09-28  David S. Miller  <davem@davemloft.net>
39818         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
39820 2012-09-28  Roland McGrath  <roland@hack.frob.com>
39822         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
39823         instead of SIGALRM.
39825         * sysdeps/gnu/_G_config.h: Moved to ...
39826         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
39827         * sysdeps/mach/hurd/_G_config.h: Moved to ...
39828         * sysdeps/generic/_G_config.h: ... here.
39830         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
39832         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
39834         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
39835         Conditionalize target on [libnss_test1.so-version].
39837         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
39839         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
39840         (elfobjdir): Move out of conditionals.
39842         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
39843         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
39844         (__nss_lookup_function): Conditionalize label remove_from_tree on
39845         [!DO_STATIC_NSS || SHARED], matching its only use.
39847 2012-09-28  David S. Miller  <davem@davemloft.net>
39849         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
39850         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
39851         file.
39852         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
39853         sysdep_routines.
39854         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
39855         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
39856         when HWCAP_SPARC_CRYPTO is present.
39858 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
39860         * io/tst-mknodat.c: Create a FIFO instead of a socket.
39862 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
39864         [BZ #6530]
39865         * stdio-common/vfprintf.c (process_string_arg): Revert
39866         2000-07-22 change.
39868 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
39870         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
39871         for testcase.
39872         * stdio-common/tst-sprintf.c: Include <locale.h>
39873         (main): Test sprintf's handling of incomplete multibyte
39874         characters.
39876 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
39878         * elf/dl-runtime.c (VERSYMIDX): Removed.
39879         * elf/dl-version.c (VERSYMIDX): Likewise.
39880         * elf/do-rel.h (VERSYMIDX): Likewise.
39881         (VALIDX): Likewise.
39882         * elf/dynamic-link.h (VERSYMIDX): Likewise.
39883         * elf/rtld.c (VALIDX): Likewise.
39884         (ADDRIDX): Likewise.
39885         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
39886         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
39887         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
39888         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
39889         (VALIDX): Likewise.
39890         (ADDRIDX): Likewise.
39892 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
39894         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
39896 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
39898         [BZ #11438]
39899         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
39900         to global scope.
39901         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
39902         addresses are in the same scope as 192.0.2/24.
39903         * posix/gai.conf: Document new scope table defaults.
39905 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
39907         [BZ #5298]
39908         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
39909         for ftell.  Compute offsets from write pointers instead.
39910         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
39912 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
39914         [BZ #14543]
39915         * libio/Makefile (tests): New test case tst-fseek.
39916         * libio/tst-fseek.c: New test case to verify that fseek/ftell
39917         combination works in wide mode.
39918         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
39919         state when the external buffer state changes.
39921 2012-09-27  David S. Miller  <davem@davemloft.net>
39923         [BZ #14376]
39924         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
39925         pass reloc->r_addend in as the 'high' argument to
39926         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
39928         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39930 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
39932         * rt/tst-aio2.c: Include <pthread.h>.
39933         * rt/tst-aio3.c: Likewise.
39935 2012-09-27  Steve Ellcey  <sellcey@mips.com>
39937         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
39939 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
39941         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
39942         contents on [SHARED].
39944 2012-09-26  Marek Polacek  <polacek@redhat.com>
39946         [BZ #14530]
39947         [BZ #13741]
39948         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
39949         for C++ and GCC <4.3 as well as for non GCC compilers.
39951 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
39953         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39955 2012-09-25  Roland McGrath  <roland@hack.frob.com>
39957         * Makefile.in (all, install): Declare with .PHONY.
39958         Reported by Michael Hope <michael.hope@linaro.org>.
39960 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39962         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
39963         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
39964         system header.
39965         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
39966         Likewise.
39967         (sydep_routines): Add the new and the internal functions.
39968         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
39969         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
39970         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
39971         (GLIBC_2.17): Add the new function.
39972         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
39973         (GLIBC_2.17): Likewise.
39974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
39975         (GLIBC_2.17): Likewise.
39976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
39977         (GLIBC_2.17): Likewise.
39978         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
39980 2012-09-25  Alan Modra  <amodra@gmail.com>
39982         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
39983         Add release barrier before setting once_control to say
39984         initialisation is done.  Add hints on lwarx.  Use macro in
39985         place of isync.
39986         (clear_once_control): Add release barrier.
39988 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
39990         [BZ #13629]
39991         * math/s_clog.c (__clog): Handle more values close to |z| = 1
39992         specially.
39993         * math/s_clog10.c (__clog10): Likewise.
39994         * math/s_clog10f.c (__clog10f): Likewise.
39995         * math/s_clog10l.c (__clog10l): Likewise.
39996         * math/s_clogf.c (__clogf): Likewise.
39997         * math/s_clogl.c (__clogl): Likewise.
39998         * math/Makefile (libm-calls): Add x2y2m1.
39999         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
40000         (__x2y2m1): Likewise.
40001         (__x2y2m1l): Likewise.
40002         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
40003         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
40004         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
40005         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
40006         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
40007         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
40008         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
40009         * sysdeps/i386/fpu/libm-test-ulps: Update.
40010         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40012         [BZ #14621]
40013         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
40014         int as type of variable DEPTH.
40015         (glob): Use size_t instead of int as type of variables NEWCOUNT
40016         and OLD_PATHC.
40018 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40020         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
40021         Add s_sincosf-sse2.
40022         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
40023         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
40024         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
40025         macros for using routine as __sincosf_ia32.
40026         Use macro for function declaration and weak_alias.
40027         * sysdeps/i386/fpu/libm-test-ulps: Update.
40029         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
40030         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40032         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
40033         subnormal argument.
40034         * math/s_cexpf.c (__cexpf): Likewise.
40035         * math/s_csinf.c (__csinf): Likewise.
40036         * math/s_csinhf.c (__csinhf): Likewise.
40037         * math/s_ctanf.c (__ctanf): Likewise.
40038         * math/s_ctanhf.c (__ctanhf): Likewise.
40039         * math/s_ccosh.c (__ccoshf): Likewise.
40040         * math/s_cexp.c (__cexpl): Likewise.
40041         * math/s_csin.c (__csin): Likewise.
40042         * math/s_csinh.c (__csinh): Likewise.
40043         * math/s_ctan.c (__ctan): Likewise.
40044         * math/s_ctanh.c (ctanh): Likewise.
40045         * math/s_ccoshl.c (__ccoshl): Likewise.
40046         * math/s_cexpl.c (__cexpl): Likewise.
40047         * math/s_csinl.c (__csinl): Likewise.
40048         * math/s_csinhl.c (__csinhl): Likewise.
40049         * math/s_ctanl.c (__ctanl): Likewise.
40050         * math/s_ctanhl.c (__ctanhl): Likewise.
40052 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
40054         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
40055         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
40056         (_IO_off_t): Define to __off_t, not _G_off_t.
40057         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
40058         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
40059         (_IO_wint_t): Define to wint_t, not _G_wint_t.
40060         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
40061         type of __dummy and __dummy2 fields.
40062         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
40063         (_G_ssize_t): Likewise.
40064         (_G_off_t): Likewise.
40065         (_G_pid_t): Likewise.
40066         (_G_uid_t): Likewise.
40067         (_G_wchar_t): Likewise.
40068         (_G_wint_t): Likewise.
40069         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
40070         (_G_ssize_t): Likewise.
40071         (_G_off_t): Likewise.
40072         (_G_pid_t): Likewise.
40073         (_G_uid_t): Likewise.
40074         (_G_wchar_t): Likewise.
40075         (_G_wint_t): Likewise.
40076         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
40077         (_G_ssize_t): Likewise.
40078         (_G_off_t): Likewise.
40079         (_G_pid_t): Likewise.
40080         (_G_uid_t): Likewise.
40081         (_G_wchar_t): Likewise.
40082         (_G_wint_t): Likewise.
40084 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
40086         * malloc/arena.c: Include malloc-sysdep.h.
40087         (shrink_heap): Use check_may_shrink_heap to decide if madvise
40088         is sufficient to shrink the heap or an unmap is needed.
40089         * sysdeps/generic/malloc-sysdep.h: New file.  Define
40090         new function check_may_shrink_heap.
40091         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
40092         new function check_may_shrink_heap.
40094 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
40096         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
40097         comments.
40099 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
40101         * catgets/test-gencat.sh: Add "set -e".
40102         * elf/tst-pathopt.sh: Likewise.
40103         * grp/tst_fgetgrent.sh: Likewise.
40104         * iconvdata/run-iconv-test.sh: Likewise.
40105         * intl/tst-gettext.sh: Likewise.
40106         * intl/tst-gettext2.sh: Likewise.
40107         * intl/tst-gettext4.sh: Likewise.
40108         * intl/tst-gettext6.sh: Likewise.
40109         * intl/tst-translit.sh: Likewise.
40110         * io/ftwtest-sh: Likewise.
40111         * libio/test-freopen.sh: Likewise.
40112         * malloc/tst-mtrace.sh: Likewise.
40113         * posix/globtest.sh: Likewise.
40114         * posix/tst-getconf.sh: Likewise.
40115         * posix/wordexp-tst.sh: Likewise.
40116         * stdio-common/tst-printf.sh: Likewise.
40117         * stdio-common/tst-unbputc.sh: Likewise.
40118         * stdlib/tst-fmtmsg.sh: Likewise.
40119         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
40120         * catgets/Makefile: Do not specify -e option when running
40121         testsuite shell scripts.
40122         * elf/Makefile: Likewise.
40123         * grp/Makefile: Likewise.
40124         * iconvdata/Makefile: Likewise.
40125         * intl/Makefile: Likewise.
40126         * io/Makefile: Likewise.
40127         * libio/Makefile: Likewise.
40128         * malloc/Makefile: Likewise.
40129         * posix/Makefile: Likewise.
40130         * stdio-common/Makefile: Likewise.
40131         * stdlib/Makefile: Likewise.
40132         * sysdeps/x86_64/Makefile: Likewise.
40134         * io/ftwtest-sh: Add copyright header.
40135         * posix/globtest.sh: Likewise.
40136         * posix/tst-getconf.sh: Likewise.
40137         * posix/wordexp-tst.sh: Likewise.
40138         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
40140 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
40142         [BZ #13679]
40143         * Makeconfig (+link): Defined as $(+link-static) if
40144         $(build-shared) isn't yes.
40145         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
40146         isn't yes.
40147         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
40149         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
40151         [BZ #14562]
40152         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
40153         new chunk size with MALLOC_ALIGN_MASK.
40155 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
40157         [BZ #5044]
40158         * stdio-common/printf_fphex.c: Include <stdbool.h> and
40159         <rounding-mode.h>.
40160         (__printf_fphex): Determine rounding using get_rounding_mode and
40161         round_away.
40162         * stdio-common/tst-printf-round.c (struct hex_test): New
40163         structure.
40164         (hex_tests): New variable.
40165         (test_hex_in_one_mode): New function.
40166         (do_test): Also run tests for hex float output.
40168 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
40170         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
40171         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
40172         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
40173         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
40174         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
40175         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
40176         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
40177         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
40179 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
40181         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
40182         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
40183         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
40184         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
40186 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
40188         [BZ #14579]
40189         * elf/rtld.c (dl_main): Limit the check for self loading to normal
40190         mode only.
40191         * elf/tst-rtld-load-self.sh: New test.
40192         * elf/Makefile: Run it.
40194 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
40196         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
40197         (tst-writev-ENV): Remove.
40198         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
40200 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
40202         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
40204 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
40206         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
40207         unconditional.
40208         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
40209         Likewise.
40210         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
40211         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
40212         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
40213         Likewise.
40215 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
40217         [BZ #14587]
40218         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
40219         * config.make.in (have-cpp-asm-debuginfo): Removed.
40220         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
40221         * configure: Regenerated.
40223 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
40225         [BZ #5044]
40226         * stdio-common/printf_fp.c: Include <stdbool.h> and
40227         <rounding-mode.h>.
40228         (___printf_fp): Determine rounding using get_rounding_mode and
40229         round_away.
40230         * stdio-common/tst-printf-round.c: New file.
40231         * stdio-common/Makefile (tests): Add tst-printf-round.
40232         (link-libm): New variable.
40233         ($(objpfx)tst-printf-round): Depend in $(link-libm).
40235 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
40237         [BZ #14576]
40238         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
40239         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
40240         Likewise.
40241         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
40242         Likewise.
40244 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
40246         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
40247         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
40248         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
40249         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
40251 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
40253         [BZ #14518]
40254         * include/rounding-mode.h: New file.
40255         * sysdeps/generic/get-rounding-mode.h: Likewise.
40256         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
40257         * stdlib/strtod_l.c: Include <rounding-mode.h>.
40258         (MAX_VALUE): New macro.
40259         (MIN_VALUE): Likewise.
40260         (overflow_value): New function.
40261         (underflow_value): Likewise.
40262         (round_and_return): Use overflow_value and underflow_value to
40263         determine return values in overflow and underflow cases.  Use
40264         round_away to determine rounding depending on rounding mode.
40265         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
40266         determine return values in overflow and underflow cases.
40267         * stdlib/tst-strtod-round.c: Include <fenv.h>.
40268         (struct test_results): New structure.
40269         (struct test): Use struct test_results to store expected results
40270         for all rounding modes.
40271         (TEST): Include expected results for all rounding modes.
40272         (test_in_one_mode): New function.
40273         (do_test): Use test_in_one_mode to compute and check results.
40274         Check results for all rounding modes.
40275         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
40276         $(link-libm).
40278 2012-12-09  Allan McRae  <allan@archlinux.org>
40280         * sysdeps/i386/fpu/libm-test-ulps: Update
40282 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
40284         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
40285         (_G_int32_t): Likewise.
40286         (_G_uint16_t): Likewise.
40287         (_G_uint32_t): Likewise.
40288         (_G_HAVE_BOOL): Likewise.
40289         (_G_HAVE_ATEXIT): Likewise.
40290         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
40291         (_G_HAVE_IO_FILE_OPEN): Likewise.
40292         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
40293         (_G_int32_t): Likewise.
40294         (_G_uint16_t): Likewise.
40295         (_G_uint32_t): Likewise.
40296         (_G_HAVE_BOOL): Likewise.
40297         (_G_HAVE_ATEXIT): Likewise.
40298         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
40299         (_G_HAVE_IO_FILE_OPEN): Likewise.
40300         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
40301         (_G_int32_t): Likewise.
40302         (_G_uint16_t): Likewise.
40303         (_G_uint32_t): Likewise.
40304         (_G_HAVE_BOOL): Likewise.
40305         (_G_HAVE_ATEXIT): Likewise.
40306         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
40307         (_G_HAVE_IO_FILE_OPEN): Likewise.
40309 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
40311         * csu/libc-tls.c: Update copyright years.
40313 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
40315         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
40316         [!_G_USING_THUNKS]: Remove conditional code.
40317         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
40318         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
40320         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
40321         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
40322         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
40323         (_G_VTABLE_LABEL_PREFIX): Likewise.
40324         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
40325         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
40326         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
40327         (_G_VTABLE_LABEL_PREFIX): Likewise.
40328         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
40329         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
40330         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
40331         (_G_VTABLE_LABEL_PREFIX): Likewise.
40332         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
40334 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
40336         * libio/Makefile: Include ../Makeconfig before tests.
40337         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
40338         only if $(build-shared) is yes.
40340         * iconv/gconv_db.c: Update copyright years.
40342 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40344         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
40345         unwind info if defined PIC. Fix special cases description.
40346         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
40348         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
40349         DP_HI_MASK entry.
40350         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
40352 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
40354         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
40356         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
40357         is NULL.
40359         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
40360         (LDLIBS-tst-chk4): This.
40361         (LDFLAGS-tst-chk5): Renamed to ...
40362         (LDLIBS-tst-chk5): This.
40363         (LDFLAGS-tst-chk6): Renamed to ...
40364         (LDLIBS-tst-chk6): This.
40365         (LDFLAGS-tst-lfschk4): Renamed to ...
40366         (LDLIBS-tst-lfschk4): This.
40367         (LDFLAGS-tst-lfschk5): Renamed to ...
40368         (LDLIBS-tst-lfschk5): This.
40369         (LDFLAGS-tst-lfschk6): Renamed to ...
40370         (LDLIBS-tst-lfschk6): This.
40372         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
40373         on $(common-objpfx)soversions.mk.
40375 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
40377         [BZ #10014]
40378         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
40379         example host name.
40381 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
40383         * malloc/arena.c (arena_get_retry): New function that gets
40384         another arena for the caller to try its request on.
40385         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
40386         current arena cannot fulfill the request.
40387         (__libc_memalign): Likewise.
40388         (__libc_memalign): Likewise.
40389         (__libc_pvalloc): Likewise.
40390         (__libc_calloc): Likewise.
40392 2012-09-05  John Tobey  <john.tobey@gmail.com>
40394         [BZ #13542]
40395         * manual/arith.texi (Operations on Complex): Fix description
40396         of carg branch cut.
40398 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
40400         [BZ #10014]
40401         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
40402         host name.
40404         [BZ #10038]
40405         * manual/memory.texi (Memory): Make order of menu items match
40406         order of sections.
40408 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
40410         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
40411         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
40412         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
40414 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
40416         * csu/libc-tls.c (static_dtv): Renamed to ...
40417         (_dl_static_dtv): This.  Make it global.
40418         (_dl_initial_dtv): Removed.
40419         (__libc_setup_tls): Updated.
40420         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
40421         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
40422         DL_INITIAL_DTV.
40424 2012-09-06  Petr Machata  <pmachata@redhat.com>
40426         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
40427         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
40428         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
40429         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
40431 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
40433         [BZ #14545]
40434         * csu/libc-tls.c (_dl_initial_dtv): New variable.
40435         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
40436         freeing dtv[-1].
40438 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
40440         [BZ #14544]
40441         * Makeconfig (link-static-before-libc): Replace $(+prector)
40442         with $(+prectorT).
40443         (link-static-after-libc): Replace $(+postctor) with
40444         $(+postctorT).
40445         (link-bounded): Replace $(+prector)/$(+postctor) with
40446         $(+prectorT)/$(+postctorT).
40447         (+prectorT): New macro.
40448         (+postctorT): Likewise.
40450 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
40452         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
40453         (round_str): Handle values above the maximum for IBM long double
40454         as inexact.
40455         * stdlib/tst-strtod-round.c (tests): Regenerated.
40457 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40459         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
40460         assembler flag.
40461         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
40462         zarch_nohighgprs around the zarch optimized routines.
40463         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
40464         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
40465         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
40466         for zarch.
40468 2012-09-05  David S. Miller  <davem@davemloft.net>
40470         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40472         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
40473         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
40474         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
40475         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
40476         entries.
40478 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
40480         * malloc/arena.c: Fold copyright years.
40481         * malloc/mcheck.c, malloc/memusage.c: Likewise.
40483 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
40485         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
40487 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
40489         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
40491 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
40493         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
40494         change internal state upon failure.
40496 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
40498         * malloc/mcheck.c (mcheck_check_all): Fix typo.
40499         * malloc/memusage.c (mmap): Likewise.
40500         (mmap64, mremap): Likewise.  Adjust name in comment.
40502 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
40504         * libio/fileops.c: Fix typos in comments.
40505         * libio/oldfileops.c: Likewise.
40506         * libio/wfileops.c: Likewise.
40508 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
40510         [BZ #1349]
40511         * malloc/Makefile (tests): Add tst-malloc-usable test case.
40512         (tst-malloc-usable-ENV): Set environment for test case.
40513         * malloc/hooks.c (malloc_check_get_size): New function to get
40514         requested size.
40515         * malloc/malloc.c (musable): Use malloc_check_get_size.
40516         * malloc/tst-malloc-usable.c: New test case.
40518 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
40520         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
40522 2012-09-05  Allan McRae  <allan@archlinux.org>
40524         [BZ #13966]
40525         * configure.in (CXX_SYSINCLUDES): Use compiler output to
40526         determine header location.
40527         * configure: Regenerated.
40529 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
40531         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
40532         float format.
40533         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
40534         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
40535         format.
40536         (test): Regenerate.
40538 2012-09-04  David S. Miller  <davem@davemloft.net>
40540         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
40541         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
40542         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
40544 2012-09-04  Florian Weimer  <fweimer@redhat.com>
40546         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
40547         failures.
40549         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
40551 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
40553         [BZ #9914]
40554         * libio/iogetdelim.c: Include <limits.h>.
40555         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
40556         + len + 1 would overflow.
40558 2012-09-03  Andreas Jaeger  <aj@suse.de>
40560         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40561         * sysdeps/i386/fpu/libm-test-ulps: Update.
40563 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40565         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
40566         Add s_sinf-sse2, s_conf-sse2.
40568         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
40569         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
40570         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
40571         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
40573         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
40574         for using routine as __sinf_ia32.
40575         Use macro for function declaration and weak_alias.
40576         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
40577         for using routine as __cosf_ia32.
40578         Use macro for function declaration and weak_alias.
40580         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
40581         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
40583         * sysdeps/x86_64/fpu/s_sinf.S: New file.
40584         * sysdeps/x86_64/fpu/s_cosf.S: New file.
40585         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40587         * math/libm-test.inc (cos_test): Add more test cases.
40588         (sin_test): Likewise.
40589         (sincos_test): Likewise.
40591 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40593         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
40594         (IFUNC_RESOLVE): Make pointers to the specialized implementations
40595         hidden.
40596         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
40598 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
40600         [BZ #14538]
40601         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
40602         first element of the GOT.
40603         (elf_machine_load_address): Return the difference between
40604         the runtime address of _DYNAMIC and elf_machine_dynamic ().
40606 2012-09-01  Allan McRae  <allan@archlinux.org>
40608         [BZ #13412]
40609         * configure.in (AWK): Require gawk version 3.0 or later.
40610         * configure: Regenerated.
40612 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
40614         * sysdeps/unix/sysv/linux/kernel-features.h
40615         (__ASSUME_POSIX_CPU_TIMERS): Remove.
40616         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
40617         [__NR_clock_getres]: Make code unconditional.
40618         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
40619         (clock_getcpuclockid): Remove code left unreachable by removal of
40620         conditionals.
40621         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
40622         code unconditional.
40623         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
40624         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
40625         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
40626         Make code unconditional.
40627         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
40628         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
40629         * sysdeps/unix/sysv/linux/clock_settime.c
40630         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
40631         conditional code.
40632         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
40633         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
40635 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
40637         [BZ #14476]
40638         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
40639         scripts/test-installation.pl.
40641         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
40642         and $ld_so_version if it is set.
40644 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
40646         [BZ #14516]
40647         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
40648         failure if reading from procfs failed.
40649         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
40651 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
40653         * sysdeps/unix/sysv/linux/kernel-features.h
40654         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
40655         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
40656         Remove conditional code.
40657         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
40658         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
40659         Remove conditional code.
40660         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
40661         * sysdeps/unix/sysv/linux/i386/fxstat.c
40662         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
40663         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
40664         * sysdeps/unix/sysv/linux/i386/fxstatat.c
40665         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
40666         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
40667         * sysdeps/unix/sysv/linux/i386/lxstat.c
40668         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
40669         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
40670         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
40671         Remove conditional code.
40672         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
40673         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
40674         Remove conditional code.
40675         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
40676         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
40677         <kernel-features.h>.
40678         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
40679         Remove.
40680         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
40681         Remove conditional code.
40682         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
40683         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
40684         Remove conditional.
40686 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
40688         [BZ #5400]
40689         * NEWS: Add fixed bug number.
40691 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
40693         [BZ #14519]
40694         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
40695         underflowing exponent in case of negative sign.
40696         * stdlib/tst-strtod-round-data: Add more tests.
40697         * stdlib/tst-strtod-round.c (tests): Regenerated.
40699         [BZ #3479]
40700         * stdlib/strtod_l.c (NDIG): Remove.
40701         (HEXNDIG): Likewise.
40702         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
40703         smallest representable value.
40704         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
40705         lie within an exact representation of 1/2 ulp of the result.
40706         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
40707         unconditionally.
40708         (TENS_P9_IDX): Define unconditionally.
40709         (TENS_P9_SIZE): Likewise.
40710         (TENS_P10_IDX): Likewise.
40711         (TENS_P10_SIZE): Likewise.
40712         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
40713         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
40714         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
40715         entries for 10^2^13 and 10^2^14.
40716         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
40717         (TENS_P13_IDX): Define.
40718         (TENS_P13_SIZE): Likewise.
40719         (TENS_P14_IDX): Likewise.
40720         (TENS_P14_SIZE): Likewise.
40721         (_fpioconst_pow10): Change array size to
40722         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
40723         unconditional.
40724         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
40725         1024]: Add entries for 10^2^13 and 10^2^14.
40726         [LAST_POW10 > _LAST_POW10]: Remove #error.
40727         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
40728         (_fpioconst_pow10): Change array size to
40729         FPIOCONST_POW10_ARRAY_SIZE.
40730         * stdlib/gen-fpioconst.c: New file.
40731         * stdlib/gen-tst-strtod-round.c: Likewise.
40732         * stdlib/tst-strtod-round-data: Likewise.
40733         * stdlib/tst-strtod-round.c: Likewise.
40734         * stdlib/Makefile (tests): Add tst-strtod-round.
40736         [BZ #14459]
40737         * stdlib/strtod_l.c: Include <stdint.h>.
40738         (NDEBUG): Do not define.
40739         (round_and_return): Change EXPONENT parameter to type intmax_t.
40740         Rearrange calculations to avoid internal overflow possibilities.
40741         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
40742         Rearrange calculations to avoid internal overflow possibilities.
40743         Assert that number fits inside MPNSIZE limbs.
40744         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
40745         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
40746         calculations and add assertions to avoid internal overflow
40747         possibilities.  Add casts to avoid signed/unsigned operations.
40748         * stdlib/tst-strtod-overflow.c: New file.
40749         * stdlib/Makefile (tests): Add tst-strtod-overflow.
40751 2012-08-25  Marek Polacek  <polacek@redhat.com>
40753         * time/time.h: Fix some typos in comments.
40755 2012-08-23  Roland McGrath  <roland@hack.frob.com>
40757         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
40758         * posix/tst-rfc3484-2.c: Likewise.
40759         * posix/tst-rfc3484-3.c: Likewise.
40761 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
40763         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
40764         (EF_ARM_ABI_FLOAT_HARD): Likewise.
40766 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
40768         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
40769         #include of fxstatat64.c.
40771 2012-08-22  Roland McGrath  <roland@hack.frob.com>
40773         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
40774         * shadow/getspent_r.c: Likewise.
40775         * shadow/getspnam.c: Likewise.
40776         * shadow/getspnam_r.c: Likewise.
40777         * gshadow/getsgent.c: Likewise.
40778         * gshadow/getsgent_r.c: Likewise.
40779         * gshadow/getsgnam.c: Likewise.
40780         * gshadow/getsgnam_r.c: Likewise.
40781         * inet/getnetbyad.c: Likewise.
40782         * inet/getnetbyad_r.c: Likewise.
40783         * inet/getnetbynm.c: Likewise.
40784         * inet/getnetbynm_r.c: Likewise.
40785         * inet/getnetent.c: Likewise.
40786         * inet/getnetent_r.c: Likewise.
40787         * inet/getproto.c: Likewise.
40788         * inet/getproto_r.c: Likewise.
40789         * inet/getprtent.c: Likewise.
40790         * inet/getprtent_r.c: Likewise.
40791         * inet/getprtname.c: Likewise.
40792         * inet/getprtname_r.c: Likewise.
40793         * inet/getrpcbyname.c: Likewise.
40794         * inet/getrpcbyname_r.c: Likewise.
40795         * inet/getrpcbynumber.c: Likewise.
40796         * inet/getrpcbynumber_r.c: Likewise.
40797         * inet/getrpcent.c: Likewise.
40798         * inet/getrpcent_r.c: Likewise.
40799         * inet/getaliasent.c: Likewise.
40800         * inet/getaliasent_r.c: Likewise.
40801         * inet/getaliasname.c: Likewise.
40802         * inet/getaliasname_r.c: Likewise.
40803         * nscd/getgrgid_r.c: Likewise.
40804         * nscd/getgrnam_r.c: Likewise.
40805         * nscd/gethstbyad_r.c: Likewise.
40806         * nscd/gethstbynm3_r.c: Likewise.
40807         * nscd/getpwnam_r.c: Likewise.
40808         * nscd/getpwuid_r.c: Likewise.
40809         * nscd/getsrvbynm_r.c: Likewise.
40810         * nscd/getsrvbypt_r.c: Likewise.
40811         * nscd/gai.c: Likewise.
40813         * configure.in (build_nscd): New substituted variable, set
40814         by --disable-build-nscd and defaults to $use_nscd.
40815         * configure: Regenerated.
40816         * config.make.in (build-nscd): New substituted variable.
40817         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
40818         Change conditional to require [$(build-nscd) = yes] as well.
40819         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
40821         [BZ# 13696]
40822         * configure.in (use_nscd): New substituted variable, set by
40823         --disable-nscd.  If enabled, define USE_NSCD.
40824         * configure: Regenerated.
40825         * config.h.in: Add USE_NSCD.
40826         * config.make.in (use-nscd): New substituted variable.
40827         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
40828         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
40829         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
40830         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
40831         (CFLAGS-getgrnam_r.c): Likewise.
40832         (CFLAGS-initgroups.c): Likewise.
40833         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
40834         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
40835         Variables removed.
40836         * inet/getnetgrent_r.c
40837         (nscd_setnetgrent): New function, broken out of ...
40838         (setnetgrent): ... here.  Call it.
40839         (innetgr): Conditionalize nscd bits on [USE_NSCD].
40840         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
40841         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
40842         * nscd/Makefile (routines, aux): Move definitions after include of
40843         Makeconfig.  Conditionalize on [$(use-nscd) != no].
40844         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
40845         Conditionalize on [USE_NSCD].
40846         (is_nscd, nscd_init_cb): Likewise.
40847         (nss_load_library): Conditionalize init callback on [USE_NSCD].
40848         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
40849         * nss/nss_db/db-init.c: Likewise.
40850         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
40851         [USE_NSCD].
40852         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
40853         (make_request): Use it.
40854         (cache_valid_p): New function.
40855         (__check_pf): Use it.
40856         * NEWS: Add item for --disable-nscd.
40858 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
40860         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
40861         to support sed >= 4.2.1-20-ga9bf076.
40862         * configure: Regenerated.
40864 2012-08-22  Roland McGrath  <roland@hack.frob.com>
40866         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
40867         Conditionalize whole body on [IREL].
40869 2012-08-22  Jeff Law <law@redhat.com>
40871         [BZ #14505]
40872         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
40873         if the family is PF_UNSPEC.
40875 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
40877         * Makerules (lib-version): Rename from V.
40878         (install-lib-nosubdir): Change V to lib-version.
40880 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
40882         [BZ #14252]
40883         * powerpc32/power6/wcschr.c: New file.
40884         * powerpc32/power6/wcscpy.c: New file.
40885         * powerpc32/power6/wcsrchr.c: New file.
40886         * powerpc64/power6/wcschr.c: New file.
40887         * powerpc64/power6/wcscpy.c: New file.
40888         * powerpc64/power6/wcsrchr.c: New file.
40890 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
40892         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
40893         (two_way_short_needle): Use it.
40894         * string/strstr.c (AVAILABLE1_USES_J): Define.
40895         * string/strcasestr.c: Likewise.
40897         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
40898         array references.
40899         * string/strcasestr.c (TOLOWER): Make side-effect safe.
40901         [BZ #11607]
40902         * NEWS: Add an entry.
40903         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
40904         define their defaults.
40905         (two_way_short_needle): Detect end-of-string on-the-fly.
40906         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
40907         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
40908         * string/bug-strcasestr1.c: New test.
40909         * string/Makefile: Run it.
40911 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
40913         [BZ #11607]
40914         * string/str-two-way.h (two_way_short_needle): Optimize matching of
40915         the first character.
40917 2012-08-21  Roland McGrath  <roland@hack.frob.com>
40919         * csu/elf-init.c (__libc_csu_irel): Function removed.
40920         * csu/libc-start.c (apply_irel): New function.
40921         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
40923 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
40925         * sysdeps/unix/sysv/linux/kernel-features.h
40926         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
40927         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
40928         <kernel-features.h>.
40929         [__NR_fadvise64_64]: Make code unconditional.
40930         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
40931         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
40932         !__NR_fadvise64_64)]: Likewise.
40933         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
40934         !__NR_fadvise64_64))]: Likewise.
40935         [__NR_fadvise64]: Make code unconditional.
40936         [!__NR_fadvise64]: Remove conditional code.
40937         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
40938         <kernel-features.h>.
40939         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
40940         unconditional.
40941         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
40942         conditional code.
40943         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
40944         not include <kernel-features.h>.
40945         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
40946         unconditional.
40947         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
40948         conditional code.
40949         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
40950         include <kernel-features.h>.
40951         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
40952         unconditional.
40953         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
40954         conditional code.
40956 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
40958         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
40959         slight instruction rearrangements per scrollpipe analysis.
40960         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
40962 2012-08-20  Roland McGrath  <roland@hack.frob.com>
40964         * manual/syslog.texi (syslog; vsyslog, closelog):
40965         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
40966         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
40968         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
40969         DSOCAPS to match condition on defining it.
40971 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
40973         * sysdeps/unix/sysv/linux/kernel-features.h
40974         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
40975         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
40976         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
40977         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
40978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
40979         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
40980         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
40981         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
40982         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
40983         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
40985         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
40986         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
40988         * sysdeps/unix/sysv/linux/kernel-features.h
40989         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
40990         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
40991         unconditional.
40992         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40993         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
40994         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
40995         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40996         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
40997         Make code unconditional.
40998         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40999         (__mmap64) [!__NR_mmap2]: Likewise.
41000         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
41001         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
41002         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
41003         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
41004         [__NR_mmap2]: Make code unconditional.
41005         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
41006         (__mmap64) [!__NR_mmap2]: Likewise.
41008 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41010         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
41012 2012-08-18  Andreas Jaeger  <aj@suse.de>
41014         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
41016 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
41018         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
41019         * include/unistd.h (__have_sock_cloexec): Likewise.
41020         (__have_pipe2): Likewise.
41021         (__have_dup3): Likewise.
41023 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
41025         [BZ #9685]
41026         * include/unistd.h (__have_pipe2): Change define into an extern int.
41027         (__have_dup3): Likewise.
41028         * socket/have_sock_cloexec.c: Include fcntl.h.
41029         (__have_pipe2): New variable.
41030         (__have_dup3): Likewise.
41032 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
41034         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
41036 2012-08-17  Marek Polacek  <polacek@redhat.com>
41038         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
41039         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
41041 2012-08-17  Roland McGrath  <roland@hack.frob.com>
41043         * configure.in: Add AC_SUBST for sysheaders.
41044         * configure: Regenerated.
41045         * config.make.in (sysheaders): New substituted variable.
41047         * sysdeps/unix/mkfifo.c: Moved ...
41048         * sysdeps/posix/mkfifo.c: ... here.
41049         * sysdeps/unix/mkfifoat.c: Moved ...
41050         * sysdeps/posix/mkfifoat.c: ... here.
41052         * sysdeps/unix/utime.c: Moved ...
41053         * sysdeps/posix/utime.c: ... here.
41055         * sysdeps/unix/time.c: Moved ...
41056         * sysdeps/posix/time.c: ... here.
41057         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
41058         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
41060         * sysdeps/unix/nice.c: Moved ...
41061         * sysdeps/posix/nice.c: ... here.
41063         * sysdeps/unix/alarm.c: Moved ...
41064         * sysdeps/posix/alarm.c: ... here.
41066         * intl/Makefile ($(codeset_mo)): Depend on the input file.
41068 2012-08-17  Jeff Law <law@redhat.com>
41070         * intl/Makefile (codeset_mo): New variable.
41071         ($(codeset_mo)): New target.
41072         (tst-codeset.out): Depend on that.  Remove explicit rule.
41073         (tst-gettext3.out, tst-gettext5.out): Likewise.
41074         (LOCPATH-ENV, tst-codeset-ENV): New variables.
41075         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
41076         * intl/tst-codeset.sh: Remove.
41077         * intl/tst-gettext3.sh: Likewise.
41078         * intl/tst-gettext5.sh: Likewise.
41080 2012-08-17  Roland McGrath  <roland@hack.frob.com>
41082         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
41083         * sysdeps/unix/syscalls.list: ... here.
41085         * sysdeps/posix/getaddrinfo.c
41086         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
41087         (gaiconf_init, gaiconf_reload): Use them.
41088         [!_STATBUF_ST_NSEC]
41089         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
41090         Define using time_t rather than struct timespec.
41092         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
41093         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
41094         Macros removed.
41095         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
41096         [!NO_THREADS].
41097         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
41098         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
41099         Likewise.
41101         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
41102         __libc_cleanup_push argument.
41104         * bits/param.h: New file.
41105         * misc/sys/param.h: New file.
41106         * include/sys/param.h: New file.
41107         * misc/Makefile (headers): Add bits/param.h.
41108         * sysdeps/generic/sys/param.h: File removed.
41109         * sysdeps/unix/sysv/linux/bits/param.h: New file.
41110         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
41111         * sysdeps/mach/hurd/bits/param.h: New file.
41112         * sysdeps/mach/hurd/sys/param.h: File removed.
41114         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
41115         last change.
41117         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
41118         [_IO_MTSAFE_IO].
41119         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
41120         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
41121         New macros.
41123         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
41124         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
41125         rather than -D_IO_MTSAFE_IO conditionally.
41126         * stdio-common/Makefile (CPPFLAGS): Likewise.
41127         * wcsmbs/Makefile (CPPFLAGS): Likewise.
41128         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
41129         Use $(libio-mtsafe).
41130         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
41131         of -D_IO_MTSAFE_IO.
41132         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
41133         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
41134         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
41135         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
41136         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
41137         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
41138         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
41139         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
41140         (CFLAGS-fread_u_chk.c): Likewise.
41141         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
41142         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
41143         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
41144         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
41145         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
41146         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
41147         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
41148         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
41149         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
41151         * libio/Makefile: Test [$(libc-reentrant) = yes]
41152         instead of [$(filter %REENTRANT, $(defines)) nonempty].
41154         * Makeconfig
41155         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
41156         * sysdeps/pthread/configure: File removed.
41157         * sysdeps/pthread/Makeconfig: New file.
41158         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
41159         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
41161 2012-08-16  Gary Benson  <gbenson@redhat.com>
41163         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
41164         unmapping the first object in a namespace.
41166 2012-08-16  Roland McGrath  <roland@hack.frob.com>
41168         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
41169         (__internal_setnetgrent): ... this.  Add internal_function to
41170         definition.  Add libc_hidden_def.
41171         (setnetgrent): Update caller.
41172         (internal_endnetgrent): Renamed to ...
41173         (__internal_endnetgrent): ... this.  Add internal_function to
41174         definition.  Add libc_hidden_def.
41175         (endnetgrent): Update caller.
41176         (internal_getnetgrent_r): Renamed to ...
41177         (__internal_getnetgrent_r): ... this.  Add internal_function to
41178         definition.  Add libc_hidden_def.
41179         (__getnetgrent_r): Update caller.
41180         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
41182 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
41184         * stdlib/longlong.h: Update from GCC.
41186 2012-08-16  Roland McGrath  <roland@hack.frob.com>
41188         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
41189         on _QL, which is set by umul_ppmm but never used.
41190         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
41191         variables, which are set by GMP macros but never used.
41192         * stdio-common/_itowa.c (_itowa): Likewise.
41193         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
41194         * stdlib/mod_1.c (mpn_mod_1): Likewise.
41196 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
41198         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
41199         struct La_sh_regs is not constant.
41200         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
41201         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
41202         and struct La_sparc64_regs are not constant.
41204 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
41206         * sysdeps/unix/sysv/linux/kernel-features.h
41207         (__ASSUME_POSIX_TIMERS): Remove.
41208         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
41209         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
41210         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
41211         Make code unconditional.
41212         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
41213         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
41214         Make code unconditional.
41215         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
41216         * sysdeps/unix/sysv/linux/clock_nanosleep.c
41217         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
41218         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
41219         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
41220         Make code unconditional.
41221         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
41222         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
41223         (__libc_missing_posix_timers): Remove.
41225 2012-08-15  Roland McGrath  <roland@hack.frob.com>
41227         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
41228         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
41230         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
41232         * elf/dl-sym.c: Include <stdlib.h>.
41234         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
41235         constants, which avoids warnings in 32-bit builds.
41237         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
41238         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
41240         * misc/lseek.c: File moved to ...
41241         * io/lseek.c: ... here.
41243         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
41245         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
41246         shifting LEN more than 31 bits at once.
41248 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
41250         [BZ #14195]
41251         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
41252         segmentation fault for a case of two empty input strings.
41253         * string/test-strncasecmp.c (check1): Renamed to...
41254         (bz12205): ...this.
41255         (bz14195): Add new testcase for two empty input strings and N > 0.
41256         (test_main): Call new testcase, adapt for renamed function.
41258 2012-08-15  Andreas Jaeger  <aj@suse.de>
41260         [BZ #14090]
41261         * crypt/md5test2.c: New test, based on test supplied by Serge
41262         Belyshev <belyshev@depni.sinp.msu.ru>.
41263         * crypt/Makefile (xtests): Add md5test-giant..
41264         * crypt/Makefile ($(objpfx)md5test-giant): Add.
41266 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
41268         [BZ #14090]
41269         * crypt/md5.c (md5_process_block): Don't assume the buffer
41270         length is less than 2**32.
41271         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
41272         length is less than 2**64.
41274 2012-08-15  Roland McGrath  <roland@hack.frob.com>
41276         * string/str-two-way.h: Include <sys/param.h>.
41277         (MAX): Macro removed.
41279         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
41280         Move #define and #undef of memmove to just before and after
41281         including <string.h>.
41283         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
41284         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
41285         and after including <string.h>.  Move declarations of
41286         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
41287         to before #include "string/memmove.c".
41289         * include/dirent.h: Declare __getdirentries.
41291         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
41292         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
41294 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
41296         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
41297         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
41298         * sysdeps/i386/configure: Regenerated.
41299         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
41300         STABS_CURRENT_FILE, and STABS_FUN.
41301         (END): Remove call to STABS_FUN_END.
41302         (STABS_CURRENT_FILE1): Delete.
41303         (STABS_CURRENT_FILE): Likewise.
41304         (STABS_FUN): Likewise.
41305         (STABS_FUN_END): Likewise.
41306         (STABS_FUN2): Likewise.
41307         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
41308         * sysdeps/x86_64/configure: Regenerated.
41310 2012-08-14  Roland McGrath  <roland@hack.frob.com>
41312         * elf/dl-open.c: Include <atomic.h>.
41313         * elf/dl-lookup.c: Likewise.
41315 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
41317         * sysdeps/unix/sysv/linux/kernel-features.h
41318         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
41319         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
41320         unconditionally.
41321         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
41322         unconditionally.
41323         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
41324         condition on __ASSUME_CLONE_THREAD_FLAGS.
41326 2012-08-14  Andreas Jaeger  <aj@suse.de>
41328         * sysdeps/i386/fpu/libm-test-ulps: Update.
41330 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
41332         * include/atomic.h (atomic_exchange_and_add): Split into ...
41333         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
41334         New atomic macros.
41336 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
41338         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41340 2012-08-13  Jeff Law <law@redhat.com>
41342         * manual/stdio.texi (snprintf): Clarify handling of the trailing
41343         null byte in the output string.
41345 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
41347         * sysdeps/unix/sysv/linux/kernel-features.h
41348         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
41349         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
41350         (__ASSUME_ARG_MAX_STACK_BASED): Define.
41351         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
41352         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
41353         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
41354         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
41356 2012-08-09  Jeff Law <law@redhat.com>
41358         [BZ #13939]
41359         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
41360         When avoid_arena is set, don't retry in the that arena.  Pick the
41361         next one, whatever it might be.
41362         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
41363         (arena_lock): Pass in new parameter to arena_get2.
41364         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
41365         arena_get2.
41366         (__libc_malloc): Unify retrying after main arena failure with
41367         __libc_memalign version.
41368         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
41370 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
41372         [BZ #14166]
41373         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
41374         to __redirect_strstr.
41375         (__strstr_sse42): Use typeof __redirect_strstr.
41376         (__strstr_ia32): Likewise.
41377         (__libc_strstr): New prototype.
41378         (strstr): Renamed to ...
41379         (__libc_strstr): This.
41380         (strstr): New strong alias of __libc_strstr.
41381         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
41382         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
41383         __redirect_time.
41384         Include <time.h>.
41385         (__libc_time): New prototype.
41386         (time_ifunc): Replace time with __libc_time.
41387         (time): New strong alias and hidden definition of __libc_time.
41388         (__GI_time): Remove strong alias.
41389         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
41390         Include <stddef.h>.
41391         (memmove): Redefined to __redirect_memmove.
41392         (__memmove_sse2): Use typeof __redirect_memmove.
41393         (__memmove_ssse3): Likewise.
41394         (__memmove_ssse3_back): Likewise.
41395         (__libc_memmove): New prototype.
41396         (memmove): Renamed to ...
41397         (__libc_memmove): This.
41398         (memmove): New strong alias of __libc_memmove.
41400 2012-08-08  Mark Salter  <msalter@redhat.com>
41402         * elf/elf.h
41403         (R_MN10300_TLS_GD): Define.
41404         (R_MN10300_TLS_LD): Likewise.
41405         (R_MN10300_TLS_LDO): Likewise.
41406         (R_MN10300_TLS_GOTIE): Likewise.
41407         (R_MN10300_TLS_IE): Likewise.
41408         (R_MN10300_TLS_LE): Likewise.
41409         (R_MN10300_TLS_DTPMOD): Likewise.
41410         (R_MN10300_TLS_DTPOFF): Likewise.
41411         (R_MN10300_TLS_TPOFF): Likewise.
41412         (R_MN10300_SYM_DIFF): Likewise.
41413         (R_MN10300_ALIGN): Likewise.
41414         (R_MN10300_NUM): Update.
41416 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
41418         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
41419         Remove.
41421 2012-08-08  Roland McGrath  <roland@hack.frob.com>
41423         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
41425         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
41426         sysdeps/unix -> sysdeps/posix move.
41427         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
41429 2012-08-07      Allan McRae     <allan@archlinux.org>
41431         [BZ #14303]
41432         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
41433         (SUNOS_CPP): Likewise.
41434         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
41435         not found.
41436         (open_input): Call CPP using execvp.
41438 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
41440         * sysdeps/unix/sysv/linux/kernel-features.h
41441         (__ASSUME_PROT_GROWSUPDOWN): Remove.
41442         (__ASSUME_NO_CLONE_DETACHED): Likewise.
41443         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
41444         (__ASSUME_WAITID_SYSCALL): Likewise.
41445         * sysdeps/unix/sysv/linux/dl-execstack.c
41446         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
41447         code unconditional.
41448         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
41449         conditional code.
41450         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
41451         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
41452         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
41453         code.
41454         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
41455         unconditional.
41456         [__ASSUME_WAITID_SYSCALL]: Likewise.
41457         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
41459 2012-08-07  Roland McGrath  <roland@hack.frob.com>
41461         * sysdeps/unix/closedir.c: Renamed to ...
41462         * sysdeps/posix/closedir.c: ... here.
41463         * sysdeps/unix/dirfd.c: Renamed to ...
41464         * sysdeps/posix/dirfd.c: ... here.
41465         * sysdeps/unix/dirstream.h: Renamed to ...
41466         * sysdeps/posix/dirstream.h: ... here.
41467         * sysdeps/unix/fdopendir.c: Renamed to ...
41468         * sysdeps/posix/fdopendir.c: ... here.
41469         * sysdeps/unix/opendir.c: Renamed to ...
41470         * sysdeps/posix/opendir.c: ... here.
41471         * sysdeps/unix/readdir.c: Renamed to ...
41472         * sysdeps/posix/readdir.c: ... here.
41473         * sysdeps/unix/readdir_r.c: Renamed to ...
41474         * sysdeps/posix/readdir_r.c: ... here.
41475         * sysdeps/unix/rewinddir.c: Renamed to ...
41476         * sysdeps/posix/rewinddir.c: ... here.
41477         * sysdeps/unix/seekdir.c: Renamed to ...
41478         * sysdeps/posix/seekdir.c: ... here.
41479         * sysdeps/unix/telldir.c: Renamed to ...
41480         * sysdeps/posix/telldir.c: ... here.
41481         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
41482         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
41483         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
41484         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
41486         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
41487         * bits/fcntl.h: ... here.
41489         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
41490         not 0.
41491         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
41492         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
41493         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
41494         (struct flock): Move l_start, l_len to the beginning.
41495         Use __pid_t for l_pid.
41496         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
41497         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
41498         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
41499         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
41500         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
41501         [__USE_LARGEFILE64] (struct flock64): New type.
41502         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
41504         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
41505         * bits/dirent.h: ... here.
41507         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
41508         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
41510 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
41512         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41513         Change from 2.6.0 to 2.6.16.
41514         * sysdeps/unix/sysv/linux/configure: Regenerated.
41515         * sysdeps/unix/sysv/linux/kernel-features.h
41516         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
41517         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
41518         version.
41519         (__ASSUME_UTIMES): Likewise.
41520         (__ASSUME_CLONE_STOPPED): Remove.
41521         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
41522         architectures, not kernel version.
41523         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
41524         (__ASSUME_NO_CLONE_DETACHED): Likewise.
41525         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
41526         (__ASSUME_WAITID_SYSCALL): Likewise.
41527         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
41528         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
41529         * README: State 2.6.16 as minimum Linux kernel version.  Do not
41530         refer to older versions.
41532 2012-08-06  Roland McGrath  <roland@hack.frob.com>
41534         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
41535         Define alphasort64 as an alias.
41536         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
41537         Define versionsort64 as an alias.
41538         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
41539         Define scandir64 as an alias.
41540         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
41541         Define scandirat64 as an alias.
41542         * dirent/alphasort64.c (alphasort64):
41543         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
41544         * dirent/versionsort64.c: Likewise.
41545         * dirent/scandir64.c: Likewise.
41546         * dirent/scandirat64.c: Likewise.
41547         * sysdeps/wordsize-64/alphasort.c: File removed.
41548         * sysdeps/wordsize-64/alphasort64.c: File removed.
41549         * sysdeps/wordsize-64/scandir.c: File removed.
41550         * sysdeps/wordsize-64/scandir64.c: File removed.
41551         * sysdeps/wordsize-64/scandirat.c: File removed.
41552         * sysdeps/wordsize-64/scandirat64.c: File removed.
41553         * sysdeps/wordsize-64/versionsort.c: File removed.
41554         * sysdeps/wordsize-64/versionsort64.c: File removed.
41555         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
41556         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
41557         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
41558         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
41559         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
41560         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
41561         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
41562         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
41564         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
41565         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
41566         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
41567         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41568         [defined __arch64__ || defined __sparcv9]
41569         (__INO_T_MATCHES_INO64_T): New macro.
41570         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
41571         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
41572         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
41573         * sysdeps/unix/sysv/linux/bits/dirent.h
41574         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
41575         (_DIRENT_MATCHES_DIRENT64): New macro.
41577         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
41578         Define lockf64 as an alias.
41579         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
41580         Define fseeko64 as an alias.
41581         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
41582         Define ftello64 as an alias.
41583         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
41584         Define _IO_fgetpos64 and fgetpos64 as aliases.
41585         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
41586         Define _IO_fsetpos64 and fsetpos64 as aliases.
41587         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
41588         Conditionalize body on this.
41589         * libio/fseeko64.c: Likewise.
41590         * libio/ftello64.c: Likewise.
41591         * libio/iofgetpos64.c: Likewise.
41592         * libio/iofsetpos64.c: Likewise.
41593         * sysdeps/wordsize-64/lockf.c: File removed.
41594         * sysdeps/wordsize-64/lockf64.c: File removed.
41595         * sysdeps/wordsize-64/fseeko.c: File removed.
41596         * sysdeps/wordsize-64/fseeko64.c: File removed.
41597         * sysdeps/wordsize-64/ftello.c: File removed.
41598         * sysdeps/wordsize-64/ftello64.c: File removed.
41599         * sysdeps/wordsize-64/iofgetpos.c: File removed.
41600         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
41601         * sysdeps/wordsize-64/iofsetpos.c: File removed.
41602         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
41603         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
41604         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
41605         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
41606         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
41607         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
41608         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
41609         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
41610         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
41611         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
41612         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
41614         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
41615         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
41616         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
41617         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41618         [defined __arch64__ || defined __sparcv9]
41619         (__OFF_T_MATCHES_OFF64_T): New macro.
41620         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
41621         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
41622         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41623         (__OFF_T_MATCHES_OFF64_T): New macro.
41625 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
41627         * stdlib/secure-getenv.c (__secure_getenv): Replace
41628         GLIBC_2_16 with GLIBC_2_17.
41630 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
41632         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
41633         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
41635 2012-08-03  David S. Miller  <davem@davemloft.net>
41637         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41639 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
41641         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
41642         Remove.
41643         (__ASSUME_CORRECT_SI_PID): Likewise.
41644         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
41645         (__ASSUME_TMPFS_NAME): Likewise.
41646         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
41647         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
41648         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
41649         (HAVE_AUX_SECURE): Make definition unconditional.
41650         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
41651         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
41653 2012-08-03  Roland McGrath  <roland@hack.frob.com>
41655         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
41656         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
41657         * sysdeps/mach/hurd/eloop-threshold.h: New file.
41658         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
41659         __eloop_threshold instead of SYMLOOP_MAX.
41661         * sysdeps/generic/eloop-threshold.h: New file.
41662         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
41663         of MAXSYMLINKS.
41664         * elf/chroot_canon.c (chroot_canon): Likewise.
41666 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
41668         [BZ #13717]
41669         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41670         Change to 2.6.0 everywhere.
41671         * sysdeps/unix/sysv/linux/configure: Regenerated.
41672         * sysdeps/unix/sysv/linux/kernel-features.h
41673         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
41674         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
41675         kernel versions.
41676         (__ASSUME_POSIX_TIMERS): Define unconditionally.
41677         (__ASSUME_FUTEX_REQUEUE): Remove.
41678         (__ASSUME_STATFS64): Define unconditionally.
41679         (__ASSUME_AT_SECURE): Likewise.
41680         (__ASSUME_CORRECT_SI_PID): Likewise.
41681         (__ASSUME_TGKILL): Define without depending on kernel version for
41682         i386.
41683         (__ASSUME_UTIMES): Likewise.
41684         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
41685         kernel version.
41686         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
41687         (__ASSUME_TMPFS_NAME): Likewise.
41688         * README: Update reference to Linux kernel versions.
41690 2012-08-02  Marek Polacek  <polacek@redhat.com>
41692         [BZ# 14150]
41693         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
41694         libc_cv_asm_type_prefix with %.
41695         * configure: Regenerated.
41696         * include/libc-symbols.h: Remove comment about
41697         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
41698         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
41699         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
41700         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
41701         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
41702         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
41703         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
41704         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
41705         * elf/tst-unique2mod1.c: Likewise.
41706         * elf/tst-unique1mod2.c: Likewise.
41707         * elf/tst-unique1mod1.c: Likewise.
41708         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
41709         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
41710         Replace ASM_TYPE_DIRECTIVE with .type.
41711         * sysdeps/s390/s390-64/sysdep.h: Likewise.
41712         * sysdeps/i386/sysdep.h: Likewise.
41713         * sysdeps/x86_64/sysdep.h: Likewise.
41714         * sysdeps/sh/sysdep.h: Likewise.
41715         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
41716         Do not define ASM_TYPE_DIRECTIVE.
41717         * sysdeps/powerpc/sysdep.h: Likewise.
41718         * sysdeps/powerpc/powerpc32/sysdep.h:
41719         Replace ASM_TYPE_DIRECTIVE with .type.
41720         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
41721         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
41722         * sysdeps/i386/fpu/e_powf.S: Likewise.
41723         * sysdeps/i386/fpu/e_expl.S: Likewise.
41724         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
41725         * sysdeps/i386/fpu/e_acosh.S: Likewise.
41726         * sysdeps/i386/fpu/e_pow.S: Likewise.
41727         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
41728         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
41729         * sysdeps/i386/fpu/s_expm1.S: Likewise.
41730         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
41731         * sysdeps/i386/fpu/e_log2.S: Likewise.
41732         * sysdeps/i386/fpu/e_log2l.S: Likewise.
41733         * sysdeps/i386/fpu/e_scalb.S: Likewise.
41734         * sysdeps/i386/fpu/e_powl.S: Likewise.
41735         * sysdeps/i386/fpu/e_log10f.S: Likewise.
41736         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
41737         * sysdeps/i386/fpu/e_logl.S: Likewise.
41738         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
41739         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
41740         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
41741         * sysdeps/i386/fpu/e_log2f.S: Likewise.
41742         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
41743         * sysdeps/i386/fpu/e_log.S: Likewise.
41744         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
41745         * sysdeps/i386/fpu/e_logf.S: Likewise.
41746         * sysdeps/i386/fpu/e_log10l.S: Likewise.
41747         * sysdeps/i386/fpu/e_atanh.S: Likewise.
41748         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
41749         * sysdeps/i386/fpu/e_log10.S: Likewise.
41750         * sysdeps/i386/fpu/s_frexp.S: Likewise.
41751         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
41752         * sysdeps/i386/fpu/s_asinh.S: Likewise.
41753         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
41754         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
41755         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
41756         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
41757         * sysdeps/i386/i686/strtok.S: Likewise.
41758         * sysdeps/i386/i386-mcount.S: Likewise.
41759         * sysdeps/i386/strtok.S: Likewise.
41760         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
41761         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
41762         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
41763         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
41764         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
41765         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
41766         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
41767         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
41768         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
41769         * sysdeps/x86_64/_mcount.S: Likewise.
41770         * sysdeps/x86_64/strtok.S: Likewise.
41771         * sysdeps/sh/_mcount.S: Likewise.
41773 2012-08-01  Roland McGrath  <roland@hack.frob.com>
41775         * libio/iofopen.c: Include <fcntl.h>.
41776         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
41777         (_IO_fopen64, fopen64): Define as aliases.
41778         * libio/iofopen64.c: Include <fcntl.h>.
41779         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
41780         Conditionalize body on this.
41781         * sysdeps/wordsize-64/iofopen.c: File removed.
41782         * sysdeps/wordsize-64/iofopen64.c: File removed.
41784 2012-08-01  Marek Polacek  <polacek@redhat.com>
41786         * libc/Makeconfig: Use elf in place of binfmt-subdir.
41787         Use dlfcn directly instead of a variable.
41788         (binfmt-subdir): Do not define.
41789         (dlfcn): Likewise.
41791 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
41793         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
41794         Remove all definitions.
41795         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
41796         <kernel-features.h>.
41797         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
41798         (miss_F_GETOWN_EX): Remove all definitions.
41799         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
41800         macro definition.
41801         [!__ASSUME_FCNTL64]: Remove conditional code.
41802         [__ASSUME_FCNTL64]: Make code unconditional.
41803         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
41804         <kernel-features.h>.
41805         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
41806         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
41807         (lockf64) [__NR_fcntl64]: Make code unconditional.
41808         (lockf64) [__ASSUME_FCNTL64]: Likewise.
41810         * sysdeps/unix/sysv/linux/kernel-features.h
41811         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
41812         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
41813         Make code unconditional.
41814         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
41815         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
41816         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
41817         [__NR_vfork]: Make code unconditional.
41818         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
41819         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
41820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
41821         [__NR_vfork]: Make code unconditional.
41822         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
41823         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
41825 2012-08-01  Roland McGrath  <roland@hack.frob.com>
41827         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
41828         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
41830         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
41831         Define mkstemp64 as an alias.
41832         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
41833         Define mkstemps64 as an alias.
41834         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
41835         Define mkostemp64 as an alias.
41836         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
41837         Define mkostemps64 as an alias.
41838         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
41839         Conditionalize body on this.
41840         * misc/mkostemp64.c: Likewise.
41841         * misc/mkostemps64.c: Likewise.
41842         * misc/mkstemps64.c: Likewise.
41843         * sysdeps/wordsize-64/mkstemp64.c: File removed.
41844         * sysdeps/wordsize-64/mkostemp64.c: File removed.
41845         * sysdeps/wordsize-64/mkostemp.c: File removed.
41846         * sysdeps/wordsize-64/mkstemp.c: File removed.
41847         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
41848         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
41849         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
41850         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
41852         [BZ #14138]
41853         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
41854         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
41855         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
41856         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
41858         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
41859         compat_symbol macros from <shlib-compat.h> rather than the underlying
41860         default_symbol_version and symbol_version macros, so that DEFAULT
41861         lines in shlib-versions are respected.
41862         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
41864 2012-08-01  Florian Weimer  <fweimer@redhat.com>
41866         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
41867         Declare with warn_unused_result.
41868         (setgid, setregid, setegid, setresgid): Likewise.
41869         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
41870         Likewise.
41871         * WUR-REPORT: Remove set*id functions.
41873 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
41875         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
41877 2012-07-31  Roland McGrath  <roland@hack.frob.com>
41879         [BZ #10191]
41880         * include/sys/socket.h (__libc_accept, __libc_accept4):
41881         Add attribute_hidden.
41882         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
41884         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
41885         use of PTR_MANGLE.
41886         * inet/getnetgrent_r.c (setup): Likewise.
41888         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
41890 2012-07-31  David S. Miller  <davem@davemloft.net>
41892         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41894 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
41896         [BZ #13629]
41897         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
41898         value between 1.0 and 2.0 and smaller part has absolute value less
41899         than 1.0.
41900         * math/s_clog10.c (__clog10): Likewise.
41901         * math/s_clog10f.c (__clog10f): Likewise.
41902         * math/s_clog10l.c (__clog10l): Likewise.
41903         * math/s_clogf.c (__clogf): Likewise.
41904         * math/s_clogl.c (__clogl): Likewise.
41905         * math/libm-test.inc (clog_test): Add more tests.
41906         (clog10_test): Likewise.
41907         * sysdeps/i386/fpu/libm-test-ulps: Update.
41908         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41910 2012-07-31  Florian Weimer  <fweimer@redhat.com>
41912         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
41913         Exit with zero in case no suitable GID is found, and write a
41914         message to standard error.
41916 2012-07-30  Roland McGrath  <roland@hack.frob.com>
41918         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
41919         rather than to 1.
41920         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
41921         (MAXPATHLEN): Removed.
41922         (NOGROUP, NODEV): New macros.
41923         (setbit, clrbit, isset, isclr): New macros.
41924         (howmany, roundup, powerof2): New macros.
41925         (DEV_BSIZE): New macro.
41927         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
41928         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
41930         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
41931         definition on [!__NO_LONG_DOUBLE_MATH].
41933         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
41934         PTR_MANGLE and PTR_DEMANGLE.
41936         * socket/accept4.c (accept4): Rename to __libc_accept4.
41937         Define accept4 as a weak alias.
41939         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
41940         on [_DIRENT_HAVE_D_TYPE].
41941         * io/ftw.c (ftw_dir): Likewise.
41943         * io/xmknod.c (__xmknod): Don't check PATH for being null.
41945         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
41947         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
41948         Use the BSD numbers rather than the arbitrary ones we had.
41949         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
41950         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
41951         (SIGXCPU, SIGXFSZ): New macros.
41952         (_NSIG): Now 32.
41954         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
41955         initializer on [_LIBC_REENTRANT].
41957         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
41958         definitions inside [_POSIX_MAPPED_FILES].
41960         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
41962         * dirent/opendir.c: Include <fcntl.h>.
41964         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
41965         (__libc_getspecific): Likewise.
41966         (__libc_key_create): Likewise.
41968         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
41969         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
41970         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
41971         (tmpfile64): Define as alias.
41972         * sysdeps/wordsize-64/tmpfile.c: File removed.
41973         * sysdeps/wordsize-64/tmpfile64.c: File removed.
41974         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
41975         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
41977         * stdio-common/vfscanf.c: Include <stdbool.h>.
41978         * nss/makedb.c: Likewise.
41979         * stdio-common/_i18n_number.h: Likewise.
41980         * argp/argp-help.c: Likewise.
41981         * posix/wordexp.c: Likewise.
41982         * sysdeps/posix/spawni.c: Likewise.
41983         * nss/nss_files/files-initgroups.c: Likewise.
41984         * stdio-common/reg-modifier.c: Include <stdlib.h>.
41985         * nss/nss_files/files-initgroups.c: Likewise.
41986         * nss/nss_db/db-netgrp.c: Likewise.
41987         * nss/nss_db/db-initgroups.c: Likewise.
41988         * io/fchmodat.c: Include <sys/stat.h>.
41990         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
41991         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
41993         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
41994         [HAVE_MMAP].
41996         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
41997         Add multiple inclusion protection.
41999 2012-07-27  David S. Miller  <davem@davemloft.net>
42001         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42003 2012-07-27  Gary Benson  <gbenson@redhat.com>
42005         [BZ #14298]
42006         * elf/rtld.c: Include <stap-probe.h>.
42007         (dl_main): Added static probes "init_start" and "init_complete".
42008         * elf/dl-load.c: Include <stap-probe.h>.
42009         (lose): Take new parameter "nsid".
42010         Added static probe "map_failed".
42011         (_dl_map_object_from_fd): Pass namespace id to lose.
42012         Added static probe "map_start".
42013         (open_verify): Pass namespace id to lose.
42014         * elf/dl-open.c: Include <stap-probe.h>.
42015         (dl_open_worker) Added static probes "map_complete", "reloc_start"
42016         and "reloc_complete".
42017         * elf/dl-close.c: Include <stap-probe.h>.
42018         (_dl_close_worker): Added static probes "unmap_start" and
42019         "unmap_complete".
42020         * elf/rtld-debugger-interface.txt: New file documenting the above.
42022 2012-07-26  Roland McGrath  <roland@hack.frob.com>
42024         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
42025         rather than a string variable.
42026         * sunrpc/rpc_main.c (h_output): Likewise.
42027         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
42029 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
42031         * inet/check_native.c: New file.
42033 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
42035         [BZ #13629]
42036         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
42037         if larger part has absolute value 1.0.
42038         * math/s_clog10.c (__clog10): Likewise.
42039         * math/s_clog10f.c (__clog10f): Likewise.
42040         * math/s_clog10l.c (__clog10l): Likewise.
42041         * math/s_clogf.c (__clogf): Likewise.
42042         * math/s_clogl.c (__clogl): Likewise.
42043         * math/libm-test.inc (clog_test): Add more tests.
42044         (clog10_test): Likewise.
42045         * sysdeps/i386/fpu/libm-test-ulps: Update.
42046         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42048         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
42049         (pltexit): Likewise.
42050         (La_regs): Likewise.
42051         (La_retval): Likewise.
42052         (int_retval): Likewise.
42053         Update #error for removed macros to refer only to definitions in
42054         tst-audit.h.
42055         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
42056         macro.
42057         (pltexit): Likewise.
42058         (La_regs): Likewise.
42059         (La_retval): Likewise.
42060         (int_retval): Likewise.
42061         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
42062         macro.
42063         (pltexit): Likewise.
42064         (La_regs): Likewise.
42065         (La_retval): Likewise.
42066         (int_retval): Likewise.
42067         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
42068         macro.
42069         (pltexit): Likewise.
42070         (La_regs): Likewise.
42071         (La_retval): Likewise.
42072         (int_retval): Likewise.
42073         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
42074         macro.
42075         (pltexit): Likewise.
42076         (La_regs): Likewise.
42077         (La_retval): Likewise.
42078         (int_retval): Likewise.
42079         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
42080         macro.
42081         (pltexit): Likewise.
42082         (La_regs): Likewise.
42083         (La_retval): Likewise.
42084         (int_retval): Likewise.
42085         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
42086         macro.
42087         (pltexit): Likewise.
42088         (La_regs): Likewise.
42089         (La_retval): Likewise.
42090         (int_retval): Likewise.
42091         * sysdeps/generic/tst-audit.h: Update comment to refer only to
42092         macro definitions in tst-audit.h.
42093         * sysdeps/i386/tst-audit.h: New file.
42094         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
42095         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
42096         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
42097         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
42098         * sysdeps/sh/tst-audit.h: Likewise.
42099         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
42100         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
42101         * sysdeps/x86_64/tst-audit.h: Likewise.
42103 2012-07-26  Andreas Jaeger  <aj@suse.de>
42105         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
42106         ptrace.
42108         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
42109         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
42110         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
42111         PTRACE_O_MASK.
42112         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
42113         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
42114         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
42116         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
42117         value.
42119         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
42120         _sigsys.
42121         (si_call_addr, si_syscall, si_arch): Define new macro.
42122         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
42123         _sigsys.
42124         (si_call_addr, si_syscall, si_arch): Define new marcro.
42125         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
42126         _sigsys.
42127         (si_call_addr, si_syscall, si_arch): Define new macro.
42128         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
42129         _sigsys.
42130         (si_call_addr, si_syscall, si_arch): Define new macro.
42132 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
42134         [BZ #13717]
42135         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
42136         Change to 2.4.21 where previously 2.4.1.
42137         * sysdeps/unix/sysv/linux/configure: Regenerated.
42138         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
42139         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
42140         Linux kernel version.
42141         (__ASSUME_STD_AUXV): Remove.
42142         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
42143         kernel version.
42144         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
42145         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
42146         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
42147         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
42148         (__ASSUME_NETLINK_SUPPORT): Likewise.
42149         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
42150         (__no_netlink_support): Remove conditional definition.
42151         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
42152         Remove.
42153         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
42154         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
42155         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
42156         (if_nameindex_ioctl): Remove.
42157         (if_nameindex_netlink): Do not handle __no_netlink_support.
42158         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
42159         code.
42160         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
42161         Remove conditional code.
42162         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
42163         code.
42164         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
42165         unconditional.
42166         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
42167         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
42168         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
42169         Remove.
42170         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
42171         [!__ASSUME_STD_AUXV]: Remove conditional code.
42172         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
42173         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
42174         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
42175         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
42176         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
42177         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
42178         code.
42179         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
42180         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
42181         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
42182         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
42183         conditional code.
42184         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
42185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
42186         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
42187         code.
42188         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
42189         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
42190         conditional code.
42191         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
42192         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
42193         code unconditional.
42194         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
42195         conditional code.
42196         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
42197         unconditional.
42198         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
42199         conditional code.
42200         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
42201         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
42202         unconditional.
42203         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
42204         conditional code.
42205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
42206         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
42207         code unconditional.
42208         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
42209         conditional code.
42210         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
42211         unconditional.
42212         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
42213         conditional code.
42214         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
42215         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
42216         code unconditional.
42217         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
42218         conditional code.
42219         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
42220         unconditional.
42221         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
42222         conditional code.
42224 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
42226         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
42227         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
42228         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
42229         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
42230         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
42231         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
42232         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
42233         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
42234         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
42235         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
42236         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
42237         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
42238         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
42239         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
42240         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
42241         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
42242         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
42243         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
42244         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
42245         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
42246         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
42247         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
42248         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
42250 2012-07-25  Florian Weimer  <fweimer@redhat.com>
42252         * Versions.def: Add GLIBC_2.17.
42253         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
42254         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
42255         Introduce __libc_secure_getenv.
42256         * stdlib/Versions (2.17): Add secure_getenv
42257         (GLIBC_PRIVATE): Add __libc_secure_getenv.
42258         * stdlib/secure-getenv.c: Rename __secure_getenv to
42259         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
42260         symbol __secure_getenv for GLIBC_2.0.
42261         * stdlib/tst-secure-getenv.c: New.
42262         * stdlib/Makefile (tests): Add testcase.
42263         * manual/startup.texi (Environment Access): Document
42264         secure_getenv.
42265         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
42266         __libc_secure_getenv.
42267         * inet/ruserpass.c (ruserpass): Likewise.
42268         * malloc/mtrace.c (mtrace): Likewise.
42269         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
42270         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
42271         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
42272         * sysdeps/posix/tempname.c: Likewise.  Evaluate
42273         HAVE_SECURE_GETENV.
42274         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
42275         __secure_getenv to __libc_secure_getenv.
42276         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
42277         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42278         Likewise.
42279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
42280         Likewise.
42281         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
42282         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
42283         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
42284         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
42285         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
42286         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
42287         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
42289 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
42291         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
42292         (struct La_i86_retval): Likewise.
42293         (struct La_x86_64_regs): Likewise.
42294         (struct La_x86_64_retval): Likewise.
42295         (struct La_x32_regs): Likewise.
42296         (struct La_x32_retval): Likewise.
42297         (struct La_ppc32_regs): Likewise.
42298         (struct La_ppc32_retval): Likewise.
42299         (struct La_ppc64_regs): Likewise.
42300         (struct La_ppc64_retval): Likewise.
42301         (struct La_sh_regs): Likewise.
42302         (struct La_sh_retval): Likewise.
42303         (struct La_s390_32_regs): Likewise.
42304         (struct La_s390_32_retval): Likewise.
42305         (struct La_s390_64_regs): Likewise.
42306         (struct La_s390_64_retval): Likewise.
42307         (struct La_sparc32_regs): Likewise.
42308         (struct La_sparc32_retval): Likewise.
42309         (struct La_sparc64_regs): Likewise.
42310         (struct La_sparc64_retval): Likewise.
42311         (struct audit_ifaces): Remove architecture-specific pltenter and
42312         pltexit members.
42313         * sysdeps/i386/ldsodefs.h: New file.
42314         * sysdeps/powerpc/ldsodefs.h: Likewise.
42315         * sysdeps/s390/ldsodefs.h: Likewise.
42316         * sysdeps/sh/ldsodefs.h: Likewise.
42317         * sysdeps/sparc/ldsodefs.h: Likewise.
42318         * sysdeps/x86_64/ldsodefs.h: Likewise.
42320 2012-07-25  Marek Polacek  <polacek@redhat.com>
42322         [BZ #6808]
42323         * math/libm-test.inc (yn_test): Add another test.
42324         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
42325         to ERANGE when the result is +-Inf.
42326         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
42327         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
42328         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
42329         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
42331 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
42333         * conform/data/time.h-data (NULL): Use macro-constant.  Require
42334         equal to 0.
42335         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
42336         clock_t.
42337         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
42339 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
42341         * configure.in <sysdeps resolving>: Correct printing
42342         Implies_before.
42343         * configure: Regenerate.
42345 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
42347         * math/w_ilogb.c: Include <limits.h>.
42348         * math/w_ilogbl.c: Likewise.
42350 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
42352         * manual/lang.texi (__va_copy): Document primarily as ISO C99
42353         va_copy.  Document allowing for unavailable va_copy only as
42354         pre-C99 compatibility.
42355         * manual/string.texi (Copying and Concatenation): Use va_copy
42356         instead of __va_copy in concat example.
42358 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
42360         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
42361         (__sendto): Use create_address_port.  Initialize APORT and deallocate
42362         it if not null.
42364         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
42365         with O_NOLINK passed to __file_name_lookup.
42367         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
42368         with O_NOLINK passed to __file_name_lookup.
42370         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
42371         negative N or less than NGIDS.
42373         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
42374         type to string_t.  Set ERANGE as errno and return it if NAME is not big
42375         enough.  Use memcpy instead of strncpy.
42377 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
42379         * elf/Makefile (check-data): Remove.
42380         (localplt.data): New vpath directive.
42381         ($(objpfx)check-localplt.out): Use localplt.data from vpath
42382         instead of $(check-data).
42383         * scripts/data/localplt-generic.data: Move to ...
42384         * sysdeps/generic/localplt.data: ... here.
42385         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
42386         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
42387         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
42388         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
42389         ... here.
42390         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
42391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
42392         ... here.
42393         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
42394         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
42395         ... here.
42396         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
42397         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
42398         ... here.
42399         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
42400         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
42401         ... here.
42402         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
42403         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
42404         ... here.
42406 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42408         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
42409         PPC32 and PPC64 files.
42410         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
42411         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
42413 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42415         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
42416         __makecontext_ret to ...
42417         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
42418         ... here and call exit if uc_link is NULL.  New file.
42419         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
42420         __makecontext_ret.S.
42421         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
42422         __makecontext_ret to ...
42423         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
42424         ... here and call exit if uc_link is NULL.  New file.
42425         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
42426         __makecontext_ret.S.
42428 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42430         * elf/elf.h (R_390_IRELATIVE): New definition.
42431         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
42432         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
42433         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
42434         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
42435         (elf_machine_lazy_rel): Likewise.
42436         * sysdeps/s390/dl-irel.h: New file.
42437         * sysdeps/s390/s390-64/memcpy.S: New asm code.
42438         * sysdeps/s390/s390-64/memset.S: New asm code.
42439         * sysdeps/s390/s390-64/memcmp.S: New asm code.
42440         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
42441         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
42442         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
42443         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
42444         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
42445         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
42446         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
42447         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
42448         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
42449         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
42450         * sysdeps/s390/s390-32/memcpy.S: New asm code.
42451         * sysdeps/s390/s390-32/memset.S: New asm code.
42452         * sysdeps/s390/s390-32/memcmp.S: New asm code.
42454 2012-07-17  Marek Polacek  <polacek@redhat.com>
42456         [BZ #14349]
42457         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
42458         * sysdeps/s390/s390-64/configure.in: Likewise.
42459         * sysdeps/sparc/configure.in: Likewise.
42460         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
42461         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
42462         * sysdeps/i386/configure.in: Likewise.
42463         * sysdeps/x86_64/configure.in: Likewise.
42464         * sysdeps/sh/configure.in: Likewise.
42465         * sysdeps/s390/s390-32/configure: Regenerated.
42466         * sysdeps/s390/s390-64/configure: Likewise.
42467         * sysdeps/x86_64/configure: Likewise.
42468         * sysdeps/sh/configure: Likewise.
42469         * sysdeps/powerpc/powerpc64/configure: Likewise.
42470         * sysdeps/powerpc/powerpc32/configure: Likewise.
42471         * sysdeps/sparc/configure: Likwise.
42472         * sysdeps/i386/configure: Likewise.
42474         * elf/dl-open.c: Comment fixes.
42476 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
42478         * Makefile [CXX] (check-data): Remove.
42479         [CXX] (c++-types.data): New vpath directive.
42480         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
42481         vpath.  Do not allow for C++ type data being missing.
42482         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
42483         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
42484         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
42485         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
42486         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
42487         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
42488         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
42489         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
42490         ... here.
42491         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
42492         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
42493         ... here.
42494         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
42495         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
42496         ... here.
42497         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
42498         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
42499         ... here.
42500         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
42501         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
42502         ... here.
42503         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
42504         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
42505         ... here.
42506         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
42507         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
42508         ... here.
42509         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
42510         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
42512         * elf/tls-macros.h (TLS_LE): Move architecture-specific
42513         definitions to architecture-specific files.
42514         (TLS_IE): Likewise.
42515         (TLS_LD): Likewise.
42516         (TLS_GD): Likewise.
42517         * sysdeps/i386/tls-macros.h: New file.
42518         * sysdeps/powerpc/tls-macros.h: Likewise.
42519         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
42520         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
42521         * sysdeps/sh/tls-macros.h: Likewise.
42522         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
42523         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
42524         * sysdeps/x86_64/tls-macros.h: Likewise.
42526 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
42528         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
42529         zero value for regular exit case.
42531         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
42532         (__start_context): Preserve zero value for regular exit case.
42534 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
42535             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42537         * manual/setjmp.texi (setcontext): Clarify normal process
42538         termination when uc_link is the null pointer.
42539         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
42540         exit call.
42542 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
42544         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
42545         preprocessor.  Test for each exception mask separately.
42547 2012-07-16  Andreas Jaeger  <aj@suse.de>
42549         * po/ru.po: Update from translation team.
42551 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
42553         * conform/data/string.h-data (NULL): Use macro-constant.  Require
42554         equal to 0.
42555         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
42556         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
42557         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
42558         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
42559         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42561 2012-07-13  Andreas Jaeger  <aj@suse.de>
42563         * po/fr.po: Update from translation team.
42565 2012-07-12  Marek Polacek  <polacek@redhat.com>
42567         [BZ #14173]
42568         * math/libm-test.inc (yn_test): Add test for BZ #14173.
42569         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
42570         loop condition.
42572 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
42574         [BZ #13717]
42575         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
42576         Change to 2.4.1 where previously 2.4.0.
42577         * sysdeps/unix/sysv/linux/configure: Regenerated.
42578         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
42579         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
42580         version.
42581         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
42582         (__ASSUME_AT_CLKTCK): Remove.
42583         (__ASSUME_AT_PAGESIZE): Likewise.
42584         (__ASSUME_AT_XID): Likewise.
42585         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
42586         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
42587         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
42588         unconditionally.
42589         (HAVE_AUX_PAGESIZE): Likewise.
42590         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
42591         [__ASSUME_AT_CLKTCK]: Make code unconditional.
42592         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
42594 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
42596         [BZ #14307]
42597         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
42598         the temporary buffer used to invoke __gethostbyname2_r,
42599         __gethostbyaddr_r and gethostbyname4_r to make room for struct
42600         host_data / struct gaih_addrtuple.
42601         * resolv/nss_dns/dns-host.c (global scope): Move definition of
42602         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
42603         header file nss/nsswitch.h.
42604         * nss/nsswitch.h (global scope): Add definition of implementation
42605         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
42606         resolv/nss_dns/dns-host.c).
42608 2012-07-11  Andreas Jaeger  <aj@suse.de>
42610         * po/fr.po: Update from translation team.
42612         * po/sv.po: Update from translation team
42613         * po/fr.po: Another update from translation team.
42615 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42617         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
42618         for subnormals or multiply small sinh result by itself.
42619         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
42620         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42622 2012-07-11  David S. Miller  <davem@davemloft.net>
42624         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42626 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
42628         [BZ #14347]
42629         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
42630         (INTERNAL_MARK): Shift it here.
42632 2012-07-10  Marek Polacek  <polacek@redhat.com>
42634         [BZ #14151]
42635         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
42636         libc_cv_asm_global_directive with .globl.
42637         * configure: Regenerated.
42638         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
42639         with .globl.
42640         * sysdeps/i386/configure: Regenerated.
42641         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
42642         with .globl.
42643         * sysdeps/x86_64/configure: Regenerated.
42644         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
42645         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
42646         * elf/tst-unique2mod2.c: Likewise.
42647         * elf/tst-unique2mod1.c: Likewise.
42648         * elf/tst-unique1mod2.c: Likewise.
42649         * elf/tst-unique1mod1.c: Likewise.
42650         * sysdeps/s390/s390-32/sysdep.h: Likewise.
42651         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
42652         * sysdeps/s390/s390-64/sysdep.h: Likewise.
42653         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
42654         * sysdeps/mach/sysdep.h: Likewise.
42655         * sysdeps/i386/sysdep.h: Likewise.
42656         * sysdeps/i386/i386-mcount.S: Likewise.
42657         * sysdeps/x86_64/_mcount.S: Likewise.
42658         * sysdeps/x86_64/sysdep.h: Likewise.
42659         * sysdeps/sh/_mcount.S: Likewise.
42660         * sysdeps/sh/sysdep.h: Likewise.
42661         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
42662         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
42663         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
42664         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
42665         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
42666         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
42667         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
42668         * locale/localeinfo.h: Likewise.
42669         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
42670         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
42672 2012-07-09  Roland McGrath  <roland@hack.frob.com>
42674         [BZ #14336]
42675         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
42676         system".
42677         * manual/message.texi (The Uniforum approach): Likewise.
42678         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
42679         (glibc iconv Implementation): Likewise.
42681 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
42683         [BZ #14337]
42684         * math/s_clog.c (__clog): Avoid scaling a value down where that
42685         could result in underflow.
42686         * math/s_clog10.c (__clog10): Likewise.
42687         * math/s_clog10f.c (__clog10f): Likewise.
42688         * math/s_clog10l.c (__clog10l): Likewise.
42689         * math/s_clogf.c (__clogf): Likewise.
42690         * math/s_clogl.c (__clogl): Likewise.
42691         * math/libm-test.inc (clog_test): Add more tests.
42692         (clog10_test): Likewise.
42693         * sysdeps/i386/fpu/libm-test-ulps: Update.
42694         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42696 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
42698         [BZ #14283]
42699         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
42700         by 7 not 8 to examine high bit of fractional part.
42702         [BZ #14042]
42703         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
42704         for call to __mcount_internal.
42705         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
42706         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
42707         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
42709 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
42711         [BZ #14154]
42712         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
42713         approximation for values within 0x1p-13f of an odd multiple of
42714         pi/4.
42715         * math/libm-test.inc (tan_test): Do not allow spurious underflow
42716         exception.  Add more tests.
42717         * sysdeps/i386/fpu/libm-test-ulps: Update.
42719         [BZ #6778]
42720         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
42721         inputs and return -1 for them.  Do not check for +Inf in case not
42722         reachable for +Inf.
42723         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
42724         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
42725         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
42726         and return -1 for them.  Do not check for +Inf in case not
42727         reachable for +Inf.
42728         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
42729         define.
42730         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
42731         and return -1 for them.  Do not check for +Inf in case not
42732         reachable for +Inf.
42733         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
42734         spurious underflow.
42735         * sysdeps/i386/fpu/libm-test-ulps: Update.
42736         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42738 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
42740         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
42742 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
42744         [BZ #14157]
42745         [BZ #14331]
42746         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
42747         could result in spurious underflow.  Scale down values above
42748         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
42749         * math/s_csqrtf.c (__csqrtf): Likewise.
42750         * math/s_csqrtl.c (__csqrtl): Likewise.
42751         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
42752         spurious underflow.
42753         * sysdeps/i386/fpu/libm-test-ulps: Update.
42754         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42756 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
42758         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
42759         xopen-msg.sed.
42760         * catgets/xopen-msg.awk: New file.
42761         * catgets/xopen-msg.sed: Removed.
42763         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
42764         po2text.sed.
42765         * intl/po2test.awk: New file.
42766         * intl/po2test.sed: Removed.
42768 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
42770         [BZ #14328]
42771         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
42772         or multiply small sinh result by itself.
42773         * math/s_ctanf.c (__ctanf): Likewise.
42774         * math/s_ctanh.c (__ctanh): Likewise.
42775         * math/s_ctanhf.c (__ctanhf): Likewise.
42776         * math/s_ctanhl.c (__ctanhl): Likewise.
42777         * math/s_ctanl.c (__ctanl): Likewise.
42778         * math/libm-test.inc (ctan_test_tonearest): New function.
42779         (ctan_test_towardzero): Likewise.
42780         (ctan_test_downward): Likewise.
42781         (ctan_test_upward): Likewise.
42782         (ctanh_test_tonearest): Likewise.
42783         (ctanh_test_towardzero): Likewise.
42784         (ctanh_test_downward): Likewise.
42785         (ctanh_test_upward): Likewise.
42786         (main): Call these new functions.
42787         * sysdeps/i386/fpu/libm-test-ulps: Update.
42788         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42790 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
42792         * .gitignore: Delete /ports entry.
42794 2012-07-03  Andreas Jaeger  <aj@suse.de>
42796         * po/bg.po: Update from translation team.
42797         * po/cs.po: Likewise.
42798         * po/de.po: Likewise.
42799         * po/hr.po: Likewise.
42800         * po/nl.pl: Likewise.
42801         * po/pl.po: Likewise.
42802         * po/vi.po: Likewise.
42804 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
42806         * Makeconfig [!+link] (+link-before-libc): New variable.
42807         [!+link] (+link-after-libc): Likewise.
42808         [!+link] (+link-tests): Likewise.
42809         [!+link] (+link): Define in terms of $(+link-before-libc) and
42810         $(+link-after-libc).
42811         [!+link-static] (+link-static-before-libc): New variable.
42812         [!+link-static] (+link-static-after-libc): Likewise.
42813         [!+link-static] (+link-static-tests): Likewise.
42814         [!+link-static] (+link-static): Define in terms of
42815         $(+link-static-before-libc) and $(+link-static-after-libc).
42816         [build-shared] (link-libc-before-gnulib): New variable.
42817         [build-shared] (link-libc-tests): Likewise.
42818         [build-shared] (link-libc): Define in terms of
42819         $(link-libc-before-gnulib).
42820         [!build-shared] (link-libc-tests): New variable.
42821         (link-libc-static-tests): New variable.
42822         [!gnulib] (gnulib-arch): New variable.
42823         [!gnulib] (gnulib-tests): Likewise.
42824         [!gnulib] (static-gnulib-arch): Likewise.
42825         [!gnulib] (static-gnulib-tests): Likewise.
42826         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
42827         Define with "=" instead of ":=".
42828         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
42829         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
42830         * Rules (binaries-all-notests): New variable.
42831         (binaries-all-tests): Likewise.
42832         (binaries-static-notests): Likewise.
42833         (binaries-static-tests): Likewise.
42834         (binaries-all): Define using $(binaries-all-notests) and
42835         $(binaries-all-tests).
42836         (binaries-static): Define using $(binaries-static-notests) and
42837         $(binaries-static-tests).
42838         (binaries-shared-tests): New variable.
42839         (binaries-shared-notests): Likewise.
42840         (binaries-shared): Remove variable.
42841         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
42842         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
42843         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
42844         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
42845         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
42846         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
42847         * elf/Makefile (sln-modules): New variable.
42848         (extra-objs): Add $(sln-modules:=.o).
42849         (ldconfig-modules): Add static-stubs.
42850         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
42851         * elf/static-stubs.c: New file.
42853         [BZ #14283]
42854         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
42855         by 7 not 8 to examine high bit of fractional part.  Use volatile
42856         variables when splitting into final array of floats if
42857         __FLT_EVAL_METHOD__ != 0.
42858         * math/libm-test.inc (cos_test): Add another test.
42859         (sin_test): Likewise.
42860         * sysdeps/i386/fpu/libm-test-ulps: Update.
42862         [BZ #14273]
42863         * math/libm-test.inc (cosh_test): Add more tests.
42865         * version.h (RELEASE): Set to "development".
42866         (VERSION): Set to "2.16.90".
42868 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
42870         * NEWS: Update copyright. Remove last-updated date.
42871         Mention math library bug fixes and timezone data changes.
42872         * README: Mention GNU/Hurd, x32, and HPPA support status.
42874 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
42876         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
42878 2012-06-27  Andreas Jaeger  <aj@suse.de>
42880         * manual/contrib.texi (Contributors): Add Samuel Thibault.
42882 2012-06-25  Andreas Jaeger  <aj@suse.de>
42884         * sysdeps/s390/fpu/libm-test-ulps: Update.
42886 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
42887             Thomas Schwinge  <thomas@codesourcery.com>
42889         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
42890         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
42891         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
42892         fanotify_mark.
42894 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
42896         * sysdeps/mach/start.c: Remove file.
42897         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
42898         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
42899         * sysdeps/sh/init-first.c: Likewise.
42901         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
42902         registers for frame unwinding purposes, add CFI directives.
42903         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
42904         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
42905         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
42906         Likewise.
42908         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
42909         __fortify_fail returning.
42910         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
42912         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
42913         sysdeps/sh/____longjmp_chk.S.
42914         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
42915         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
42916         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
42917         (gen-as-const-headers): Append sigaltstack-offsets.sym.
42919         * sysdeps/sh/abort-instr.h: New file.
42920         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
42921         process in case exit returns.
42923         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
42924         initialize the GOT register before use.
42926         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
42927         calculation of ARGC > 4.
42929         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
42930         meaningful names to some local labels.
42932 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42933             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42935         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
42936         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
42937         (__arch_compare_and_exchange_val_16_acq): Likewise.
42938         (__arch_compare_and_exchange_val_32_acq): Likewise.
42939         (atomic_exchange_and_add): Fix gUSA sequence.
42940         (atomic_add): Likewise.
42941         (atomic_add_negative): Likewise.
42942         (atomic_add_zero): Likewise.
42943         (atomic_bit_test_set): Likewise.
42945 2012-06-22  Andreas Schwab  <schwab@redhat.com>
42947         [BZ #13579]
42948         * include/link.h (struct link_map): Add l_free_initfini.
42949         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
42950         l_initfini.
42951         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
42952         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
42953         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
42954         set.
42956 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
42958         * configure.in: Use AC_LANG_SOURCE.
42959         * configure: Regenerate.
42961 2012-06-22  Roland McGrath  <roland@hack.frob.com>
42963         * configure.in (libc_cv_localstatedir): New substituted variable.
42964         * configure: Regenerated.
42965         * config.make.in (localstatedir): New variable, substituted from
42966         libc_cv_localstatedir.
42967         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
42968         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
42969         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
42970         * sysdeps/gnu/configure: Regenerated.
42972 2012-06-21  Jeff Law  <law@redhat.com>
42974         [BZ #14277]
42975         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
42976         free.  Simplify list management for _LIBC case.
42978 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
42980         [BZ #14273]
42981         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
42982         Clear sign bit of 64-bit integer value before comparing against
42983         overflow value.
42985         * sysdeps/mach/configure: Regenerated.
42987 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
42989         [BZ #14278]
42990         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
42992 2012-06-21  Jeff Law  <law@redhat.com>
42994         [BZ #13882]
42995         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
42996         uint16_t for elements in the "seen" array to avoid char overflows.
42997         * elf/dl-fini.c (_dl_sort_fini): Likewise.
42998         * elf/dl-open.c (dl_open_worker): Likewise.
43000 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
43002         * scripts/list-sources.sh: Scan PORTS for translations.
43003         * po/libc.pot: Regenerated.
43005 2012-06-21  Andreas Jaeger  <aj@suse.de>
43007         [BZ #12194]
43008         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
43009         warning.
43010         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
43011         * bits/byteswap-16.h (__bswap_16): Likewise.
43012         * bits/byteswap.h (__bswap_constant_16): Likewise.
43014 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
43016         [BZ #14117]
43017         * sysdeps/i386/fpu_control.h: Removed.
43018         * sysdeps/x86_64/fpu_control.h: Moved to ...
43019         * sysdeps/x86/fpu_control.h: Here.
43021         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
43022         (_FPU_SETCW): Likewise.
43024 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
43026         [BZ #14117]
43027         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
43028         * sysdeps/x86/fpu/bits/mathinline.h: This.
43029         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
43031         [BZ #14050]
43032         [BZ #14117]
43033         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
43034         functions if __x86_64__ is defined.
43036 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
43038         * string/endian.h: Add !__ASSEMBLER__ condition for including
43039         conversion interfaces.
43041 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
43043         [BZ #14241]
43044         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
43045         of ABS(x) in calculating zero to negative powers other than odd
43046         integers.
43047         * math/libm-test.inc (pow_test): Add more tests.
43049 2012-06-15  Andreas Jaeger  <aj@suse.de>
43051         * manual/contrib.texi (Contributors): Update entry of Liubov
43052         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
43053         Machado Filho.
43055 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
43057         * string/string.h: Add __wur to GNU version of strerror_r.
43059 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
43061         [BZ #14229]
43062         * string/Makefile (tests): Add tst-strtok_r.
43063         * string/tst-strtok_r.c: New file.
43064         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
43065         RAX_LP/RDX_LP on SAVE_PTR.
43067 2012-06-14  Roland McGrath  <roland@hack.frob.com>
43069         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
43071 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
43073         * libm_test.inc (csqrt_test): Allow more spurious underflow
43074         exceptions.
43075         (j0_test): Likewise.
43076         (j1_test): Likewise.
43077         (y0_test): Likewise.
43078         (y1_test): Likewise.
43080 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
43082         * po/Makefile (libc.pot): Use UTF-8 charset.
43084 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
43086         [BZ #14210]
43087         Suppress sign-conversion warning from FD_SET.
43088         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
43089         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
43090         not unsigned long int.
43091         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
43093 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
43095         [BZ #14050]
43096         [BZ #14117]
43097         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
43098         __extern_always_inline instead of __extern_inline.
43099         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
43100         (__signbit): Likewise.
43101         (__signbitl): Support C++ namespace.
43102         (lrintf): New inline function.
43103         (lrint): Likewise.
43104         (llrintf): Likewise.
43105         (llrint): Likewise.
43106         (fmaxf): Likewise.
43107         (fmax): Likewise.
43108         (fminf): Likewise.
43109         (fmin): Likewise.
43110         (rint): Likewise.
43111         (rintf): Likewise.
43112         (ceil): Likewise.
43113         (ceilf): Likewise.
43114         (floor): Likewise.
43115         (floorf): Likewise.
43116         (nearbyint): Likewise.
43117         (nearbyintf): Likewise.
43119 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
43121         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
43122         non-default versions.
43124 2012-06-11  Roland McGrath  <roland@hack.frob.com>
43126         [BZ #14218]
43127         * manual/argp.texi (Argp): Reword argp_parse description slightly.
43129 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
43131         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
43132         (FE_UPWARD, FE_DOWNWARD): Don't define.
43133         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
43134         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
43136         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
43137         reading it.
43138         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
43139         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
43141 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
43143         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
43144         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
43145         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
43146         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
43148 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
43150         [BZ #14117]
43151         * sysdeps/i386/fpu/bits/fenv.h: Removed.
43152         * sysdeps/i386/fpu/Implies: New file.
43153         * sysdeps/x86_64/fpu/Implies: Likewise.
43154         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
43155         * sysdeps/x86/fpu/bits/fenv.h: This.
43157         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
43158         __SSE_MATH__.
43160 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
43162         [BZ #14134]
43163         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
43164         character 0xffff that matches the last element of the
43165         conversion table.
43167 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43169         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
43170         fmodl commit.
43172 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43174         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
43175         values higher than 25.6283.
43177 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43179         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
43180         subnormal exponent extraction and add some __builtin_expect.
43181         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
43182         Fix for subnormal mantissa calculation.
43184 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
43186         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
43187         cpu2 is -1 and errno is not ENOSYS.
43189 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
43191         [BZ #14117]
43192         * sysdeps/i386/i486/bits/string.h: Renamed to ...
43193         * sysdeps/x86/bits/string.h: This.
43194         * sysdeps/x86_64/bits/string.h: Removed.
43196         * sysdeps/i386/i486/bits/string.h: Define inline functions only
43197         if not compiling for x86-64, but compiling for >= i486.
43199         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
43200         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
43202         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
43203         New macro from Linux kernel 3.4.0.
43204         (FP_XSTATE_MAGIC2): Likewise.
43205         (FP_XSTATE_MAGIC2_SIZE): Likewise.
43206         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
43207         (struct _fpx_sw_bytes): New struct.
43208         (struct _xsave_hdr): Likewise.
43209         (struct _ymmh_state): Likewise.
43210         (struct _xstate): Likewise.
43212         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
43213         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
43214         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
43215         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
43216         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
43217         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
43219         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
43220         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
43221         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
43222         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
43223         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
43224         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
43226 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43228         [BZ #13743]
43229         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
43230         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
43231         (sysdep_headers): Include sys/platform/ppc.h.
43232         * sysdeps/powerpc/test-gettimebase.c: Test for
43233         __ppc_get_timebase() to catch future ISA opcode/insn changes.
43234         * manual/Makefile (appendices): Include platform.texi.
43235         * manual/contrib.texi (Contributors): Update @node pointers.
43236         * manual/maint.texi (Maintenance): Likewise.
43237         (Platform): New node.
43238         * manual/platform.texi: New file.  Document the new features.
43240 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
43241             Jakub Jelinek  <jakub@redhat.com>
43243         [BZ #14188]
43244         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
43245         where __builtin_expect is unavailable.
43247 2012-06-03  David S. Miller  <davem@davemloft.net>
43249         * stdlib/longlong.h: Updated from GCC.
43251 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
43253         [BZ #14042]
43254         * sysdeps/powerpc/powerpc32/mcount.c: New file.
43255         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
43256         __mcount_internal.
43257         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
43258         (GLIBC_2.16): Likewise.
43260 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
43262         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
43264 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
43266         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
43267         (default-abi): New variable.
43268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
43269         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
43270         variable.
43271         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
43272         Likewise.
43273         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
43274         Likewise.
43275         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
43276         Likewise.
43278         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
43279         definition.  Document in comment.
43281 2012-06-01  David S. Miller  <davem@davemloft.net>
43283         * stdlib/longlong.h: Updated from GCC.
43285 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
43287         [BZ #14117]
43288         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
43289         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
43290         sys/debugreg.h sys/io.h here.
43291         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
43292         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
43293         sys/io.h.
43294         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
43295         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
43296         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
43297         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
43298         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
43299         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
43301         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
43302         Define only if __x86_64__ is defined.
43304 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
43306         [BZ #14048]
43307         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
43308         Use int64_t for variable i.
43309         * math/libm-test.inc (fmod_test): Add more tests.
43311         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
43312         z computation is not scheduled after fetestexcept.
43313         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
43314         Use math_force_eval instead of asm to ensure calculation scheduled
43315         before exception test.
43316         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
43317         Ensure a1 + u.d computation is not scheduled after fetestexcept.
43319 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
43321         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
43322         computation is not scheduled after fetestexcept.
43324 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
43326         [BZ #14117]
43327         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
43328         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
43330 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43332         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
43333         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
43335 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
43337         [BZ #14117]
43338         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
43339         <bits/wordsize.h>.
43340         (__WCHAR_MIN): Support __WORDSIZE == 64.
43341         (__WCHAR_MAX): Likewise.
43343         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
43344         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
43346         [BZ #14183]
43347         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
43348         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
43350         [BZ #14117]
43351         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
43352         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
43354         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
43355         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
43357         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
43358         Defined to 1 if __x86_64__ isn't defined.
43359         (_STAT_VER_LINUX_OLD): New.
43360         (st_atime): Remove duplicate.
43361         (st_mtime): Likewise.
43362         (st_ctime): Likewise.
43364 2012-05-31  David S. Miller  <davem@davemloft.net>
43366         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
43367         entries.
43369 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
43371         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
43372         gen-libm-test.pl.
43374         [BZ #14132]
43375         * elf/dl-reloc.c: Include <_itoa.h>.
43376         (_dl_reloc_bad_type): Remove use of INTUSE.
43377         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
43378         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
43379         * stdio-common/psiginfo.c (psiginfo): Likewise.
43380         * stdio-common/psignal.c (psignal): Likewise.
43381         * string/strsignal.c (strsignal): Likewise.
43382         * include/signal.h (_sys_siglist): Declare hidden proto.
43383         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
43384         INTVARDEF with libc_hidden_data_def.
43385         * stdio-common/itoa-udigits.c: Likewise.
43386         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
43387         (_itoa_lower_digits_internal): Remove declaration.
43388         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
43389         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
43390         (_sys_sigabbrev_internal): Remove aliases.
43391         (_sys_siglist): Define hidden alias.
43393 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
43395         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43396         bits/sysctl.h.
43398 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
43400         [BZ #14117]
43401         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
43402         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
43404         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
43405         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
43406         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
43407         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
43408         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
43409         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
43411         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
43412         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
43413         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
43415         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
43416         with __addr.
43417         (insw): Likewise.
43418         (insl): Likewise.
43419         (outsb): Likewise.
43420         (outsw): Likewise.
43421         (outsl): Likewise.
43423         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
43424         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
43425         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
43427         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
43428         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
43429         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
43430         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
43431         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
43432         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
43434         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
43435         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
43437         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
43438         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
43440         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
43441         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
43442         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
43444         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
43445         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
43446         to ...
43447         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
43449         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
43450         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
43451         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
43453         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
43454         for x86-64.
43455         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
43457 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
43459         * math/math.h (M_El): Use two more decimal places.
43460         (M_LOG2El): Likewise.
43461         (M_LOG10El): Likewise.
43462         (M_LN2l): Likewise.
43463         (M_LN10l): Likewise.
43464         (M_PIl): Likewise.
43465         (M_PI_2l): Likewise.
43466         (M_PI_4l): Likewise.
43467         (M_1_PIl): Likewise.
43468         (M_2_PIl): Likewise.
43469         (M_2_SQRTPIl): Likewise.
43470         (M_SQRT2l): Likewise.
43471         (M_SQRT1_2l): Likewise.
43473 2012-05-31  David S. Miller  <davem@davemloft.net>
43475         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
43476         values between float registers.
43477         * sysdeps/sparc/sparc64/memset.S: Likewise.
43478         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43480 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
43482         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
43483         -D_FORTIFY_SOURCE=1.
43484         (CPPFLAGS-tst-longjmp_chk.c): Define.
43485         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
43486         (CPPFLAGS-tst-longjmp_chk2.c): Define.
43487         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
43488         CFLAGS-tst-wchar-h.c.
43490 2012-05-31  Marek Polacek  <polacek@redhat.com>
43492         [BZ #14132]
43493         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
43494         __endmntent_internal): Remove declaration.
43495         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
43496         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
43497         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
43499 2012-05-30  David S. Miller  <davem@davemloft.net>
43501         * sysdeps/sparc/sparc32/soft-fp/q_util.c
43502         (___Q_simulate_exceptions): Use real FP ops rather than writing
43503         into the %fsr.
43504         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
43505         Likewise.
43507 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
43509         [BZ #14117]
43510         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
43511         * sysdeps/x86/bits/xtitypes.h: This.
43513         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
43514         * sysdeps/x86/bits/wordsize.h: This.
43516         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
43517         * sysdeps/x86/bits/huge_vall.h: This.
43519         * sysdeps/i386/bits/select.h: Removed.
43520         * sysdeps/x86_64/bits/select.h: Renamed to ...
43521         * sysdeps/x86/bits/select.h: This.
43523         * sysdeps/i386/bits/setjmp.h: Removed.
43524         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
43525         * sysdeps/x86/bits/setjmp.h: This.
43527         * sysdeps/i386/bits/mathdef.h: Removed.
43528         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
43529         * sysdeps/x86/bits/mathdef.h: This.
43531 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
43533         [BZ #14132]
43534         * include/sys/socket.h (__connect_internal)
43535         (__libc_sa_len_internal): Remove declaration.
43536         (__connect, __libc_sa_len): Declare hidden_proto.
43537         (SA_LEN): Remove use of INTUSE.
43538         * socket/connect.c: Add libc_hidden_def.
43539         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
43540         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
43541         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
43542         alias.
43543         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
43544         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
43545         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
43546         of adding _internal alias.
43548 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
43550         [BZ #14117]
43551         * sysdeps/i386/bits/link.h: Removed.
43552         * sysdeps/i386/bits/linkmap.h: Likewise.
43553         * sysdeps/x86_64/bits/link.h: Renamed to ...
43554         * sysdeps/x86/bits/link.h: This.
43555         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
43556         * sysdeps/x86/bits/linkmap.h: This.
43558         * sysdeps/i386/bits/endian.h: Removed.
43559         * sysdeps/x86_64/bits/endian.h: Renamed to ...
43560         * sysdeps/x86/bits/endian.h: This.
43562         * sysdeps/i386/bits/byteswap.h: Removed.
43563         * sysdeps/i386/bits/byteswap-16.h: Likewise.
43564         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
43565         * sysdeps/x86/bits/byteswap.h: This.
43566         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
43567         * sysdeps/x86/bits/byteswap-16.h: This.
43568         * sysdeps/i386/Implies: Add x86.
43569         * sysdeps/x86_64/Implies: Likewise.
43571 2012-05-30  David S. Miller  <davem@davemloft.net>
43573         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
43574         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
43575         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
43576         (FP_TRAPPING_EXCEPTIONS): Define.
43577         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
43578         (FP_TRAPPING_EXCEPTIONS): Define.
43579         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
43580         subnormals only when inexact has been signalled or underflow
43581         exceptions are enabled.
43582         (_FP_PACK_CANONICAL): Likewise.
43584 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
43586         [BZ #14183]
43587         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
43588         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
43590 2012-05-30  Richard Henderson  <rth@twiddle.net>
43592         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
43593         with #ifndef NOT_IN_libc.
43595         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
43596         marked to avoid plt entry.
43598 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
43600         [BZ #14112]
43601         * Makeconfig (default-abi): New macro.
43602         (abi-includes): Likewise.
43603         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
43604         $(abi-$(default-abi)-lib-soname) for soname if defined.
43605         ($(common-objpfx)gnu/lib-names.stmp): Generate from
43606         abi-variants.
43607         * Makefile (installed-stubs): Likewise.
43608         * include/stubs-biarch.h: Removed.
43609         * scripts/lib-names.awk: Only handle one library at a time.
43610         * scripts/soversions.awk: Remove WORDSIZE support.
43611         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
43612         entries.
43613         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
43614         Removed.
43615         (syscall-list-default-condition): Likewise.
43616         (syscall-list-default-condition): Likewise.
43617         (syscall-list-includes): Likewise.
43618         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
43619         syscall-list-* with abi-*.  Handle undefined abi-variants.
43620         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
43621         * sysdeps/unix/sysv/linux/i386/Implies: New file.
43622         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
43623         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
43624         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
43625         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
43626         Removed.
43627         (syscall-list-32-options): Likewise.
43628         (syscall-list-32-condition): Likewise.
43629         (syscall-list-64-options): Likewise.
43630         (syscall-list-64-condition): Likewise.
43631         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
43632         macro.
43633         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
43634         Renamed to ...
43635         (abi-*): This.
43636         (abi-64-ld-soname): New macro.
43637         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
43638         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
43639         Renamed to ...
43640         (abi-*): This.
43641         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
43642         * sysdeps/x86_64/x32/shlib-versions: Likewise.
43644 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
43646         * sysdeps/unix/sysv/linux/kernel-features.h
43647         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
43648         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
43649         include <kernel-features.h>.
43650         [!__NR_ftruncate64]: Remove conditional code.
43651         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
43652         [__NR_ftruncate64]: Make code unconditional.
43653         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
43654         * sysdeps/unix/sysv/linux/truncate64.c: Do not
43655         include <kernel-features.h>.
43656         [!__NR_ftruncate64]: Remove conditional code.
43657         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
43658         [__NR_ftruncate64]: Make code unconditional.
43659         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
43660         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
43661         include <kernel-features.h>.
43662         [!__NR_ftruncate64]: Remove conditional code.
43663         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
43664         [__NR_ftruncate64]: Make code unconditional.
43665         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
43666         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
43667         include <kernel-features.h>.
43668         [!__NR_ftruncate64]: Remove conditional code.
43669         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
43670         [__NR_ftruncate64]: Make code unconditional.
43671         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
43673         * configure.in (libc_cv_fpie): Weaken to a compile test using
43674         LIBC_TRY_CC_OPTION.
43675         * configure: Regenerated.
43677 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
43679         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
43680         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
43681         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
43682         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
43683         Refreshed.
43684         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
43685         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
43686         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
43687         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
43688         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
43689         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
43690         Refreshed.
43692 2012-05-27  David S. Miller  <davem@davemloft.net>
43694         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
43695         (___Q_zero): New.
43696         (__Q_simulate_exceptions): Return void.  Change to simulate
43697         exceptions by writing into the %fsr.
43698         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
43699         (__Qp_handle_exceptions): Likewise.
43700         (numbers): Delete.
43701         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
43702         __Qp_handle_exceptions.
43703         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
43704         __Qp_handle_exceptions.
43705         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
43706         as unused and give dummy FP_RND_NEAREST initializer.
43707         (FP_INHIBIT_RESULTS): Define.
43708         (___Q_simulate_exceptions): Update declaration.
43709         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
43710         formatting.
43711         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
43712         as unused and give dummy FP_RND_NEAREST initializer.
43713         (__Qp_handle_exceptions): Update declaration.
43714         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
43715         formatting.
43717 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
43719         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
43720         the temporary FPU control word.
43721         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
43722         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
43723         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
43724         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
43725         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
43726         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
43727         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
43728         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
43729         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
43730         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
43731         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
43733 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
43735         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
43736         fields.
43738 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
43740         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
43741         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
43742         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
43743         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
43744         Likewise.
43745         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
43746         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
43747         Likewise.
43749 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
43751         * po/h.po: Update from translation team.
43753 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
43755         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
43757         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
43758         handling of denormals.
43759         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
43760         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
43761         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
43762         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
43763         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
43764         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
43765         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
43766         Likewise.
43768 2012-05-26  Marek Polacek  <polacek@redhat.com>
43770         [BZ #14152]
43771         * math/libm-test.inc (fma_test): Don't always expect underflow
43772         exception.
43774 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
43776         [BZ #12416]
43777         * elf/tst-execstack.c: Include stackinfo.h.
43778         (do_test): Adjust test case to ensure that pthread_getattr_np
43779         behaviour remains the same after marking stack executable.
43781 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
43783         * sysdeps/unix/sysv/linux/kernel-features.h
43784         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
43785         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
43786         kernel-features.h.
43787         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
43788         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
43789         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
43790         kernel-features.h.
43791         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
43792         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
43794 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
43796         * configure.in: Define the default includes to being none.
43797         * configure: Regenerated.
43799 2012-05-25  Roland McGrath  <roland@hack.frob.com>
43801         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
43802         * sysdeps/x86_64/setjmp.S: Likewise.
43803         * sysdeps/i386/bsd-setjmp.S: Likewise.
43804         * sysdeps/i386/bsd-_setjmp.S: Likewise.
43805         * sysdeps/i386/setjmp.S: Likewise.
43806         * sysdeps/i386/__longjmp.S: Likewise.
43807         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
43808         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
43810         * include/stap-probe.h: New file.
43811         * configure.in: Handle --enable-systemtap.
43812         * configure: Regenerated.
43813         * config.h.in (USE_STAP_PROBE): New #undef.
43814         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
43815         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
43816         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
43818 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
43820         [BZ #13717]
43821         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
43822         to 2.4.0 where earlier.
43823         * sysdeps/unix/sysv/linux/configure: Regenerated.
43824         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
43825         <kernel-features.h>.
43826         [__ASSUME_32BITUIDS]: Make code unconditional.
43827         [!__ASSUME_32BITUIDS]: Remove conditional code.
43828         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
43829         <kernel-features.h>.
43830         [__ASSUME_32BITUIDS]: Make code unconditional.
43831         [!__ASSUME_32BITUIDS]: Remove conditional code.
43832         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
43833         [__ASSUME_32BITUIDS]: Make code unconditional.
43834         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
43835         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
43836         <kernel-features.h>.
43837         [__ASSUME_32BITUIDS]: Make code unconditional.
43838         [!__ASSUME_32BITUIDS]: Remove conditional code.
43839         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
43840         <kernel-features.h>.
43841         [__ASSUME_32BITUIDS]: Make code unconditional.
43842         [!__ASSUME_32BITUIDS]: Remove conditional code.
43843         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
43844         <kernel-features.h>.
43845         [__ASSUME_32BITUIDS]: Make code unconditional.
43846         [!__ASSUME_32BITUIDS]: Remove conditional code.
43847         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
43848         <kernel-features.h>.
43849         [__ASSUME_32BITUIDS]: Make code unconditional.
43850         [!__ASSUME_32BITUIDS]: Remove conditional code.
43851         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
43852         <kernel-features.h>.
43853         [__ASSUME_32BITUIDS]: Make code unconditional.
43854         [!__ASSUME_32BITUIDS]: Remove conditional code.
43855         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
43856         <kernel-features.h>.
43857         [__ASSUME_32BITUIDS]: Make code unconditional.
43858         [!__ASSUME_32BITUIDS]: Remove conditional code.
43859         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
43860         <kernel-features.h>.
43861         [__ASSUME_32BITUIDS]: Make code unconditional.
43862         [!__ASSUME_32BITUIDS]: Remove conditional code.
43863         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
43864         <kernel-features.h>.
43865         [__ASSUME_32BITUIDS]: Make code unconditional.
43866         [!__ASSUME_32BITUIDS]: Remove conditional code.
43867         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
43868         <kernel-features.h>.
43869         [__ASSUME_32BITUIDS]: Make code unconditional.
43870         [!__ASSUME_32BITUIDS]: Remove conditional code.
43871         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
43872         <kernel-features.h>.
43873         [__ASSUME_32BITUIDS]: Make code unconditional.
43874         [!__ASSUME_32BITUIDS]: Remove conditional code.
43875         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
43876         <kernel-features.h>.
43877         [__NR_setresgid] (__setresgid): Do not declare.
43878         [__ASSUME_32BITUIDS]: Make code unconditional.
43879         [!__ASSUME_32BITUIDS]: Remove conditional code.
43880         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
43881         <kernel-features.h>.
43882         [__NR_setresuid] (__setresuid): Do not declare.
43883         [__ASSUME_32BITUIDS]: Make code unconditional.
43884         [!__ASSUME_32BITUIDS]: Remove conditional code.
43885         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
43886         <kernel-features.h>.
43887         [__ASSUME_32BITUIDS]: Make code unconditional.
43888         [!__ASSUME_32BITUIDS]: Remove conditional code.
43889         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
43890         <kernel-features.h>.
43891         [__ASSUME_32BITUIDS]: Make code unconditional.
43892         [!__ASSUME_32BITUIDS]: Remove conditional code.
43893         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
43894         <kernel-features.h>.
43895         [__ASSUME_32BITUIDS]: Make code unconditional.
43896         [!__ASSUME_32BITUIDS]: Remove conditional code.
43897         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
43898         <kernel-features.h>.
43899         [__ASSUME_32BITUIDS]: Make code unconditional.
43900         [!__ASSUME_32BITUIDS]: Remove conditional code.
43901         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
43902         <kernel-features.h>.
43903         [__ASSUME_32BITUIDS]: Make code unconditional.
43904         [!__ASSUME_32BITUIDS]: Remove conditional code.
43905         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
43906         <kernel-features.h>.
43907         [__ASSUME_32BITUIDS]: Make code unconditional.
43908         [!__ASSUME_32BITUIDS]: Remove conditional code.
43909         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
43910         <kernel-features.h>.
43911         [__ASSUME_32BITUIDS]: Make code unconditional.
43912         [!__ASSUME_32BITUIDS]: Remove conditional code.
43913         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
43914         <kernel-features.h>.
43915         [__ASSUME_32BITUIDS]: Make code unconditional.
43916         [!__ASSUME_32BITUIDS]: Remove conditional code.
43917         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
43918         <kernel-features.h>.
43919         [__ASSUME_32BITUIDS]: Make code unconditional.
43920         [!__ASSUME_32BITUIDS]: Remove conditional code.
43921         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
43922         <kernel-features.h>.
43923         [__ASSUME_32BITUIDS]: Make code unconditional.
43924         [!__ASSUME_32BITUIDS]: Remove conditional code.
43925         * sysdeps/unix/sysv/linux/kernel-features.h
43926         (__ASSUME_SETRESUID_SYSCALL): Remove.
43927         (__ASSUME_SETRESGID_SYSCALL): Likewise.
43928         (__ASSUME_32BITUIDS): Likewise.
43929         (__ASSUME_LDT_WORKS): Likewise.
43930         (__ASSUME_O_DIRECTORY): Likewise.
43931         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
43932         architecture but not kernel version.
43933         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
43934         (__ASSUME_MMAP2_SYSCALL): Likewise.
43935         (__ASSUME_STAT64_SYSCALL): Likewise.
43936         (__ASSUME_IPC64): Likewise.
43937         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
43938         <kernel-features.h>.
43939         [__ASSUME_32BITUIDS]: Make code unconditional.
43940         [!__ASSUME_32BITUIDS]: Remove conditional code.
43941         * sysdeps/unix/sysv/linux/opendir.c: Do not include
43942         <kernel-features.h>.
43943         [__ASSUME_O_DIRECTORY]: Make code unconditional.
43944         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
43945         132096]: Remove conditional code.
43946         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
43947         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
43948         <kernel-features.h>.
43949         [__ASSUME_32BITUIDS]: Make code unconditional.
43950         [!__ASSUME_32BITUIDS]: Remove conditional code.
43951         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
43952         <kernel-features.h>.
43953         [__ASSUME_32BITUIDS]: Make code unconditional.
43954         [!__ASSUME_32BITUIDS]: Remove conditional code.
43955         * sysdeps/unix/sysv/linux/setegid.c: Do not include
43956         <kernel-features.h>.
43957         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
43958         unconditional.
43959         (__setresgid): Do not declare.
43960         [__ASSUME_32BITUIDS]: Make code unconditional.
43961         [!__ASSUME_32BITUIDS]: Remove conditional code.
43962         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
43963         <kernel-features.h>.
43964         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
43965         unconditional.
43966         (__setresuid): Do not declare.
43967         [__ASSUME_32BITUIDS]: Make code unconditional.
43968         [!__ASSUME_32BITUIDS]: Remove conditional code.
43969         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
43970         <kernel-features.h>.
43971         [__ASSUME_32BITUIDS]: Make code unconditional.
43972         [!__ASSUME_32BITUIDS]: Remove conditional code.
43973         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
43974         <kernel-features.h>.
43975         [__ASSUME_32BITUIDS]: Make code unconditional.
43976         [!__ASSUME_32BITUIDS]: Remove conditional code.
43978 2012-05-25  Richard Henderson  <rth@twiddle.net>
43980         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
43981         dl_hwcap to ifunc resolver.
43982         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
43983         elf_ifunc_invoke.
43984         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
43985         dl_hwcap to ifunc resolver.
43986         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
43988 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
43990         [BZ #14153]
43991         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
43992         for |x| <= 2**-26, not 2**-57.
43993         * math/libm-test.inc (acos_test): Do not allow spurious underflow
43994         exception.
43996 2012-05-24  Jeff Law  <law@redhat.com>
43998         * stdio-common/Makefile (tests): Add bug25.
43999         * stdio-common/bug25.c: New test.
44001 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
44003         [BZ #13576]
44004         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
44005         multiple of MALLOC_ALIGNMENT in size.
44006         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
44008 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
44010         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
44011         Require >= 256.
44012         (FILENAME_MAX): Use macro-int-constant.
44013         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
44014         (_IOFBF): Use macro-int-constant.
44015         (_IOLBF): Likewise.
44016         (_IONBF): Likewise.
44017         (SEEK_CUR): Likewise.
44018         (SEEK_END): Likewise.
44019         (SEEK_SET): Likewise.
44020         (TMP_MAX): Likewise.
44021         (EOF): Use macro-int-constant.  Require < 0.
44022         (NULL): Use macro-constant.  Require == 0.
44023         (stdin): Require type to be FILE *.
44024         (stdout): Likewise.
44025         (stderr): Likewise.
44026         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
44027         macro-int-constant.
44028         (EXIT_SUCCESS): Likewise.
44029         (NULL): Use macro-constant.  Require == 0.
44030         (RAND_MAX): Use macro-int-constant.
44031         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
44032         [C99-based standards] (strtof): Require function.
44033         [C99-based standards] (strtold): Likewise.
44034         [C99-based standards] (strtoll): Likewise.
44035         [C99-based standards] (strtoull): Likewise.
44036         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
44037         [ISO || ISO99 || ISO11] (limits.h): Likewise.
44038         [ISO || ISO99 || ISO11] (math.h): Likewise.
44039         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
44040         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
44041         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44043 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
44045         [BZ #14132]
44046         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
44047         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
44048         * intl/dgettext.c (DCGETTEXT): Likewise.
44049         * intl/gettext.c (DCGETTEXT): Likewise.
44050         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
44051         * posix/regex_internal.h (gettext): Likewise.
44052         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
44053         Remove declaration.
44054         * include/argz.h (__argz_count_internal)
44055         (__argz_stringify_internal): Remove declaration.
44056         (__argz_count, __argz_stringify): Declare hidden proto.
44057         * intl/dcgettext.c: Remove use of INTDEF.
44058         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
44059         * string/argz-stringify.c: Likewise.
44060         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
44061         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
44062         Declare hidden proto.
44063         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
44064         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
44065         Declare hidden proto.
44066         * include/stdio.h (__asprintf_internal): Don't declare.
44067         (__asprintf): Don't define as macro.  Declare hidden proto.
44068         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
44069         (__fsetlocking): Declare hidden proto.
44070         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
44071         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
44072         hidden proto.
44073         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
44074         (_IO_setlinebuf): Remove use of INTUSE.
44075         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
44076         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
44077         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
44078         Remove declaration.
44079         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
44080         (_IO_do_flush): Remove use of INTUSE.
44081         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
44082         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
44083         (_IO_adjust_column, _IO_least_wmarker)
44084         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
44085         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
44086         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
44087         (_IO_default_doallocate, _IO_wdefault_doallocate)
44088         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
44089         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
44090         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
44091         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
44092         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
44093         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
44094         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
44095         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
44096         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
44097         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
44098         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
44099         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
44100         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
44101         proto.
44102         (_IO_flush_all_internal, _IO_adjust_column_internal)
44103         (_IO_default_uflow_internal, _IO_default_finish_internal)
44104         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
44105         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
44106         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
44107         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
44108         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
44109         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
44110         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
44111         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
44112         (_IO_file_close_internal, _IO_file_close_it_internal)
44113         (_IO_file_underflow_internal, _IO_file_overflow_internal)
44114         (_IO_file_init_internal, _IO_file_attach_internal)
44115         (_IO_file_fopen_internal, _IO_file_read_internal)
44116         (_IO_file_sync_internal, _IO_file_seek_internal)
44117         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
44118         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
44119         (_IO_str_underflow_internal, _IO_str_overflow_internal)
44120         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
44121         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
44122         (_IO_list_all_internal, _IO_link_in_internal)
44123         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
44124         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
44125         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
44126         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
44127         (_IO_do_write_internal, _IO_padn_internal)
44128         (_IO_getline_info_internal, _IO_getline_internal)
44129         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
44130         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
44131         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
44132         (_IO_vfscanf_internal, _IO_vfprintf_internal)
44133         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
44134         (_IO_init_internal, _IO_un_link_internal): Don't declare.
44135         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
44136         with libc_hidden_ver, remove use of INTUSE.
44137         * libio/genops.c: Likewise.
44138         * libio/freopen.c: Likewise.
44139         * libio/freopen64.c: Likewise.
44140         * libio/iofclose.c: Likewise.
44141         * libio/iofdopen.c: Likewise.
44142         * libio/iofflush.c: Likewise.
44143         * libio/iofflush_u.c: Likewise.
44144         * libio/iofgets.c: Likewise.
44145         * libio/iofgets_u.c: Likewise.
44146         * libio/iofopen.c: Likewise.
44147         * libio/iofopncook.c: Likewise.
44148         * libio/iofread.c: Likewise.
44149         * libio/iofread_u.c: Likewise.
44150         * libio/ioftell.c: Likewise.
44151         * libio/iofwrite.c: Likewise.
44152         * libio/iogetline.c: Likewise.
44153         * libio/iogets.c: Likewise.
44154         * libio/iogetwline.c: Likewise.
44155         * libio/iopadn.c: Likewise.
44156         * libio/iopopen.c: Likewise.
44157         * libio/ioseekoff.c: Likewise.
44158         * libio/ioseekpos.c: Likewise.
44159         * libio/iosetbuffer.c: Likewise.
44160         * libio/iosetvbuf.c: Likewise.
44161         * libio/ioungetc.c: Likewise.
44162         * libio/ioungetwc.c: Likewise.
44163         * libio/iovdprintf.c: Likewise.
44164         * libio/iovsprintf.c: Likewise.
44165         * libio/iovsscanf.c: Likewise.
44166         * libio/memstream.c: Likewise.
44167         * libio/obprintf.c: Likewise.
44168         * libio/oldfileops.c: Likewise.
44169         * libio/oldiofclose.c: Likewise.
44170         * libio/oldiofdopen.c: Likewise.
44171         * libio/oldiofopen.c: Likewise.
44172         * libio/oldiopopen.c: Likewise.
44173         * libio/oldstdfiles.c: Likewise.
44174         * libio/putc.c: Likewise.
44175         * libio/setbuf.c: Likewise.
44176         * libio/setlinebuf.c: Likewise.
44177         * libio/stdfiles.c: Likewise.
44178         * libio/strops.c: Likewise.
44179         * libio/vasprintf.c: Likewise.
44180         * libio/vscanf.c: Likewise.
44181         * libio/vsnprintf.c: Likewise.
44182         * libio/vswprintf.c: Likewise.
44183         * libio/wfiledoalloc.c: Likewise.
44184         * libio/wfileops.c: Likewise.
44185         * libio/wgenops.c: Likewise.
44186         * libio/wmemstream.c: Likewise.
44187         * libio/wstrops.c: Likewise.
44188         * libio/__fpurge.c: Likewise.
44189         * libio/__fsetlocking.c: Likewise.
44190         * assert/assert.c: Likewise.
44191         * debug/fgets_chk.c: Likewise.
44192         * debug/fgets_u_chk.c: Likewise.
44193         * debug/fread_chk.c: Likewise.
44194         * debug/fread_u_chk.c: Likewise.
44195         * debug/gets_chk.c: Likewise.
44196         * debug/obprintf_chk.c: Likewise.
44197         * debug/vasprintf_chk.c: Likewise.
44198         * debug/vdprintf_chk.c: Likewise.
44199         * debug/vsnprintf_chk.c: Likewise.
44200         * debug/vsprintf_chk.c: Likewise.
44201         * malloc/mtrace.c: Likewise.
44202         * misc/error.c: Likewise.
44203         * misc/syslog.c: Likewise.
44204         * stdio-common/asprintf.c: Likewise.
44205         * stdio-common/fxprintf.c: Likewise.
44206         * stdio-common/getw.c: Likewise.
44207         * stdio-common/isoc99_fscanf.c: Likewise.
44208         * stdio-common/isoc99_scanf.c: Likewise.
44209         * stdio-common/isoc99_vfscanf.c: Likewise.
44210         * stdio-common/isoc99_vscanf.c: Likewise.
44211         * stdio-common/isoc99_vsscanf.c: Likewise.
44212         * stdio-common/printf-prs.c: Likewise.
44213         * stdio-common/printf_fp.c: Likewise.
44214         * stdio-common/printf_fphex.c: Likewise.
44215         * stdio-common/printf_size.c: Likewise.
44216         * stdio-common/putw.c: Likewise.
44217         * stdio-common/scanf.c: Likewise.
44218         * stdio-common/sprintf.c: Likewise.
44219         * stdio-common/tmpfile.c: Likewise.
44220         * stdio-common/vfprintf.c: Likewise.
44221         * stdio-common/vfscanf.c: Likewise.
44222         * stdlib/strfmon_l.c: Likewise.
44223         * sunrpc/openchild.c: Likewise.
44224         * sunrpc/xdr_stdio.c: Likewise.
44225         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
44226         * sysdeps/mach/hurd/tmpfile.c: Likewise.
44228 2012-05-24  Roland McGrath  <roland@hack.frob.com>
44230         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
44232         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
44233         in the third column, to generate for the shared library an IFUNC
44234         that uses _dl_vdso_vsym.
44235         * Makerules (COMPILE.c, compile-stdin.c): New variables.
44236         * Makeconfig (object-suffixes-noshared): New variable.
44238         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
44239         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
44240         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
44241         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
44243         [BZ #14132]
44244         * include/sys/time.h (__gettimeofday): Remove macro.
44245         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
44246         * time/gettimeofday.c (__gettimeofday): Remove #undef.
44247         Remove INTDEF.
44248         (__gettimeofday): Add libc_hidden_def.
44249         (gettimeofday): Add libc_hidden_weak.
44250         * sysdeps/mach/gettimeofday.c: Likewise.
44251         * sysdeps/posix/gettimeofday.c: Likewise.
44252         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
44253         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
44254         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
44255         (__gettimeofday_internal): Remove strong_alias.
44256         (__gettimeofday): Add libc_hidden_def.
44257         (gettimeofday): Add libc_hidden_weak.
44258         * sysdeps/unix/syscalls.list (gettimeofday):
44259         Remove __gettimeofday_internal alias.
44261 2012-05-24  Daniel Jacobowitz  <drow@false.org>
44262             H.J. Lu  <hongjiu.lu@intel.com>
44264         [BZ #12495]
44265         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
44266         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
44267         (largebin_index_32_big): New.
44268         (largebin_index): Use it for 16-byte alignment.
44269         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
44270         correction with front_misalign.
44272 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
44274         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
44275         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
44276         Likewise.
44277         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
44278         Likewise.
44279         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
44280         Likewise.
44281         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
44282         Likewise.
44283         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
44284         Likewise.
44285         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
44286         Likewise.
44287         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
44288         Likewise.
44289         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
44290         Likewise.
44291         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
44292         Likewise.
44293         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
44294         Likewise.
44295         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
44296         Likewise.
44297         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
44298         Likewise.
44300         * scripts/data/c++-types-x32-linux-gnu.data: New file.
44301         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
44303 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
44305         [BZ #10846]
44306         [BZ #14036]
44307         * math/libm-test.inc (exp_test): Add test from bug 14036.
44308         (pow_test): Add test from bug 10846.
44310         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
44311         and other flags.
44312         (special_function): Do not include flags in test name.
44313         (parse_args): Likewise.
44314         * sysdeps/i386/fpu/libm-test-ulps: Update.
44315         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
44316         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
44317         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
44318         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44320         * math/gen-libm-test.pl (%beautify): Add entries for underflow
44321         exceptions.
44322         * math/libm-test.inc ("Philosophy"): Update comment about
44323         exception testing.
44324         (UNDERFLOW_EXCEPTION): New macro.
44325         (UNDERFLOW_EXCEPTION_OK): Likewise.
44326         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
44327         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
44328         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
44329         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
44330         (INVALID_EXCEPTION_OK): Update value.
44331         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
44332         (OVERFLOW_EXCEPTION_OK): Likewise.
44333         (IGNORE_ZERO_INF_SIGN): Likewise.
44334         (test_exceptions): Handle underflow exceptions.
44335         (acos_test): Update for underflow exception expectations.
44336         (cexp_test): Likewise.
44337         (clog_test): Likewise.
44338         (clog10_test): Likewise.
44339         (csqrt_test): Likewise.
44340         (ctan_test): Likewise.
44341         (ctanh_test): Likewise.
44342         (exp_test): Likewise.
44343         (exp10_test): Likewise.
44344         (exp2_test): Likewise.
44345         (expm1_test): Likewise.
44346         (fma_test): Likewise.
44347         (j0_test): Likewise.
44348         (jn_test): Likewise.
44349         (nexttoward_test): Likewise.
44350         (pow_test): Likewise.
44351         (scalbn_test): Likewise.
44352         (scalbln_test): Likewise.
44353         (tan_test): Likewise.
44354         (y1_test): Likewise.
44355         * sysdeps/i386/fpu/libm-test-ulps: Update.
44356         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44358 2012-05-23  David S. Miller  <davem@davemloft.net>
44360         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
44361         (__libc_sigaction): Remove unused local variables.
44363 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
44365         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
44367 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
44369         mktime: avoid signed integer overflow
44370         * time/mktime.c (__mktime_internal): Do not mishandle the case
44371         where diff == INT_MIN.
44373         mktime: simplify computation of average
44374         * time/mktime.c (ranged_convert): Use new time_t_avg function
44375         instead of rolling our own (probably-slower) code.
44377         mktime: do not assume signed right shift propagates sign bit
44378         * time/mktime.c (isdst_differ): New static function.
44379         (__mktime_internal): No need to normalize tm_isdst now.
44380         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
44381         tm_isdst values.
44383         mktime: merge another wrapv change from gnulib
44384         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
44385         from some compilers.
44387         mktime: remove incorrect attempt at unusual arithmetics
44388         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
44389         The code didn't really work on such machines anyway.
44390         (TYPE_MINIMUM): Assume two's complement.
44391         (twos_complement_arithmetic): Verify that long_int and time_t
44392         are two's complement (or unsigned, in the latter case).
44394         mktime: check signed shifts on long_int and time_t, too
44395         * time/mktime.c (SHR): Check that shifts work as desired
44396         on the types long_int and time_t too, as SHR is used on
44397         such types.
44399         mktime: do not assume 'long' is wide enough
44400         * time/mktime.c (verify): Move decl up.
44401         (long_int): New type.
44402         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
44403         to remove assumption in the code that 'long' is wide enough to
44404         store year values.  This assumption is not true on x32 and on
44405         some non-glibc platforms.
44407         mktime: merge wrapv change from gnulib
44408         * time/mktime.c (WRAPV): New macro.
44409         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
44410         (guess_time_tm, __mktime_internal): Do not assume that signed
44411         integer overflow wraps around; modern compilers generate code
44412         where this assumption is no longer valid.
44414 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
44416         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
44417         Replace "jmp L(pseudo_end)" with "ret".
44418         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
44419         Likewise.
44421 2012-05-23  Andreas Jaeger  <aj@suse.de>
44423         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
44424         * sysdeps/unix/sysv/linux/poll.c: Remove file.
44426 2012-05-23  Andreas Jaeger  <aj@suse.de>
44427             Maximilian Attems  <max@stro.at>
44429         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
44430         New macros.
44432 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
44434         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
44435         code so that pseudo_end is just ret and the stack pointer is
44436         correct also for static library in error case.
44438 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
44440         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
44441         move to syscalls.list.
44442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
44443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
44444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
44445         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
44447         * manual/install.texi (Running make install): Do not mention Linux
44448         kernel version for which pt_chown is not needed.
44449         (Linux): Do not mention problems with nscd with 2.0 kernels.
44450         * INSTALL: Regenerated.
44452 2012-05-23  Andreas Jaeger  <aj@suse.de>
44454         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
44455         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
44456         macro.
44457         * sysdeps/unix/sysv/linux/s390/bits/mman.h
44458         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
44459         * sysdeps/unix/sysv/linux/sh/bits/mman.h
44460         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
44461         * sysdeps/unix/sysv/linux/i386/bits/mman.h
44462         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
44463         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
44464         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
44465         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
44466         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
44467         * sysdeps/unix/sysv/linux/bits/in.h
44468         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
44470 2012-05-22  Roland McGrath  <roland@hack.frob.com>
44472         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
44473         (PREPARE_VERSION): Just use assert instead, it will be elided
44474         under [NDEBUG] anyway.
44476 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
44478         * sysdeps/unix/sysv/linux/Makefile: Include
44479         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
44480         (sysdep_routines): Remove sysctl.
44481         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
44482         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
44483         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
44484         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
44485         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
44487 2012-05-22  Andreas Jaeger  <aj@suse.de>
44489         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
44490         that pseudo_end is just ret and the stack pointer is correct also
44491         for static library in error case.
44493 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
44495         [BZ #14122]
44496         * nss/nsswitch.c (defconfig_entries): New variable.
44497         (__nss_database_lookup): Don't leak defconfig entries.
44498         (nss_parse_service_list): Don't leak on error paths.
44499         (free_database_entries): New function.
44500         (free_defconfig): New function.
44501         (free_mem): Move common code to free_database_entries.
44503 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
44505         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
44506         Add arch_prctl.
44507         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
44509         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
44510         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
44511         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
44512         New macro.
44513         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
44514         (INTERNAL_SYSCALL_TYPES): Likewise.
44515         (LOAD_ARGS_TYPES_[1-6]): Likewise.
44516         (LOAD_REGS_TYPES_[1-6]): Likewise.
44517         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
44518         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
44520 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44522         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
44523         copysignl for GLIBC_2_0.
44524         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
44525         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
44526         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
44527         logbl for GLIBC_2_0.
44528         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
44529         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
44531 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
44533         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
44534         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
44536         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
44537         Use "neg %eax".
44539         * time/mktime.c: Update copyright years.
44541 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
44543         mktime: merge comment-quoting-style change from gnulib
44544         * time/mktime.c: Quote 'like this' in comments.
44545         The GNU coding standards suggest that we no longer quote `like this',
44546         as "`" and "'" are typically rendered asymmetrically nowadays.
44547         The typical gnulib style is to quote 'like this' when quoting
44548         code, and "like this" when quoting English.
44550         * time/mktime.c (compile-command): Add "-I.".
44552         mktime: merge mktime-internal.h change from gnulib
44553         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
44555         mktime: merge time_r change from gnulib
44556         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
44558         mktime: merge DEBUG change from gnulib
44559         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
44560         case system <time.h> has a #define.
44562         mktime: merge <sys/types.h> change from gnulib
44563         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
44564         since <time.t> is now guaranteed to define time_t.
44566         mktime: merge HAVE_CONFIG_H change from gnulib
44567         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
44569 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
44571         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
44572         Use "neg %eax".
44574         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
44575         __rlim_t cast.
44576         (struct rusage): Use anonymous union to pad each field to
44577         __syscall_slong_t.
44579 2012-05-21  David S. Miller  <davem@davemloft.net>
44581         * Makefules (o-iterator): Remove .s cases.
44582         (compile-command.s): Delete.
44583         (COMPILE.s): Delete.
44584         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
44586 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
44588         * configure.in (libc_cv_predef_stack_protector): Only consider
44589         "foobar" and "__stack_chk_fail" lines in libc_undefs.
44590         * configure: Regenerated.
44592 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
44594         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
44595         New macro.  Use R*LP on int and pointer.
44596         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
44597         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
44598         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
44599         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
44601         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
44602         [__WORDSIZE_TIME64_COMPAT32] instead of
44603         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
44604         (struct utmp): Likewise.
44605         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
44606         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
44607         Renamed to ...
44608         (__WORDSIZE_TIME64_COMPAT32): This.
44609         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
44610         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
44611         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
44612         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
44613         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
44614         (__WORDSIZE_TIME64_COMPAT32): New macro.
44616 2012-05-21  Andreas Jaeger  <aj@suse.de>
44618         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
44619         only if [SHARED]. Add prototype for __wcschr_ia32.
44621 2012-05-21  Roland McGrath  <roland@hack.frob.com>
44623         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
44624         of %rbp unmolested in the jmp_buf while mangling the low bits.
44625         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
44626         unmolested high bits of %rbp while demangling the low bits.
44627         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
44629 2012-05-21  Andreas Jaeger  <aj@suse.de>
44631         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
44632         * sunrpc/svc_simple.c: Use it for registerrpc.
44633         * sunrpc/xcrypt.c: Use it for passwd2des.
44635         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
44637 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
44639         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
44640         Don't define if [__SYSCALL_WORDSIZE != 32].
44641         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
44642         New macro.
44644 2012-05-21  Bruno Haible  <bruno@clisp.org>
44645             Andreas Jaeger  <aj@suse.de>
44647         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
44648         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
44649         inptr and inend for must_buffer_ch.
44650         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
44651         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
44652         * stdio-common/Makefile (tests): Remove bug15.
44653         (bug15-ENV): Remove macro.
44654         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
44655         anymore.
44657 2012-05-19  Andreas Jaeger  <aj@suse.de>
44658             Roland McGrath  <roland@hack.frob.com>
44660         * manual/contrib.texi: Completely rewritten. It contains now an
44661         alphabetical list of contributors and their contributions.
44663 2012-05-21  Richard Henderson  <rth@twiddle.net>
44665         * misc/getauxval.c (__getauxval): Use unsigned long int.
44666         * misc/sys/auxv.h: Include <sys/cdefs.h>.
44667         (getauxval): Use unsigned long int.
44669 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
44671         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
44673 2012-05-21  Roland McGrath  <roland@hack.frob.com>
44675         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
44676         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
44677         __alignof__ (long double).
44679 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44681         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44683 2012-05-20  Richard Henderson  <rth@twiddle.net>
44685         * misc/getauxval.c: New file.
44686         * misc/sys/auxv.h: New file.
44687         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
44688         (routines): Add getauxval.
44689         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
44690         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
44691         * elf/dl-sysdep.c (_dl_auxv): Remove.
44692         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
44693         * elf/dl-support.c (_dl_auxv): New variable.
44694         (_dl_aux_init): Initialize it.
44695         * manual/startup.texi (Auxiliary Vector): New node.
44696         * sysdeps/generic/bits/hwcap.h: New file.
44697         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
44698         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
44699         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
44700         * sysdeps/sparc/sysdep.h: ... here.  Include it.
44701         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
44702         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
44703         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
44704         Update.
44705         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
44706         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
44707         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
44708         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
44709         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
44710         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
44711         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
44712         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
44714 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44716         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44718 2012-05-19  David S. Miller  <davem@davemloft.net>
44720         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44722 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
44724         [BZ #14123]
44725         * math/s_ccosh.c: Include <float.h>
44726         (__ccosh): Avoid internal overflow calculating sinh and cosh
44727         values before multiplying by sin and cos values.
44728         * math/s_ccoshf.c: Likewise.
44729         * math/s_ccoshl.c: Likewise.
44730         * math/s_csin.c: Likewise.
44731         * math/s_csinf.c: Likewise.
44732         * math/s_csinl.c: Likewise.
44733         * math/s_csinh.c: Likewise.
44734         * math/s_csinhf.c: Likewise.
44735         * math/s_csinhl.c: Likewise.
44736         * math/libm-test.inc (ccos_test): Add more tests.
44737         (ccosh_test): Likewise.
44738         (csin_test): Likewise.
44739         (csinh_test): Likewise.
44740         * sysdeps/i386/fpu/libm-test-ulps: Update.
44741         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44743 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
44745         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
44746         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
44748         * sysdeps/x86_64/x32/_itoa.h: Add comment.
44750 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
44752         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
44753         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
44754         * sysdeps/powerpc/soft-fp/Versions: Likewise.
44755         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
44756         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
44757         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
44758         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
44759         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
44760         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
44761         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
44762         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
44763         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
44764         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
44765         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
44766         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
44767         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
44768         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
44769         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
44770         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
44771         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
44772         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
44773         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
44774         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
44775         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
44776         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
44777         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
44778         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
44779         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
44780         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
44781         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
44782         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
44784 2012-05-18  Andreas Jaeger  <aj@suse.de>
44786         * csu/.gitignore: Delete.
44788 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
44790         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
44791         (timex): Use __syscall_slong_t.
44793 2012-05-18  Andreas Jaeger  <aj@suse.de>
44794             Carlos O'Donell  <carlos_odonell@mentor.com>
44796         * manual/install.texi (Configuring and compiling): Update
44797         description about files modified in the source directory.
44798         * INSTALL: Regenerated.
44800 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
44802         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
44803         value.  Use "or" to set return value to -1.
44804         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
44805         negate return value.
44807 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
44809         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
44810         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
44811         failure if the compiler has Graphite support disabled.
44812         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
44813         Likewise.
44814         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
44815         (CFLAGS-memmove.c): Likewise.
44816         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
44817         Likewise.
44819 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
44821         * sysdeps/x86_64/x32/_itoa.h: New file.
44823         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
44824         getdents system call only if kernel and user dirents have the
44825         same d_ino and d_off.
44827         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
44828         LLONG_MAX != LONG_MAX.
44829         (_itoa_word): Use _ITOA_WORD_TYPE on value.
44830         (_fitoa_word): Likewise.
44832         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
44833         years.
44834         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
44835         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
44836         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
44838         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
44839         include <bits/wordsize.h>.  Check __x86_64__ instead of
44840         __WORDSIZE.
44841         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
44842         if __x86_64__ is defined.  Use anonymous union on fpstate.
44844         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
44845         anonymous union.
44847 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
44849         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
44850         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
44851         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
44852         Refer to _rtld_local_ro instead of _rtld_global_ro.
44853         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
44854         Likewise.
44855         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
44856         Likewise.
44857         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
44858         Likewise.
44859         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
44860         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
44861         of _rtld_global, and rtld_progname instead of _dl_argv[0].
44863         * sysdeps/powerpc/powerpc32/dl-machine.c
44864         (__elf_machine_runtime_setup) [PROF]: Don't reference
44865         _dl_prof_resolve.
44867 2012-05-18  Andreas Jaeger  <aj@suse.de>
44869         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
44870         function only available for GCCs before 3.4 since GCC 3.4
44871         introduced a builtin.
44872         (lrint): Likewise.
44873         (llrintf): Likewise.
44874         (llrint): Likewise.
44875         (fmaxf): Likewise.
44876         (fmax): Likewise.
44877         (fminf): Likewise.
44878         (fmin): Likewise.
44879         (rint): Likewise.
44880         (rintf): Likewise.
44881         (nearbyint): Likewise.
44882         (nearbyintf): Likewise.
44883         (ceil): Likewise.
44884         (ceilf): Likewise.
44885         (floor): Likewise.
44886         (floorf): Likewise.
44888 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
44890         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
44891         on both fields and cast pointer to __syscall_ulong_t.
44893         * bits/types.h (__fsword_t): New type.
44894         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
44895         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
44896         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44897         (__FSWORD_T_TYPE): Likewise.
44898         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44899         (__FSWORD_T_TYPE): Likewise.
44900         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44901         (__FSWORD_T_TYPE): Likewise.
44902         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
44903         (__FSWORD_T_TYPE): Likewise.
44904         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
44905         __SWORD_TYPE with __fsword_t.
44906         (statfs64): Likewise.
44908 2012-05-17  David S. Miller  <davem@davemloft.net>
44910         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
44912 2012-05-17  Andreas Jaeger  <aj@suse.de>
44914         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
44915         warning.
44917 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
44919         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
44921 2012-05-17  Andreas Jaeger  <aj@suse.de>
44923         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
44924         when it is used.
44926 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
44928         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
44930 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
44932         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
44933         * sysdeps/x86_64/tst-mallocalign1.c: New file.
44935 2012-05-17  Andreas Jaeger  <aj@suse.de>
44936             Carlos O'Donell  <carlos_odonell@mentor.com>
44938         [BZ #14059]
44939         * sysdeps/x86_64/multiarch/init-arch.h
44940         (bit_YMM_Usable): Rename to...
44941         (bit_AVX_Usable): ... this.
44942         (bit_FMA4_Usable): New macro.
44943         (bit_XMM_state): New macro.
44944         (bit_YMM_state): New macro.
44945         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
44946         [__ASSEMBLER__] (index_AVX_Usable): ... this.
44947         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
44948         (CPUID_OSXSAVE): New macro.
44949         (CPUID_AVX): New macro.
44950         (CPUID_FMA4): New macro.
44951         (index_YMM_Usable): Rename to...
44952         (index_AVX_Usable): ... this.
44953         (HAS_AVX): Use HAS_ARCH_FEATURE.
44954         (HAS_FMA4): Likewise.
44955         (HAS_YMM_USABLE): Remove.
44956         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
44957         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
44958         are present.
44959         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
44960         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
44961         * sysdeps/x86_64/multiarch/Makefile: Likewise.
44962         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
44963         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
44965 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
44967         * math/libm-test.c: Support platforms without multiple rounding modes.
44968         * math/bug-nextafter.c: Support platforms without FP exceptions.
44969         * math/bug-nexttoward.c: Likewise.
44970         * math/test-fenv.c: Likewise.
44971         * math/test-misc.c: Likewise.
44972         * stdlib/bug-getcontext.c: Likewise.
44974 2012-05-17  Andreas Jaeger  <aj@suse.de>
44976         * manual/examples/search.c (critter_cmp): Change signature to
44977         avoid warnings.
44978         * manual/string.texi (Collation Functions): Likewise.
44980 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44982         * bits/types.h: Fold copyright years.
44983         * bits/typesizes.h: Likewise.
44984         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
44985         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
44986         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
44987         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
44988         * time/time.h: Likewise.
44990 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
44992         [BZ #208]
44993         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
44994         in instead of returning them.  Return void.
44995         (__libc_mallinfo): Accumulate over all arenas.
44996         (__malloc_stats): Adjust for change in int_mallinfo interface.
44998 2012-05-16  Roland McGrath  <roland@hack.frob.com>
45000         [BZ #10375]
45001         * configure.in (NM): Add AC_CHECK_TOOL for it.
45002         (libc_extra_cflags): New substituted variable.
45003         Check for -fstack-protector being used implicitly.
45004         * configure: Regenerated.
45005         * config.make.in (config-extra-cflags): New variable,
45006         gets @libc_extra_cflags@.
45007         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
45009         [BZ #10375]
45010         * configure.in: Check for _FORTIFY_SOURCE being predefined.
45011         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
45012         * configure: Regenerated.
45013         * config.make.in (CPPUNDEFS): New substituted variable.
45014         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
45015         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
45016         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
45018 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
45020         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
45021         (mq_attr): Use __syscall_slong_t.
45023 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
45025         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
45026         Check __x86_64__ instead of __WORDSIZE.
45027         (_STAT_VER_LINUX): Likewise.
45028         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
45029         __syscall_ulong_t and __syscall_slong_t.
45030         (stat64): Likewise.
45032 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
45034         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
45036 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
45038         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
45040 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
45042         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
45043         __syscall_ulong_t.
45045         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
45046         include <bits/wordsize.h>.  Check __x86_64__ instead of
45047         __WORDSIZE.
45048         (greg_t): Use "__extension__ long long int" if __x86_64__ is
45049         defined.
45050         (mcontext_t): Replace "unsigned long" with "unsigned long long".
45052         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
45053         include <bits/wordsize.h>.  Check __x86_64__ instead of
45054         __WORDSIZE.
45055         (user_regs_struct): Use "__extension__ unsigned long long"
45056         instead of "unsigned long" if __x86_64__ is defined.
45057         (user): Likewise.  Pad after pointer field if __ILP32__ is
45058         defined.
45060 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
45062         * configure.in (makeinfo): Require version 4.5 or later.  Allow
45063         versions 5 to 9.
45064         * configure: Regenerated.
45065         * manual/install.texi (texinfo): Increase version requirement to
45066         4.5 or later.
45067         * INSTALL: Regenerated.
45069         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
45071 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
45073         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
45075         * sysdeps/x86_64/x32/ffs.c: New file.
45077         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
45078         __syscall_ulong_t.
45079         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
45080         defined.  Use __syscall_ulong_t.
45081         (shminfo): Use __syscall_ulong_t.
45082         (shm_info): Likewise.
45084         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
45085         __syscall_ulong_t.
45087         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
45088         <bits/wordsize.h>.
45089         (msgqnum_t): Use __syscall_ulong_t.
45090         (msglen_t): Likewise.
45091         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
45092         __syscall_ulong_t.
45094         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
45095         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
45097         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
45099         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
45100         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
45102         * sysvipc/sys/msg.h (msgbuf): Replace long int with
45103         __syscall_slong_t.
45105         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
45106         include <bits/wordsize.h>.  Check __x86_64__ instead of
45107         __WORDSIZE.
45109         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
45110         "unsigned long long int" if __x86_64__ is defined.
45111         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
45113         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
45114         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
45115         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
45117         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
45118         <stdint.h>.
45119         (GET_PC): Cast to uintptr_t first.
45120         (GET_FRAME): Likewise.
45121         (GET_STACK): Likewise.
45123         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
45124         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
45125         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
45126         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
45127         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
45128         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
45129         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
45130         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
45131         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
45132         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
45133         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
45134         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
45135         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
45136         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
45137         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
45138         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
45139         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
45140         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
45141         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
45142         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
45143         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
45144         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
45145         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
45146         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
45147         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
45148         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
45149         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
45150         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
45151         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
45153 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
45155         * Makerules (+depfiles): Also collect depfiles from .oS in
45156         $(extra-objs).
45157         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
45158         .oS, $(libnldbl-routines)).
45160         * Makerules (native-compile-mkdep-flags): Define.
45161         * sunrpc/Makefile (extra-objs): Add $(addprefix
45162         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
45163         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
45164         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
45165         calling $(make-target-directory).
45167 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45169         * bits/types.h (__snseconds_t): Removed.
45170         * time/time.h (struct timespec): Replace __snseconds_t with
45171         __syscall_slong_t.
45172         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
45173         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
45174         Likewise.
45175         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
45176         (__SNSECONDS_T_TYPE): Likewise.
45177         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
45178         (__SNSECONDS_T_TYPE): Likewise.
45179         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
45180         (__SNSECONDS_T_TYPE): Likewise.
45182 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45184         * sysdeps/mach/hurd/bits/typesizes.h
45185         (__SYSCALL_SLONG_TYPE): New macro.
45186         (__SYSCALL_ULONG_TYPE): Likewise.
45188 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45190         * bits/types.h (__syscall_slong_t): New type.
45191         (__syscall_ulong_t): Likewise.
45193         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
45194         (__SYSCALL_ULONG_TYPE): Likewise.
45195         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
45196         (__SYSCALL_SLONG_TYPE): Likewise.
45197         (__SYSCALL_ULONG_TYPE): Likewise.
45198         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
45199         (__SYSCALL_SLONG_TYPE): Likewise.
45200         (__SYSCALL_ULONG_TYPE): Likewise.
45201         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
45202         (__SYSCALL_SLONG_TYPE): Likewise.
45203         (__SYSCALL_ULONG_TYPE): Likewise.
45205 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45207         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
45208         Add sigaltstack-offsets.sym.
45209         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
45210         <sigaltstack-offsets.h>.
45211         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
45212         longjmp_msg pointer.
45213         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
45214         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
45215         signal stack.
45216         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
45218 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
45220         * elf/stackguard-macros.h: Remove file.
45221         * sysdeps/generic/stackguard-macros.h: New file.
45222         * sysdeps/i386/stackguard-macros.h: Likewise.
45223         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
45224         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
45225         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
45226         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
45227         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
45228         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
45229         * sysdeps/x86_64/stackguard-macros.h: Likewise.
45230         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
45231         <elf/stackguard-macros.h>.
45233         [BZ #14109]
45234         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
45235         __aligned__ in attribute.
45236         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
45237         (gregset_t): Likewise.
45239 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45241         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
45242         * sysdeps/x86_64/64/Implies-after: Here.  New file.
45243         * sysdeps/x86_64/x32/Implies-after: New file.
45245 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45247         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
45248         and access return value for _dl_profile_fixup.  Use R10_LP to
45249         load frame size.
45251 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45253         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
45255 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45257         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
45258         * sysdeps/x86_64/x32/sysdep.h: New file.
45260 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45262         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
45263         * sysdeps/x86_64/setjmp.S: Likewise.
45265 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45267         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
45268         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
45269         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
45270         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
45271         remove unused global constant.
45273 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
45275         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
45276         include of <not-cancel.h>.
45278 2012-05-15  Roland McGrath  <roland@hack.frob.com>
45280         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
45282 2012-05-15  Jeff Law  <law@redhat.com>
45283             Andreas Jaeger  <aj@suse.de>
45285         [BZ #13594]
45286         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
45287         out from...
45288         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
45289         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
45290         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
45291         code changing __hst_map_handle.map.
45293 2012-05-15  Roland McGrath  <roland@hack.frob.com>
45295         * configure.in (sysnames): Look for Implies-before and Implies-after
45296         files.
45297         * configure: Regenerated.
45299 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45301         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
45302         8-byte data alignment with LP_SIZE alignment.
45304 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45306         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
45307         into R10_LP.
45309 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45311         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
45313 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45315         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
45316         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
45317         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
45318         Likewise.
45319         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
45321 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45323         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
45324         (stackinfo_sub_sp): Likewise.
45326 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45328         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
45329         RAX_LP.
45331 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45333         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
45334         into R*_LP.
45336 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45338         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
45339         sizes into R*_LP.
45341 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45343         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
45345 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45347         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
45348         into R11_LP and load __x86_64_shared_cache_size_half into
45349         R8_LP.
45351 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45353         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
45354         R8_LP.
45356 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45358         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
45359         logb for POWER7.
45360         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
45361         logbf for POWER7.
45362         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
45363         logbl for POWER7.
45364         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
45365         powerpc32/power7/fpu/s_logb.c via #include.
45366         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
45367         powerpc32/power7/fpu/s_logbf.c via #include.
45368         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
45369         powerpc32/power7/fpu/s_logbl.c via #include.
45371 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
45373         * README.libm: Remove file.
45375 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
45377         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
45378         count for x32.  Use R*_LP and omit operand-size suffix.
45380 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
45382         * shlib-versions: Move x86_64-.*-linux.* entries to ...
45383         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
45384         * sysdeps/x86_64/x32/shlib-versions: New file.
45386 2012-05-14  Roland McGrath  <roland@hack.frob.com>
45388         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
45389         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
45390         Use _dl_fatal_printf instead.
45392 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
45394         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
45395         set if not set by the user.  Do not allow for being unset.
45396         * sysdeps/unix/sysv/linux/configure: Regenerated.
45398 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
45400         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
45401         the `q' suffix from lea and replace .quad with ASM_ADDR.
45403 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
45405         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
45406         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
45407         instead of $17.
45408         (PTR_DEMANGLE): Likewise.
45410 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
45412         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
45413         (LP_OP): Likewise.
45414         (ASM_ADDR): Likewise.
45415         (RAX_LP): Likewise.
45416         (RBP_LP): Likewise.
45417         (RBX_LP): Likewise.
45418         (RCX_LP): Likewise.
45419         (RDI_LP): Likewise.
45420         (RSI_LP): Likewise.
45421         (RSP_LP): Likewise.
45422         (R8_LP): Likewise.
45423         (R9_LP): Likewise.
45424         (R10_LP): Likewise.
45425         (R10_LP): Likewise.
45426         (R11_LP): Likewise.
45427         (R12_LP): Likewise.
45428         (R13_LP): Likewise.
45429         (R14_LP): Likewise.
45430         (R15_LP): Likewise.
45432 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
45434         * sysdeps/x86_64/x32/dl-machine.h: New file.
45436 2012-05-14  Andreas Jaeger  <aj@suse.de>
45438         * manual/Makefile (subdir): Remove export of subdir.
45439         (all): Remove target.
45440         (.PHONY): Remove all from list.
45441         (mkinstalldirs): Remove.
45442         (.PHONY): Remove installdirs from list.
45443         ($(inst_infodir)/libc.info): Use make-target-directory.
45444         (installdirs): Remove.
45445         (subdir_%): Remove.
45446         (glibc-targets): Remove.
45447         (lib): Remove.
45448         (stubs): Remove.
45449         ($(objpfx)stubs ../po/manual.pot): Remove.
45450         ($(objpfx)stamp%): Remove.
45451         (make-target-directory): Remove.
45452         (subdir_install): Remove.
45453         (routines): Remove.
45454         (aux): Remove.
45455         (sources): Remove.
45456         (objects): Remove.
45457         (headers): Remove.
45459         [BZ #13750]
45460         * manual/.gitignore: Remove, it's not needed anymore.
45461         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
45462         all files in it.
45463         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
45464         directory.
45465         (texis): Renamed to $(objpfx)texis.
45466         (texis-path): New, contains path to generated files.
45467         (chapters.%): Use texis-path for complete path, add extra argument
45468         libc-texinfo.sh.
45469         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
45470         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
45471         (summary,texi, stamp-summary): Use complete path of
45472         files. Generate files in build dir.
45473         (dir-add.texi): Build in build dir.
45474         (libm-err.texi,stamp-libm-err): Likewise.
45475         (version.texi, stamp-version): Likewise.
45476         (.%c.texi): Likewise.
45477         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
45478         (mostlyclean): Remove target.
45479         (realclean): Remove target.
45480         (generated): Add new variable with contents from mostlyclean and
45481         realclean, remove entries duplicated in common-mostlyclean, add
45482         stamp-libm-err and stamp-version.
45483         (generated-dirs): Add libc directory.
45484         ($(inst_infodir)/libc.info): Install files from build dir.
45486         * manual/install.texi (Configuring and compiling): Adjust since
45487         the info files are not part of the tar ball anymore.
45489 2012-05-14  Andreas Jaeger  <aj@suse.de>
45491         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
45492         variable.
45494 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
45496         [BZ #13717]
45497         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
45498         to 2.2.0 where earlier.
45499         * sysdeps/unix/sysv/linux/configure: Regenerated.
45500         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
45501         Remove conditional code.
45502         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
45503         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
45504         Remove conditional code.
45505         [!__NR_lchown]: Likewise.
45506         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
45507         [__NR_lchown]: Likewise.
45508         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
45509         comment referencing __ASSUME_LCHOWN_SYSCALL.
45510         * sysdeps/unix/sysv/linux/i386/sigaction.c
45511         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
45512         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
45513         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
45514         Remove conditional code.
45515         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
45516         (__protocol_available): Remove #if 0 code.
45517         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
45518         conditional code.
45519         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
45520         * sysdeps/unix/sysv/linux/kernel-features.h
45521         (__ASSUME_GETCWD_SYSCALL): Don't define.
45522         (__ASSUME_REALTIME_SIGNALS): Likewise.
45523         (__ASSUME_PREAD_SYSCALL): Likewise.
45524         (__ASSUME_PWRITE_SYSCALL): Likewise.
45525         (__ASSUME_POLL_SYSCALL): Likewise.
45526         (__ASSUME_LCHOWN_SYSCALL): Likewise.
45527         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
45528         non-SPARC.
45529         (__ASSUME_SIOCGIFNAME): Don't define.
45530         (__ASSUME_MSG_NOSIGNAL): Likewise.
45531         (__ASSUME_SENDFILE): Define unconditionally.
45532         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
45533         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
45534         conditional code.
45535         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
45536         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
45537         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
45538         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
45539         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
45540         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
45541         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
45542         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
45543         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
45544         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
45545         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
45546         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
45547         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
45548         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
45549         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
45550         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
45551         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
45552         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
45553         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
45554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
45555         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
45556         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
45557         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
45558         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
45559         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
45560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
45561         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
45562         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
45563         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
45564         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
45565         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
45566         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
45567         Remove conditional code.
45568         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
45569         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
45570         Remove conditional code.
45571         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
45572         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
45573         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
45574         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
45575         Remove conditional code.
45576         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
45577         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
45578         Remove conditional code.
45579         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
45580         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
45581         Remove conditional code.
45582         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
45583         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
45584         Remove conditional code.
45585         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
45586         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
45587         Remove conditional code.
45588         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
45589         * sysdeps/unix/sysv/linux/sh/pwrite64.c
45590         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
45591         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
45592         * sysdeps/unix/sysv/linux/sigaction.c
45593         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
45594         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
45595         * sysdeps/unix/sysv/linux/sigpending.c
45596         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
45597         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
45598         * sysdeps/unix/sysv/linux/sigprocmask.c
45599         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
45600         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
45601         * sysdeps/unix/sysv/linux/sigsuspend.c
45602         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
45603         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
45604         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
45605         (__libc_missing_rt_sigs): Remove.
45606         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
45607         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
45608         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
45609         Remove conditional code.
45610         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
45611         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
45612         return 1.
45613         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
45614         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
45615         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
45616         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
45618 2012-05-14  Andreas Jaeger  <aj@suse.de>
45620         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
45621         it's not used in glibc.
45622         (__coshm1): Likewise.
45623         (__acosh1p): Likewise.
45624         (__sgn): Likewise.
45626         * manual/string.texi (Copying and Concatenation): Add missing
45627         variable in concat example.
45628         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
45630 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
45632         [BZ #14103]
45633         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
45634         __builtin_clzl with __builtin_clzll.
45636 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
45638         [BZ #14104]
45639         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
45640         libc_freeres_ptr.
45642 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45644         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
45645         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
45646         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
45647         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
45649 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
45651         * NEWS: Update ia64 info.
45653 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
45655         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
45656         used as bcopy.
45658 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
45660         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
45661         * sysdeps/unix/syscalls.list (dup3): Likewise.
45662         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
45663         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
45665 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
45667         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
45668         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
45670 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
45672         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
45673         thread pointer.
45674         (TLS_IE): Use mov/add instead of movq/addq to load thread
45675         pointer.
45676         (TLS_GD_PREFIX): New.
45677         (TLS_GD): Use it.
45679 2012-05-11  David S. Miller  <davem@davemloft.net>
45681         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
45682         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
45683         (_FPU_SETCW): Likewise.
45685 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
45687         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
45688         is 32-byte aligned.
45690 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
45692         [BZ #11837]
45693         * iconvdata/gb18030.c: Update tables.
45694         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
45695         characters specially.
45696         (BODY for TO_LOOP): Add encoding of missing ranges.
45698 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
45700         [BZ #13673]
45701         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
45702         * sysdeps/mach/hurd/dup3.c: Likewise.
45703         * sysdeps/mach/hurd/readlinkat.c: Likewise.
45704         * sysdeps/powerpc/memmove.c:: Likewise.
45706 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
45708         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
45709         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
45711 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
45713         * elf/elf.h (R_X86_64_RELATIVE64): New.
45714         (R_X86_64_NUM): Updated.
45715         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
45716         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
45717         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
45718         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
45719         tst-quad1pie tst-quad2pie
45720         (modules-names): Add tst-quadmod1 tst-quadmod2.
45721         ($(objpfx)tst-quad1): New dependency.
45722         ($(objpfx)tst-quad2): Likewise.
45723         ($(objpfx)tst-quad1pie): Likewise.
45724         ($(objpfx)tst-quad2pie): Likewise.
45725         * sysdeps/x86_64/tst-quad1.c: New file.
45726         * sysdeps/x86_64/tst-quad1pie.c: New file.
45727         * sysdeps/x86_64/tst-quad2.c: Likewise.
45728         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
45729         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
45730         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
45731         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
45732         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
45734 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45736         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
45737         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
45738         * streams/stropts.h (t_scalar_t): Define type.
45740         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
45741         (_PATH_PRESERVE): Set to "/var/lib".
45742         (_PATH_RWHODIR): Set to "/var/spool/rwho".
45744         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
45745         instead of int.
45747         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
45748         if __dir_mkfile succeeded.
45750         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
45751         checking for _hurd_dtablesize.  Unlock it right after having
45752         finished _hurd_dtable allocation.
45754 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45756         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
45757         * sysdeps/mach/hurd/configure: Regenerated.
45758         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
45759         special-casing to...
45760         * sysdeps/gnu/configure.in: ... this new file.
45761         * sysdeps/unix/sysv/linux/configure: Regenerated.
45762         * sysdeps/gnu/configure: New generated file.
45764         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
45765         for Linux: use nsec instead of usec, as well as:
45766         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
45767         members of type struct timespec.
45768         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
45769         New macros.
45770         (struct stat64): Likewise.
45771         (_STATBUF_ST_NSEC): New macro.
45772         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
45774         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
45775         __strtoul_internal rather than strtoul.
45777 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
45779         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
45780         and reject them.
45782 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45784         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
45785         which preserves existing values.
45786         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
45788 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
45790         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
45791         TIMEOUT values.  Return EINVAL for NFDS values either negative or
45792         greater than FD_SETSIZE.
45794 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45796         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
45797         allocated, call __vm_protect to finish enabling the existing space, and
45798         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
45799         allocate the remainder.
45801 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
45803         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
45804         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
45806 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45808         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
45809         sysdeps/mach/hurd/readlink.c.
45811         * posix/tst-sysconf.c (posix_options): Only use
45812         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
45813         _POSIX_SYNCHRONIZED_IO when they are defined
45814         * sysdeps/mach/hurd/bits/posix_opt.h:
45815         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
45816         (_XOPEN_REALTIME): Undefine macro.
45817         (_XOPEN_REALTIME_THREADS): Undefine macro.
45818         (_XOPEN_SHM): Undefine macro.
45819         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
45820         macro to -1.
45821         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
45822         macro to -1.
45823         (_POSIX_ASYNC_IO): Undefine macro.
45824         (_POSIX_PRIORITIZED_IO): Undefine macro.
45825         (_POSIX_SPIN_LOCKS): Define macro to -1.
45827         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
45828         SA_NODEFER, SA_RESETHAND.
45829         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
45830         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
45831         F_DUPFD_CLOEXEC.
45833 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45835         * elf/Makefile (pldd-modules): Define unconditionally.
45837 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45839         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
45841 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45843         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
45844         Return ENOENT when name is empty.
45845         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
45847 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45849         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
45851         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
45853 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45855         Fix mlock in all cases except non-readable pages.
45856         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
45857         instead of VM_PROT_ALL as parameter to __vm_wire function.
45859         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
45860         (__mkdir): When path is `/', just fail with EEXIST.
45861         * sysdeps/mach/hurd/mkdirat.c: Likewise.
45863 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45865         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
45866         <sys/uio.h> (for writev).
45867         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
45868         and <sys/param.h> (for MIN).
45870 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
45872         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
45873         REQUESTED_TIME.  Properly set the remaining time and return EINTR
45874         if interrupted.
45876 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45878         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
45879         Depend on against $(link-rpcuserlibs).
45881 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45883         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
45884         (__libc_stack_end): Do not use attribute_relro.
45885         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
45886         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
45887         to libthread-provided value.
45888         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
45889         attribute_relro.
45891 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45893         [BZ #3748]
45894         * bits/libc-lock.h (__libc_once_get): New macro.
45895         * sysdeps/mach/bits/libc-lock.h: Likewise.
45896         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
45897         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
45898         instead of using implementation details.
45900         * libio/fileops.c: Unconditionally include <kernel-features.h>.
45901         * libio/freopen.c: Likewise.
45902         * libio/freopen64.c: Likewise.
45903         * misc/syslog.c: Likewise.
45904         * nscd/connections.c: Likewise.
45905         * nscd/netgroupcache.c: Likewise.
45906         * sysdeps/posix/getcwd.c: Likewise.
45908 2012-05-10  Roland McGrath  <roland@hack.frob.com>
45910         * math/w_ilogbf.c: Add #include <limits.h>.
45912 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45914         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
45915         path instead of returning without unlocking.
45917         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
45918         immediate-write ioctls.
45919         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
45921 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45923         * sysdeps/mach/hurd/i386/init-first.c (init): Use
45924         __builtin_frame_address instead of making assumptions about the
45925         location of the return address relative to DATA.  Force early load of
45926         the return address.
45927         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
45928         __builtin_frame_address.
45930         dup3 for GNU Hurd.
45931         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
45932         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
45933         implement dup3 and do some further code clean-ups.
45934         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
45935         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
45937 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45939         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
45941         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
45942         HURD_CRITICAL_END around holding _hurd_dtable_lock.
45943         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
45944         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
45945         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
45946         d->port.lock.
45948         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
45949         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
45950         when handler == SIG_ERR, not when handler != SIG_ERR.
45952 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45954         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
45955         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
45956         definitions.
45958         accept4 for GNU Hurd.
45959         * include/sys/socket.h (__libc_accept4): New prototype.
45960         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
45961         to implement __libc_accept4.
45962         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
45963         __libc_accept4.
45964         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
45966         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
45967         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
45968         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
45969         signal-defines.sym.
45971 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45973         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
45975 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45977         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
45978         assertion on O_CLOEXEC flag.
45979         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
45980         * hurd/intern-fd.c: Likewise.
45981         * hurd/port2fd.c: Likewise.
45983 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45985         [BZ #3906]
45986         * bits/in.h (IPV6_PKTINFO): Define new macro.
45987         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
45989 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45991         [BZ #13954]
45992         [BZ #13955]
45993         [BZ #13956]
45994         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
45995         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
45996         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
45997         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
45998         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
45999         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
46000         * math/libm-test.inc (logb_test) : Additional logb tests.
46002 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
46003             Andreas Jaeger  <aj@suse.de>
46005         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
46006         * configure: Regenerated.
46007         * config.h.in (LINK_OBSOLETE_RPC): New macro.
46008         * config.make.in (link-obsolete-rpc): New substituted variable.
46009         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
46010         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
46011         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
46012         (shared-only-routines): Don't set it under [link-obsolete-rpc],
46013         so that libc.a contains the symbols.
46014         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
46015         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
46016         * sunrpc/auth_none.c: Likewise.
46017         * sunrpc/auth_unix.c: Likewise.
46018         * sunrpc/authdes_prot.c: Likewise.
46019         * sunrpc/authuxprot.c: Likewise.
46020         * sunrpc/clnt_gen.c: Likewise.
46021         * sunrpc/clnt_perr.c: Likewise.
46022         * sunrpc/clnt_raw.c: Likewise.
46023         * sunrpc/clnt_simp.c: Likewise.
46024         * sunrpc/clnt_tcp.c: Likewise.
46025         * sunrpc/clnt_udp.c: Likewise.
46026         * sunrpc/clnt_unix.c: Likewise.
46027         * sunrpc/des_crypt.c: Likewise.
46028         * sunrpc/des_soft.c: Likewise.
46029         * sunrpc/get_myaddr.c: Likewise.
46030         * sunrpc/key_call.c: Likewise.
46031         * sunrpc/key_prot.c: Likewise.
46032         * sunrpc/netname.c: Likewise.
46033         * sunrpc/pm_getmaps.c: Likewise.
46034         * sunrpc/pm_getport.c: Likewise.
46035         * sunrpc/pmap_clnt.c: Likewise.
46036         * sunrpc/pmap_prot.c: Likewise.
46037         * sunrpc/pmap_prot2.c: Likewise.
46038         * sunrpc/pmap_rmt.c: Likewise.
46039         * sunrpc/publickey.c: Likewise.
46040         * sunrpc/rpc_cmsg.c: Likewise.
46041         * sunrpc/rpc_common.c: Likewise.
46042         * sunrpc/rpc_dtable.c: Likewise.
46043         * sunrpc/rpc_prot.c: Likewise.
46044         * sunrpc/rpc_thread.c: Likewise.
46045         * sunrpc/rtime.c: Likewise.
46046         * sunrpc/svc.c: Likewise.
46047         * sunrpc/svc_auth.c: Likewise.
46048         * sunrpc/svc_raw.c: Likewise.
46049         * sunrpc/svc_run.c: Likewise.
46050         * sunrpc/svc_tcp.c: Likewise.
46051         * sunrpc/svc_udp.c: Likewise.
46052         * sunrpc/svc_unix.c: Likewise.
46053         * sunrpc/svcauth_des.c: Likewise.
46054         * sunrpc/xcrypt.c: Likewise.
46055         * sunrpc/xdr.c: Likewise.
46056         * sunrpc/xdr_array.c: Likewise.
46057         * sunrpc/xdr_float.c: Likewise.
46058         * sunrpc/xdr_intXX_t.c: Likewise.
46059         * sunrpc/xdr_mem.c: Likewise.
46060         * sunrpc/xdr_rec.c: Likewise.
46061         * sunrpc/xdr_ref.c: Likewise.
46062         * sunrpc/xdr_sizeof.c: Likewise.
46063         * sunrpc/xdr_stdio.c: Likewise.
46065 2012-05-10  Roland McGrath  <roland@hack.frob.com>
46067         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
46068         change.  Update copyright years.
46070 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
46072         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
46074 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
46075             Joseph Myers  <joseph@codesourcery.com>
46076             Paul Pluzhnikov  <ppluzhnikov@google.com>
46078         [BZ #14012]
46079         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
46080         requiring rpcgen.
46081         [cross-compiling] (extra-libs): Likewise.
46082         [cross-compiling] (extra-libs-others): Likewise.
46083         [cross-compiling] (librpcsvc-routines): Likewise.
46084         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
46085         [cross-compiling] (omit-deps): Likewise.
46086         (sunrpc-CPPFLAGS): New variable.
46087         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
46088         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
46089         (cross-rpcgen-objs): New variable.
46090         (extra-objs): Append $(cross-rpcgen-objs).
46091         ($(cross-rpcgen-objs)): New rule.
46092         ($(objpfx)cross-rpcgen): Likewise.
46093         (rpcgen-cmd): Define to use $(built-program-file).  Expand
46094         comment.
46095         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
46096         ($(objpfx)x%.stmp): Likewise.
46097         * sunrpc/proto.h [IS_IN_build] (_): Define.
46098         [IS_IN_build] (_libc_intl_domainname): Likewise.
46100 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
46102         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
46103         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
46104         and R_X86_64_TPOFF64.
46106 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
46108         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
46109         sysdeps/unix/sysv/syscalls.list.
46110         (stime): Likewise.
46111         (utime): Likewise.
46112         * sysdeps/unix/sysv/syscalls.list: Remove file.
46114 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
46116         [BZ #3440]
46117         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
46118         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
46119         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
46120         (__LC_IDENTIFICATION): Make these macros useful in #if
46121         expressions, as required by C99.
46123 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
46125         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
46126         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
46127         after this.
46129 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
46131         * stdlib/longlong.h: Updated from GCC.
46133 2012-05-09  Andreas Jaeger  <aj@suse.de>
46135         * nscd/nscd.c (run_modes): Make named enum, reorder so that
46136         default is first entry.
46137         (run_mode): Set type.
46138         (main): Remove informal message about syslog.
46139         (options): Fix typo.
46141         [BZ #14053]
46142         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
46143         to asm.
46144         (lrint): Likewise.
46145         (llrintf): Likewise.
46146         (llrint): Likewise.
46147         (rint): Likewise.
46148         (rintf): Likewise.
46149         (nearbyint): Likewise.
46150         (nearbyintf): Likewise.
46152 2012-05-09  Andreas Jaeger  <aj@suse.de>
46153             Pedro Alves  <palves@redhat.com>
46155         * nscd/nscd.c (run_mode): Use enum.
46156         (main): Cleanup coding style issue.
46158 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
46159             Andreas Jaeger  <aj@suse.de>
46161         * nscd/nscd.c (go_background): Replaced with...
46162         (run_mode): ... this.
46163         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
46164         (options): Add -F --foreground.
46165         (main): Implement it.
46166         (parse_opt): Parse it.
46168 2012-05-09  Andreas Jaeger  <aj@suse.de>
46170         [BZ #14083]
46171         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
46172         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
46173         -Wconversion warning.
46174         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
46175         Likewise.
46177 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
46179         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
46180         == 0.
46181         (LC_ALL): Use macro-int-constant.
46182         (LC_COLLATE): Likewise.
46183         (LC_CTYPE): Likewise.
46184         (LC_MESSAGES): Likewise.
46185         (LC_MONETARY): Likewise.
46186         (LC_NUMERIC): Likewise.
46187         (LC_TIME): Likewise.
46188         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
46189         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
46190         [ISO || ISO99 || ISO11] (*_t): Do not allow.
46191         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
46192         Specify type.
46193         [C99-based standards] (float_t): Expect type.
46194         [C99-based standards] (double_t): Expect type.
46195         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
46196         type.
46197         [C99-based standards] (HUGE_VALL): Likewise.
46198         [C99-based standards] (INFINITY): Likewise.
46199         [C99-based standards] (NAN): Likewise.
46200         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
46201         [C99-based standards] (FP_NAN): Likewise.
46202         [C99-based standards] (FP_NORMAL): Likewise.
46203         [C99-based standards] (FP_SUBNORMAL): Likewise.
46204         [C99-based standards] (FP_ZERO): Likewise.
46205         [C99-based standards] (FP_FAST_FMA): Use
46206         optional-macro-int-constant.  Specify type.  Require == 1.
46207         [C99-based standards] (FP_FAST_FMAF): Likewise.
46208         [C99-based standards] (FP_FAST_FMAL): Likewise.
46209         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
46210         [C99-based standards] (FP_ILOGBNAN): Likewise.
46211         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
46212         Specify type.
46213         [C99-based standards] (MATH_ERREXCEPT): Likewise.
46214         [C99-based standards] (math_errhandling): Specify type.
46215         [ISO99 || ISO11] (signgam): Do not allow.
46216         [non-C99-based standards] (copysignf): Do not allow.
46217         [non-C99-based standards] (exp2f): Likewise.
46218         [non-C99-based standards] (log2f): Likewise.
46219         [non-C99-based standards] (modff): Allow.
46220         [non-C99-based standards] (erff): Do not allow.
46221         [non-C99-based standards] (erfcf): Likewise.
46222         [non-C99-based standards] (gammaf): Likewise.
46223         [non-C99-based standards] (hypotf): Likewise.
46224         [non-C99-based standards] (j0f): Likewise.
46225         [non-C99-based standards] (j1f): Likewise.
46226         [non-C99-based standards] (jnf): Likewise.
46227         [non-C99-based standards] (lgammaf): Likewise.
46228         [non-C99-based standards] (tgammaf): Likewise.
46229         [non-C99-based standards] (y0f): Likewise.
46230         [non-C99-based standards] (y1f): Likewise.
46231         [non-C99-based standards] (ynf): Likewise.
46232         [non-C99-based standards] (isnanf): Likewise.
46233         [non-C99-based standards] (acoshf): Likewise.
46234         [non-C99-based standards] (asinhf): Likewise.
46235         [non-C99-based standards] (atanhf): Likewise.
46236         [non-C99-based standards] (cbrtf): Likewise.
46237         [non-C99-based standards] (expm1f): Likewise.
46238         [non-C99-based standards] (ilogbf): Likewise.
46239         [non-C99-based standards] (log1pf): Likewise.
46240         [non-C99-based standards] (logbf): Likewise.
46241         [non-C99-based standards] (nextafterf): Likewise.
46242         [non-C99-based standards] (remainderf): Likewise.
46243         [non-C99-based standards] (rintf): Likewise.
46244         [non-C99-based standards] (scalbf): Likewise.
46245         [non-C99-based standards] (copysignl): Likewise.
46246         [non-C99-based standards] (exp2l): Likewise.
46247         [non-C99-based standards] (log2l): Likewise.
46248         [non-C99-based standards] (modfl): Allow.
46249         [non-C99-based standards] (erfl): Do not allow.
46250         [non-C99-based standards] (erfcl): Likewise.
46251         [non-C99-based standards] (gammal): Likewise.
46252         [non-C99-based standards] (hypotl): Likewise.
46253         [non-C99-based standards] (j0l): Likewise.
46254         [non-C99-based standards] (j1l): Likewise.
46255         [non-C99-based standards] (jnl): Likewise.
46256         [non-C99-based standards] (lgammal): Likewise.
46257         [non-C99-based standards] (tgammal): Likewise.
46258         [non-C99-based standards] (y0l): Likewise.
46259         [non-C99-based standards] (y1l): Likewise.
46260         [non-C99-based standards] (ynl): Likewise.
46261         [non-C99-based standards] (isnanl): Likewise.
46262         [non-C99-based standards] (acoshl): Likewise.
46263         [non-C99-based standards] (asinhl): Likewise.
46264         [non-C99-based standards] (atanhl): Likewise.
46265         [non-C99-based standards] (cbrtl): Likewise.
46266         [non-C99-based standards] (expm1l): Likewise.
46267         [non-C99-based standards] (ilogbl): Likewise.
46268         [non-C99-based standards] (log1pl): Likewise.
46269         [non-C99-based standards] (logbl): Likewise.
46270         [non-C99-based standards] (nextafterl): Likewise.
46271         [non-C99-based standards] (remainderl): Likewise.
46272         [non-C99-based standards] (rintl): Likewise.
46273         [non-C99-based standards] (scalbl): Likewise.
46274         [ISO || ISO99 || ISO11] (*_t): Do not allow.
46275         [non-C99-based standards] (FP_*): Do not allow.
46276         [C99-based standards] (FP_*): Change to
46277         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
46278         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
46279         allow.
46280         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
46281         (SIG_ERR): Likewise.
46282         [X/Open-based standards] (SIG_HOLD): Likewise.
46283         (SIG_IGN): Likewise.
46284         (SIGABRT): Use macro-int-constant.  Specify type.  Require
46285         positive value.
46286         (SIGFPE): Likewise.
46287         (SIGILL): Likewise.
46288         (SIGINT): Likewise.
46289         (SIGSEGV): Likewise.
46290         (SIGTER): Likewise.
46291         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
46292         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
46293         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
46294         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
46295         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
46296         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
46297         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
46298         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
46299         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
46300         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
46301         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
46302         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
46303         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
46304         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
46305         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
46306         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
46307         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
46308         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
46309         [X/Open-based standards] (SIGTRAP): Likewise.
46310         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
46311         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
46312         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
46313         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
46314         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
46315         allow.
46317 2012-05-08  Ian Wienand  <ianw@vmware.com>
46319         [BZ #14080]
46320         * time/tzset.c (__tzset_parse_tz): Update default rules for
46321         daylight time changes in the Energy Policy Act of 2005.
46323 2012-05-09  Andreas Jaeger  <aj@suse.de>
46325         [BZ #13983]
46326         * elf/ldconfig.c (parse_conf): Change string to make clear that
46327         ldconfig only issued a warning if ld.so.conf does not exist.
46329 2012-05-08  David S. Miller  <davem@davemloft.net>
46331         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
46332         movxtod instead of popping the value on the stack.
46334         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46336 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
46338         * config.h.in: Add HAVE_ARM_PCS_VFP.
46340 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
46342         [BZ #13979]
46343         * include/features.h: Warn if user requests __FORTIFY_SOURCE
46344         checking but the checks are disabled for any reason.
46346 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
46348         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
46349         and ELF64_R_TYPE with ELFW(R_TYPE).
46351 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
46353         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
46354         (ulimit): Likewise.
46356         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
46357         (settimeofday): Likewise.
46359 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
46361         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
46362         a struct th_u2 inside the union, and move tu_block/tu_code into
46363         a new th_u3 union of tu_block/tu_code inside of that.  Move
46364         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
46365         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
46366         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
46367         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
46368         (th_stuff): Change to th_u1.tu_stuff.
46369         (th_data): Define.
46370         (th_msg): Change to th_u1.th_u2.tu_data.
46372 2012-05-07  David S. Miller  <davem@davemloft.net>
46374         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46376         [BZ #14074]
46377         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
46378         (SETUP_PIC_REG): Use it.
46379         (SETUP_PIC_REG_LEAF): Use it.
46381 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
46383         [BZ #13885]
46384         [BZ #13923]
46385         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
46386         USE_AS_EXPM1L.
46387         (EXPL_FINITE): Likewise.
46388         (FLDLOG): Likewise.
46389         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
46390         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
46391         e_expl.S.
46392         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
46393         USE_AS_EXPM1L.
46394         (EXPL_FINITE): Likewise.
46395         (FLDLOG): Likewise.
46396         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
46397         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
46398         e_expl.S.
46399         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
46400         test of -max_value argument for long double.
46401         * sysdeps/i386/fpu/libm-test-ulps: Update.
46402         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46404 2012-05-06  David S. Miller  <davem@davemloft.net>
46406         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
46407         quad soft-float symbols whose references which are compiler
46408         generated.
46409         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
46411 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
46413         [BZ #13884]
46414         [BZ #13914]
46415         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
46416         USE_AS_EXP10L.
46417         (EXPL_FINITE): Likewise.
46418         (FLDLOG): Likewise.
46419         (c0): Likewise.
46420         (c1): Likewise.
46421         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
46422         Adjust comments for base varying.
46423         (__expl_finite): Change alias to EXPL_FINITE.
46424         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
46425         e_expl.S.
46426         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
46427         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
46428         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
46429         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
46430         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
46431         USE_AS_EXP10L.
46432         (EXPL_FINITE): Likewise.
46433         (FLDLOG): Likewise.
46434         (c0): Likewise.
46435         (c1): Likewise.
46436         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
46437         Adjust comments for base varying.
46438         (__expl_finite): Change alias to EXPL_FINITE.
46439         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
46440         tests for bugs.
46441         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46443         [BZ #14064]
46444         * math/libm-test.inc (check_float_internal): Correct ulp
46445         calculation for subnormal expected results.
46447 2012-05-06  Andreas Jaeger  <aj@suse.de>
46449         * Makeconfig (+math-flags): New, set to -frounding-math.
46450         (+cflags): Add +math-flags so that all of glibc gets compiled with
46451         it.
46453         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
46455 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
46457         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
46458         Disable one test.
46460         [BZ #13787]
46461         [BZ #13922]
46462         [BZ #14036]
46463         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
46464         (__ieee754_expl): Allow for and saturate large arguments.
46465         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
46466         (u_threshold): Likewise.
46467         (__exp): Call __ieee754_exp before checking for overflow and
46468         underflow.
46469         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
46470         (u_threshold): Likewise.
46471         (__expf): Call __ieee754_expf before checking for overflow and
46472         underflow.
46473         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
46474         (u_threshold): Likewise.
46475         (__expl): Call __ieee754_expl before checking for overflow and
46476         underflow.
46477         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
46478         (__ieee754_expl): Allow for and saturate large arguments.
46479         * math/libm-test.inc (exp_test): Add another test.  Do not allow
46480         missing overflow exception on overflow.
46481         (expm1_test): Do not allow missing overflow exception on overflow.
46483         * sysdeps/i386/fpu/e_expl.c: Move to ...
46484         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
46485         rather than using inline asm.
46486         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
46487         * sysdeps/x86_64/fpu/e_expl.S: Copy from
46488         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
46490         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
46491         (nice): Likewise.
46492         (poll): Likewise.
46493         (signal): Likewise.
46494         (time): Likewise.
46495         (times): Likewise.
46497 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
46499         * sysdeps/unix/syscalls.list (adjtime): Add entry from
46500         sysdeps/unix/common/syscalls.list.
46501         (fchmod): Likewise.
46502         (fchown): Likewise.
46503         (ftruncate): Likewise.
46504         (getrusage): Likewise.
46505         (gettimeofday): Likewise.
46506         (setpgid): Likewise.
46507         (setregid): Likewise.
46508         (setreuid): Likewise.
46509         (sigaction): Likewise.
46510         (truncate): Likewise.
46511         (vhangup): Likewise.
46512         * sysdeps/unix/common/syscalls.list: Remove file.
46513         * sysdeps/unix/bsd/Implies: Don't include unix/common.
46514         * sysdeps/unix/sysv/linux/Implies: Likewise.
46516 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
46518         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
46519         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
46520         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
46521         Moved to ...
46522         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
46523         Here.
46524         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
46525         to ...
46526         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
46527         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
46528         to ...
46529         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
46530         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
46531         to ...
46532         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
46533         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
46534         to ...
46535         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
46536         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
46537         to ...
46538         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
46539         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
46540         to ...
46541         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
46542         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
46543         to ...
46544         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
46545         Here.
46546         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
46547         to ...
46548         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
46549         Here.
46550         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
46551         to ...
46552         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
46553         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
46554         Moved to ...
46555         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
46556         Here.
46557         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
46558         to ...
46559         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
46561 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
46563         * sysdeps/unix/common/bits/dirent.h: Remove file.
46564         * sysdeps/unix/common/bits/fcntl.h: Likewise.
46566         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
46567         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
46568         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
46569         * sysdeps/unix/bsd/isatty.c: Likewise.
46570         * sysdeps/unix/bsd/tcdrain.c: Likewise.
46571         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
46572         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
46574 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46576         [BZ #13563]
46577         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
46578         long double comparison inaccuracies.
46579         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
46580         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46582 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
46584         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
46585         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
46587 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
46589         [BZ #14049]
46590         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
46591         nonzero digits before rounding a hex value.
46592         * stdlib/tst-strtod.c (tests): Add another test.
46594 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46596         * sysdeps/s390/fpu/libm-test-ulps: Update.
46598 2012-05-03  Andreas Jaeger  <aj@suse.de>
46600         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
46601         does not get optimized out.
46602         (malloc_opt_barrier): New.
46604 2012-05-03  Andreas Jaeger  <aj@suse.de>
46605             Roland McGrath  <roland@hack.frob.com>
46607         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
46608         intermediate file deletion.
46609         (generated): Add .symlist files.
46611 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
46613         [BZ #13775]
46614         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
46615         Redirect under this condition.
46616         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
46617         [__USE_GNU] (__dprintf_chk): Not under this condition.
46618         [__USE_GNU] (__vdprintf_chk): Likewise.
46619         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
46620         under this condition.
46621         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
46622         [__USE_XOPEN2K8] (dprintf): Define under this condition.
46623         [__USE_XOPEN2K8] (vdprintf): Likewise.
46624         [__USE_GNU] (__dprintf_chk): Not under this condition.
46625         [__USE_GNU] (__vdprintf_chk): Likewise.
46626         [__USE_GNU] (dprintf): Likewise.
46627         [__USE_GNU] (vdprintf): Likewise.
46629 2012-05-03  Roland McGrath  <roland@hack.frob.com>
46631         * elf/Makefile (common-generated): Set this instead of generated for
46632         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
46633         $(all-built-dso)-derived lists.
46635 2012-05-03  Andreas Jaeger  <aj@suse.de>
46637         * sysdeps/i386/fpu/libm-test-ulps: Update.
46639         * FAQ: Removed.
46640         * FAQ.in: Likewise.
46641         * scripts/gen-FAQ.pl: Likewise.
46642         * manual/install.texi (Installation): Point to online location of
46643         FAQ.
46644         * Makefile (files-for-dist): Remove FAQ.
46645         (FAQ): Remove.
46647 2012-05-02  Allan McRae  <allan@archlinux.org>
46649         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
46650         (LDFLAGS-reldepmod5.so): Likewise.
46651         (LDFLAGS-reldep6mod1.so): Likewise.
46652         (LDFLAGS-reldep6mod4.so): Likewise.
46653         (LDFLAGS-reldep8mod3.so): Likewise.
46654         (LDFLAGS-unload4mod1.so): Likewise.
46655         (LDFLAGS-unload4mod2.so): Likewise.
46656         (LDFLAGS-tst-initorder): Likewise.
46657         (LDFLAGS-tst-initordera2.so): Likewise.
46658         (LDFLAGS-tst-initordera3.so): Likewise.
46659         (LDFLAGS-tst-initordera4.so): Likewise.
46660         (LDFLAGS-tst-initorderb2.so): Likewise.
46661         (LDFLAGS-noload): Likewise.
46662         (LDFLAGS-next): Likewise.
46663         (LDFLAGS-order2mod1.so): Likewise.
46664         (LDFLAGS-order2mod2.so): Likewise.
46665         (LDFLAGS-tst-initorder2): Likewise.
46666         (LDFLAGS-tst-initorder2a.so): Likewise.
46667         (LDFLAGS-tst-initorder2b.so): Likewise.
46668         (LDFLAGS-tst-initorder2c.so): Likewise.
46669         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
46671 2012-05-02  David S. Miller  <davem@davemloft.net>
46673         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46675 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
46677         [BZ #14055]
46678         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
46680 2012-05-02  Andreas Jaeger  <aj@suse.de>
46682         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
46683         since we manipulate rounding mode.
46684         (CPPFLAGS-test-idouble.c): Likewise.
46685         (CPPFLAGS-test-ifloat.c): Likewise.
46686         (CFLAGS-test-ldouble.c): Likewise.
46687         (CFLAGS-test-double.c): Likewise.
46688         (CFLAGS-test-float.c): Likewise.
46689         (CFLAGS-test-misc.c): Likewise.
46690         (CFLAGS-test-test-fenv.c): Likewise.
46692 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46694         [BZ #2550]
46695         [BZ #2570]
46696         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
46697         comparisons to determine direction to adjust input.
46699 2012-05-01  Roland McGrath  <roland@hack.frob.com>
46701         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
46702         output to the target.
46704         * scripts/localplt.awk: New file.
46705         * elf/Makefile ($(objpfx)check-localplt): Target removed.
46706         (check-localplt-CFLAGS): Variable removed.
46707         ($(all-built-dso:=.jmprel)): New static pattern rule.
46708         (generated): Add those targets.
46709         (localplt-built-dso): New variable.
46710         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
46712         * elf/check-localplt.c: File removed.
46714         * scripts/check-execstack.awk: New file.
46715         * elf/Makefile ($(objpfx)check-execstack): Target removed.
46716         (check-execstack-CFLAGS): Variable removed.
46717         ($(objpfx)check-execstack.h): Target removed.
46718         ($(objpfx)execstack-default): New target.
46719         (generated): Add that instead of check-execstack.h.
46720         ($(all-built-dso:=.phdr)): New static pattern rule.
46721         (generated): Add those targets.
46722         * elf/check-execstack.c: File removed.
46724         * scripts/check-textrel.awk: New file.
46725         * elf/Makefile ($(objpfx)check-textrel): Target removed.
46726         (check-textrel-CFLAGS): Variable removed.
46727         (all-built-dso): Use := to define.o
46728         ($(all-built-dso:=.dyn)): New static pattern rule.
46729         (generated): Add those targets.
46730         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
46731         * config.make.in (READELF): New substituted variable.
46732         * elf/check-textrel.c: File removed.
46734 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
46736         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
46737         allow.
46738         * conform/data/ctype.h-data [C99-based standards] (isblank):
46739         Expect function.
46740         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
46741         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
46742         [ISO || ISO99 || ISO11] (*_t): Do not allow.
46743         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
46744         Specify type.  Require positive value.
46745         (EILSEQ): Likewise.
46746         (ERANGE): Likewise.
46747         [ISO || POSIX] (EILSEQ): Do not expect.
46748         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
46749         Specify type.  Require positive value.
46750         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
46751         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
46752         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
46753         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
46754         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
46755         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
46756         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
46757         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
46758         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
46759         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
46760         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
46761         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
46762         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
46763         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
46764         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
46765         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
46766         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
46767         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
46768         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
46769         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
46770         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
46771         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
46772         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
46773         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
46774         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
46775         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
46776         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
46777         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
46778         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
46779         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
46780         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
46781         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
46782         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
46783         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
46784         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
46785         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
46786         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
46787         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
46788         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
46789         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
46790         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
46791         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
46792         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
46793         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
46794         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
46795         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
46796         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
46797         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
46798         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
46799         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
46800         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
46801         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
46802         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
46803         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
46804         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
46805         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
46806         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
46807         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
46808         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
46809         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
46810         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
46811         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
46812         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
46813         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
46814         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
46815         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
46816         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
46817         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
46818         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
46819         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
46820         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
46821         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
46822         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
46823         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
46824         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
46825         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
46826         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
46827         Require >= 2.
46828         (FLT_ROUNDS): Expect as macro, not constant.
46829         (FLT_MANT_DIG): Use macro-int-constant.
46830         (DBL_MANT_DIG): Likewise.
46831         (LDBL_MANT_DIG): Likewise.
46832         (FLT_DIG): Likewise.
46833         (DBL_DIG): Likewise.
46834         (LDBL_DIG): Likewise.
46835         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
46836         (DBL_MIN_EXP): Likewise.
46837         (LDBL_MIN_EXP): Likewise.
46838         (FLT_MAX_EXP): Use macro-int-constant.
46839         (DBL_MAX_EXP): Likewise.
46840         (LDBL_MAX_EXP): Likewise.
46841         (FLT_MAX_10_EXP): Likewise.
46842         (DBL_MAX_10_EXP): Likewise.
46843         (LDBL_MAX_10_EXP): Likewise.
46844         (FLT_MAX): Use macro-constant.
46845         (DBL_MAX): Likewise.
46846         (LDBL_MAX): Likewise.
46847         (FLT_EPSILON): Use macro-constant.  Give upper bound.
46848         (DBL_EPSILON): Likewise.
46849         (LDBL_EPSILON): Likewise.
46850         (FLT_MIN): Likewise.
46851         (DBL_MIN): Likewise.
46852         (LDBL_MIN): Likewise.
46853         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
46854         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
46855         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
46856         [ISO11] (FLT_HAS_SUBNORM): Likewise.
46857         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
46858         [ISO11] (DBL_DECIMAL_DIG): Likewise.
46859         [ISO11] (FLT_DECIMAL_DIG): Likewise.
46860         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
46861         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
46862         [ISO11] (FLT_TRUE_MIN): Likewise.
46863         [ISO11] (LDBL_TRUE_MIN): Likewise.
46864         [ISO || ISO99 || ISO11] (*_t): Do not allow.
46865         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
46866         (SCHAR_MIN): Use macro-int-constant.  Specify type.
46867         (SCHAR_MAX): Likewise.
46868         (UCHAR_MAX): Likewise.
46869         (CHAR_MIN): Likewise.
46870         (CHAR_MAX): Likewise.
46871         (MB_LEN_MAX): Use macro-int-constant.
46872         (SHRT_MIN): Use macro-int-constant.  Specify type.
46873         (SHRT_MAX): Likewise.
46874         (USHRT_MAX): Likewise.
46875         (INT_MAX): Likewise.
46876         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
46877         bound negative.
46878         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
46879         bound with "U".
46880         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
46881         bound with "L".
46882         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
46883         bound negative.  Suffix upper bound with "L".
46884         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
46885         bound with "UL".
46886         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
46887         Specify type.
46888         [C99-based standards] (LLONG_MAX): Likewise.
46889         [C99-based standards] (ULLONG_MAX): Likewise.
46890         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
46891         == 0.
46892         [ISO11] (max_align_t): Require type.
46893         [ISO || ISO99 || ISO11] (*_t): Do not allow.
46895         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
46896         from $CFLAGS, without defining away __attribute__ calls.
46897         (checknamespace): Use $CFLAGS_namespace.
46899         * conform/conformtest.pl (@keywords): Only include C99 keywords
46900         for standards based on C99 or C11.
46902         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
46903         Disable tests.
46904         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
46905         UNIX98]: Likewise.
46907         * conform/conformtest.pl: Handle "macro-int-constant" and test for
46908         usability of symbols in #if.
46910         * conform/conformtest.pl: If macro or constant types start
46911         "promoted:", expect the symbol to be of the following type
46912         promoted by the integer promotions.
46914         * conform/conformtest.pl: Parse all "constant" and "macro" lines
46915         in one place.  Also handle "macro-constant".
46917         * conform/conformtest.pl: Only accept expected macro values with
46918         "==".  Parse all "macro" lines in one place.
46919         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
46921         * conform/conformtest.pl: Handle braced types on "constant" lines
46922         instead of handling "typed-constant".
46923         * conform/data/signal.h-data: Use "constant" instead of
46924         "typed-constant".
46926         * conform/conformtest.pl: Handle "optional-" at start of lines in
46927         one place rather than duplicating several cases.  Handle each
46928         format of "macro" line with initial "optional-".
46930         * conform/conformtest.pl: Only accept expected constant or
46931         optional-constant values with "==".  Parse all "constant" lines in
46932         one place.  Parse all "optional-constant" lines in one place.
46933         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
46934         * conform/data/fmtmsg.h-data: Likewise.
46935         * conform/data/netinet/in.h-data: Likewise.
46936         * conform/data/tar.h-data: Likewise.
46937         * conform/data/limits.h-data: Use "==" form on "constant" and
46938         "optional-constant" lines.
46940         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
46941         Use -std=c99 for XOPEN2K.
46942         (@knownproblems): Remove.
46943         (newtoken): Don't check %isknown.
46945         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
46946         Do not expect macro.
46947         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
46948         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
46949         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
46950         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
46951         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
46952         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
46953         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
46954         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
46955         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
46956         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
46957         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
46958         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
46959         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
46960         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
46961         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
46962         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
46963         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
46964         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
46965         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
46966         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
46967         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
46968         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
46969         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
46970         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
46971         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
46972         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
46973         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
46974         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
46975         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
46976         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
46977         [XPG3] (acosh): Likewise.
46978         [XPG3] (asinh): Likewise.
46979         [XPG3] (atanh): Likewise.
46980         [XPG3] (cbrt): Likewise.
46981         [XPG3] (expm1): Likewise.
46982         [XPG3] (ilogb): Likewise.
46983         [XPG3] (log1p): Likewise.
46984         [XPG3] (logb): Likewise.
46985         [XPG3] (nextafter): Likewise.
46986         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
46987         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
46988         [XPG3] (remainder): Likewise.
46989         [XPG3] (rint): Likewise.
46990         [XPG3 || XPG4 || UNIX98] (round): Likewise.
46991         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
46992         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
46993         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
46994         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
46995         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
46996         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
46997         [UNIX98 || XOPEN2K] (scalb): Expect.
46998         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
46999         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
47000         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
47001         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
47002         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
47003         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
47004         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
47005         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
47006         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
47007         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
47008         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
47009         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
47010         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
47011         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
47012         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
47013         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
47014         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
47015         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
47016         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
47017         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
47018         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
47019         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
47020         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
47021         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
47022         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
47023         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
47024         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
47025         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
47026         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
47027         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
47028         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
47029         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
47030         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
47031         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
47032         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
47033         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
47034         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
47035         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
47036         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
47037         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
47038         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
47039         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
47040         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
47041         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
47042         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
47043         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
47044         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
47045         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
47046         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
47047         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
47048         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
47049         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
47050         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
47051         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
47052         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
47053         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
47054         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
47055         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
47056         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
47057         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
47058         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
47059         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
47060         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
47061         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
47062         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
47063         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
47064         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
47065         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
47066         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
47067         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
47068         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
47069         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
47070         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
47071         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
47072         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
47073         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
47074         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
47075         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
47076         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
47077         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
47078         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
47079         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
47080         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
47081         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
47082         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
47083         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
47084         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
47085         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
47086         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
47087         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
47088         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
47089         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
47090         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
47091         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
47092         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
47093         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
47094         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
47095         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
47096         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
47097         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
47098         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
47099         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
47100         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
47101         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
47102         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
47103         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
47104         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
47105         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
47106         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
47107         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
47108         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
47109         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
47110         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
47111         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
47112         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
47113         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
47114         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
47115         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
47116         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
47117         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
47118         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
47119         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
47120         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
47121         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
47122         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
47123         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
47124         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
47125         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
47126         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
47127         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
47128         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
47129         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
47130         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
47131         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
47132         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
47133         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
47134         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
47136         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
47137         _XOPEN_SOURCE_EXTENDED for XPG4.
47139         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
47141         * Makeconfig (localtime): Remove variable.
47142         (inst_localtime-file): Likewise.
47144 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
47146         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
47147         Update.
47148         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
47149         Update.
47150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
47151         Update.
47152         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
47153         Update.
47154         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
47155         Update.
47156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
47157         Update.
47158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
47159         Update.
47160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
47161         Update.
47162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
47163         Update.
47165 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
47167         [BZ #2550]
47168         [BZ #2570]
47169         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
47170         comparisons to determine direction to adjust input.
47171         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
47172         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
47173         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
47174         Likewise.
47175         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
47176         Likewise.
47177         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
47178         Likewise.
47179         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
47180         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
47181         Likewise.
47182         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
47183         Likewise.
47184         * math/libm-test.inc (nexttoward_test): Add more tests.
47186 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
47188         [BZ #14040]
47189         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
47190         in version GLIBC_2.1, not GLIBC_2.0.
47191         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
47192         Likewise.
47194 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
47196         [BZ #13942]
47197         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
47198         (1 - x) * (1 + x).
47199         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
47200         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
47201         * math/libm-test.inc (acos_test): Add more tests.
47202         (asin_test): Likewise.
47203         * sysdeps/i386/fpu/libm-test-ulps: Update.
47204         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47206         [BZ #14034]
47207         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
47208         of square root.
47209         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
47210         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
47211         * math/libm-test.inc (acos_test_tonearest): New function.
47212         (acos_test_towardzero): Likewise.
47213         (acos_test_downward): Likewise.
47214         (acos_test_upward): Likewise.
47215         (asin_test_tonearest): Likewise.
47216         (asin_test_towardzero): Likewise.
47217         (asin_test_downward): Likewise.
47218         (asin_test_upward): Likewise.
47219         (main): Call the new functions.
47220         * sysdeps/i386/fpu/libm-test-ulps: Update.
47221         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
47223         [BZ #13884]
47224         [BZ #13924]
47225         * math/e_exp10.c: Include <float.h>.
47226         (__ieee754_exp10): Handle underflow here rather than multiplying
47227         large negative argument by M_LN10.
47228         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
47229         of __ieee754_expf.
47230         * math/e_exp10l.c: Include <float.h>.
47231         (__ieee754_exp10l): Handle underflow here rather than multiplying
47232         large negative argument by M_LN10l.
47233         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
47234         spurious overflow exception on underflow.
47236 2012-04-29  Marek Polacek  <polacek@redhat.com>
47238         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
47239         (__fortify_function): New macro.
47240         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
47241         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
47242         __extern_always_inline.
47243         * libio/bits/stdio2.h: Likewise.
47244         * libio/bits/stdio.h: Likewise.
47245         * string/string.h: Likewise.
47246         * string/bits/string3.h: Likewise.
47247         * include/stdio.h: Likewise.
47248         * stdlib/bits/stdlib.h: Likewise.
47249         * stdlib/stdlib.h: Likewise.
47250         * rt/bits/mqueue2.h: Likewise.
47251         * rt/mqueue.h: Likewise.
47252         * posix/bits/unistd.h: Likewise.
47253         * posix/unistd.h: Likewise.
47254         * io/bits/poll2.h: Likewise.
47255         * io/bits/fcntl2.h: Likewise.
47256         * io/fcntl.h: Likewise.
47257         * io/sys/poll.h: Likewise.
47258         * misc/bits/syslog.h: Likewise.
47259         * misc/bits/syslog-ldbl.h: Likewise.
47260         * misc/sys/syslog.h: Likewise.
47261         * socket/bits/socket2.h: Likewise.
47262         * socket/sys/socket.h: Likewise.
47263         * debug/tst-chk1.c: Likewise.
47264         * wcsmbs/bits/wchar2.h: Likewise.
47265         * wcsmbs/bits/wchar-ldbl.h: Likewise.
47266         * wcsmbs/wchar.h: Likewise.
47268 2012-04-29  Andreas Jaeger  <aj@suse.de>
47270         * Makerules (tests): Remove enable-check-abi protection.
47271         (check-abi-warn): Remove.
47272         (check-abi-%): Remove check-abi-warn usage.
47274         * configure.in: Remove check-abi configure option.
47275         * configure: Regenerated.
47276         * config.make.in (enable-check-abi): Remove.
47278 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
47280         [BZ #14033]
47281         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
47282         double functions to double *_finite functions.
47284         [BZ #13941]
47285         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
47286         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
47287         LDBL_MIN_EXP.
47288         * stdio-common/Makefile (tests): Add tst-sprintf3.
47289         * stdio-common/tst-sprintf3.c: New file.
47291         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
47292         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
47294 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
47296         * conform/conformtest.pl: Remove duplicate typed-constant
47297         handling.
47299 2012-04-28  David S. Miller  <davem@davemloft.net>
47301         * Makerules (%.abilist): Add vpath on sysdep_dirs.
47302         (check-abi-%): Remove AWK script prerequisite and explicit
47303         abilist directory.
47304         (check-abi): Rewrite to just diff the symlist with the abilist.
47305         (config-tls, config-abi-config): Delete, no longer used.
47306         (update-abi-%): Remove AWK script and explicit abilist directory.
47307         (update-abi): Rewrite to simply compare and conditionally copy the
47308         symlist and the sysdep abilist file.  Remove update-abi-config
47309         checks.
47310         * abilist/ld.abilist: Remove.
47311         * abilist/libBrokenLocale.abilist: Remove.
47312         * abilist/libanl.abilist: Remove.
47313         * abilist/libcrypt.abilist: Remove.
47314         * abilist/libdl.abilist: Remove.
47315         * abilist/librt.abilist: Remove.
47316         * abilist/libthread_db.abilist: Remove.
47317         * abilist/libutil.abilist: Remove.
47318         * scripts/extract-abilist.awk: Remove.
47319         * scripts/merge-abilist.awk: Remove.
47320         * sysdeps/generic/libcidn.abilist: New file.
47321         * sysdeps/generic/libnss_compat.abilist: New file.
47322         * sysdeps/generic/libnss_db.abilist: New file.
47323         * sysdeps/generic/libnss_dns.abilist: New file.
47324         * sysdeps/generic/libnss_files.abilist: New file.
47325         * sysdeps/generic/libnss_hesiod.abilist: New file.
47326         * sysdeps/generic/libnss_nis.abilist: New file.
47327         * sysdeps/generic/libnss_nisplus.abilist: New file.
47328         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
47329         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
47330         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
47331         file.
47332         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
47333         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
47334         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
47335         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
47336         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
47337         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
47338         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
47339         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
47340         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
47341         file.
47342         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
47343         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
47344         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
47345         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
47346         file.
47347         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
47348         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
47349         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
47350         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
47351         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
47352         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
47353         file.
47354         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
47355         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
47356         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
47357         file.
47358         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
47359         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
47360         New file.
47361         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
47362         New file.
47363         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
47364         New file.
47365         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
47366         New file.
47367         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
47368         New file.
47369         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
47370         New file.
47371         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
47372         New file.
47373         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
47374         New file.
47375         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
47376         New file.
47377         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
47378         New file.
47379         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
47380         New file.
47381         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
47382         New file.
47383         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
47384         New file.
47385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
47386         file.
47387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
47388         New file.
47389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
47390         New file.
47391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
47392         file.
47393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
47394         New file.
47395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
47396         New file.
47397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
47398         file.
47399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
47400         New file.
47401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
47402         New file.
47403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
47404         New file.
47405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
47406         New file.
47407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
47408         New file.
47409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
47410         New file.
47411         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
47412         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
47413         file.
47414         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
47415         New file.
47416         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
47417         file.
47418         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
47419         file.
47420         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
47421         file.
47422         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
47423         file.
47424         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
47425         file.
47426         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
47427         New file.
47428         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
47429         file.
47430         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
47431         file.
47432         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
47433         New file.
47434         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
47435         file.
47436         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
47437         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
47438         file.
47439         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
47440         New file.
47441         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
47442         file.
47443         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
47444         file.
47445         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
47446         file.
47447         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
47448         file.
47449         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
47450         file.
47451         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
47452         New file.
47453         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
47454         file.
47455         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
47456         file.
47457         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
47458         New file.
47459         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
47460         file.
47461         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
47462         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
47463         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
47464         file.
47465         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
47466         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
47467         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
47468         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
47469         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
47470         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
47471         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
47472         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
47473         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
47474         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
47475         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
47476         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
47477         file.
47478         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
47479         New file.
47480         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
47481         file.
47482         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
47483         file.
47484         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
47485         file.
47486         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
47487         file.
47488         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
47489         file.
47490         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
47491         New file.
47492         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
47493         New file.
47494         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
47495         file.
47496         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
47497         New file.
47498         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
47499         file.
47500         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
47501         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
47502         file.
47503         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
47504         New file.
47505         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
47506         file.
47507         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
47508         file.
47509         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
47510         file.
47511         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
47512         file.
47513         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
47514         file.
47515         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
47516         New file.
47517         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
47518         New file.
47519         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
47520         file.
47521         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
47522         New file.
47523         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
47524         file.
47526 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
47528         * conform/conformtest.pl: Fix typo in handling typed-constant from
47529         allow-header.
47531 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
47533         * README: Cut down references to pre-2.6 Linux kernels and
47534         Linuxthreads.  Update lists of configurations in libc and ports
47535         and sort alphabetically.  Say "or newer" with Linux kernel version
47536         requirements.
47538         * config.h.in [IS_IN_build]: Allow compiling without optimization.
47540 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
47542         [BZ #887]
47543         * math/libm-test.inc (logb_test_downward): New test to expose
47544         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
47545         rounding mode.
47547 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
47549         [BZ #14027]
47550         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
47551         to be done.
47552         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
47553         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
47555 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
47557         * sysdeps/unix/i386/brk.S: Remove file.
47558         * sysdeps/unix/i386/dl-brk.S: Likewise.
47559         * sysdeps/unix/i386/pipe.S: Likewise.
47560         * sysdeps/unix/i386/sigreturn.S: Likewise.
47561         * sysdeps/unix/i386/syscall.S: Likewise.
47562         * sysdeps/unix/i386/vfork.S: Likewise.
47563         * sysdeps/unix/i386/wait.S: Likewise.
47565         * sysdeps/unix/common/tcsendbrk.c: Move to ...
47566         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
47568         * configure.in (arm*-none*): Do not allow without
47569         --enable-hacker-mode.
47570         (netbsd*): Remove case setting base_os.
47571         (386bsd*): Likewise.
47572         (freebsd*): Likewise.
47573         (bsdi*): Likewise.
47574         (osf*): Likewise.
47575         (sunos*): Likewise.
47576         (ultrix*): Likewise.
47577         (newsos*): Likewise.
47578         (dynix*): Likewise.
47579         (*bsd*): Likewise.
47580         (sysv*): Likewise.
47581         (isc*): Likewise.
47582         (esix*): Likewise.
47583         (sco*): Likewise.
47584         (minix*): Likewise.
47585         (irix4*): Likewise.
47586         (irix6*): Likewise.
47587         (solaris[2-9]*): Likewise.
47588         (none): Likewise.
47589         * configure: Regenerated.
47591 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47593         [BZ #11521]
47594         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
47595         overflow or cancellation in calculating denominator.
47596         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
47597         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
47598         down expression to avoid unexpected rounding in newer GCCs.
47599         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
47601 2012-04-26  David S. Miller  <davem@davemloft.net>
47603         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
47604         long-double compat symbols.
47605         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
47606         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
47607         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
47608         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
47609         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
47610         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
47611         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
47612         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
47613         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
47614         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
47615         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
47616         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
47617         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
47619 2012-04-25  David S. Miller  <davem@davemloft.net>
47621         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
47622         HWCAP_* values only after the memory barriers have been defined.
47623         (atomic_full_barrier): Define.
47624         (atomic_read_barrier): Define.
47625         (atomic_write_barrier): Define.
47627 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
47629         * shlib-versions: Add libgcc_s version information.
47630         * sysdeps/generic/libgcc_s.h: Remove.
47631         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
47632         libgcc_s.h.
47633         * sysdeps/gnu/unwind-resume.c: Likewise.
47634         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
47636 2012-04-25  David S. Miller  <davem@davemloft.net>
47638         * sysdeps/unix/sparc/brk.S: Delete.
47639         * sysdeps/unix/sparc/dl-brk.S: Delete.
47640         * sysdeps/unix/sparc/pipe.S: Delete.
47641         * sysdeps/unix/sparc/sysdep.S: Delete.
47642         * sysdeps/unix/sparc/sysdep.h: Delete.
47643         * sysdeps/unix/sparc/vfork.S: Delete.
47644         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
47645         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
47646         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
47647         (ret_ERRVAL, r0, r1, MOVE): Define.
47648         (JUMPTARGET): Remove.
47649         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
47650         sysdeps/unix/sparc/sysdep.h
47651         (ENTRY, END): Remove.
47652         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
47654 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
47656         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
47657         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
47658         -DIS_IN_build.
47660         * timezone/README: Update upstream location and email address for
47661         tzcode and tzdata.
47662         * timezone/zdump.c: Update from tzcode 2012b.
47663         * timezone/zic.c: Likewise.
47665         * configure.in (libc_cv_as_needed): Remove test.
47666         * configure: Regenerated.
47667         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
47668         conditional definition.
47669         [$(have-as-needed) != yes] (no-as-needed): Likewise.
47670         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
47671         * config.make.in (have-as-needed): Remove variable.
47673 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
47674             Paul Pluzhnikov  <ppluzhnikov@google.com>
47676         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
47677         strings correctly.
47679 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
47681         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
47682         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
47683         * sysdeps/sh/strlen.S: Likewise.
47685 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
47687         * sysdeps/unix/fork.S: Remove file.
47688         * sysdeps/unix/i386/fork.S: Likewise.
47689         * sysdeps/unix/sparc/fork.S: Likewise.
47691         * sysdeps/unix/system.c: Remove file.
47692         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
47694         * sysdeps/unix/getegid.S: Remove file.
47695         * sysdeps/unix/geteuid.S: Likewise.
47697 2012-04-24  Roland McGrath  <roland@hack.frob.com>
47699         * scripts/check-localplt.awk: New file.
47700         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
47701         of diff.
47702         * scripts/data/localplt-generic.data: Add a comment.
47704         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
47705         NODE when __dir_mkfile failed.
47706         * sysdeps/mach/hurd/symlinkat.c: Likewise.
47707         Reported by Ludovic Courtès <ludo@gnu.org>.
47709 2012-04-24  Andreas Jaeger  <aj@suse.de>
47711         * Makerules (common-clean): Also remove gen-as-const-headers
47712         files.
47714 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
47716         * Makerules (native-compile): Do not change working directory for
47717         build.  Use $(OUTPUT_OPTION) in command.
47718         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
47720 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47722         [BZ #13886]
47723         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
47724         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
47725         * math/libm-test.inc (floor_test): Add more tests.
47726         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
47728 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
47730         * sysdeps/unix/getdents.c: Remove file.
47731         * sysdeps/unix/sysv/getdents.c: Likewise.
47732         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
47734         * sysdeps/unix/syscalls.list (madvise): Add syscall from
47735         sysdeps/unix/mman/syscalls.list.
47736         (mmap): Likewise.
47737         (mprotect): Likewise.
47738         (msync): Likewise.
47739         (munmap): Likewise.
47740         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
47741         * sysdeps/unix/mman/syscalls.list: Remove.
47742         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
47744         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
47745         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
47746         * configure: Regenerated.
47747         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
47748         $(libgcc_s_suffix).
47749         * config.make.in (libgcc_s_suffix): Remove variable.
47751 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
47753         * sysdeps/unix/sysv/gethostname.c: Move to ...
47754         * sysdeps/posix/gethostname.c: ... here.
47756         * sysdeps/unix/execve.S: Remove file.
47758         * sysdeps/unix/_exit.S: Remove file.
47760 2012-04-23  Andreas Jaeger  <aj@suse.de>
47762         [BZ #13739]
47763         * manual/Makefile: Remove make dist support, there's no
47764         need for a stand-alone documentation tar ball.
47765         (TEXI2DVI): Define always, it's not in Makeconfig.
47766         (dist): Removed.
47767         (tar-it): Removed.
47768         (edition): Removed.
47769         (glibc-doc-$(edition).tar): Removed
47770         (%.Z): Removed.
47771         (%.gz): Removed.
47772         (%.uu): Removed.
47773         (ETAGS): Remove, it's in Makeconfig.
47774         (move-if-change): Remove, it's in Makeconfig.
47776 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
47778         [BZ #13970]
47779         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
47780         (strtod, strtof, strtold, strtol, strtoul, strtoq)
47781         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
47782         (strtod_l, strtof_l, strtold_l): Remove __wur.
47783         It is not necessarily an error to ignore strtol's return value.
47784         One can reliably look at the stored endptr to decide whether
47785         the number had valid syntax.
47787 2012-04-21  Andreas Jaeger  <aj@suse.de>
47789         [BZ #13739]
47790         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
47792 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
47794         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
47795         * sysdeps/unix/sysv/Versions: Remove file.
47797 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
47799         [BZ #13927]
47800         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
47802 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
47804         [BZ #7064]
47805         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
47806         version from __vm86.
47808 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
47810         * sysdeps/unix/common/lxstat.c: Remove file.
47811         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
47813         * sysdeps/unix/sysv/Makefile: Remove file.
47815         * sysdeps/unix/sysv/direct.h: Remove file.
47817         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
47818         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
47819         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
47820         * sysdeps/unix/sysv/bits/signum.h: Likewise.
47821         * sysdeps/unix/sysv/bits/stat.h: Likewise.
47822         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
47823         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
47825         * sysdeps/unix/sysv/setrlimit.c: Remove file.
47827         * sysdeps/unix/xmknod.c: Remove file.
47828         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
47830         * sysdeps/unix/sysv/settimeofday.c: Remove file.
47832         * sysdeps/unix/sysv/i386/time.S: Remove file.
47834         * sysdeps/unix/fxstat.c: Remove file.
47835         * sysdeps/unix/xstat.c: Likewise.
47836         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
47838         * sysdeps/unix/sysv/sigaction.c: Remove file.
47840         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
47841         (sysdep_headers): Remove variable.
47842         [termio.h not in sysdep_headers] (generated): Likewise.
47843         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
47844         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
47845         * sysdeps/unix/sysv/tcdrain.c: Likewise.
47846         * sysdeps/unix/sysv/tcflow.c: Likewise.
47847         * sysdeps/unix/sysv/tcflush.c: Likewise.
47848         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
47849         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
47850         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
47851         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
47852         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
47854         * sysdeps/unix/siglist.c: Remove file.
47856         * sysdeps/unix/getppid.S: Remove file.
47858         * sysdeps/unix/mkdir.c: Remove file.
47859         * sysdeps/unix/rmdir.c: Likewise.
47861 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
47863         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
47864         ERR_MAX value.
47865         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
47866         errlist-compat value.
47868 2012-04-18  David S. Miller  <davem@davemloft.net>
47870         * sysdeps/generic/memcopy.h (reg_char): Delete.
47871         * debug/strcat_chk.c: Use char, not reg_char.
47872         * debug/strcpy_chk.c: Likewise.
47873         * debug/strncat_chk.c: Likewise.
47874         * debug/strncpy_chk.c: Likewise.
47875         * string/memchr.c: Likewise.
47876         * string/memrchr.c: Likewise.
47877         * string/rawmemchr.c: Likewise.
47878         * string/strcat.c: Likewise.
47879         * string/strchr.c: Likewise.
47880         * string/strchrnul.c: Likewise.
47881         * string/strcmp.c: Likewise.
47882         * string/strcpy.c: Likewise.
47883         * string/strncat.c: Likewise.
47884         * string/strncmp.c: Likewise.
47885         * string/strncpy.c: Likewise.
47887 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
47889         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
47890         __builtin_memcopy is called when src and dest ranges are known to not
47891         overlap.
47893 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
47895         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
47896         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
47897         fwd_align_merge macro call.
47898         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
47899         bwd_align_merge macro call.
47900         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
47902 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
47904         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
47905         bwd_align_merge macros.
47906         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
47907         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
47908         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
47910 2012-04-18  David S. Miller  <davem@davemloft.net>
47912         * sysdeps/sparc/sparc64/memcopy.h: Delete.
47914 2012-04-18  Andreas Jaeger  <aj@suse.de>
47916         [BZ# 6794]
47917         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
47918         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
47919         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
47921         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
47922         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
47923         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
47925         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
47926         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
47927         Adjust for changed ldbl-128 files.
47929         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
47930         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
47931         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
47933 2012-04-17  David S. Miller  <davem@davemloft.net>
47935         * sysdeps/sparc/sparc32/memcopy.h: Delete.
47937 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
47939         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
47940         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
47941         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
47942         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
47943         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
47944         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
47946 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47948         [BZ #6794]
47949         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
47950         * math/libm-test.inc: Add ilogb errno and exception tests.
47951         * math/w_ilogb.c: New file: ilogb wrapper.
47952         * math/w_ilogbf.c: New file: ilogbf wrapper.
47953         * math/w_ilogbl.c: New file: ilogbl wrapper.
47954         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
47955         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
47956         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
47957         exception being thrown with 0.0 as argument.
47958         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
47959         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
47960         exception being thrown with 0.0 as argument.
47961         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
47962         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
47963         exception being thrown with 0.0 as argument.
47964         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
47965         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
47966         exception being thrown with 0.0 as argument.
47967         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
47968         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
47969         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
47970         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
47971         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
47972         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
47973         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
47974         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
47975         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
47977 2012-04-17  Petr Baudis  <pasky@ucw.cz>
47979         * include/sys/uio.h: Change __vector to __iovec to avoid clash
47980         with altivec.
47982 2012-04-16  Marek Polacek  <polacek@redhat.com>
47984         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
47986 2012-04-16  Marek Polacek  <polacek@redhat.com>
47988         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
47989         operands of fdivp instruction.
47991 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
47993         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
47994         * elf/tst-auditmod3b.c: Likewise.
47995         * elf/tst-auditmod4b.c: Likewise.
47996         * elf/tst-auditmod5b.c: Likewise.
47997         * elf/tst-auditmod6b.c: Likewise.
47998         * elf/tst-auditmod6c.c: Likewise.
47999         * elf/tst-auditmod7b.c: Likewise.
48000         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
48001         * sysdeps/x86_64/preconfigure.in: Likewise.
48002         * sysdeps/x86_64/preconfigure: Regenerated.
48004 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
48006         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
48007         __ILP32__.
48009 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
48011         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
48012         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
48014 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
48016         [BZ #13973]
48017         * locale/iso-639.def: Fix gl language name. Spotted by
48018         Yaron Shahrabani.
48020 2012-04-12  Roland McGrath  <roland@hack.frob.com>
48022         [BZ #2074]
48023         * libio/libio.h (__io_write_fn): Update comment.
48025 2012-04-12  Petr Baudis  <pasky@ucw.cz>
48027         [BZ #2074]
48028         * stdio.texi (Hook Functions): The user provided writer function
48029         is not allowed to return -1.
48031 2012-04-11  David S. Miller  <davem@davemloft.net>
48033         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48035 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
48037         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
48038         Add a leading slash to rtkaio.
48040 2012-04-11  Jim Meyering  <meyering@redhat.com>
48042         [BZ #11959]
48043         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
48044         It is not necessarily an error to ignore fwrite's return
48045         value.  One can reliably use ferror to test for errors after
48046         the fact.
48048 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
48050         * bits/types.h (__snseconds_t): New type.
48051         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
48053         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
48054         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
48055         (__SNSECONDS_T_TYPE): Likewise.
48056         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
48057         (__SNSECONDS_T_TYPE): Likewise.
48058         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
48059         (__SNSECONDS_T_TYPE): Likewise.
48061 2012-04-10  Andreas Jaeger  <aj@suse.de>
48063         [BZ #2636]
48064         * manual/time.texi (Processor Time): Return type of times is
48065         elapsed real time since an arbitrary point in the past.
48066         (CPU Time): Move CLK_TCK from here...
48067         (Processor Time): ...to here.  Correct description.
48068         * manual/conf.texi (Constants for Sysconf): Correct description of
48069         _SC_CLK_TCK.
48071 2012-04-10  David S. Miller  <davem@davemloft.net>
48073         [BZ #13967]
48074         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
48075         where the is a gap between DT_REL(A) and DT_JMPREL.
48077 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
48079         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
48080         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
48081         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
48083 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
48085         * elf/dl-support.c (_dl_inhibit_cache): New variable.
48086         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
48087         (dl_main): Handle --inhibit-cache.
48088         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
48089         _dl_inhibit_cache.
48090         * elf/dl-load.c (_dl_map_object): Use it.
48091         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
48093 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
48095         [BZ #13872]
48096         * sysdeps/i386/fpu/e_powl.S (p78): New object.
48097         (__ieee754_powl): Saturate large exponents rather than testing for
48098         overflow of y*log2(x).
48099         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
48100         * math/libm-test.inc (pow_test): Do not permit spurious overflow
48101         exceptions.
48103         [BZ #11521]
48104         * math/s_ctan.c: Include <float.h>.
48105         (__ctan): Avoid internal overflow or cancellation in calculating
48106         denominator.
48107         * math/s_ctanf.c: Likewise.
48108         * math/s_ctanl.c: Likewise.
48109         * math/s_ctanh.c: Likewise.
48110         * math/s_ctanhf.c: Likewise.
48111         * math/s_ctanhl.c: Likewise.
48112         * math/libm-test.inc (ctan_test): Add more tests.
48113         (ctanh_test): Likewise.
48114         * sysdeps/i386/fpu/libm-test-ulps: Update.
48115         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48117 2012-04-09  Andreas Jaeger  <aj@suse.de>
48119         [BZ #6894]
48120         * manual/filesys.texi (Directory Entries): Mention that d_namlen
48121         is an optional BSD extension.
48123         [BZ #10254]
48124         * manual/stdio.texi (Opening Streams): Document additional fopen
48125         parameters.
48127 2012-04-09  Roland McGrath  <roland@hack.frob.com>
48129         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
48130         %eax without telling the compiler.
48132 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
48134         [BZ # 13963]
48135         * manual/install.texi: Use sourceware.org.
48137 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
48139         [BZ #13873]
48140         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
48141         (__ieee754_pow): Generate overflow and underflow using huge*huge
48142         and tiny*tiny rather than just returning constant infinity or zero
48143         for large exponents.
48144         * math/libm-test.inc (pow_test): Require overflow exceptions for
48145         applicable cases of large exponents.
48147         [BZ #706]
48148         * sysdeps/i386/fpu/e_pow.S (p10): New object.
48149         (__ieee754_pow): Use iterative multiplication algorithm only for
48150         integer exponents with absolute value below 1024.  Check for odd
48151         integer exponents when using algorithm for real exponents.
48152         * math/libm-test.inc (pow_test): Add more tests.
48153         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48155 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
48157         [BZ #13705]
48158         * math/libm-test.inc (exp_test): Do not allow overflow exception
48159         on underflow test.
48161 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
48163         [BZ #13705]
48164         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
48165         instead of __kernel_standard_f.
48167 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
48169         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
48170         * sysdeps/x86_64/memset_chk.S: Likewise.
48172 2012-04-08  Andreas Jaeger  <aj@suse.de>
48174         [BZ #10153]
48175         * manual/startup.texi (Environment Access): Describe return value
48176         for putenv and setenv.
48178         [BZ #6895]
48179         * manual/filesys.texi (Directory Entries): Add description for
48180         DT_LNK.
48182         [BZ #6890]
48183         * manual/filesys.texi (Directory Entries): Clarify that it's file
48184         system not operating system in the description of DT_UNKNOWN.
48186         [BZ #6578]
48187         * manual/syslog.texi (closelog): Fix reference, it's openlog.
48189 2012-04-08  Stephen Compall  <s11@member.fsf.org>
48191         [BZ #6649]
48192         * manual/llio.texi (Opening and Closing Files): Add cross
48193         reference to explain mode argument.
48195 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
48197         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
48198         * sysdeps/x86_64/memset_chk.S: Likewise.
48200 2012-04-07  David S. Miller  <davem@davemloft.net>
48202         * elf/elf.h (R_SPARC_WDISP10): Define.
48203         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
48204         R_SPARC_SIZE32.
48205         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
48206         R_SPARC_SIZE64 and R_SPARC_H34.
48208 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
48210         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
48211         conditions and remove no longer applicable assertion.
48213 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
48215         * bits/byteswap.h: Include <features.h>.
48216         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
48217         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
48219 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
48221         * bits/byteswap.h (__bswap_16): Removed.
48222         Include <bits/byteswap-16.h> to get __bswap_16.
48223         * sysdeps/i386/bits/byteswap.h: Likewise.
48224         * sysdeps/s390/bits/byteswap.h: Likewise.
48225         * sysdeps/x86_64/bits/byteswap.h: Likewise.
48226         * bits/byteswap-16.h: New file.
48227         * sysdeps/i386/bits/byteswap-16.h: Likewise.
48228         * sysdeps/s390/bits/byteswap-16.h: Likewise.
48229         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
48230         * string/Makefile (headers): Add bits/byteswap-16.h.
48232 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
48234         [BZ #13895]
48235         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
48236         extra indirection.
48237         * nss/Makefile (tests-static, tests): Add tst-nss-static.
48238         * nss/tst-nss-static.c: New.
48240 2012-04-06  Robert Millan  <rmh@gnu.org>
48242         [BZ #6486]
48243         * manual/llio.texi (File Position Primitive): lseek
48244         refers to WHENCE when it really means OFFSET.
48246 2012-04-06  Andreas Jaeger  <aj@suse.de>
48248         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
48249         strncmp declarations.
48251         * abilist/libc.abilist: Add __poll and __ppoll.
48253 2012-04-05  David S. Miller  <davem@davemloft.net>
48255         * scripts/check-local-headers.sh: Accept a host triplet in the
48256         path matched by the exclude regexp.
48258         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
48259         definition.
48260         * sysdeps/powerpc/powerpc32/dl-machine.h
48261         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
48262         * sysdeps/s390/s390-32/dl-machine.h
48263         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
48264         * sysdeps/sparc/sparc32/dl-machine.h
48265         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
48266         * sysdeps/sparc/sparc64/dl-machine.h
48267         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
48269         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
48270         lazy binding.
48271         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
48272         undefined symbol errors.
48274         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
48275         DT_NEEDED entries.
48277 2012-04-05  Michael Matz  <matz@suse.de>
48279         [BZ #13592]
48280         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
48282 2012-04-05  Andreas Jaeger  <aj@suse.de>
48284         [BZ #13908]
48285         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
48286         comment.
48288 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
48290         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
48291         which ROUND is no valid rounding mode.
48293 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
48295         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
48296         read again.
48297         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
48299 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
48301         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
48302         an exception using FPU order intentionally.
48304 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
48306         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
48307         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
48308         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
48309         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
48311 2012-04-05  Simon Josefsson  <simon@josefsson.org>
48313         [BZ #12340]
48314         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
48315         EINVAL when BUFLEN is too smal.
48317 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
48319         [BZ #13553]
48320         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
48321         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
48323 2012-04-03  Andreas Jaeger  <aj@suse.de>
48325         [BZ #13938]
48326         * manual/setjmp.texi (System V contexts): Fix sentence.
48328         [BZ #13926]
48329         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
48330         New macro for this case.
48331         [!__GNUC__] (__bswap_64): New inline function for this case.
48332         * sysdeps/x86_64/bits/byteswap.h: Likewise.
48333         * bits/byteswap.h: Likewise.
48334         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
48335         ull, guard with __GLIBC_HAVE_LONG_LONG.
48337         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
48338         __GLIBC_HAVE_LONG_LONG.
48340         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
48341         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
48343 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
48345         [BZ #13691]
48346         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
48347         inptr and inend, rather than using last_ch.
48349 2012-04-02  David S. Miller  <davem@davemloft.net>
48351         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
48352         * stdio-common/printf-parse.h (read_int): Change return type to
48353         'int', return -1 on INT_MAX overflow.
48354         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
48355         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
48356         overflows INT_MAX.  Check for overflow of in-format-string precision
48357         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
48358         SIZE_MAX not INT_MAX for integer overflow test.
48359         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
48360         skip the construct in the format string but do not record anything.
48361         * stdio-common/bug22.c: Adjust to test both width/prevision
48362         INT_MAX overflow as well as total length INT_MAX overflow.  Check
48363         explicitly for proper errno values.
48365 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
48367         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
48368         CHAR_MAX.
48369         * string/test-strcmp.c [! WIDE]: Likewise.
48370         * time/tst-mktime2.c: Likewise for INT_MAX.
48371         * string/test-string.h: #include <sys/param.h> for MIN.
48373         * csu/init-first.c (__libc_init_first): Call __ctype_init.
48374         * sysdeps/i386/init-first.c (init): Likewise.
48375         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
48376         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
48377         * sysdeps/sh/init-first.c (init): Likewise.
48379 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
48381         * po/ru.po: Update from translation team.
48382         * po/vi.po: Likewise.
48384 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
48386         * resolv/nss_dns/dns-host.c: Merge copyright years.
48388 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48390         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48391         Optimize memcpy with prefetch if
48392         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
48393         src, dst pointers have unequal 16 byte alignments.
48395 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
48397         [BZ #13928]
48398         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
48399         from a CNAME entry and return the minimum ttl for the query.
48400         (gaih_getanswer_slice): Likewise.
48402 2012-03-30  Jeff Law  <law@redhat.com>
48404         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
48405         due to long keys.
48406         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
48407         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
48409         * resolv/nss_dns/dns-host.c: Update copyright year.
48411 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
48413         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
48414         requests to save a system call.  Fix check that all bytes are sent.
48416         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
48417         comments for sendmmsg.
48419 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
48421         [BZ #13691]
48422         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
48423         with only 1 character between 0x0041 and 0x01b0.
48424         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
48425         * wcsmbs/tst-mbsnrtowcs.c: New file.
48427 2012-03-29  David S. Miller  <davem@davemloft.net>
48429         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
48430         small copies by hand.
48432 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
48434         [BZ #13761]
48435         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
48436         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
48437         group memberships.
48439 2012-03-28  David S. Miller  <davem@davemloft.net>
48441         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
48442         that branches into memcpy.
48443         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
48444         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
48445         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
48446         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
48447         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
48448         bits.
48449         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
48450         implementation too.
48451         * sysdeps/sparc/mempcpy.S: New file.
48453         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
48454         the IFUNC routine in the libc case.
48455         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
48457         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
48458         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
48459         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
48460         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
48461         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
48462         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
48463         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
48464         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
48466         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
48467         loop to 256 bytes instead of 64 bytes and fix test signedness.
48469         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
48470         * sysdeps/sparc/sparc32/Makefile: rather than here...
48471         * sysdeps/sparc/sparc64/Makefile: and here.
48473 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
48475         * malloc/mallocbug.c: Avoid warnings about unused variables.
48477 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
48479         [BZ #13760]
48480         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
48481         in the right place. Discard and retry query if response is
48482         larger than input buffer size.
48484 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
48486         [BZ #369]
48487         [BZ #2678]
48488         [BZ #3866]
48489         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
48490         x for large integer exponent.
48491         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
48492         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
48493         sign of result as needed afterwards.
48494         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
48495         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
48496         result for underflowing pow the same as for overflow.
48497         (__kernel_standard_l): Handle powl overflow and underflow here
48498         rather than calling __kernel_standard.
48499         * math/libm-test.inc (pow_test): Add more tests.
48501         [BZ #3868]
48502         [BZ #13879]
48503         [BZ #13910]
48504         [BZ #13911]
48505         [BZ #13912]
48506         [BZ #13913]
48507         [BZ #13915]
48508         [BZ #13916]
48509         [BZ #13917]
48510         [BZ #13918]
48511         [BZ #13919]
48512         [BZ #13920]
48513         [BZ #13921]
48514         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
48515         * sysdeps/ieee754/k_standard.c: Include <float.h>.
48516         (__kernel_standard_l): New function.
48517         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
48518         __kernel_standard.
48519         * math/w_acosl.c (__acosl): Likewise.
48520         * math/w_asinl.c (__asinl): Likewise.
48521         * math/w_atan2l.c (__atan2l): Likewise.
48522         * math/w_atanhl.c (__atanhl): Likewise.
48523         * math/w_coshl.c (__coshl): Likewise.
48524         * math/w_exp10l.c (__exp10l): Likewise.
48525         * math/w_exp2l.c (__exp2l): Likewise.
48526         * math/w_fmodl.c (__fmodl): Likewise.
48527         * math/w_hypotl.c (__hypotl): Likewise.
48528         * math/w_j0l.c (__j0l, __y0l): Likewise.
48529         * math/w_j1l.c (__j1l, __y1l): Likewise.
48530         * math/w_jnl.c (__jnl, __ynl): Likewise.
48531         * math/w_lgammal.c (__lgammal): Likewise.
48532         * math/w_log10l.c (__log10l): Likewise.
48533         * math/w_log2l.c (__log2l): Likewise.
48534         * math/w_logl.c (__logl): Likewise.
48535         * math/w_powl.c (__powl): Likewise.
48536         * math/w_remainderl.c (__remainderl): Likewise.
48537         * math/w_scalbl.c (sysv_scalbl): Likewise.
48538         * math/w_sinhl.c (__sinhl): Likewise.
48539         * math/w_sqrtl.c (__sqrtl): Likewise.
48540         * math/w_tgammal.c (__tgammal): Likewise.
48541         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
48542         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
48543         * math/libm-test.inc (acos_test): Add more tests.
48544         (acosh_test): Likewise.
48545         (asin_test): Likewise.
48546         (atanh_test): Likewise.
48547         (exp_test): Likewise.
48548         (exp10_test): Likewise.
48549         (exp2_test): Likewise.
48550         (expm1_test): Likewise.
48551         (lgamma_test): Likewise.
48552         (log_test): Likewise.
48553         (log10_test): Likewise.
48554         (log1p_test): Likewise.
48555         (log2_test): Likewise.
48556         (pow_test): Do not allow some spurious overflow exceptions.
48557         (sqrt_test): Add more tests.
48558         (tgamma_test): Likewise.
48559         (y0_test): Likewise.
48560         (y1_test): Likewise.
48561         (yn_test): Likewise.
48563 2012-03-27  Anton Blanchard  <anton@samba.org>
48565         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
48566         MAP_HUGETLB.
48567         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
48568         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
48569         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
48571 2012-03-27  David S. Miller  <davem@davemloft.net>
48573         * conform/Makefile: Run run-conformtest.sh using $(BASH).
48575         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
48576         have-as-vis3 check.
48578 2012-03-27  Andreas Jaeger  <aj@suse.de>
48580         * sysdeps/x86_64/elf/configure.in: Moved to ...
48581         * sysdeps/x86_64/configure.in: ... here.
48582         * sysdeps/x86_64/elf/start.S: Moved to ...
48583         * sysdeps/x86_64/start.S: ... here.
48584         * sysdeps/x86_64/elf/configure: Delete.
48586         * sysdeps/x86_64/configure.in: Merge contents from
48587         sysdeps/i386/configure.in (without i686 check).
48589         * sysdeps/i386/elf/Versions: Merge into ...
48590         * sysdeps/i386/Versions: ... this.
48591         * sysdeps/i386/elf/Versions: Delete file.
48592         * sysdeps/i386/elf/start.S: Moved to ...
48593         * sysdeps/i386/start.S: ...here.
48594         * sysdeps/i386/elf/configure.in: Merge into...
48595         * sysdeps/i386/configure.in: ...here.
48596         * sysdeps/i386/elf/configure.in: Delete file.
48597         * sysdeps/i386/elf/configure: Delete file.
48599         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
48600         * debug/backtracesyms.c: ... here.
48601         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
48602         * debug/backtracesymsfd.c: ... here.
48603         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
48604         * sysdeps/generic/ifunc-sel.h: ... here.
48606         * sysdeps/unix/i386/start.c: Delete file.
48607         * sysdeps/unix/sparc/start.c: Delete file.
48608         * sysdeps/unix/start.c: Delete file.
48610         * sysdeps/sh/elf/configure.in: Moved to ...
48611         * sysdeps/sh/configure.in: ... here.
48612         * sysdeps/sh/elf/start.S: Moved to ...
48613         * sysdeps/sh/start.S: ... here.
48614         * sysdeps/sh/elf/configure: Delete file.
48616         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
48617         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
48618         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
48619         * sysdeps/powerpc/powerpc64/entry.h: ... here.
48620         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
48621         * sysdeps/powerpc/powerpc64/start.S: here.
48622         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
48623         * sysdeps/powerpc/powerpc64/Makefile: ... this.
48624         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
48625         * sysdeps/powerpc/powerpc64/configure.in: ... this.
48626         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
48628         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
48629         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
48630         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
48631         * sysdeps/powerpc/powerpc32/start.S: ... here.
48632         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
48633         * sysdeps/powerpc/powerpc32/configure.in: ... this.
48634         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
48636         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
48637         * sysdeps/powerpc/ifunc-sel.h: ... here.
48638         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
48639         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
48641         * sysdeps/sparc/elf/configure.in: Moved to ...
48642         * sysdeps/sparc/configure.in: ... here.
48643         * sysdeps/sparc/elf/configure: Delete file.
48644         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
48645         * sysdeps/sparc/sparc32/start.S: ... here.
48646         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
48647         * sysdeps/sparc/sparc64/start.S: ... here.
48648         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
48649         * sysdeps/sparc/sparc32/Makefile: ... this.
48650         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
48651         * sysdeps/sparc/sparc64/Makefile: ... this.
48653         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
48654         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
48655         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
48656         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
48657         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
48658         * sysdeps/s390/s390-32/setjmp.S: ... here.
48659         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
48660         * sysdeps/s390/s390-32/configure.in: ... here.
48661         * sysdeps/s390/s390-32/elf/configure: Delete file.
48662         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
48663         * sysdeps/s390/s390-32/start.S: ... here.
48665         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
48666         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
48667         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
48668         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
48669         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
48670         * sysdeps/s390/s390-64/setjmp.S: ... here.
48671         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
48672         * sysdeps/s390/s390-64/configure.in: ... here
48673         * sysdeps/s390/s390-64/elf/configure: Delete file.
48674         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
48675         * sysdeps/s390/s390-64/start.S: ... here.
48676         * sysdeps/s390/s390-64/elf/configure: Delete.
48678         * configure.in: Remove support for elf directories in sysdeps.
48680         * configure: Regenerated.
48681         * sysdeps/i386/configure: Regenerated.
48682         * sysdeps/powerpc/powerpc32/configure: Regenerated.
48683         * sysdeps/powerpc/powerpc64/configure: Regenerated.
48684         * sysdeps/s390/s390-32/configure: Regenerated.
48685         * sysdeps/s390/s390-64/configure: Regenerated.
48686         * sysdeps/sh/configure: Regenerated.
48687         * sysdeps/sparc/configure: Regenerated.
48688         * sysdeps/x86_64/configure: Regenerated.
48690 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
48692         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48694         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
48695         denormal result into account.
48697 2012-03-25  Roland McGrath  <roland@hack.frob.com>
48699         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
48700         Reported by Allan McRae <allan@archlinux.org>.
48702 2012-03-23  Jeff Law  <law@redhat.com>
48704         * nss/getnssent.c (__nss_getent): Fix typo.
48706 2012-03-23  David S. Miller  <davem@davemloft.net>
48708         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48710 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
48712         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
48713         to pad to uint64_t for each field.
48714         (dl_tls_index): Replace unsigned long with uint64_t.
48716 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
48717         Paul Pluzhnikov  <ppluzhnikov@google.com>
48719         [BZ #6528]
48720         * grp/Makefile (otherlibs): Don't set it.
48721         * inet/Makefile (otherlibs): Likewise.
48722         * login/Makefile (otherlibs): Likewise.
48723         * nscd/Makefile (otherlibs): Likewise.
48724         * posix/Makefile (otherlibs): Likewise.
48725         * pwd/Makefile (otherlibs): Likewise.
48726         * rt/Makefile (otherlibs): Likewise.
48727         * sunrpc/Makefile (otherlibs): Likewise.
48728         * nss/Makefile (otherlibs): Likewise.
48729         Add libnss_files to routines and static-only-routines.
48730         ($(objpfx)getent): Remove rule.
48731         * resolv/Makefile: Add libnss_dns and libresolv to routines and
48732         static-only-routines.
48734 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
48736         [BZ #13892]
48737         * math/s_cexp.c: Include <float.h>.
48738         (__cexp): Handle exp result overflowing not necessarily
48739         overflowing both real and imaginary parts of result.
48740         * math/s_cexpf.c: Likewise.
48741         * math/s_cexpl.c: Likewise.
48742         * math/libm-test.inc (cexp_test): Add more tests.
48743         * sysdeps/i386/fpu/libm-test-ulps: Update.
48744         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48746 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
48748         * include/link.h (ELFW): New macro.
48749         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
48750         Replace ELF64_R_TYPE with ELFW(R_TYPE).
48752 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
48754         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
48755         with uint64_t.
48757 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
48759         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
48760         declaration.
48761         (struct La_x32_retval): Likewise.
48763 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
48765         * sysdeps/x86_64/preconfigure.in: New file.
48766         * sysdeps/x86_64/preconfigure: New generated file.
48768 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
48770         [BZ #13824]
48771         * math/e_exp2l.c: Include <float.h>.
48772         (__ieee754_exp2l): Handle overflow and underflow cases
48773         separately.  Only pass fractional part of argument to
48774         __ieee754_expl.
48775         * math/libm-test.inc (exp2_test): Add more tests.
48777         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
48778         negating x to take absolute value.
48779         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
48780         Likewise.
48781         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
48782         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
48783         Likewise.
48784         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
48785         computing low part if x was negated.
48786         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
48788 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
48790         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
48791         la_x32_gnu_pltexit.
48792         (pltexit): Cast int_retval to ptrdiff_t.
48793         * elf/tst-auditmod3b.c: Likewise.
48794         * elf/tst-auditmod4b.c: Likewise.
48795         * elf/tst-auditmod5b.c: Likewise.
48796         * elf/tst-auditmod6b.c: Likewise.
48797         * elf/tst-auditmod6c.c: Likewise.
48798         * elf/tst-auditmod7b.c: Likewise.
48800         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
48801         and x32_gnu_pltexit.
48803         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
48804         __ELF_NATIVE_CLASS.
48805         (La_x32_regs): New macro.
48806         (La_x32_retval): Likewise.
48807         (la_x32_gnu_pltenter): New function prototype.
48808         (la_x32_gnu_pltexit): Likewise.
48810 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
48812         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
48813         exponent.
48815         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48817         * configure.in (libc_cv_cc_nofma): Check for option to disable
48818         generation of FMA instructions.
48819         * configure: Regenerate.
48820         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
48821         * sysdeps/ieee754/dbl-64/Makefile: New file.
48822         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
48823         Remove brandred-fma4.
48824         (CFLAGS-brandred-fma4.c): Remove.
48825         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
48826         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
48827         define.
48828         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
48829         define.
48831 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
48833         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
48834         LLONG_MAX != LONG_MAX.
48835         (_itoa_word): Use _ITOA_WORD_TYPE on value.
48836         (_fitoa_word): Likewise.
48837         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
48838         LLONG_MAX != LONG_MAX.
48839         * stdio-common/_itowa.h: Include <_itoa.h>.
48840         (_itowa_word): Use _ITOA_WORD_TYPE on value.
48841         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
48842         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
48843         only if not defined.
48844         (_ITOA_WORD_TYPE): Likewise.
48845         (_itoa_word): Use _ITOA_WORD_TYPE on value.
48846         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
48848 2012-03-21  David S. Miller  <davem@davemloft.net>
48850         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48852 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
48854         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
48855         of x86_64 when setting libc_cv_slibdir, libdir and
48856         libc_cv_localedir.
48857         * sysdeps/unix/sysv/linux/configure: Regenerated.
48859 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
48861         * manual/lang.texi (Old Varargs): Remove section.
48862         (How Variadic): Update menu.
48863         (va_start): Do not mention varargs.h.
48865 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
48866             Joseph Myers  <joseph@codesourcery.com>
48868         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
48869         link test.
48870         * configure: Regenerated.
48872 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
48874         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
48875         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
48876         conformtest.pl
48878 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
48880         * NOTES: Remove.
48881         * Makefile (files-for-dist): Remove NOTES.
48882         (NOTES): Remove rule.
48883         * README: Don't refer to NOTES.
48884         * manual/creature.texi: Don't include macros.texi.
48885         * manual/intro.texi (creature.texi): Remove comment referring to
48886         NOTES.
48888         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
48889         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
48890         * configure: Regenerated.
48891         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
48892         LIBC_TRY_CC_OPTION.
48893         (libc_cv_as_i686): Likewise.
48894         (libc_cv_cc_avx): Likewise.
48895         (libc_cv_cc_sse2avx): Likewise.
48896         (libc_cv_cc_fma4): Likewise.
48897         (libc_cv_cc_novzeroupper): Likewise.
48898         * sysdeps/i386/configure: Regenerated.
48900         [BZ #13883]
48901         * sysdeps/i386/fpu/s_cexp.S: Remove.
48902         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
48903         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
48904         * math/libm-test.inc (cexp_test): Add more tests.
48905         * sysdeps/i386/fpu/libm-test-ulps: Update.
48906         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48908 2012-03-21  Allan McRae  <allan@archlinux.org>
48910         * timezone/Makefile: Do not install iso3166.tab and zone.tab
48912 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
48914         [BZ #13871]
48915         * math/w_exp2.c: Do not include <float.h>.
48916         (o_threshold, u_threshold): Remove.
48917         (__exp2): Calculate result before checking finiteness and calling
48918         __kernel_standard.
48919         * math/w_exp2f.c: Likewise.
48920         * math/w_exp2l.c: Likewise.
48921         * math/libm-test.inc (exp2_test): Require overflow exception for
48922         1e6 input.
48924         [BZ #3866]
48925         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
48926         range of signed 64-bit integers before using fistpll.  Remove
48927         checks for whether integers fit in mantissa bits.
48928         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
48929         the range of signed 32-bit integers before using fistpl.  Remove
48930         checks for whether integers fit in mantissa bits.
48931         * sysdeps/i386/fpu/e_powl.S (p64): New object.
48932         (__ieee754_powl): Test for y outside the range of signed 64-bit
48933         integers before using fistpll.  Reduce 64-bit values to 63-bit
48934         ones as needed.
48935         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
48936         divide-by-zero is raised for zero to large negative powers.
48937         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
48938         (__ieee754_powl): Test for y outside the range of signed 64-bit
48939         integers before using fistpll.  Reduce 64-bit values to 63-bit
48940         ones as needed.
48941         * math/libm-test.inc (pow_test): Add more tests.
48943 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48945         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
48946         <stdio-common/_itoa.h>.
48947         * debug/segfault.c: Likewise.
48948         * elf/dl-cache.c: Likewise.
48949         * elf/dl-minimal.c: Likewise.
48950         * elf/dl-misc.c: Likewise.
48951         * elf/dl-sysdep.c: Likewise.
48952         * elf/dl-version.c: Likewise.
48953         * elf/rtld.c: Likewise.
48954         * hurd/hurdsock.c: Likewise.
48955         * hurd/lookup-retry.c: Likewise.
48956         * malloc/malloc.c: Likewise.
48957         * malloc/mtrace.c: Likewise.
48958         * nscd/nscd_getgr_r.c: Likewise.
48959         * nscd/nscd_getpw_r.c: Likewise.
48960         * nscd/nscd_getserv_r.c: Likewise.
48961         * posix/getopt_init.c: Likewise.
48962         * posix/wordexp.c: Likewise.
48963         * stdio-common/_itoa.c: Likewise.
48964         * stdio-common/printf_fphex.c: Likewise.
48965         * stdio-common/vfprintf.c: Likewise.
48966         * string/_strerror.c: Likewise.
48967         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
48968         * sysdeps/i386/i686/hp-timing.h: Likewise.
48969         * sysdeps/mach/_strerror.c: Likewise.
48970         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
48971         * sysdeps/mach/hurd/sethostid.c: Likewise.
48972         * sysdeps/mach/hurd/xmknodat.c: Likewise.
48973         * sysdeps/mach/xpg-strerror.c: Likewise.
48974         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
48975         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
48976         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
48977         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
48978         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
48979         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
48980         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
48981         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
48982         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
48983         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
48984         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
48985         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
48986         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
48987         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
48988         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
48989         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
48990         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
48991         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
48992         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
48993         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
48994         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
48996         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
48998         * stdio-common/_itoa.h: Moved to ...
48999         * sysdeps/generic/_itoa.h: Here.
49001         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
49003         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
49004         instead of "_itoa.h" and "_itowa.h".
49005         * stdio-common/vfprintf.: Likewise.
49007 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
49009         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
49010         <bits/wordsize.h>.
49011         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
49012         (__signbit): Likwise.
49013         (llrintf): Likwise.
49014         (llrint): Likwise.
49016 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
49018         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
49019         __WORDSIZE != 64.
49021 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
49023         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
49024         OVERFLOW_EXCEPTION_OK.
49025         * math/libm-test.inc ("Philosophy"): Update comment about
49026         exception testing.
49027         (OVERFLOW_EXCEPTION): Define.
49028         (OVERFLOW_EXCEPTION_OK): Likewise.
49029         (INVALID_EXCEPTION_OK): Renumber.
49030         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
49031         (IGNORE_ZERO_INF_SIGN): Likewise.
49032         (test_exceptions): Handle FE_OVERFLOW.
49033         (exp10_test): Expect overflow exceptions.
49034         (exp2_test): Likewise.
49035         (expm1_test): Likewise.
49036         (nextafter_test): Likewise.
49037         (pow_test): Likewise.
49038         (scalbn_test): Likewise.
49039         (scalbln_test): Likewise.
49041 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
49043         * sysdeps/x86_64/bits/atomic.h
49044         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
49045         64bit integer.
49046         (atomic_exchange_acq): Likewise.
49047         (__arch_exchange_and_add_body): Likewise.
49048         (__arch_add_body): Likewise.
49049         (atomic_add_negative): Likewise.
49050         (atomic_add_zero): Likewise.
49052 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
49054         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
49055         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
49057 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
49059         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
49060         Check __x86_64__ instead of __WORDSIZE.
49062 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
49064         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
49066 2012-03-19  David S. Miller  <davem@davemloft.net>
49068         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49070         * sysdeps/sparc/fpu/fenv_private.h: New file.
49071         * sysdeps/sparc/fpu/math_private.h: Use it.
49072         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
49073         Remove.
49074         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
49075         (libc_feholdexcept_setroundl): Remove.
49076         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
49077         Remove.
49078         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
49079         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
49081 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
49083         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
49084         int64_t instead of long int.
49085         (INSERT_WORDS64): Likwise.
49087 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
49089         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
49090         _Unwind_GetCFA return to _Unwind_Ptr first.
49092 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
49094         [BZ #13629]
49095         * math/s_clog.c: Include <float.h>.
49096         (__clog): Scale large or subnormal inputs.
49097         * math/s_clogf.c: Likewise.
49098         * math/s_clogl.c: Likewise.
49099         * math/s_clog10.c: Include <float.h>.
49100         (M_LOG10_2): Define.
49101         (__clog10): Scale large or subnormal inputs.
49102         * math/s_clog10f.c: Likewise.
49103         * math/s_clog10l.c: Likewise.
49104         * math/libm-test.inc (clog_test): Add more tests.
49105         (clog10_test): Likewise.
49106         * sysdeps/i386/fpu/libm-test-ulps: Update.
49107         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49109         [BZ #11451]
49110         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
49111         x and y.
49112         * math/libm-test.inc (atan2_test): Add another test.
49114         * Makerules (common-objdir-compile): Remove.
49115         * sysdeps/unix/Makefile (config-generated): Do not add
49116         $(unix-generated) to variable.
49117         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
49118         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
49119         Remove rule.
49120         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
49121         Likewise.
49122         [generic bits/local_lim.h] (before-compile): Do not append to
49123         variable.
49124         [generic bits/local_lim.h] (common-generated): Likewise.
49125         [generic sys/param.h] (before-compile): Do not append to variable.
49126         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
49127         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
49128         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
49129         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
49130         include.
49131         [generic sys/param.h] (sys/param.h-includes): Remove variable.
49132         [generic sys/param.h] (sys/param.h-includes): Remove rule.
49133         [generic sys/param.h] ($(addprefix
49134         $(common-objpfx),$(sys/param.h-includes))): Likewise.
49135         [generic sys/param.h] (common-generated): Do not append to
49136         variable.
49137         [generic sys/param.h] (sysdep_headers): Likewise.
49138         [generic bits/errno.h] (before-compile): Do not append to
49139         variable.
49140         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
49141         rule.
49142         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
49143         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
49144         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
49145         [generic bits/errno.h] (common-generated): Do not append to
49146         variable.
49147         [generic bits/ioctls.h] (before-compile): Do not append to
49148         variable.
49149         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
49150         rule.
49151         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
49152         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
49153         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
49154         rule.
49155         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
49156         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
49157         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
49158         [generic bits/ioctls.h] (common-generated): Do not append to
49159         variable.
49160         [generic sys/syscall.h] (syscall.h): Remove variable.
49161         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
49162         rule.
49163         [generic sys/syscall.h] (before-compile): Do not append to
49164         variable.
49165         [generic sys/syscall.h] (common-generated): Likewise.
49166         * sysdeps/unix/errnos-tmpl.c: Remove file.
49167         * sysdeps/unix/errnos.awk: Likewise.
49168         * sysdeps/unix/ioctls-tmpl.c: Likewise.
49169         * sysdeps/unix/ioctls.awk: Likewise.
49170         * sysdeps/unix/mk-local_lim.c: Likewise.
49171         * sysdeps/unix/snarf-ioctls: Likewise.
49173 2012-03-19  Richard Henderson  <rth@twiddle.net>
49175         * sysdeps/i386/fpu/fenv_private.h: New file.
49176         * sysdeps/i386/fpu/math_private.h: Use it.
49177         (math_opt_barrier, math_force_eval): Remove.
49178         (libc_feholdexcept_setround_53bit): Remove.
49179         (libc_feupdateenv_53bit): Remove.
49180         * sysdeps/x86_64/fpu/math_private.h: Likewise.
49181         (math_opt_barrier, math_force_eval): Remove.
49182         (libc_feholdexcept): Remove.
49183         (libc_feholdexcept_setround): Remove.
49184         (libc_fetestexcept, libc_fesetenv): Remove.
49185         (libc_feupdateenv_test): Remove.
49186         (libc_feupdateenv, libc_feholdsetround): Remove.
49187         (libc_feresetround): Remove.
49189         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
49190         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
49192         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
49193         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
49194         (libc_feupdateenv_testl): New.
49195         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
49196         (libc_feupdateenv_testf): New.
49197         (libc_feupdateenv): Use libc_feupdateenv_test.
49198         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
49199         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
49201         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
49202         (libc_feholdsetroundf, libc_feholdsetroundl): New.
49203         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
49204         (libc_feresetround_noex): New.
49205         (libc_feresetround_noexf): New.
49206         (libc_feresetround_noexl): New.
49207         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
49208         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
49209         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
49210         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
49211         SET_RESTORE_ROUND.
49212         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
49213         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
49214         (__cos): Likewise.
49215         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
49216         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
49217         SET_RESTORE_ROUND_NOEX.
49218         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
49219         SET_RESTORE_ROUND_NOEXF.
49220         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
49221         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
49222         (libc_feholdsetroundf): New.
49223         (libc_feresetround, libc_feresetroundf): New.
49225         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
49226         (libc_feholdexcept_setround_53bit): Convert from macro to function.
49227         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
49229         * sysdeps/generic/math_private.h: Include <fenv.h>.
49230         (default_libc_feholdexcept): New.
49231         (default_libc_feholdexcept_setround): New.
49232         (default_libc_fesetenv, default_libc_feupdateenv): New.
49233         (libc_feholdexcept): Only define if undefined.
49234         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
49235         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
49236         (libc_feholdexcept_setroundl): Likewise.
49237         (libc_feholdexcept_setround_53bit): Likewise.
49238         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
49239         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
49240         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
49241         (libc_feupdateenv_53bit): Likewise.
49242         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
49243         (libc_feholdexcept): Convert from macro to inline function.
49244         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
49245         (libc_fesetenv, libc_feupdateenv): Likewise.
49247         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
49248         not previously defined.
49249         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
49250         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
49251         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
49252         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
49253         * sysdeps/ieee754/flt-32/math_private.h: New file.
49254         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
49255         math_private.h below SET_FLOAT_WORD.
49256         (__isnan, __isinf_ns, __finite): Remove.
49257         (__isnanf, __isinf_nsf, __finitef): Remove.
49259 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
49261         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49263 2012-03-17  David S. Miller  <davem@davemloft.net>
49265         [BZ #6471]
49266         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
49267         for 2.16.
49269 2012-03-16  David S. Miller  <davem@davemloft.net>
49271         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
49272         warnings.
49274         [BZ #6471]
49275         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
49276         properly.
49277         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
49278         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
49279         sysdep_routines when subdir is sysvipc.
49280         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
49281         __getshmlba helper.
49283         * sysdeps/sparc/fpu/libm-test/ulps: Update.
49285 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
49287         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
49288         [__LP64__].
49290 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
49292         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
49293         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
49294         (__lround): Renamed to ...
49295         (__llround): This.  Replace long int with long long int.
49296         Define lround functions as aliases of llround functions.
49297         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
49299 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
49301         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
49302         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
49303         adresses to uintptr_t.  Replace "long int" and "unsigned long
49304         int" with "greg_t" on va_arg.
49306 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
49308         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
49309         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
49311         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
49312         Move e_machine check before EI_CLASS check.  Handle x32
49313         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
49314         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
49315         SKIP_EM_IA_64 and include
49316         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
49318         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
49319         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
49320         (add_system_dir): New macro.
49322         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
49323         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
49325 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
49327         [BZ #2551]
49328         [BZ #2552]
49329         [BZ #2553]
49330         [BZ #2554]
49331         [BZ #2562]
49332         [BZ #2563]
49333         [BZ #2565]
49334         [BZ #2566]
49335         [BZ #2576]
49336         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
49337         (y0): Likewise.
49338         * math/w_j0f.c (j0f): Likewise.
49339         (y0f): Likewise.
49340         * math/w_j0l.c (__j0l): Likewise.
49341         (__y0l): Likewise.
49342         * math/w_j1.c (j1): Likewise.
49343         (y1): Likewise.
49344         * math/w_j1f.c (j1f): Likewise.
49345         (y1f): Likewise.
49346         * math/w_j1l.c (__j1l): Likewise.
49347         (__y1l): Likewise.
49348         * math/w_jn.c (jn): Likewise.
49349         (yn): Likewise.
49350         * math/w_jnf.c (jnf): Likewise.
49351         (ynf): Likewise.
49352         * math/w_jnl.c (__jnl): Likewise.
49353         (__ynl): Likewise.
49354         * math/libm-test.inc (j0_test): Add more tests.
49355         (j1_test): Likewise.
49356         (jn_test): Likewise.  Add trailing semicolon to existing test.
49357         (y0_test): Likewise.
49358         (y1_test): Likewise.
49359         * sysdeps/i386/fpu/libm-test-ulps: Update.
49360         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49362         [BZ #13851]
49363         [BZ #13854]
49364         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
49365         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
49366         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
49367         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
49368         (__tanl): Set errno for infinite argument.
49369         * sysdeps/i386/fpu/mptan.c: Remove.
49370         * sysdeps/i386/fpu/s_tan.S: Likewise.
49371         * sysdeps/i386/fpu/s_tanl.S: Likewise.
49372         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
49373         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
49374         * math/libm-test.inc (tan_test): Add more tests and enable more
49375         tests for double and long double.
49376         * sysdeps/i386/fpu/libm-test-ulps: Update.
49377         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49379 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
49381         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
49382         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
49384 2012-03-16  Roland McGrath  <roland@hack.frob.com>
49386         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
49387         * configure.in: Use it for both main tree and add-ons.
49388         * configure: Regenerated.
49390 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
49392         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
49394 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
49396         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
49397         in comment.
49399         [BZ #13851]
49400         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
49401         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
49402         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
49403         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
49404         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
49405         infinite argument.
49406         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
49407         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
49408         != 0 for prec == 2.
49409         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
49410         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
49411         * sysdeps/i386/fpu/s_cosl.S: Likewise.
49412         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
49413         * sysdeps/i386/fpu/s_sinl.S: Likewise.
49414         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
49415         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
49416         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
49417         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
49418         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
49419         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
49420         * math/libm-test.inc (cos_test): Add more tests and enable more
49421         tests for long double.
49422         (sin_test): Likewise.
49423         (sincos_test): Likewise.
49424         * sysdeps/i386/fpu/libm-test-ulps: Update.
49425         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49427 2012-03-16  David S. Miller  <davem@davemloft.net>
49429         * sysdeps/sparc/fpu/math_private.h: New file.
49431 2012-03-15  David S. Miller  <davem@davemloft.net>
49433         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
49434         file.
49435         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
49436         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
49437         file.
49438         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
49439         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
49440         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
49441         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
49442         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
49443         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
49444         sysdep routines.
49445         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
49447         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
49448         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
49450         * sysdeps/sparc/sparc-ifunc.h: New file.
49451         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
49452         sparc-ifunc.h
49453         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
49454         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
49455         Likewise.
49456         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
49457         Likewise.
49458         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
49459         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
49460         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
49461         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
49462         Likewise.
49463         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
49464         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
49465         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
49466         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
49467         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
49468         Likewise.
49469         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
49470         Likewise.
49471         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
49472         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
49473         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
49474         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
49475         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
49476         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
49477         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
49478         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
49479         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
49480         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
49481         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
49482         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
49483         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
49484         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
49485         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
49486         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
49487         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
49488         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
49489         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
49490         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
49491         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
49492         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
49493         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
49494         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
49496 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
49498         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
49499         scaling.
49500         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49502 2012-03-15  Andreas Jaeger  <aj@suse.de>
49504         [BZ #13852]
49505         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
49506         ieee754/flt-32 implementation for sin, cos and sincos.
49507         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
49508         * sysdeps/i386/fpu/s_cosf.S: Likewise.
49509         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
49510         * sysdeps/i386/fpu/s_sinf.S: Likewise.
49511         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
49512         ieee754/flt-32 implementation for tan.
49514         * math/libm-test.inc (cos_test): Enable some large input tests for
49515         float as well
49516         (sin_test): Likewise.
49517         (sincos_test): Likewise.
49518         (tan_test): Add tests for large input.
49520         * sysdeps/i386/fpu/libm-test-ulps: Update.
49522 2012-03-15  Andreas Jaeger  <aj@suse.de>
49524         [BZ #13658]
49525         * math/libm-test.inc (cos_test): Add more test cases.
49526         (sin_test): Likewise.
49527         (sincos_test): Likewise.
49529 2012-03-15  Andreas Jaeger  <aj@suse.de>
49531         [BZ #13837]
49532         * math/libm-test.inc (cos_test): Add a test case for large input
49533         value.
49534         (sin_test): Likewise.
49535         (sincos_test): Likewise.
49537 2012-03-15  Andreas Jaeger  <aj@suse.de>
49538             Joseph Myers  <joseph@codesourcery.com>
49540         [BZ #13658]
49541         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
49542         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
49543         * sysdeps/i386/fpu/branred.c: Likewise.
49544         * sysdeps/i386/fpu/dosincos.c: Likewise.
49545         * sysdeps/i386/fpu/mpa.c: Likewise.
49546         * sysdeps/i386/fpu/s_cos.S: Likewise.
49547         * sysdeps/i386/fpu/s_sin.S: Likewise.
49548         * sysdeps/i386/fpu/s_sincos.S: Likewise.
49549         * sysdeps/i386/fpu/sincos32.c: Likewise.
49551         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
49552         Define.
49553         (libc_feupdateenv_53bit): Define.
49554         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
49555         Define.
49556         (libc_feupdateenv_53bit): Define.
49558         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
49559         53 bit (without extend i386 double precision).
49561         * math/libm-test.inc (sincos_test): Add tests for large input.
49562         (sin): Likewise.
49563         (cos): Likewise.
49565         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
49567 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
49569         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49571 2012-03-15  David S. Miller  <davem@davemloft.net>
49573         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
49574         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
49575         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
49576         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
49577         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
49578         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
49579         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
49580         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
49581         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
49582         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
49583         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
49584         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
49585         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
49586         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
49587         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
49588         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
49589         file.
49590         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
49591         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
49592         file.
49593         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
49594         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
49595         file.
49596         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
49597         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
49598         file.
49599         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
49600         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
49601         fmin/fmax sysdep routines.
49602         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
49604 2012-03-14  David S. Miller  <davem@davemloft.net>
49606         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
49607         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
49608         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
49609         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
49610         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
49611         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
49612         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
49613         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
49614         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
49615         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
49616         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
49617         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
49618         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
49619         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
49620         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
49621         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
49622         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
49623         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
49624         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
49625         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
49626         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
49627         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
49628         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
49629         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
49630         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
49631         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
49632         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
49633         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
49634         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
49635         routines.
49636         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
49637         file.
49638         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
49639         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
49640         file.
49641         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
49642         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
49643         file.
49644         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
49645         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
49646         file.
49647         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
49648         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
49649         file.
49650         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
49651         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
49652         file.
49653         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
49654         file.
49655         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
49656         file.
49657         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
49658         file.
49659         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
49660         New file.
49661         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
49662         file.
49663         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
49664         file.
49665         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
49666         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
49667         file.
49668         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
49669         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
49670         file.
49671         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
49672         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
49673         file.
49674         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
49675         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
49676         VIS3 routines.
49678         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
49679         New file.
49681         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49683         * sysdeps/sparc/configure.in: New file.
49684         * sysdeps/sparc/configure: Generate.
49685         * configure.in (libc_cv_sparc_as_vis3): Substitute.
49686         * configure: Regenerate.
49687         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
49688         * config.make.in (have-as-vis3): New.
49689         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
49690         available use -Av9d instead of -Av9a.
49691         * sysdeps/sparc/sparc64/Makefile: Likewise.
49692         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
49693         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
49694         New file.
49695         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
49696         file.
49697         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
49698         New file.
49699         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
49700         file.
49701         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
49702         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
49703         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
49704         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
49705         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
49707         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
49708         fzeros/fnegs to load 0x80000000 into a float register instead of
49709         using the stack.
49710         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
49712 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
49714         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49715         bits/syscall.h.
49716         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
49717         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
49718         ($(inst_includedir)/bits/syscall.h): Remove rule.
49719         ($(objpfx)bits/syscall.d): Include instead of
49720         $(objpfx)syscall-list.d.
49721         (generated): Change syscall-list.h and syscall-list.d to
49722         bits/syscall.h and bits/syscall.d.
49724 2012-03-14  Roland McGrath  <roland@hack.frob.com>
49726         [BZ #13846]
49727         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
49729 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
49731         [BZ #13841]
49732         * math/s_csqrt.c: Include <float.h>.
49733         (__csqrt): Scale large or subnormal inputs.
49734         * math/s_csqrtf.c: Likewise.
49735         * math/s_csqrtl.c: Likewise.
49736         * math/libm-test.inc (csqrt_test): Add more tests.
49737         * sysdeps/i386/fpu/libm-test-ulps: Update.
49738         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49740         [BZ #13840]
49741         * math/libm-test.inc (hypot_test): Add more tests.
49743 2012-03-13  David S. Miller  <davem@davemloft.net>
49745         [BZ #13840]
49746         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
49747         double-precision for the calculation instead of scaling.
49749 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
49751         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
49752         manipulate bits before adding and subtracting TWO52[sx].
49753         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
49754         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
49755         Likewise.
49756         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
49758 2012-03-13  David S. Miller  <davem@davemloft.net>
49760         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
49761         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
49762         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
49763         rtld-global-offsets.h
49764         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49766         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
49767         large parameters.
49769         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
49771         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
49772         'err' in the ifdef scope in which it is actually used.
49774         * nss/nss_db/db-init.c: Include string.h
49776 2012-03-12  David S. Miller  <davem@davemloft.net>
49778         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
49779         masking out of the most significant byte of random value used.
49780         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
49781         Fix coding style in previous change.
49783         * sysdeps/unix/sysv/linux/kernel-features.h
49784         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
49785         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
49786         expression.
49787         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
49788         later.
49790 2012-03-11  David S. Miller  <davem@davemloft.net>
49792         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
49793         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
49794         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
49795         for 'resultvar' otherwise things get truncated on 64-bit.
49797         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
49798         Fix masking out of the most significant byte of random value used.
49800         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49802 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
49804         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49806 2012-03-09  David S. Miller  <davem@davemloft.net>
49808         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
49809         variables with appropriate CPP guards.
49810         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
49811         from the frame pointer, not the stack pointer.  Correct layout
49812         comments.  Fix test on resulting framesize and the management of
49813         the outregs buffer for pltexit.  Preserve floating point return
49814         values across _dl_call_pltexit call.
49815         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
49816         framesize and the management of the outregs buffer for pltexit.
49817         Preserve floating point return values across _dl_call_pltexit
49818         call.
49819         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
49820         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
49821         (la_sparc64_gnu_pltexit): New functions.
49822         (print_exit): Fix format string for return register value.
49824 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
49826         * sunrpc/Makefile (others): Add rpcgen.
49827         ($(objpfx)rpcgen): Remove special build rule and dependency on
49828         libc.
49829         * sunrpc/rpcgen.c: New file.
49831 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
49833         [BZ #13673]
49834         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
49835         * stdio-common/bug-vfprintf-nargs.c: Likewise.
49836         * sysdeps/i386/crti.S: Likewise.
49837         * sysdeps/i386/crtn.S: Likewise.
49838         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
49839         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
49840         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
49841         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
49842         * sysdeps/sh/crti.S: Likewise.
49843         * sysdeps/sh/crtn.S: Likewise.
49844         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
49846         [BZ #13673]
49847         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
49848         with URL.
49849         * locale/programs/locfile-kw.gperf: Likewise.
49850         * locale/programs/charmap-kw.h: Regenerated.
49851         * locale/programs/locfile-kw.h: Likewise.
49853         [BZ #13673]
49854         * intl/plural.y: Replace FSF snail mail address with URL.
49855         * intl/plural.c: Regenerated.
49857 2012-03-09  Richard Henderson  <rth@twiddle.net>
49859         * include/math_private.h: Remove file.
49860         * math/math_private.h: Move file ...
49861         * sysdeps/generic/math_private.h: ... here.
49863         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
49864         * sysdeps/powerpc/fpu/math_private.h: Likewise.
49865         * sysdeps/x86_64/fpu/math_private.h: Likewise.
49867         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
49868         and <math_private.h>.
49869         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
49870         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
49871         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
49872         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
49873         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
49874         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
49875         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
49876         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49877         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49878         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49879         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49880         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49881         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49882         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49883         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49884         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49885         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49886         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49887         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49888         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49889         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49890         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49891         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49892         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49893         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
49894         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49895         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49896         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49897         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49898         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
49899         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49900         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
49901         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
49902         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
49903         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
49904         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
49905         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
49906         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
49907         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
49908         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49909         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
49910         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
49911         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
49912         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
49913         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
49914         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
49915         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
49916         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
49917         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
49918         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
49919         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
49920         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
49921         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
49922         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
49923         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
49924         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
49925         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
49926         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
49927         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
49928         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
49929         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
49930         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
49931         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
49932         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
49933         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
49934         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
49935         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
49936         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
49937         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
49938         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
49939         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
49940         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49941         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
49942         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49943         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
49944         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
49945         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
49946         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
49947         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
49948         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
49949         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
49950         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
49951         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
49952         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
49953         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
49954         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
49955         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
49956         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
49957         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49958         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49959         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49960         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49961         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49962         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49963         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49964         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49965         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49966         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49967         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49968         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49969         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49970         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49971         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49972         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49973         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
49974         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49975         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49976         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49977         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
49978         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
49979         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
49980         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
49981         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49982         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
49983         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
49984         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49985         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
49986         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
49987         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
49988         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
49989         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
49990         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
49991         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49992         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
49993         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
49994         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
49995         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49996         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
49997         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
49998         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
49999         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
50000         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
50001         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
50002         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
50003         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
50004         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
50005         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
50006         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
50007         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
50008         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
50009         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
50010         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
50011         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
50012         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
50013         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
50014         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
50015         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
50016         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
50017         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
50018         * sysdeps/ieee754/k_standard.c: Likewise.
50019         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
50020         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
50021         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
50022         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
50023         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
50024         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
50025         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
50026         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
50027         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
50028         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
50029         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
50030         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
50031         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
50032         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
50033         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
50034         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
50035         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
50036         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
50037         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
50038         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
50039         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
50040         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
50041         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
50042         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
50043         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
50044         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
50045         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
50046         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
50047         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
50048         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
50049         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
50050         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
50051         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
50052         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
50053         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
50054         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
50055         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
50056         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
50057         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
50058         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
50059         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
50060         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
50061         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
50062         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
50063         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
50064         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
50065         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
50066         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
50067         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
50068         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
50069         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
50070         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
50071         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
50072         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
50073         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
50074         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
50075         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
50076         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
50077         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
50078         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
50079         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
50080         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
50081         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
50082         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
50083         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
50084         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
50085         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
50086         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
50087         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
50088         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
50089         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
50090         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50091         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
50092         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
50093         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
50094         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
50095         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
50096         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
50097         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
50098         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
50099         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
50100         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
50101         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
50102         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
50103         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
50104         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
50105         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
50106         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
50107         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
50108         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
50109         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
50110         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
50111         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
50112         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
50113         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
50114         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
50115         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
50116         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
50117         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
50118         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
50119         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
50120         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
50121         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
50122         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
50123         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
50124         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
50125         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
50126         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
50127         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
50128         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
50129         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
50130         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
50131         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
50132         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
50133         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
50134         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
50135         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
50136         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
50137         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
50138         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
50139         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
50140         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
50141         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
50142         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
50143         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
50144         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
50145         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
50146         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
50147         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
50148         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
50149         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
50150         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
50151         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
50152         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
50153         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
50154         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
50155         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
50156         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
50157         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
50158         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
50159         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
50160         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
50161         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
50162         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
50163         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
50164         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
50165         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
50166         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
50167         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
50168         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
50169         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
50170         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
50171         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
50172         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
50173         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
50174         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
50175         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
50176         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
50177         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
50178         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
50179         * sysdeps/ieee754/s_lib_version.c: Likewise.
50180         * sysdeps/ieee754/s_matherr.c: Likewise.
50181         * sysdeps/ieee754/s_signgam.c: Likewise.
50182         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
50183         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
50184         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
50185         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
50186         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
50187         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
50188         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
50189         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
50190         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
50191         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
50192         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
50193         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
50194         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
50195         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
50196         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
50197         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
50198         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
50199         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
50200         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
50201         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
50202         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
50204 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
50206         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
50207         * sunrpc/rpc_main.c: Likewise.
50208         * sunrpc/rpc_svcout.c: Likewise.
50210 2012-03-09  David S. Miller  <davem@davemloft.net>
50212         * include/math_private.h: New file.
50214 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
50216         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
50217         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
50218         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
50219         from <bits/socket_type.h>.
50220         (enum __socket_type): Don't define here.
50221         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
50222         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50223         bits/socket_type.h.
50225         [BZ #13566]
50226         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
50227         checking __USE_GNU.
50229         * Makerules ($(inst_includedir)/%.h): New rule.
50230         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
50231         (install-others): Remove variable setting.
50232         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
50234 2012-03-08  Richard Henderson  <rth@twiddle.net>
50236         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
50237         from macro to inline function; merge with the
50238         !__LIBC_INTERNAL_MATH_INLINES version.
50239         (__ieee754_sqrtf): Likewise.
50241         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
50242         to inline function.
50243         (__rintf, __floor, __floorf): Likewise.
50245         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
50246         macro to inline function.
50247         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
50249         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
50250         not <math/math_private.h>.
50252 2012-03-08  David S. Miller  <davem@davemloft.net>
50254         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
50255         copyright year.
50256         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
50258 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
50260         * resolv/gai_misc.c (handle_requests): Fix struct timespec
50261         normalization.
50262         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
50263         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
50265 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
50267         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
50268         be defined individually, they must be defined as a block.  Define
50269         S for printing a string instead of hidint the different by using a
50270         macro for adding the 'l'.
50271         * stdio-common/tst-fphex-wide.c: Adjust.
50273 2012-03-07  Marek Polacek  <polacek@redhat.com>
50275         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
50277 2012-03-08  Marek Polacek  <polacek@redhat.com>
50279         [BZ #13806]
50280         * stdio-common/Makefile (tests): Add tst-fphex-wide.
50281         * stdio-common/tst-fphex.c: Define a few macros to make the
50282         test reusable.  Use them.
50283         * stdio-common/tst-fphex-wide.c: New file.
50285 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
50287         [BZ #6911]
50288         * manual/macros.texi (gnusystems): New macro.
50289         (nongnusystems): Likewise.
50290         (gnulinuxhurdsystems): Likewise.
50291         (gnuhurdsystems): Likewise..
50292         (gnulinuxsystems): Likewise.
50293         * manual/charset.texi: Use new macros or @theglibc{} to refer to
50294         variants of the GNU system, not "GNU system".
50295         * manual/conf.texi: Likewise.
50296         * manual/errno.texi: Likewise.  Update example of errno macro
50297         expansion.
50298         * manual/filesys.texi: Likewise.
50299         (getumask): Document as specific to GNU/Hurd.
50300         * manual/install.texi: Likewise.  Reword some references to
50301         GNU/Linux.
50302         * manual/intro.texi: Likewise.
50303         * manual/io.texi: Likewise.
50304         (File Name Portability): Detail which constraints are inapplicable
50305         to all GNU systems and which are only inapplicable to GNU/Hurd.
50306         * manual/job.texi: Likewise.
50307         * manual/llio.texi: Likewise.
50308         (O_NOCTTY): Document as present on GNU/Linux.
50309         * manual/maint.texi: Likewise.
50310         * manual/memory.texi: Likewise.
50311         * manual/pattern.texi: Likewise.
50312         * manual/pipe.texi: Likewise.
50313         * manual/process.texi: Likewise.
50314         * manual/resource.texi: Likewise.
50315         (RUSAGE_CHILDREN): Remove statement about specifying a particular
50316         child on GNU/Hurd.
50317         * manual/setjmp.texi: Likewise.
50318         * manual/signal.texi: Likewise.
50319         * manual/startup.texi: Likewise.
50320         * manual/stdio.texi: Likewise.
50321         * manual/terminal.texi: Likewise.
50322         (ONLCR): Document as POSIX.
50323         (OXTABS): Document availability on GNU/Linux as XTABS.
50324         (ONOEOT): Document availability separately from other bits.
50325         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
50326         * manual/time.texi: Likewise.
50327         * manual/users.texi: Likewise.
50328         * INSTALL: Regenerated.
50329         * sysdeps/gnu/errlist.c: Regenerated.
50331         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
50332         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
50333         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
50334         puts.
50335         * configure: Regenerated.
50337 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
50339         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
50340         default includes instead of AC_HEADER_CHECK.
50341         * sysdeps/i386/configure: Regenerated.
50343         [BZ #10716]
50344         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
50345         * math/s_cacoshf.c (__cacoshf): Likewise.
50346         * math/s_cacoshl.c (__cacoshl): Likewise.
50347         * math/s_casinh.c (__casinh): Set signs of result from argument.
50348         * math/s_casinhf.c (__casinhf): Likewise.
50349         * math/s_casinhl.c (__casinhl): Likewise.
50350         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
50351         (casinh_test): Add more tests.
50352         * sysdeps/i386/fpu/libm-test-ulps: Update.
50353         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50355 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
50357         * po/zh_TW.po: Update from translation team.
50359         * login/Makefile (distribute): Remove variable.
50360         * catgets/Makefile: Likewise.
50361         * mach/Makefile: Likewise.
50362         * malloc/Makefile: Likewise.
50363         * misc/Makefile: Likewise.
50364         * iconv/Makefile: Likewise.
50365         * nscd/Makefile: Likewise.
50366         * hurd/Makefile: Likewise.
50367         * manual/Makefile: Likewise.
50368         * locale/Makefile: Likewise.
50369         * intl/Makefile: Likewise.
50370         * conform/Makefile: Likewise.
50371         * nss/Makefile: Likewise.
50372         * time/Makefile: Likewise.
50373         * soft-fp/Makefile: Likewise.
50374         * dirent/Makefile: Likewise.
50375         * gmon/Makefile: Likewise.
50376         * po/Makefile: Likewise.
50377         * rt/Makefile: Likewise.
50378         * socket/Makefile: Likewise.
50379         * math/Makefile: Likewise.
50380         * signal/Makefile: Likewise.
50381         * debug/Makefile: Likewise.
50382         * elf/Makefile: Likewise.
50383         * timezone/Makefile: Likewise.
50384         * stdlib/Makefile: Likewise.
50385         * iconvdata/Makefile: Likewise.
50386         * sunrpc/Makefile: Likewise.
50387         * io/Makefile: Likewise.
50388         * argp/Makefile: Likewise.
50389         * inet/Makefile: Likewise.
50390         * hesiod/Makefile: Likewise.
50391         * grp/Makefile: Likewise.
50392         * csu/Makefile: Likewise.
50393         * wctype/Makefile: Likewise.
50394         * crypt/Makefile: Likewise.
50395         * libio/Makefile: Likewise.
50396         * string/Makefile: Likewise.
50397         * nis/Makefile: Likewise.
50398         * resolv/Makefile: Likewise.
50399         * stdio-common/Makefile: Likewise.
50400         * wcsmbs/Makefile: Likewise.
50401         * dlfcn/Makefile: Likewise.
50402         * posix/Makefile: Likewise.
50404         [BZ #6959]
50405         * timezone/Makefile: Don't install timezone files, just the programs
50406         and scripts.
50408 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
50410         * nss/databases.def: Add missing gshadow entry.
50412         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
50414 2012-03-06  Marek Polacek  <polacek@redhat.com>
50416         [BZ #13726]
50417         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
50418         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
50419         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
50420         * stdio-common/tst-long-dbl-fphex.c: New file.
50422 2012-03-06  David S. Miller  <davem@davemloft.net>
50424         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
50425         (set_obp_int): New function.
50426         (get_obp_int): New function.
50427         (__get_clockfreq_via_dev_openprom): Likewise.
50428         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
50429         Avoid unused variable warnings on 'val' and use builtin_expect.
50430         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
50431         __builtin_expect.
50432         (INLINE_CLONE_SYSCALL): Likewise.
50434 2012-03-05  David S. Miller  <davem@davemloft.net>
50436         * sysdeps/sparc/fpu/libm-test-ulps: Update.
50438 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
50440         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
50442         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
50443         only for |x| >= 40.
50444         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
50446 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
50448         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
50449         Replace gettimeofday with __vdso_gettimeofday.
50451         * sysdeps/unix/sysv/linux/x86_64/init-first.c
50452         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
50453         __vdso_clock_gettime and __vdso_getcpu.
50455         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
50456         time with __vdso_time.
50458 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
50460         * manual/lang.texi (size_t): Note types to which size_t may be
50461         equivalent with the GNU C Library, but do not describe when
50462         differences between them are significant.
50464 2012-03-05  Andreas Jaeger  <aj@suse.de>
50466         * sysdeps/i386/fpu/libm-test-ulps: Update.
50468 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
50470         [BZ #3976]
50471         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
50472         (__ieee754_pow): Save and restore rounding mode and use
50473         round-to-nearest for main computations.
50474         * math/libm-test.inc (pow_test_tonearest): New function.
50475         (pow_test_towardzero): Likewise.
50476         (pow_test_downward): Likewise.
50477         (pow_test_upward): Likewise.
50478         (main): Call the new functions.
50479         * sysdeps/i386/fpu/libm-test-ulps: Update.
50480         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50482         [BZ #3976]
50483         * math/libm-test.inc (cosh_test_tonearest): New function.
50484         (cosh_test_towardzero): Likewise.
50485         (cosh_test_downward): Likewise.
50486         (cosh_test_upward): Likewise.
50487         (sinh_test_tonearest): Likewise.
50488         (sinh_test_towardzero): Likewise.
50489         (sinh_test_downward): Likewise.
50490         (sinh_test_upward): Likewise.
50491         (main): Call the new functions.
50492         * sysdeps/i386/fpu/libm-test-ulps: Update.
50493         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50495 2012-03-05  Tom de Vries  <tom@codesourcery.com>
50497         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
50498         default stack guard is set in last bytes.
50499         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
50501 2012-03-05  Kees Cook  <keescook@chromium.org>
50503         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
50505         [BZ #13656]
50506         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
50507         possibly allocate from heap instead of stack.
50508         * stdio-common/bug-vfprintf-nargs.c: New file.
50509         * stdio-common/Makefile (tests): Add nargs overflow test.
50511 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
50513         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
50515 2012-03-03  Marek Polacek  <polacek@redhat.com>
50517         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
50518         * math/math_private.h: Likewise.
50519         * stdlib/tst-strtod.c: Likewise.
50520         * sysdeps/i386/i486/bits/atomic.h: Likewise.
50521         * sysdeps/x86_64/bits/atomic.h: Likewise.
50523 2012-03-02  David S. Miller  <davem@davemloft.net>
50525         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
50526         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
50527         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
50528         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
50529         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
50530         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
50531         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
50532         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
50534 2012-03-02  Roland McGrath  <roland@hack.frob.com>
50536         [BZ #13792]
50537         * manual/examples/README: New file, says the example source files
50538         can be used under GPL>=2.
50539         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
50540         line containing just "*/".
50541         * manual/examples/add.c: Add copyright header (GPL>=2).
50542         * manual/examples/argp-ex1.c: Likewise.
50543         * manual/examples/argp-ex2.c: Likewise.
50544         * manual/examples/argp-ex3.c: Likewise.
50545         * manual/examples/argp-ex4.c: Likewise.
50546         * manual/examples/atexit.c: Likewise.
50547         * manual/examples/db.c: Likewise.
50548         * manual/examples/dir.c: Likewise.
50549         * manual/examples/dir2.c: Likewise.
50550         * manual/examples/execinfo.c: Likewise.
50551         * manual/examples/filecli.c: Likewise.
50552         * manual/examples/filesrv.c: Likewise.
50553         * manual/examples/fmtmsgexpl.c: Likewise.
50554         * manual/examples/genpass.c: Likewise.
50555         * manual/examples/inetcli.c: Likewise.
50556         * manual/examples/inetsrv.c: Likewise.
50557         * manual/examples/isockad.c: Likewise.
50558         * manual/examples/longopt.c: Likewise.
50559         * manual/examples/memopen.c: Likewise.
50560         * manual/examples/memstrm.c: Likewise.
50561         * manual/examples/mkfsock.c: Likewise.
50562         * manual/examples/mkisock.c: Likewise.
50563         * manual/examples/mygetpass.c: Likewise.
50564         * manual/examples/pipe.c: Likewise.
50565         * manual/examples/popen.c: Likewise.
50566         * manual/examples/rprintf.c: Likewise.
50567         * manual/examples/search.c: Likewise.
50568         * manual/examples/select.c: Likewise.
50569         * manual/examples/setjmp.c: Likewise.
50570         * manual/examples/sigh1.c: Likewise.
50571         * manual/examples/sigusr.c: Likewise.
50572         * manual/examples/stpcpy.c: Likewise.
50573         * manual/examples/strdupa.c: Likewise.
50574         * manual/examples/strftim.c: Likewise.
50575         * manual/examples/strncat.c: Likewise.
50576         * manual/examples/subopt.c: Likewise.
50577         * manual/examples/swapcontext.c: Likewise.
50578         * manual/examples/termios.c: Likewise.
50579         * manual/examples/testopt.c: Likewise.
50580         * manual/examples/testpass.c: Likewise.
50581         * manual/examples/timeval_subtract.c: Likewise.
50583         [BZ #13792]
50584         * manual/time.texi (Elapsed Time): Move timeval_subtract example
50585         function to ...
50586         * manual/timeval_subtract.c.texi: ... here, new file.
50588 2012-03-02  David S. Miller  <davem@davemloft.net>
50590         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
50592 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
50594         [BZ #3976]
50595         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
50596         (__sin): Save and restore rounding mode and use round-to-nearest
50597         for all computations.
50598         (__cos): Save and restore rounding mode and use round-to-nearest
50599         for all computations.
50600         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
50601         <fenv.h>.
50602         (tan): Save and restore rounding mode and use round-to-nearest for
50603         all computations.
50604         * math/libm-test.inc (cos_test_tonearest): New function.
50605         (cos_test_towardzero): Likewise.
50606         (cos_test_downward): Likewise.
50607         (cos_test_upward): Likewise.
50608         (sin_test_tonearest): Likewise.
50609         (sin_test_towardzero): Likewise.
50610         (sin_test_downward): Likewise.
50611         (sin_test_upward): Likewise.
50612         (tan_test_tonearest): Likewise.
50613         (tan_test_towardzero): Likewise.
50614         (tan_test_downward): Likewise.
50615         (tan_test_upward): Likewise.
50616         (main): Call the new functions.
50617         * sysdeps/i386/fpu/libm-test-ulps: Update.
50618         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50620         [BZ #10135]
50621         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
50622         small n, then large n, before computing and testing k+n.
50623         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
50624         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
50625         Likewise.
50626         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
50627         Likewise.
50628         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
50629         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
50630         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
50631         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
50632         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
50633         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
50634         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
50635         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
50636         * math/libm-test.inc (scalbn_test): Add more tests.
50637         (scalbln_test): Likewise.
50639         * manual/filesys.texi (mode_t): Describe constraints on size and
50640         signedness, not exact equivalence to a particular type.
50641         (ino_t): Likewise.
50642         (ino64_t): Likewise.
50643         (dev_t): Likewise.
50644         (nlink_t): Likewise.
50645         (blkcnt_t): Likewise.
50646         (blkcnt64_t): Likewise.
50647         * manual/llio.texi (off_t): Likewise.
50649         [BZ #3976]
50650         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
50651         (__ieee754_exp): Save and restore rounding mode and use
50652         round-to-nearest for all computations.
50653         * math/libm-test.inc (exp_test_tonearest): New function.
50654         (exp_test_towardzero): Likewise.
50655         (exp_test_downward): Likewise.
50656         (exp_test_upward): Likewise.
50657         (main): Call the new functions.
50658         * sysdeps/i386/fpu/libm-test-ulps: Update.
50659         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50661 2012-03-01  Chris Demetriou  <cgd@google.com>
50663         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
50664         have predictable order.
50666 2012-03-01  David S. Miller  <davem@davemloft.net>
50668         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
50670         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
50671         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
50672         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
50673         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
50675         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
50676         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
50677         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
50678         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
50679         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
50680         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
50681         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
50682         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
50683         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
50685         * sysdeps/sparc/fpu/libm-test-ulps: Update.
50687         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
50688         * sysdeps/sparc/fpu/libm-test-ulps: to here.
50689         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
50691         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
50692         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
50693         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
50694         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
50695         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
50696         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
50697         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
50698         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
50699         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
50700         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
50701         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
50702         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
50703         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
50704         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
50705         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
50706         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50707         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
50708         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
50709         * sysdeps/sparc/elf/configure: Regenerated.
50711 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
50713         * configure.in (AS, LD): Require binutils 2.20 or later.
50714         * configure: Regenerated.
50715         * manual/install.texi (Tools for Compilation): Give binutils 2.20
50716         as required minimum version.
50717         * INSTALL: Regenerated.
50719         [BZ #2541]
50720         [BZ #4108]
50721         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
50722         before squaring exponent.
50723         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
50724         bottom long double and 27 bits of top long double before squaring
50725         exponent.
50726         * math/libm-test.inc (erfc_test): Add more tests.
50727         * sysdeps/i386/fpu/libm-test-ulps: Update.
50728         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
50729         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50731 2012-03-01  Kai Tietz  <ktietz@redhat.com>
50733         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
50734         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
50735         containing bit-fields.
50736         * soft-fp/extended.h (_FP_UNION_E): Likewise.
50737         * soft-fp/single.h (_FP_UNION_S): Likewise.
50738         * soft-fp/double.h (_FP_UNION_D): Likewise.
50740 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
50742         [BZ #13786]
50743         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
50744         not include ../strcmp.S.
50745         [USE_AS_STRNCASECMP_L]: Likewise.
50746         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
50747         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
50748         * sysdeps/i386/i686/multiarch/strncase_l-c.c
50749         (__strncasecmp_l_ia32): Define as alias to
50750         __strncasecmp_l_nonascii.
50752         [BZ #5794]
50753         * math/libm-test.inc (expm1_test): Add test for bug 5794.
50754         * sysdeps/i386/fpu/libm-test-ulps: Update.
50755         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50757         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
50758         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50760 2012-02-29  Jeff Law  <law@redhat.com>
50762         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
50763         out of bounds read.
50765 2012-02-29  Marek Polacek  <polacek@redhat.com>
50767         [BZ #13706]
50768         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
50769         * elf/Makefile: Add rules to run tst-unused-dep.out.
50771 2012-02-28  David S. Miller  <davem@davemloft.net>
50773         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
50774         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
50775         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
50776         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
50777         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
50778         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
50780 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
50782         * math/libm-test.inc (llround_test): Move one test from
50783         lround_test.  Use TEST_f_L in moved test.
50784         (lround_test): Move misplaced test to llround_test.  Add testcase
50785         from bug 2561.
50787 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
50789         * sysdeps/x86_64/fpu/e_expf.S: New file.
50790         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
50792 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
50794         [BZ #13637]
50795         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
50796         of remain_len that may cause incomplete multi-byte character and
50797         false match.
50798         * posix/bug-regex33.c: New file.
50799         * posix/Makefile (tests): Add bug-regex33.
50801 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
50803         * manual/macros.texi: New file.
50804         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
50805         * manual/libc.texinfo: Include macros.texi.
50806         * manual/creatute.texi: Likewise.
50807         * manual/install.texi: Likewise.
50808         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
50809         @glibcadj{} in references to the GNU C Library.
50810         * manual/charset.texi: Likewise.
50811         * manual/conf.texi: Likewise.
50812         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
50813         when not using those macros.
50814         * manual/creature.texi: Likewise.
50815         * manual/crypt.texi: Likewise.
50816         * manual/errno.texi: Likewise.
50817         * manual/filesys.texi: Likewise.
50818         * manual/header.texi: Likewise.
50819         * manual/install.texi: Likewise.
50820         * manual/intro.texi: Likewise.
50821         * manual/io.texi: Likewise.
50822         * manual/job.texi: Likewise.
50823         * manual/lang.texi: Likewise.
50824         * manual/libc.texiinfo: Likewise.
50825         * manual/llio.texi: Likewise.
50826         * manual/locale.texi: Likewise.
50827         * manual/maint.texi: Likewise.
50828         * manual/math.texi: Likewise.
50829         * manual/memory.texi: Likewise.
50830         * manual/message.texi: Likewise.
50831         * manual/nss.texi: Likewise.
50832         * manual/pattern.texi: Likewise.
50833         * manual/process.texi: Likewise.
50834         * manual/resource.texi: Likewise.
50835         * manual/search.texi: Likewise.
50836         * manual/setjmp.texi: Likewise.
50837         * manual/signal.texi: Likewise.
50838         * manual/socket.texi: Likewise.
50839         * manual/startup.texi: Likewise.
50840         * manual/stdio.texi: Likewise.
50841         * manual/string.texi: Likewise.
50842         * manual/sysinfo.texi: Likewise.
50843         * manual/syslog.texi: Likewise.
50844         * manual/terminal.texi: Likewise.
50845         * manual/time.texi: Likewise.
50846         * manual/users.texi: Likewise.
50847         * INSTALL: Regenerated.
50848         * NOTES: Regenerated.
50849         * sysdeps/gnu/errlist.c: Regenerated.
50851 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
50853         * include/dirent.h: Include <dirstream.h> before
50854         <dirent/dirent.h>.
50856 2012-02-28  David S. Miller  <davem@davemloft.net>
50858         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
50859         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
50860         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
50861         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
50863 2012-02-27  David S. Miller  <davem@davemloft.net>
50865         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
50866         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
50867         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
50868         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
50870         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
50871         frame pointer instead of stack pointer relative arg slot.
50872         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
50873         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
50874         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
50876 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
50878         [BZ #3992]
50879         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
50881 2012-02-27  David S. Miller  <davem@davemloft.net>
50883         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
50884         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
50885         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
50886         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
50887         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
50888         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
50889         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
50890         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
50892 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
50894         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
50895         later.  Allow versions 5-9.
50896         * configure: Regenerated.
50897         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
50898         required minimum version and 4.6 as recommended version.  Do not
50899         mention bugs in GCC 2.7 and 2.8.
50900         * INSTALL: Regenerated.
50902 2012-02-27  David S. Miller  <davem@davemloft.net>
50904         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
50905         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
50906         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
50907         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
50908         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
50909         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
50910         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
50911         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
50913         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
50914         manipulate bits before adding and subtracting TWO112[sx].
50915         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
50917 2012-02-27  Roland McGrath  <roland@hack.frob.com>
50919         [BZ #13775]
50920         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
50921         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
50922         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
50923         being in POSIX, because they are in 1003.1-2008.
50925         * rt/tst-aio.c: Include <fcntl.h>.
50926         * rt/tst-aio7.c: Likewise.
50927         * rt/tst-aio64.c: Likewise.
50929         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
50931 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
50933         * manual/install.texi (--with-headers): Describe headers as
50934         interface headers, not private headers.
50935         (Specific advice for GNU/Linux systems): Describe use of headers
50936         from "make headers_install", not private headers from older
50937         kernels.
50938         * INSTALL: Regenerated.
50939         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
50940         Change to 2.6.19.
50941         * sysdeps/unix/sysv/linux/configure: Regenerated.
50943         * manual/llio.texi (fclean): Remove documentation.
50945         * manual/Makefile (libc-texi-generated): New variable.  Include
50946         version.texi.
50947         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
50948         $(libc-texi-generated), not duplicated list of files.
50949         (version.texi, stamp-version): New rules.
50950         (realclean): Remove $(libc-texi-generated), not individual files
50951         from that list.  Do not remove dir-add.texinfo.
50952         * manual/libc.texinfo: Comment out uses of edition numbers and
50953         references to printed manual.  Remove last-updated dates.
50954         (EDITION): Comment out.
50955         (ISBN): Likewise.
50956         (VERSION, UPDATED): Remove.
50957         (version.texi): Include.
50959 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
50961         * sysdeps/posix/spawni.c: Include <signal.h>.
50962         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
50963         * sysdeps/pthread/aio_fsync.c: Likewise.
50965 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
50967         * conform/Makefile (tests): Run only when not cross-compiling and
50968         when fast-check is not defined.
50970         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
50971         * conform/data/limits.h-data: Fixes for POSIX2008.
50972         * conform/run-conformtest.sh: Run all tests.
50973         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
50974         headers.
50975         * include/bits/dlfcn.h: Likewise.
50976         * include/langinfo.h: Likewise.
50977         * include/monetary.h: Likewise.
50978         * include/sys/poll.h: Likewise.
50980         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
50981         for __USE_GNU.
50982         * posix/spawn.h: Define __need_sigset_t.
50983         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
50984         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
50985         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
50986         to get sigevent_t only.
50987         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
50988         only for __USE_GNU.
50989         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50990         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
50991         process_vm_writev only for __USE_GNU.
50992         * termios/termios.h: Declare tcgetsid also for POSIX2008.
50994         * conform/Makefile: For now ignore errors from run-conformtest.
50995         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
50996         POSIX to avoid namespace pollution.  Don't prepend headers.
50997         * conform/data/aio.h-data: Fixes for POSIX testing.
50998         * conform/data/fcntl.h-data: Likewise.
50999         * conform/data/glob.h-data: Likewise.
51000         * conform/data/grp.h-data: Likewise.
51001         * conform/data/pthread.h-data: Likewise.
51002         * conform/data/pwd.h-data: Likewise.
51003         * conform/data/signal.h-data: Likewise.
51004         * conform/data/spawn.h-data: Likewise.
51005         * conform/data/stdio.h-data: Likewise.
51006         * conform/data/stdlib.h-data: Likewise.
51007         * conform/data/stropts.h-data: Likewise.
51008         * conform/data/sys/mman.h-data: Likewise.
51009         * conform/data/sys/stat.h-data: Likewise.
51010         * conform/data/sys/types.h-data: Likewise.
51011         * conform/data/sys/wait.h-data: Likewise.
51012         * conform/data/time.h-data: Likewise.
51013         * conform/data/unistd.h-data: Likewise.
51014         * conform/data/utime.h-data: Likewise.
51016         * io/sys/stat.h: fchmod was always in POSIX.
51017         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
51018         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
51019         * rt/aio.h: Define __need_timespec before including <time.h>.
51020         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
51021         struct.  Add forward declaration of pthread_attr_t and use it in
51022         sigevent.
51023         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51024         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51025         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
51026         always remove CLK_TCK definition.
51028 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
51030         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
51032 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
51034         * conform/run-conformtest.sh: New file.
51035         * conform/Makefile: Run run-conformtest for tests.
51036         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
51037         support.
51039         * conform/data/uchar.h-data: New file.
51040         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
51041         * conform/data/arpa/inet.h-data: Likewise.
51042         * conform/data/assert.h-data: Likewise.
51043         * conform/data/complex.h-data: Likewise.
51044         * conform/data/cpio.h-data: Likewise.
51045         * conform/data/ctype.h-data: Likewise.
51046         * conform/data/dirent.h-data: Likewise.
51047         * conform/data/dlfcn.h-data: Likewise.
51048         * conform/data/errno.h-data: Likewise.
51049         * conform/data/fcntl.h-data: Likewise.
51050         * conform/data/float.h-data: Likewise.
51051         * conform/data/fmtmsg.h-data: Likewise.
51052         * conform/data/fnmatch.h-data: Likewise.
51053         * conform/data/ftw.h-data: Likewise.
51054         * conform/data/glob.h-data: Likewise.
51055         * conform/data/grp.h-data: Likewise.
51056         * conform/data/iconv.h-data: Likewise.
51057         * conform/data/inttypes.h-data: Likewise.
51058         * conform/data/langinfo.h-data: Likewise.
51059         * conform/data/libgen.h-data: Likewise.
51060         * conform/data/limits.h-data: Likewise.
51061         * conform/data/locale.h-data: Likewise.
51062         * conform/data/math.h-data: Likewise.
51063         * conform/data/monetary.h-data: Likewise.
51064         * conform/data/mqueue.h-data: Likewise.
51065         * conform/data/ndbm.h-data: Likewise.
51066         * conform/data/net/if.h-data: Likewise.
51067         * conform/data/netdb.h-data: Likewise.
51068         * conform/data/netinet/in.h-data: Likewise.
51069         * conform/data/nl_types.h-data: Likewise.
51070         * conform/data/poll.h-data: Likewise.
51071         * conform/data/pthread.h-data: Likewise.
51072         * conform/data/pwd.h-data: Likewise.
51073         * conform/data/regex.h-data: Likewise.
51074         * conform/data/sched.h-data: Likewise.
51075         * conform/data/search.h-data: Likewise.
51076         * conform/data/semaphore.h-data: Likewise.
51077         * conform/data/setjmp.h-data: Likewise.
51078         * conform/data/signal.h-data: Likewise.
51079         * conform/data/spawn.h-data: Likewise.
51080         * conform/data/stdarg.h-data: Likewise.
51081         * conform/data/stdio.h-data: Likewise.
51082         * conform/data/stdlib.h-data: Likewise.
51083         * conform/data/string.h-data: Likewise.
51084         * conform/data/strings.h-data: Likewise.
51085         * conform/data/stropts.h-data: Likewise.
51086         * conform/data/sys/ipc.h-data: Likewise.
51087         * conform/data/sys/mman.h-data: Likewise.
51088         * conform/data/sys/msg.h-data: Likewise.
51089         * conform/data/sys/resource.h-data: Likewise.
51090         * conform/data/sys/select.h-data: Likewise.
51091         * conform/data/sys/sem.h-data: Likewise.
51092         * conform/data/sys/shm.h-data: Likewise.
51093         * conform/data/sys/socket.h-data: Likewise.
51094         * conform/data/sys/stat.h-data: Likewise.
51095         * conform/data/sys/statvfs.h-data: Likewise.
51096         * conform/data/sys/time.h-data: Likewise.
51097         * conform/data/sys/timeb.h-data: Likewise.
51098         * conform/data/sys/times.h-data: Likewise.
51099         * conform/data/sys/types.h-data: Likewise.
51100         * conform/data/sys/uio.h-data: Likewise.
51101         * conform/data/sys/un.h-data: Likewise.
51102         * conform/data/sys/utsname.h-data: Likewise.
51103         * conform/data/sys/wait.h-data: Likewise.
51104         * conform/data/syslog.h-data: Likewise.
51105         * conform/data/tar.h-data: Likewise.
51106         * conform/data/termios.h-data: Likewise.
51107         * conform/data/utime.h-data: Likewise.
51108         * conform/data/utmpx.h-data: Likewise.
51109         * conform/data/varargs.h-data: Likewise.
51110         * conform/data/wchar.h-data: Likewise.
51111         * conform/data/wctype.h-data: Likewise.
51112         * conform/data/wordexp.h-data: Likewise.
51114         * include/stropts.h: New file.
51115         * include/uchar.h: New file.
51116         * include/aio.h: Changes to allow conformtest.pl to use the headers.
51117         * include/assert.h: Likewise.
51118         * include/ctype.h: Likewise.
51119         * include/dirent.h: Likewise.
51120         * include/dlfcn.h: Likewise.
51121         * include/fcntl.h: Likewise.
51122         * include/fnmatch.h: Likewise.
51123         * include/glob.h: Likewise.
51124         * include/grp.h: Likewise.
51125         * include/libio.h: Likewise.
51126         * include/locale.h: Likewise.
51127         * include/math.h: Likewise.
51128         * include/net/if.h: Likewise.
51129         * include/netdb.h: Likewise.
51130         * include/netinet/in.h: Likewise.
51131         * include/pthread.h: Likewise.
51132         * include/pwd.h: Likewise.
51133         * include/regex.h: Likewise.
51134         * include/sched.h: Likewise.
51135         * include/search.h: Likewise.
51136         * include/setjmp.h: Likewise.
51137         * include/signal.h: Likewise.
51138         * include/stdio.h: Likewise.
51139         * include/stdlib.h: Likewise.
51140         * include/string.h: Likewise.
51141         * include/sys/cdefs.h: Likewise.
51142         * include/sys/mman.h: Likewise.
51143         * include/sys/msg.h: Likewise.
51144         * include/sys/resource.h: Likewise.
51145         * include/sys/select.h: Likewise.
51146         * include/sys/socket.h: Likewise.
51147         * include/sys/stat.h: Likewise.
51148         * include/sys/statvfs.h: Likewise.
51149         * include/sys/time.h: Likewise.
51150         * include/sys/times.h: Likewise.
51151         * include/sys/uio.h: Likewise.
51152         * include/sys/utsname.h: Likewise.
51153         * include/sys/wait.h: Likewise.
51154         * include/termios.h: Likewise.
51155         * include/time.h: Likewise.
51156         * include/ulimit.h: Likewise.
51157         * include/unistd.h: Likewise.
51158         * include/utime.h: Likewise.
51159         * include/wchar.h: Likewise.
51160         * include/wctype.h: Likewise.
51161         * include/wordexp.h: Likewise.
51163         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
51165         * time/time.h: TIME_UTC must be a macro.
51166         Make timespec_get available for ISO C11 only as well.
51168 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
51170         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
51171         Reported by Peng Haitao <penght@cn.fujitsu.com>.
51173 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
51175         * configure.in: Use -o not -a in test for unsupported multi-arch.
51177 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
51179         * manual/texinfo.tex: Update to version 2012-01-19.16.
51181 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
51183         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
51185 2012-02-24  Roland McGrath  <roland@hack.frob.com>
51187         [BZ #13738]
51188         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
51189         * manual/fdl-1.3.texi: New file.
51190         * manual/fdl-1.1.texi: File removed.
51192         [BZ #13738]
51193         * manual/libc.texinfo (FDL_VERSION): New @set.
51194         Use it for mention of FDL in cover text.
51195         (Documentation License): Use it in @include file name.
51197 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
51198             Roland McGrath  <roland@hack.frob.com>
51200         [BZ #5461]
51201         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
51202         (not LONG_LONG_MAX and LONG_LONG_MIN.
51203         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
51204         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
51205         name.
51206         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
51208 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
51210         [BZ #2547]
51211         [BZ #11365]
51212         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
51213         manipulate bits before adding and subtracting TWO23[sx].
51214         * math/libm-test.inc (nearbyint_test): Add more tests.
51216 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
51218         [BZ #2548]
51219         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
51220         bits before adding and subtracting TWO23[sx].
51221         * math/libm-test.inc (rint_test): Add more tests.
51222         (rint_test_tonearest): Likewise.
51223         (rint_test_towardzero): Likewise.
51224         (rint_test_downward): Likewise.
51225         (rint_test_upward: Likewise.
51227 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
51229         [BZ #10110]
51230         * include/stdc-predef.h: New file.  Extracted from features.h.
51231         * include/features.h: Include stdc-predef.h.
51232         * Makefile (headers): Add stdc-predef.h.
51233         * CONFORMANCE (Compiler limitations): Update.
51235 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
51237         * manual/libc.texinfo (VERSION, UPDATED): Revert.
51239 2012-02-21  David S. Miller  <davem@davemloft.net>
51241         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
51242         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
51244 2012-02-20  David S. Miller  <davem@davemloft.net>
51246         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
51247         using a normal save/restore sequence, rather than allocating a
51248         dummy stack frame just to store a frame pointer and restore.
51249         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
51251 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
51253         * manual/install.texi: Fix stray word in line-wrapped comment.
51255 2012-02-20  David S. Miller  <davem@davemloft.net>
51257         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
51258         both binutils and gcc support GOTDATA.
51260         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
51261         "rd %pc" in the PIC register setup sequences.
51263         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
51264         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
51265         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
51266         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
51267         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
51268         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
51269         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
51270         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
51271         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
51272         (SYSCALL_ERROR_HANDLER): Likewise.
51273         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
51274         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
51275         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
51276         (SYSCALL_ERROR_HANDLER): Likewise.
51278         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
51279         (HAVE_GCC_GOTDATA): New.
51280         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
51281         relocation support in both binutils and gcc.
51282         * sysdeps/sparc/elf/configure: Regenerate.
51284         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
51285         * sysdeps/sparc/sparc32/elf/configure: Delete.
51286         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
51287         * sysdeps/sparc/sparc64/elf/configure: Delete.
51288         * sysdeps/sparc/elf/configure.in: New file.
51289         * sysdeps/sparc/elf/configure: Generate.
51291         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
51292         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
51293         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
51294         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
51295         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
51297 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
51299         * manual/install.texi: Do not mention specific glibc version
51300         numbers.
51301         * manual/libc.texinfo (VERSION, UPDATED): Update.
51302         (@copying): Use @copyright{} and range of years.
51304 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
51306         [BZ #13695]
51307         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
51308         [crti.S not in sysdirs] (generated): Do not append.
51309         [crti.S not in sysdirs] (omit-deps): Likewise.
51310         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
51311         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
51312         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
51313         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
51314         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
51315         Likewise.
51316         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
51317         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
51318         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
51319         * csu/defs.awk: Remove file.
51320         * sysdeps/generic/initfini.c: Likewise.
51321         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
51322         variable.
51323         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
51324         Likewise.
51326 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
51328         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
51329         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
51330         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
51331         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
51332         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51333         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
51334         <bits/epoll.h>.
51335         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
51336         (__EPOLL_PACKED): Define to empty if not defined by
51337         <bits/epoll.h>.
51338         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
51339         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51340         bits/epoll.h.
51342 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
51344         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
51345         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
51346         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
51347         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
51348         <bits/timerfd.h>.
51349         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
51350         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51351         bits/timerfd.h.
51353 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
51355         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
51356         in C locale.
51357         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
51358         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
51359         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
51360         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
51362 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
51364         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51365         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
51367 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
51369         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
51370         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
51371         defined.
51372         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
51373         Likewise.
51374         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
51375         entry for 2.16.
51377 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
51379         * math/w_acos.c: Use non-signaling floating-point comparisons.
51380         * math/w_acosf.c: Likewise.
51381         * math/w_acosh.c: Likewise.
51382         * math/w_acoshf.c: Likewise.
51383         * math/w_acoshl.c: Likewise.
51384         * math/w_acosl.c: Likewise.
51385         * math/w_asin.c: Likewise.
51386         * math/w_asinf.c: Likewise.
51387         * math/w_asinl.c: Likewise.
51388         * math/w_atanh.c: Likewise.
51389         * math/w_atanhf.c: Likewise.
51390         * math/w_atanhl.c: Likewise.
51391         * math/w_exp2.c: Likewise.
51392         * math/w_exp2f.c: Likewise.
51393         * math/w_exp2l.c: Likewise.
51394         * math/w_j0.c: Likewise.
51395         * math/w_j0f.c: Likewise.
51396         * math/w_j0l.c: Likewise.
51397         * math/w_j1.c: Likewise.
51398         * math/w_j1f.c: Likewise.
51399         * math/w_j1l.c: Likewise.
51400         * math/w_jn.c: Likewise.
51401         * math/w_jnf.c: Likewise.
51402         * math/w_log.c: Likewise.
51403         * math/w_log10.c: Likewise.
51404         * math/w_log10f.c: Likewise.
51405         * math/w_log10l.c: Likewise.
51406         * math/w_log2.c: Likewise.
51407         * math/w_log2f.c: Likewise.
51408         * math/w_log2l.c: Likewise.
51409         * math/w_logf.c: Likewise.
51410         * math/w_logl.c: Likewise.
51411         * math/w_sqrt.c: Likewise.
51412         * math/w_sqrtf.c: Likewise.
51413         * math/w_sqrtl.c: Likewise.
51414         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
51415         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
51416         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
51417         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
51418         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
51420 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
51422         [BZ #9739]
51423         * manual/string.texi (strnlen): Use correct parameter name in
51424         equivalent expression.
51426 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
51428         [BZ #11174]
51429         * manual/users.texi (seteuid): Consistently use neweuid for
51430         argument name.
51432 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
51434         [BZ #13704]
51435         * manual/nss.texi (Services in the NSS configuration): Correct
51436         list of services in example configuration file.
51438 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
51440         [BZ #11322]
51441         * manual/arith.texi: Remove statements about negative zero
51442         behaving identically to zero.
51444 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
51446         [BZ #5993]
51447         * manual/install.texi: Do not document upgrading from libc5.
51449 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
51451         [BZ #4596]
51452         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
51454 2012-02-18  David S. Miller  <davem@davemloft.net>
51456         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
51457         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
51458         %o7 across the call.
51459         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
51460         instead.
51461         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
51462         SETUP_PIC_REG_LEAF.
51463         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
51464         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
51465         * sysdeps/sparc/crtn.S: Likewise.
51467 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
51469         * aout/Makefile: Remove.
51471 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
51473         [BZ #13058]
51474         * manual/examples/argp-ex1.c (main): Format definition in GNU
51475         style.
51476         * manual/examples/argp-ex2.c (main): Likewise.
51477         * manual/examples/argp-ex3.c (main): Likewise.
51478         * manual/examples/argp-ex4.c (main): Likewise.
51479         * manual/examples/longopt.c (main): Use new-style prototype
51480         definition.
51481         * manual/examples/strncat.c (main): Specify return type and use
51482         (void) for arguments.
51483         * manual/examples/subopt.c (main): Use char **argv argument.
51485 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
51487         [BZ #5077]
51488         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
51489         rounding modes.
51491 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
51493         [BZ #6907]
51494         * manual/string.texi (strchr): Change when strchrnul is
51495         recommended.
51497 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
51499         [BZ #174]
51500         * manual/locale.texi (setlocale): Document LOCPATH.
51502 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
51504         [BZ #10210]
51505         * manual/process.texi (execle): Move @dots{} before last argument.
51507 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
51509         [BZ #12047]
51510         * manual/charset.texi (Generic Charset Conversion): Fix typo
51511         (LC_TYPE -> LC_CTYPE).
51513 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
51515         [BZ #5805]
51516         * manual/arith.texi (scalbn): Use @var{} on parameter names.
51517         (scalbnf): Likewise.
51518         (scalbnl): Likewise.
51519         (scalbln): Likewise.
51520         (scalblnf): Likewise.
51521         (scalblnl): Likewise.
51522         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
51523         (vwarnx): Likewise.
51524         (verr): Likewise.
51525         (verrx): Likewise.
51526         * manual/filesys.texi (telldir): Use braces around return type.
51527         * manual/llio.texi (mmap): Add space after comma.
51528         (mmap64): Likewise.
51529         * manual/math.texi (jn): Use @var{} on parameter names.
51530         (jnf): Likewise.
51531         (jnl): Likewise.
51532         (yn): Likewise.
51533         (ynf): Likewise.
51534         (ynl): Likewise.
51535         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
51536         line.
51537         * manual/resource.texi (ulimit): Use @dots{} instead of literal
51538         "...".
51539         (sched_get_priority_min): Remove semicolon on @deftypefun line.
51540         (sched_get_priority_max): Likewise.
51541         * manual/signal.texi (sigvec): Add space after comma.
51542         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
51543         names.
51544         (if_indextoname): Likewise.
51545         (if_freenameindex): Likewise.
51546         (sendto): Use ',' instead of '.' in prototype.
51547         * manual/startup.texi (syscall): Use @dots{} instead of literal
51548         "...".
51549         * manual/stdio.texi (__fpending): Separate initial words of
51550         paragraph from @deftypefun line.
51551         * manual/syslog.texi (syslog): Use @dots{} instead of literal
51552         "...".
51553         (vsyslog): Use @var{} on parameter names.
51554         * manual/terminal.texi (stty): Use @var{} on parameter names.
51555         * manual/users.texi (getutmp): Use @var{} on parameter names.
51556         (getutmpx): Likewise.
51558 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
51560         [BZ #6884]
51561         * manual/stdio.texi (fopen): Fix typos in description of
51562         ",ccs=STRING".
51564 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
51566         [BZ #4026]
51567         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
51568         get clock_id definition.
51570 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
51572         [BZ #4822]
51573         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
51574         (madvise): Cast every argument to void on its own.
51576 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
51578         [BZ #9902]
51579         * manual/startup.texi (Exit Status): Fix typo.
51581 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
51583         [BZ #10140]
51584         * manual/examples/argp-ex1.c: Include <stdlib.h>.
51585         * manual/examples/argp-ex2.c: Likewise.
51586         * manual/examples/argp-ex3.c: Likewise.
51588 2012-02-16  Richard Henderson  <rth@redhat.com>
51590         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
51591         * sysdeps/s390/s390-32/initfini.c: Remove.
51592         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
51593         * sysdeps/s390/s390-64/initfini.c: Remove.
51595 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
51597         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
51598         compiler output for sysdeps/generic/initfini.c.
51599         * sysdeps/sh/elf/initfini.c: Remove file.
51601 2012-02-16  David S. Miller  <davem@davemloft.net>
51603         [BZ #11494]
51604         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
51606         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
51607         * sysdeps/sparc/crti.S: New file.
51608         * sysdeps/sparc/crtn.S: New file.
51609         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
51610         * sysdeps/sparc/sparc64/Makefile: Likewise.
51612 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
51614         [BZ #3335]
51615         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
51617 2012-02-15  Roland McGrath  <roland@hack.frob.com>
51619         [BZ #4822]
51620         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
51622         * mach/devstream.c (cookie_io_functions_t): Macro removed.
51623         (write, read, close): Likewise.
51624         Patch by Aurelien Jarno <aurelien@aurel32.net>.
51626 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
51628         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
51629         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
51630         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
51631         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
51632         <bits/signalfd.h>.
51633         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
51634         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51635         bits/signalfd.h.
51637 2012-02-14  Marek Polacek  <polacek@redhat.com>
51639         * sysdeps/x86_64/crti.S: New file.
51640         * sysdeps/x86_64/crtn.S: New file.
51641         * sysdeps/x86_64/elf/initfini.c: Remove file.
51643 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
51645         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
51646         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
51647         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
51648         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
51649         <bits/inotify.h>.
51650         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
51651         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51652         bits/inotify.h.
51654 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
51656         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
51657         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
51658         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
51659         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
51660         <bits/eventfd.h>.
51661         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
51662         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51663         bits/eventfd.h.
51665 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
51667         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
51668         __feraiseexcept instead of feraiseexcept.
51670         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
51671         nanosleep invocations.
51672         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
51673         strings, and add error checking for a nanosleep invocations.
51675 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
51677         Replace FSF snail mail address with URLs, as per GNU coding standards.
51678         Most of the snail mail addresses were wrong anyway, and omitting
51679         them makes the source code easier to maintain.  Almost all of the
51680         changes are to license notices and to locale LC_IDENTIFICATION
51681         addresses, except for this one:
51682         * manual/libc.texinfo: In "Published by", give the FSF's URL,
51683         not its snail mail address.
51685 2012-02-09  Richard Henderson  <rth@twiddle.net>
51687         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
51688         of kernel-features.h.
51690         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
51692 2012-02-08  Marek Polacek  <polacek@redhat.com>
51694         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
51695         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
51696         * sysdeps/gnu/_G_config.h: Likewise.
51697         * sysdeps/generic/_G_config.h: Likewise.
51699 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
51701         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
51702         tests.
51703         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
51705         * sysdeps/powerpc/powerpc32/crti.S: New file.
51706         * sysdeps/powerpc/powerpc32/crtn.S: New file.
51707         * sysdeps/powerpc/powerpc64/crti.S: New file.
51708         * sysdeps/powerpc/powerpc64/crtn.S: New file.
51710         * Makeconfig (have-initfini): Don't set.
51711         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
51712         * configure.in (nopic_initfini): Don't substitute.
51713         * config.h.in (HAVE_INITFINI): Don't #undef.
51714         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
51715         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
51717 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
51719         Support crti.S and crtn.S provided directly by architectures.
51720         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
51721         [crti.S in sysdirs] (omit-deps): Likewise.
51722         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
51723         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
51724         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
51725         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
51726         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
51727         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
51728         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
51729         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
51730         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
51731         compiler output for sysdeps/generic/initfini.c.
51732         * sysdeps/i386/elf/Makefile: Remove file.
51733         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
51735 2012-02-07  Marek Polacek  <polacek@redhat.com>
51737         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
51738         * sysdeps/gnu/_G_config.h: Likewise.
51739         * sysdeps/mach/hurd/_G_config.h: Likewise.
51741 2012-02-07  Marek Polacek  <polacek@redhat.com>
51743         * math/Makefile (tests): Add tst-CMPLX2.
51744         * math/tst-CMPLX2.c: New file.
51746 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
51748         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51750         * math/libm-test.inc (jn_test): Add missing L suffix.
51752 2012-02-06  Marek Polacek  <polacek@redhat.com>
51754         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
51755         * sysdeps/i386/fpu/e_powf.S: Likewise.
51756         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
51757         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
51758         * sysdeps/i386/fpu/e_acosh.S: Likewise.
51759         * sysdeps/i386/fpu/e_pow.S: Likewise.
51760         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
51761         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
51762         * sysdeps/i386/fpu/s_expm1.S: Likewise.
51763         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
51764         * sysdeps/i386/fpu/e_log2.S: Likewise.
51765         * sysdeps/i386/fpu/e_log2l.S: Likewise.
51766         * sysdeps/i386/fpu/e_scalb.S: Likewise.
51767         * sysdeps/i386/fpu/e_powl.S: Likewise.
51768         * sysdeps/i386/fpu/s_log1p.S: Likewise.
51769         * sysdeps/i386/fpu/e_log10f.S: Likewise.
51770         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
51771         * sysdeps/i386/fpu/e_logl.S: Likewise.
51772         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
51773         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
51774         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
51775         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
51776         * sysdeps/i386/fpu/e_log2f.S: Likewise.
51777         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
51778         * sysdeps/i386/fpu/e_log.S: Likewise.
51779         * sysdeps/i386/fpu/s_cexp.S: Likewise.
51780         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
51781         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
51782         * sysdeps/i386/fpu/e_logf.S: Likewise.
51783         * sysdeps/i386/fpu/e_log10l.S: Likewise.
51784         * sysdeps/i386/fpu/e_atanh.S: Likewise.
51785         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
51786         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
51787         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
51788         * sysdeps/i386/fpu/e_log10.S: Likewise.
51789         * sysdeps/i386/fpu/s_frexp.S: Likewise.
51790         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
51791         * sysdeps/i386/fpu/s_asinh.S: Likewise.
51792         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
51793         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
51794         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
51795         * sysdeps/i386/asm-syntax.h: Likewise.
51796         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
51797         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
51798         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
51799         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
51800         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
51801         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
51802         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
51803         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
51804         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
51805         * sysdeps/powerpc/sysdep.h: Likewise.
51806         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
51807         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
51809 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
51811         [BZ #411]
51812         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
51814 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
51816         * sysdeps/i386/sysdep.h: Include <features.h>.
51817         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
51818         version.
51820 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
51822         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
51823         Define.
51824         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
51825         LOAD_PIC_REG_STR.
51827 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
51829         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
51830         (SETUP_PIC_REG): Use GET_PC_THUNK.
51831         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
51832         macro.
51834 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
51836         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
51837         for non-PIC compilation.
51838         (SETUP_PIC_REG): Add .p2align directive.
51839         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
51840         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
51841         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
51842         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
51843         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
51844         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
51845         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
51846         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
51847         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
51848         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
51849         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
51850         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
51851         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
51852         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
51853         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
51854         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
51855         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
51856         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
51857         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
51858         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
51859         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
51860         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
51861         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
51862         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
51863         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
51864         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
51865         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
51866         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
51867         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
51868         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
51869         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
51870         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
51871         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
51872         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
51873         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
51874         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
51875         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
51876         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
51877         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
51878         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
51879         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
51881 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
51883         * math/tst-CMPLX.c: Include <stdio.h>.
51885 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
51887         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
51888         float.
51889         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
51890         * sysdeps/sparc/bits/mathdef.h: Likewise.
51892 2012-01-31  Marek Polacek  <polacek@redhat.com>
51894         * libio/libio.h: Don't define _PARAMS.
51895         * locale/programs/config.h: Don't define PARAMS.
51896         * stdlib/strtol_l.c: Likewise.
51897         (__strtol_l): Remove PARAMS from the prototype.
51899 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
51901         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
51902         names.  Just use the correct names.  Remove unnecessary wrapper
51903         functions.
51904         * malloc/arena.c: Likewise.
51905         * malloc/hooks.c: Likewise.
51907         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
51908         ARENA_TEST says not to.  Simplify test for creation of a new arena.
51909         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
51911 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
51913         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
51914         into tail calls.
51915         (update_get_addr): New function.
51916         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
51917         GET_ADDR_MODULE parameter.
51919 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
51921         * crypt/cert.c: Remove __STDC__ conditionals.
51922         * crypt/crypt-entry.c: Likewise.
51923         * crypt/crypt_util.c: Likewise.
51924         * libio/filedoalloc.c: Likewise.
51925         * libio/fileops.c: Likewise.
51926         * libio/genops.c: Likewise.
51927         * libio/iofclose.c: Likewise.
51928         * libio/iofdopen.c: Likewise.
51929         * libio/iofopen.c: Likewise.
51930         * libio/iofopen64.c: Likewise.
51931         * libio/iogetdelim.c: Likewise.
51932         * libio/iopopen.c: Likewise.
51933         * libio/obprintf.c: Likewise.
51934         * libio/oldfileops.c: Likewise.
51935         * libio/oldiofclose.c: Likewise.
51936         * libio/oldiofdopen.c: Likewise.
51937         * libio/oldiofopen.c: Likewise.
51938         * libio/oldiopopen.c: Likewise.
51939         * libio/wfiledoalloc.c: Likewise.
51940         * libio/wgenops.c: Likewise.
51941         * locale/programs/xmalloc.c: Likewise.
51942         * misc/syslog.c: Likewise.
51943         * stdio-common/xbug.c: Likewise.
51944         * string/memchr.c: Likewise.
51945         * string/memcmp.c: Likewise.
51946         * string/memrchr.c: Likewise.
51947         * string/rawmemchr.c: Likewise.
51948         * sysdeps/posix/getcwd.c: Likewise.
51949         * time/strftime_l.c: Likewise.
51951 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
51953         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
51954         * config.make.in (config-cflags-sse2avx): Define.
51955         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
51956         Fix typo.
51958 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
51960         * scripts/config.guess: Update from upstream config git repository.
51961         * scripts/config.sub: Likewise.
51963 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
51965         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
51966         (EM_NUM): Update.
51967         (R_TILEPRO_*, R_TILEGX_*): New macros.
51969         * scripts/firstversions.awk: Fix bug in version range handling.
51971         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
51973         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
51975         * include/sys/epoll.h: New file.
51976         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
51977         libc_hidden_def.
51979 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
51981         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
51982         Avoid unnecessary __WORDSIZE == 64 test.
51983         (fmaxf): Use VEX format if possible.
51984         (fmax): Likewise.
51985         (fminf): Likewise.
51986         (fmin): Likewise.
51988         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
51989         * math/math_private.h: Remove libc_fegetround* and
51990         libc_fesetround*.
51991         * sysdeps/i386/configure.in: Check for -msse2avx.
51992         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
51993         also if SSE2AVX is defined.
51994         Remove libc_fegetround* and libc_fesetround*.
51995         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
51996         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
51997         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
51998         of HAS_YMM_USABLE.
51999         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
52000         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
52001         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
52002         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
52003         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
52005         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
52007 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52009         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
52010         size is not set.
52011         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
52013 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
52015         [BZ #13618]
52016         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
52017         relocation.
52018         * Makeconfig (libm): Define.
52019         * elf/Makefile: Add rules to build and run tst-relsort1.
52020         * elf/tst-relsort1.c: New file.
52021         * elf/tst-relsort1mod1.c: New file.
52022         * elf/tst-relsort1mod2.c: New file.
52024 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
52026         * math/s_ldexp.c: Remove __STDC__ conditionals.
52027         * math/s_ldexpf.c: Likewise.
52028         * math/s_ldexpl.c: Likewise.
52029         * math/s_nextafter.c: Likewise.
52030         * math/s_nexttowardf.c: Likewise.
52031         * math/s_significand.c: Likewise.
52032         * math/s_significandf.c: Likewise.
52033         * math/s_significandl.c: Likewise.
52034         * math/w_jnl.c: Likewise.
52035         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
52036         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
52037         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
52038         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
52039         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
52040         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
52041         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
52042         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
52043         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
52044         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
52045         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
52046         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52047         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
52048         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
52049         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
52050         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
52051         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
52052         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
52053         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
52054         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
52055         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
52056         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
52057         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
52058         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
52059         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
52060         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
52061         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
52062         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
52063         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
52064         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
52065         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
52066         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
52067         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
52068         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
52069         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
52070         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
52071         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
52072         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
52073         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
52074         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
52075         * sysdeps/ieee754/k_standard.c: Likewise.
52076         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
52077         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
52078         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
52079         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
52080         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
52081         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
52082         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
52083         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
52084         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
52085         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
52086         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
52087         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
52088         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
52089         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
52090         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
52091         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
52092         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
52093         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
52094         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
52095         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
52096         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
52097         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
52098         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
52099         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
52100         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
52101         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
52102         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
52103         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
52104         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
52105         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
52106         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
52107         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
52108         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
52109         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
52110         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
52111         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
52112         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
52113         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
52114         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
52115         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
52116         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
52117         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
52118         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
52119         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
52120         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
52121         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
52122         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
52123         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
52124         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
52125         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
52126         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
52127         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
52128         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
52129         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
52130         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
52131         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
52132         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
52133         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
52134         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
52135         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
52136         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
52137         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
52138         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
52139         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
52140         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
52141         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
52142         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
52143         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
52144         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
52145         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
52146         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
52147         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
52148         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
52149         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
52150         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
52151         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
52152         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
52153         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
52154         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
52155         * sysdeps/ieee754/s_matherr.c: Likewise.
52156         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
52157         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
52158         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
52159         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
52161 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
52163         * crypt/md5.h: Remove __STDC__ conditionals.
52164         * libio/libioP.h: Likewise.
52165         * locale/programs/config.h: Likewise.
52166         * sysdeps/generic/sysdep.h: Likewise.
52167         * sysdeps/i386/asm-syntax.h: Likewise.
52168         * sysdeps/s390/asm-syntax.h: Likewise.
52169         * sysdeps/unix/sysdep.h: Likewise.
52170         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
52171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
52173 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
52175         * libio/libio.h: Remove __STDC__ conditionals.
52176         * malloc/obstack.h: Likewise.
52177         * math/complex.h: Likewise.
52178         * math/math.h: Likewise.
52179         * sysdeps/generic/_G_config.h: Likewise.
52180         * sysdeps/gnu/_G_config.h: Likewise.
52181         * sysdeps/mach/hurd/_G_config.h: Likewise.
52182         * sysdeps/powerpc/bits/mathdef.h: Likewise.
52183         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
52184         * sysdeps/sparc/bits/mathdef.h: Likewise.
52186 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
52188         [BZ #13583]
52189         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
52190         Clean up HAS_* macros.
52191         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
52192         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
52193         possible.
52194         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
52195         HAS_AVX.
52196         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
52197         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
52198         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
52199         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
52200         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
52202 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
52204         * elf/tst-unique3.cc (gets): Remove declaration.
52205         * elf/tst-unique3lib.cc (gets): Likewise.
52206         * elf/tst-unique3lib2.cc (gets): Likewise.
52207         * elf/tst-unique4.cc (gets): Likewise.
52209 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
52211         * include/stdio.h: Add C++ protection.  Add gets declarations and
52212         definitions.
52213         * debug/tst-chk1.c: Don't declare gets here.
52214         * stdio-common/tst-gets.c: Likewise.
52216 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
52218         * posix/glob: Remove directory.
52220 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
52222         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
52224 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
52226         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
52227         of the non-standard EPFNOSUPPORT.
52229 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52231         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
52232         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
52233         ANYWHERE set to 1 only on KERN_NO_SPACE error.
52235 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
52237         * wcsmbs/uchar.h: Test __STDC_VERSION__.
52239 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
52241         * nscd/aicache.c (addhstaiX): Do not cache negative results of
52242         transient errors.
52243         * nscd/grpcache.c (cache_addgr): Likewise.
52244         * nscd/hstcache.c (cache_addhst): Likewise.
52245         * nscd/initgrcache.c (addinitgroupsX): Likewise.
52246         * nscd/pwdcache.c (cache_addpw): Likewise.
52247         * nscd/servicescache.c (cache_addserv): Likewise.
52249 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
52251         * malloc/malloc.c: Various cleanups.
52252         * malloc/hooks.c: Likewise.
52254         * stdlib/Makefile (tests): Add bug-fmtmsg1.
52255         * stdlib/bug-fmtmsg1.c: New file.
52257         * stdlib/fmtmsg.c (init): Add missing unlock.
52258         Patch by Peng Haitao <penght@cn.fujitsu.com>.
52260 2012-01-12  Marek Polacek  <polacek@redhat.com>
52262         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
52263         and _GNU_SOURCE.
52265 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
52267         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
52268         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
52269         macro to ensure uniqueness of label name.
52270         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
52271         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
52273 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
52275         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
52277         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
52278         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
52279         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
52280         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
52282 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
52284         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
52286         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
52287         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
52288         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
52290         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
52292         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
52293         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
52294         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
52295         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
52297         * math/bits/math-finite.h: Add ldexp support.
52299 2012-01-10  Marek Polacek  <polacek@redhat.com>
52301         * locale/programs/localedef.h (show_archive_content): Add noreturn
52302         attribute.
52304 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
52306         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
52308 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
52310         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
52312         * io/Makefile (headers): Add bits/poll2.h.
52314 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
52316         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
52317         typo #include statement.
52319 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
52321         * include/sys/cdefs.h: Define __attribute_alloc_size.
52322         * catgets/gencat.c: Add alloc_size attribute and apply consistently
52323         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
52324         * elf/pldd.c: Likewise.
52325         * iconv/iconv_charmap.c: Likewise.
52326         * iconv/iconvconfig.c: Likewise.
52327         * iconv/strtab.c: Likewise.
52328         * locale/programs/locale.c: Likewise.
52329         * locale/programs/localedef.h: Likewise.
52330         * locale/programs/simple-hash.c: Likewise.
52331         * nscd/nscd.h: Likewise.
52332         * nss/makedb.c: Likewise.
52333         * sysdeps/generic/ldconfig.h: Likewise.
52334         * locale/programs/localedef.c: Remove xmalloc prototype.
52335         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
52337 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
52339         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
52340         appropriate.
52342 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
52344         * math/Makefile (tests): Add tst-CMPLX.
52345         * math/tst-CMPLX.c: New file.
52347         * math/complex.h (CMPLXL): Fix typo.
52349         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
52350         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
52351         GLIBC_2.16.
52352         * debug/tst-chk1.c: Add poll and ppoll tests.
52353         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
52354         * include/sys/poll.h: Add hidden proto for ppoll.
52355         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
52356         * sysdeps/mach/hurd/ppoll.c: Likewise.
52357         * io/ppoll.c: Likewise.
52358         * debug/poll_chk.c: New file.
52359         * debug/ppoll_chk.c: New file.
52360         * include/bits/poll2.h: New file.
52361         * io/bits/poll2.h: New file.
52363         [BZ #1350]
52364         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
52366         * configure.in: static is always set to yes.  Remove.
52367         * config.make.in: Don't set build-static.
52368         * Makeconfig: Remove use of build-static.
52369         * dlfcn/Makefile: Likewise.
52370         * elf/Makefile: Likewise.
52371         * math/Makefile: Likewise.
52372         * misc/Makefile: Likewise.
52373         * nptl/Makefile: Likewise.
52374         * sysdeps/mach/hurd/Makefile: Likewise.
52376         * configure.in: PWD_P is not used anymore.
52377         * config.make.in: Remove PWD_P entry.
52379         * configure.in: Remove last remnants of RANLIB.
52380         No need to check for signed size_t anymore.
52381         Don't set libc_commonpagesize and libc_relro_required here for Alpha
52382         and IA-64.
52383         Remove __builtin_expect test because we require at least gcc 3.4.
52384         * aclocal.m4: Likewise.
52386         * wcsmbs/mbrtoc16.c: Implement using towc function.
52387         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
52388         * wcsmbs/wcsmbsload.c: Likewise.
52389         * iconv/gconv_simple.c: Likewise.
52390         * iconv/gconv_int.h: Likewise.
52391         * iconv/gconv_builtin.h: Likewise.
52392         * iconv/iconv_prog.c: Remove CHAR16 handling.
52394         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
52396         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
52398         * configure.in: Remove --with-elf and --enable-bounded options.
52399         Dont set base_machine for ia64.  More non-ELF conditions removed.
52400         Remove testing and setting of leading underscore information.
52401         * config.make.in (build-bounded): Set to no.
52402         * config.h.in: Remove NO_UNDERSCORES entry.
52403         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
52404         them.
52405         * csu/start.c: Remove !NO_UNDERSCORE code.
52406         * locale/localeinfo.h: Likewise.
52407         * sysdeps/generic/machine-gmon.h: Likewise.
52408         * sysdeps/generic/sysdep.h: Likewise.
52409         * sysdeps/i386/sysdep.h: Likewise.
52410         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
52411         * sysdeps/mach/sysdep.h: Likewise.
52412         * sysdeps/s390/s390-32/sysdep.h: Likewise.
52413         * sysdeps/s390/s390-64/sysdep.h: Likewise.
52414         * sysdeps/sh/sysdep.h: Likewise.
52415         * sysdeps/sparc/sparc32/alloca.S: Likewise.
52416         * sysdeps/unix/i386/sysdep.S: Likewise.
52417         * sysdeps/unix/sparc/start.c: Likewise.
52418         * sysdeps/unix/sparc/sysdep.S: Likewise.
52419         * sysdeps/unix/sparc/sysdep.h: Likewise.
52420         * sysdeps/unix/start.c: Likewise.
52421         * sysdeps/unix/x86_64/sysdep.S: Likewise.
52422         * sysdeps/x86_64/sysdep.h: Likewise.
52424 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
52426         [BZ #13553]
52427         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
52428         for non-gcc.
52429         * argp/argp-fmtstream.h: Use const instead __const.
52430         * argp/argp.h: Likewise.
52431         * assert/assert.h: Likewise.
52432         * bits/fenv.h: Likewise.
52433         * bits/sched.h: Likewise.
52434         * bits/sigset.h: Likewise.
52435         * bits/sigthread.h: Likewise.
52436         * catgets/nl_types.h: Likewise.
52437         * conform/data/pthread.h-data: Likewise.
52438         * crypt/crypt-private.h: Likewise.
52439         * crypt/crypt.h: Likewise.
52440         * crypt/crypt_util.c: Likewise.
52441         * ctype/ctype.h: Likewise.
52442         * debug/execinfo.h: Likewise.
52443         * debug/mbsnrtowcs_chk.c: Likewise.
52444         * debug/mbsrtowcs_chk.c: Likewise.
52445         * debug/wcsnrtombs_chk.c: Likewise.
52446         * debug/wcsrtombs_chk.c: Likewise.
52447         * debug/wcstombs_chk.c: Likewise.
52448         * dirent/dirent.h: Likewise.
52449         * dlfcn/dlfcn.h: Likewise.
52450         * elf/neededtest4.c: Likewise.
52451         * grp/grp.h: Likewise.
52452         * gshadow/gshadow.h: Likewise.
52453         * iconv/gconv.h: Likewise.
52454         * iconv/gconv_int.h: Likewise.
52455         * iconv/gconv_simple.c: Likewise.
52456         * iconv/iconv.h: Likewise.
52457         * iconv/loop.c: Likewise.
52458         * iconv/skeleton.c: Likewise.
52459         * include/aio.h: Likewise.
52460         * include/aliases.h: Likewise.
52461         * include/argz.h: Likewise.
52462         * include/arpa/inet.h: Likewise.
52463         * include/assert.h: Likewise.
52464         * include/dirent.h: Likewise.
52465         * include/dlfcn.h: Likewise.
52466         * include/execinfo.h: Likewise.
52467         * include/fcntl.h: Likewise.
52468         * include/fenv.h: Likewise.
52469         * include/glob.h: Likewise.
52470         * include/grp.h: Likewise.
52471         * include/libintl.h: Likewise.
52472         * include/mntent.h: Likewise.
52473         * include/netdb.h: Likewise.
52474         * include/pwd.h: Likewise.
52475         * include/rpc/netdb.h: Likewise.
52476         * include/sched.h: Likewise.
52477         * include/search.h: Likewise.
52478         * include/shadow.h: Likewise.
52479         * include/signal.h: Likewise.
52480         * include/stdio.h: Likewise.
52481         * include/stdlib.h: Likewise.
52482         * include/string.h: Likewise.
52483         * include/sys/socket.h: Likewise.
52484         * include/sys/stat.h: Likewise.
52485         * include/sys/statfs.h: Likewise.
52486         * include/sys/statvfs.h: Likewise.
52487         * include/sys/syslog.h: Likewise.
52488         * include/sys/time.h: Likewise.
52489         * include/sys/uio.h: Likewise.
52490         * include/time.h: Likewise.
52491         * include/unistd.h: Likewise.
52492         * include/utmp.h: Likewise.
52493         * include/wchar.h: Likewise.
52494         * include/wctype.h: Likewise.
52495         * inet/aliases.h: Likewise.
52496         * inet/arpa/inet.h: Likewise.
52497         * inet/netinet/ether.h: Likewise.
52498         * inet/netinet/in.h: Likewise.
52499         * intl/libintl.h: Likewise.
52500         * io/bits/fcntl2.h: Likewise.
52501         * io/fcntl.h: Likewise.
52502         * io/ftw.h: Likewise.
52503         * io/sys/poll.h: Likewise.
52504         * io/sys/stat.h: Likewise.
52505         * io/sys/statfs.h: Likewise.
52506         * io/sys/statvfs.h: Likewise.
52507         * io/utime.h: Likewise.
52508         * libio/bits/stdio.h: Likewise.
52509         * libio/bits/stdio2.h: Likewise.
52510         * libio/libio.h: Likewise.
52511         * libio/libioP.h: Likewise.
52512         * libio/stdio.h: Likewise.
52513         * locale/lc-ctype.c: Likewise.
52514         * locale/locale.h: Likewise.
52515         * login/utmp.h: Likewise.
52516         * malloc/arena.c: Likewise.
52517         * malloc/malloc.c: Likewise.
52518         * malloc/malloc.h: Likewise.
52519         * malloc/mcheck.c: Likewise.
52520         * malloc/mtrace.c: Likewise.
52521         * math/bits/mathcalls.h: Likewise.
52522         * math/fenv.h: Likewise.
52523         * math/math_private.h: Likewise.
52524         * misc/bits/error.h: Likewise.
52525         * misc/bits/syslog.h: Likewise.
52526         * misc/err.h: Likewise.
52527         * misc/error.h: Likewise.
52528         * misc/fstab.h: Likewise.
52529         * misc/mntent.h: Likewise.
52530         * misc/regexp.h: Likewise.
52531         * misc/search.h: Likewise.
52532         * misc/sgtty.h: Likewise.
52533         * misc/sys/mman.h: Likewise.
52534         * misc/sys/syslog.h: Likewise.
52535         * misc/sys/uio.h: Likewise.
52536         * misc/sys/xattr.h: Likewise.
52537         * misc/ttyent.h: Likewise.
52538         * nis/rpcsvc/ypclnt.h: Likewise.
52539         * nss/nss.h: Likewise.
52540         * posix/bits/unistd.h: Likewise.
52541         * posix/fnmatch.h: Likewise.
52542         * posix/glob.h: Likewise.
52543         * posix/sched.h: Likewise.
52544         * posix/spawn.h: Likewise.
52545         * posix/sys/wait.h: Likewise.
52546         * posix/unistd.h: Likewise.
52547         * posix/wordexp.h: Likewise.
52548         * pwd/pwd.h: Likewise.
52549         * resolv/netdb.h: Likewise.
52550         * resource/sys/resource.h: Likewise.
52551         * rt/aio.h: Likewise.
52552         * rt/bits/mqueue2.h: Likewise.
52553         * rt/mqueue.h: Likewise.
52554         * shadow/shadow.h: Likewise.
52555         * signal/signal.h: Likewise.
52556         * socket/send.c: Likewise.
52557         * socket/sendto.c: Likewise.
52558         * socket/sys/socket.h: Likewise.
52559         * stdio-common/printf.h: Likewise.
52560         * stdlib/bits/stdlib.h: Likewise.
52561         * stdlib/fmtmsg.h: Likewise.
52562         * stdlib/monetary.h: Likewise.
52563         * stdlib/stdlib.h: Likewise.
52564         * stdlib/ucontext.h: Likewise.
52565         * streams/stropts.h: Likewise.
52566         * string/argz.h: Likewise.
52567         * string/bits/string2.h: Likewise.
52568         * string/string.h: Likewise.
52569         * string/strings.h: Likewise.
52570         * sunrpc/rpc/auth.h: Likewise.
52571         * sunrpc/rpc/auth_des.h: Likewise.
52572         * sunrpc/rpc/clnt.h: Likewise.
52573         * sunrpc/rpc/netdb.h: Likewise.
52574         * sunrpc/rpc/pmap_clnt.h: Likewise.
52575         * sunrpc/rpc/xdr.h: Likewise.
52576         * sysdeps/generic/inttypes.h: Likewise.
52577         * sysdeps/generic/net/if.h: Likewise.
52578         * sysdeps/generic/sys/swap.h: Likewise.
52579         * sysdeps/gnu/net/if.h: Likewise.
52580         * sysdeps/gnu/utmpx.h: Likewise.
52581         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
52582         * sysdeps/i386/i486/bits/string.h: Likewise.
52583         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
52584         * sysdeps/s390/bits/string.h: Likewise.
52585         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
52586         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
52587         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
52588         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
52589         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
52590         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
52591         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
52592         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
52593         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
52594         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
52595         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
52596         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
52597         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
52598         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
52599         * sysdeps/unix/sysv/linux/readv.c: Likewise.
52600         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
52601         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
52602         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52603         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
52604         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
52605         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
52606         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
52607         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
52608         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
52609         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
52610         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
52611         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
52612         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
52613         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
52614         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
52615         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
52616         * sysvipc/sys/ipc.h: Likewise.
52617         * sysvipc/sys/msg.h: Likewise.
52618         * sysvipc/sys/sem.h: Likewise.
52619         * sysvipc/sys/shm.h: Likewise.
52620         * termios/termios.h: Likewise.
52621         * time/sys/time.h: Likewise.
52622         * time/time.h: Likewise.
52623         * wcsmbs/bits/wchar2.h: Likewise.
52624         * wcsmbs/uchar.h: Likewise.
52625         * wcsmbs/wchar.h: Likewise.
52626         * wctype/wctype.h: Likewise.
52628         [BZ #13551]
52629         * Makeconfig: Remove all but ELF support including AIX support.
52630         * Makerules: Likewise.
52631         * config.h.in: Likewise.
52632         * config.make.in: Likewise.
52633         * configure: Likewise.
52634         * configure.in: Likewise.
52635         * csu/Makefile: Likewise.
52636         * csu/version.c: Likewise.
52637         * debug/Makefile: Likewise.
52638         * dlfcn/Makefile: Likewise.
52639         * elf/Makefile: Likewise.
52640         * extra-lib.mk: Likewise.
52641         * iconv/Makefile: Likewise.
52642         * include/libc-symbols.h: Likewise.
52643         * include/shlib-compat.h: Likewise.
52644         * resolv/Makefile: Likewise.
52645         * resolv/res_libc.c: Likewise.
52646         * rt/Makefile: Likewise.
52647         * sysdeps/i386/asm-syntax.h: Likewise.
52648         * sysdeps/i386/sysdep.h: Likewise.
52649         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
52650         * sysdeps/mach/sysdep.h: Likewise.
52651         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
52652         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
52653         * sysdeps/s390/asm-syntax.h: Likewise.
52654         * sysdeps/s390/s390-32/sysdep.h: Likewise.
52655         * sysdeps/s390/s390-64/sysdep.h: Likewise.
52656         * sysdeps/sh/sysdep.h: Likewise.
52657         * sysdeps/unix/sparc/sysdep.h: Likewise.
52658         * sysdeps/wordsize-32/divdi3.c: Likewise.
52659         * sysdeps/x86_64/sysdep.h: Likewise.
52661         * argp/Versions: Remove _argp_unlock_xxx.
52663         [BZ #13559]
52664         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
52665         * abilist/libBrokenLocale.abilist: Likewise.
52666         * abilist/libanl.abilist: Likewise.
52667         * abilist/libc.abilist: Likewise.
52668         * abilist/libcrypt.abilist: Likewise.
52669         * abilist/libdl.abilist: Likewise.
52670         * abilist/libm.abilist: Likewise.
52671         * abilist/libnsl.abilist: Likewise.
52672         * abilist/libpthread.abilist: Likewise.
52673         * abilist/libresolv.abilist: Likewise.
52674         * abilist/librt.abilist: Likewise.
52675         * abilist/libthread_db.abilist: Likewise.
52676         * abilist/libutil.abilist: Likewise.
52677         * abilist/libnss_db.abilist: New file.
52679         * scripts/abilist.awk: Add support for indirect functions.
52681         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
52683         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
52685         * shlib-versions: Remove entries for ports architectures.
52687         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
52688         files in ports.
52689         * elf/stackguard-macros.h: Remove support for IA-64.
52690         * elf/tst-auditmod1.c: Likewise.
52691         * sysdeps/generic/ldsodefs.h: Likewise.
52693         * sysdeps/unix/sysv/linux/configure.in: Ports should define
52694         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
52695         configure files.
52697         [BZ #13552]
52698         * configure.in: Remove --enable-omitfp support.
52699         * FAQ.in: Adjust.
52700         * config.make.in: Likewise.
52701         * Makeconfig: Likewise.
52702         * manual/install.texi: Likewise.
52704         In case anyone cares, the IA-64 architecture could move to ports.
52705         * sysdeps/ia64/*: Removed.
52706         * sysdeps/unix/sysv/linux/ia64/*: Removed.
52707         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
52709         [BZ #13555]
52710         * configure.in: Remove entries for unsupported architectures.
52712         [BZ #13533]
52713         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
52714         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
52715         routines.
52716         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
52717         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
52718         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
52719         fall back to using wcrtomb.
52720         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
52721         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
52722         renaming.
52723         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
52724         * wcsmbs/tst-c16c32-1.c: New file.
52726         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
52727         local variable.
52729         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
52731         * elf/tst-unique3.cc: Add explicit declaration of gets.
52732         * elf/tst-unique3lib.cc: Likewise.
52733         * elf/tst-unique3lib2.cc: Likewise.
52734         * elf/tst-unique4.cc: Likewise.
52736         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
52738 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
52740         [BZ #13566]
52741         * assert/assert.h (static_assert): Don't define for C++.
52742         * libio/stdio.h (gets): Do declare for C++ <= C++11.
52743         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
52745 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
52747         * iconv/loop.c (single loop): Fix assertion in storing of
52748         remaining bytes.
52750         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
52752 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
52754         * posix/getconf.c: Update copyright year.
52755         * nss/getent.c: Likewise.
52756         * nss/makedb.c: Likewise.
52757         * iconv/iconvconfig.c: Likewise.
52758         * iconv/iconv_prog.c: Likewise.
52759         * elf/ldconfig.c: Likewise.
52760         * elf/pldd.c: Likewise.
52761         * elf/sotruss.ksh: Likewise.
52762         * catgets/gencat.c: Likewise.
52763         * csu/version.c: Likewise.
52764         * elf/ldd.bash.in: Likewise.
52765         * elf/sprof.c (print_version): Likewise.
52766         * locale/programs/locale.c: Likewise.
52767         * locale/programs/localedef.c: Likewise.
52768         * login/programs/pt_chown.c: Likewise.
52769         * nscd/nscd.c (print_version): Likewise.
52770         * debug/xtrace.sh: Likewise.
52771         * malloc/memusage.sh: Likewise.
52772         * malloc/mtrace.pl: Likewise.
52773         * debug/catchsegv.sh: Likewise.
52775 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
52777         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
52778         pure attribute.
52780 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
52782         [BZ #13533]
52783         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
52784         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
52785         transformations.
52786         * iconv/gconv_int.h: Likewise.
52787         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
52788         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
52789         from libc for GLIBC_2.16.
52790         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
52791         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
52792         * wcsmbs/uchar.h: Really define mbstate_t.
52793         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
52794         * wcsmbs/c16rtomb.c: New file.
52795         * wcsmbs/mbrtoc16.c: New file.
52796         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
52797         for C/POSIX locale.
52798         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
52799         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
52801         * wcsmbs/wchar.h: Add missing __restrict.
52803 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
52805         [BZ #13532]
52806         * time/Makefile (routines): Add timespec_get.
52807         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
52808         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
52809         timespec for ISO C11.
52810         * time/timespec_get.c: New file.
52811         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
52812         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
52814         [BZ #13531]
52815         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
52816         * stdlib/stdlib.h: Declare aligned_alloc.
52817         * Versions.def: Add GLIBC_2.16 for libc.
52818         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
52820         [BZ 13527]
52821         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
52822         ISO C11.
52824         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
52825         code.
52827         [BZ #13528]
52828         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
52830         [BZ #13529]
52831         * assert/assert.h (static_assert): Define.
52833         * version.h: Update for 2.16 development version.
52835         [BZ #13526]
52836         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
52837         _ISOC11_SOURCE.
52839         * version.h (RELEASE): Bump for 2.15 release.
52840         * include/features.h (__GLIBC_MINOR__): Bump to 15.
52842         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
52843         Patch by Marek Polacek <mpolacek@redhat.com>.
52845         * bits/byteswap.h: Protect long long constants with __extension__.
52846         * sysdeps/i386/bits/byteswap.h: Likewise.
52847         * sysdeps/ia64/bits/byteswap.h: Likewise.
52848         * sysdeps/s390/bits/byteswap.h: Likewise.
52849         * sysdeps/x86_64/bits/byteswap.h: Likewise.
52851 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52853         [BZ #13540]
52854         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
52855         destination buffer.
52856         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
52858 2011-12-23  Marek Polacek  <polacek@redhat.com>
52860         * elf/dl-addr.c (determine_info): Add inline keyword.
52861         * elf/tst-auditmod4b.c (check_avx): Likewise.
52862         * elf/tst-auditmod6b.c (check_avx): Likewise.
52863         * elf/tst-auditmod6c.c (check_avx): Likewise.
52864         * elf/tst-auditmod7b.c (check_avx): Likewise.
52866 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
52868         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
52869         !__SSE_MATH__.
52871 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52873         [BZ #13540]
52874         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
52875         processing for last bytes.
52877 2011-08-06  Bruno Haible  <bruno@clisp.org>
52879         [BZ #13061]
52880         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
52881         U+0385, not to U+1FEE.
52883         [BZ #13062]
52884         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
52885         entry for U+00A5 U+0301.
52887 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
52889         [BZ #13166]
52890         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
52891         buffer for the output is too small.
52893         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
52894         optimization.
52896         [BZ #13185]
52897         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
52898         SSE flags if possible.
52900 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52902         [BZ #13540]
52903         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
52904         processing for last bytes.
52906 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
52908         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
52909         (syscall-list-default-options, syscall-list-default-condition)
52910         (syscall-list-includes): Define.
52911         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
52912         list of ABIs and options and #if conditions for each ABI.  Do not
52913         handle common syscalls between ABIs specially.
52914         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
52915         Remove.
52916         (syscall-list-variants, syscall-list-32bit-options)
52917         (syscall-list-32bit-condition, syscall-list-64bit-options)
52918         (syscall-list-64bit-condition): Define.
52919         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
52920         (syscall-list-variants, syscall-list-32bit-options)
52921         (syscall-list-32bit-condition, syscall-list-64bit-options)
52922         (syscall-list-64bit-condition): Define.
52923         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
52924         Remove.
52925         (syscall-list-variants, syscall-list-32bit-options)
52926         (syscall-list-32bit-condition, syscall-list-64bit-options)
52927         (syscall-list-64bit-condition): Define.
52928         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
52929         Remove.
52930         (syscall-list-variants, syscall-list-32bit-options)
52931         (syscall-list-32bit-condition, syscall-list-64bit-options)
52932         (syscall-list-64bit-condition): Define.
52934 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
52936         * locale/iso-639.def: Add brx entry.
52938         [BZ #13328]
52939         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
52940         Proposed by Mariusz_Cukr <marcukr@op.pl>.
52942         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
52943         __feraiseexcept_renamed.
52945 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
52947         [BZ #13538]
52948         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
52949         EPOLLET with unsigned values.
52950         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
52951         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
52953         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
52954         to large cancellation.
52955         * math/s_cacoshf.c: Likewise.
52956         * math/s_cacoshl.c: Likewise.
52958 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
52960         [BZ #13305]
52961         [BZ #12786]
52962         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
52963         * math/s_cacoshf.c: Likewise.
52964         * math/s_cacoshl.c: Likewise.
52966 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
52968         [BZ #13439]
52969         * iconv/gconv.h: Define __GCONV_SWAP.
52970         * iconvdata/unicode.c: The swap bit must be stored in __flags.
52971         * iconvdata/utf-16.c: Likewise.
52972         * iconvdata/utf-32.c: Likewise.
52974 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
52976         [BZ #13524]
52977         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
52978         numerator after shifting it by one limb.
52980 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
52982         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
52983         under [__USE_EXTERN_INLINES].
52985 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
52987         [BZ #13446]
52988         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
52990 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52992         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
52993         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
52994         optimized code.
52995         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
52996         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
52997         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
52998         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
52999         for strncasecmp/strncasecmp_l compilation.
53000         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
53001         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
53003 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
53005         [BZ #13484]
53006         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
53007         of __asm__.
53009 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
53011         [BZ #13506]
53012         * time/tzfile.c (__tzfile_read): Check values from file header.
53014 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
53016         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
53017         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
53018         * powerpc/powerpc32/dl-start.S: Likewise.
53019         * powerpc/powerpc32/elf/start.S: Likewise.
53020         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
53021         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
53022         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
53023         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
53024         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
53025         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
53026         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
53027         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
53028         * powerpc/powerpc32/fpu/s_round.S: Likewise.
53029         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
53030         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
53031         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
53032         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
53033         * powerpc/powerpc32/memset.S: Likewise.
53034         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
53035         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
53036         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
53037         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
53038         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
53039         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
53040         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
53041         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
53042         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
53043         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
53044         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
53045         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
53046         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
53048 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53050         * math/libm-test.inc: Added more nearbyint tests.
53051         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
53052         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
53053         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
53054         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
53056 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
53058         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
53059         FD_CLOEXEC.
53061 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53063         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
53064         Add wcscpy-ssse3 wcscpy-c.
53065         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
53066         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
53067         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
53068         * sysdeps/x86_64/wcschr.S: New file.
53069         * sysdeps/x86_64/wcsrchr.S: New file.
53070         * string/test-strcmp.c: Remove checking of wcscmp function for
53071         wrong alignments.
53072         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
53073         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
53074         wcsrchr-sse2 wcsrchr-c.
53075         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
53076         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
53077         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
53078         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
53079         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
53080         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
53081         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
53082         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
53083         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
53084         * wcsmbc/wcschr.c (WCSCHR): New macro.
53086 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53088         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
53089         * wcsmbs/test-wcsrchr.c: New file.
53090         * string/test-strrchr.c: Add wcsrchr support.
53091         (WIDE): New macro.
53092         * wcsmbs/test-wcscpy.c: New file.
53093         * string/test-strcpy.c: Add wcscpy support.
53094         (WIDE): New macro.
53096 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
53098         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
53099         the inner loop.
53101 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
53103         [BZ #13472]
53104         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
53106 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
53108         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
53109         Minor optimizations.
53111         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
53112         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
53113         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
53115 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
53117         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
53118         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
53119         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
53120         for gcc to avoid warnings.
53121         * inet/Makefile (tests): Add tst-checks.
53122         * inet/tst-checks.c: New file.
53124         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
53125         warning.
53127         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
53128         __wmemcmp_sse2.
53130         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
53131         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
53133         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
53135 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
53137         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
53138         problem.
53140         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
53142 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
53144         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
53145         conditional on GCC version.
53146         (__arch_compare_and_exchange_val_8_acq)
53147         (__arch_compare_and_exchange_val_16_acq)
53148         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
53149         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
53150         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
53152 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
53154         * sysdeps/sh/backtrace.c: New file.
53156 2011-12-02  Andreas Schwab  <schwab@redhat.com>
53158         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
53159         parenthesis.
53161 2011-12-01  Andreas Schwab  <schwab@redhat.com>
53163         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
53164         falling back to utime.
53166 2011-11-30  Andreas Schwab  <schwab@redhat.com>
53168         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
53169         expectations for float.
53171 2011-11-29  Andreas Schwab  <schwab@redhat.com>
53173         * locale/weight.h (findidx): Add parameter len.
53174         * locale/weightwc.h (findidx): Likewise.
53175         * posix/fnmatch_loop.c (FCT): Adjust caller.
53176         * posix/regcomp.c (build_equiv_class): Likewise.
53177         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
53178         * posix/regexec.c (check_node_accept_bytes): Likewise.
53179         * string/strcoll_l.c (STRCOLL): Likewise.
53180         * string/strxfrm_l.c (STRXFRM): Likewise.
53182 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
53184         * Makefile.in: Remove CVSOPT handling.
53185         * configure.in: Remove use of AC_REVISION.
53186         * iconvdata/Makefile (distribute): No need to filter out CVS.
53187         * scripts/list-sources.sh: Remove CVS, subversion and monotone
53188         handling.
53190 2011-11-16  Andreas Schwab  <schwab@redhat.com>
53192         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
53193         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
53194         [USE_AS_STRNCASECMP_L]: Likewise.
53195         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
53196         NO_TLS_DIRECT_SEG_REFS.
53197         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
53198         Fix argument offsets for non-PIC.
53199         [USE_AS_STRNCASECMP_L]: Likewise.
53200         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
53201         NO_TLS_DIRECT_SEG_REFS.
53203 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
53205         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
53206         O_CLOEXEC.
53207         * locale/loadlocale.c (_nl_load_locale): Likewise.
53209 2011-11-15  Andreas Schwab  <schwab@redhat.com>
53211         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
53212         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
53213         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
53214         (SYSCALL_GETTIME): Set errno on error.
53216         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
53217         count references to noai6ai_cached.
53219 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
53221         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
53223         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
53224         FD_CLOEXEC for /proc/self/maps.
53226         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
53227         FD_CLOEXEC for /proc/meminfo.
53229         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
53230         gai.conf.
53232         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
53233         FD_CLOEXEC for given file.
53235         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
53237         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
53238         FD_CLOEXEC for /etc/hosts.
53239         (_gethtent): Likewise.
53241         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
53243         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
53244         cancellation and set FD_CLOEXEC for /etc/netgroup.
53246         * nss/nss_files/files-key.c (search): Don't allow cancellation when
53247         reading /etc/publickey.
53249         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
53250         allow cancellation when reading /etc/group.
53252         * nss/nss_files/files-alias.c (internal_setent): Don't allow
53253         cancellation.
53254         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
53256         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
53257         when using data file.
53259         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
53261         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
53262         (write_nis_obj): Use "c" and "e" in fopen.
53264         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
53266         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
53268         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
53270         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
53272         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
53273         locale.alias.
53275         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
53277         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
53279         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
53281         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
53282         file parsing and set FD_CLOEXEC.
53284 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
53286         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
53288 2011-11-14  Andreas Schwab  <schwab@redhat.com>
53290         * malloc/arena.c (arena_get2): Don't call reused_arena when
53291         _int_new_arena failed.
53293 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
53295         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
53296         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
53297         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
53298         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
53299         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
53300         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
53301         to compile strcasecmp and strncasecmp.
53302         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
53303         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
53305         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
53307 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
53309         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
53310         locale-defines.sym to gen-as-const-headers.
53311         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
53312         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
53313         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
53314         to compile strcasecmp and strncasecmp.
53315         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
53316         strcasecmp_l and strncasecmp_l.
53317         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
53318         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
53319         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
53320         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
53321         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
53322         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
53323         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
53324         * sysdeps/i386/i686/multiarch/strncase.S: New file.
53325         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
53326         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
53327         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
53329 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
53331         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
53332         result of SYSDEP_GETTIME_CPU to retval.
53333         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
53334         parameter list to macro.  Remove trailing semicolon.  Adjust users.
53336         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
53337         variable.
53339         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
53340         mantissa words.
53341         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
53343         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
53344         from unused variable.
53346         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
53347         DWARF definitions.
53348         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
53349         for assembling.
53351         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
53352         over namespaces.
53354         * sunrpc/rpc_prot.c (rejected): Fix case value.
53356         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
53357         unsigned long long int to avoid warnings in shift.
53359         * posix/regex_internal.c (re_string_reconstruct): Actually use result
53360         of use of trans.
53361         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
53362         variable tmp.
53364         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
53365         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
53366         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
53368         * nis/nis_table.c (nis_list): Use variable of correct type for
53369         result of __follow_path call.
53371 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53373         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
53374         of math functions ceil, trunc, floor, round, and sqrt, when
53375         avaliable on the platform.
53376         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
53377         name clash.
53378         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
53379         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
53380         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
53382 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
53384         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
53385         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
53387 2011-11-11  Roland McGrath  <roland@hack.frob.com>
53389         * include/unistd.h: Fix __readlink return type.
53390         Reported by Chris Metcalf <cmetcalf@tilera.com>.
53392 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
53394         * stdlib/ucontext.h: Undo last change for makecontext.
53396 2011-11-11  Andreas Schwab  <schwab@redhat.com>
53398         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
53400         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
53401         * setjmp/setjmp.h: Mark functions as non-leaf.
53402         * setjmp/bits/setjmp2.h: Likewise.
53403         * stdlib/ucontext.h: Likewise.
53405 2011-11-10  Andreas Schwab  <schwab@redhat.com>
53407         * malloc/arena.c (_int_new_arena): Don't increment narenas.
53408         (reused_arena): Don't check arena limit.
53409         (arena_get2): Atomically check arena limit.
53411 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
53413         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
53414         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
53416         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
53417         instructions.
53419 2011-11-07  Andreas Schwab  <schwab@redhat.com>
53421         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
53422         handler when locking.
53424         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
53425         Fix size of allocated buffer.
53427 2011-11-04  Andreas Schwab  <schwab@redhat.com>
53429         [BZ #10103]
53430         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
53431         declarations for long double functions.
53432         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
53434         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
53436 2011-11-03  Andreas Schwab  <schwab@redhat.com>
53438         * nscd/nscd.c (main): Don't start AVC thread until credentials are
53439         installed.
53441         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
53442         is disabled.
53444 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53446         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
53448 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
53450         * include/alloca.h (stackinfo_alloca_round): Define.
53451         (extend_alloca): Use it.
53452         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
53453         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
53454         here.
53456         * scripts/check-local-headers.sh: Ignore libaudit.h.
53458         * nscd/Makefile (extra-objs): Make recursively expanded.
53460 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
53462         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
53463         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
53465         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
53466         * posix/tst-rfc3484-2.c: Likewise.
53467         * posix/tst-rfc3484-3.c: Likewise.
53469         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
53470         process_vm_writev.
53471         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
53472         process_vm_writev.
53473         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
53474         process_vm_writev from libc using GLIBC_2.15 version.
53476         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
53478 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
53480         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
53481         stack usage.
53483 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
53485         [BZ #13367]
53486         * nss/getent.c (initgroups_keys): Show error message in case no group
53487         names are given.
53489         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
53490         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
53491         __bump_nl_timestamp.
53492         * nscd/connections (nscd_init): When host database is served open
53493         netlink socket and request notification about configuration changes.
53494         (main_loop_poll): Track netlink file descriptor and bump timestamp
53495         in case data becomes available.
53496         (main_loop_epoll): Likewise.
53497         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
53498         (database_pers_head): Add extra_data fileds.
53499         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
53500         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
53501         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
53502         Adjust caller.
53503         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
53504         in6ai data, call __free_in6ai.
53505         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
53506         Add -DHAVE_NETLINK.
53507         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
53508         interface information.  Reuse previous data if netlink timestamp
53509         is not changed.
53510         (__bump_nl_timestamp): New function.
53511         (__free_in6ai): New function.
53513 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
53515         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
53516         close_not_cancel_no_status here.
53517         (__check_pf): Reorganize code a bit to not call close twice if OOM.
53519 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
53521         [BZ #13276]
53522         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
53523         return value.
53525         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
53526         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
53527         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
53529 2011-07-03  Andreas Jaeger  <aj@suse.de>
53531         [BZ #10709]
53532         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
53533         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
53534         * math/libm-test.inc (sin_test): Add test case.
53536 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
53538         [BZ #13337]
53539         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
53540         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
53542         * elf/chroot_canon.c (chroot_canon): Cleanups.
53544         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
53546         [BZ #13335]
53547         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
53548         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
53550         * string/test-strchr.c: Make usable for strchrnul testing.
53551         * string/test-strchrnul.c: New file.
53552         * string/Makefile (strop-tests): Add strchrnul.
53554         * po/it.po: Update from translation team.
53555         * po/es.po: Likewise.
53557 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
53559         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
53560         the three constants needed as parameters.  Drop the others.
53561         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
53562         __m128i_strloadu_tolower.
53563         Create and initialize variable zero and use it in all the places
53564         where _mm_setzero_si128 was used.
53566         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
53567         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
53568         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
53569         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
53570         anymore.
53571         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
53572         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
53573         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
53574         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
53575         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
53576         __mpranred, __mptan.
53577         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
53578         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
53579         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
53580         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
53581         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
53582         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
53583         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
53584         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
53585         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
53587 2011-10-28  Andreas Schwab  <schwab@redhat.com>
53589         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
53590         redefine if SHARED.
53591         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
53593         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
53594         wide char related routines to wcsmbs subdir.
53596 2011-10-27  Andreas Schwab  <schwab@redhat.com>
53598         [BZ #13344]
53599         * misc/sys/cdefs.h (__THROWNL): Define.
53600         * posix/unistd.h: Use __THREADNL instead of __THREAD
53601         for memory synchronization functions.
53603 2011-10-26  Roland McGrath  <roland@hack.frob.com>
53605         [BZ #13349]
53606         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
53607         doesn't exist.
53608         * manual/stdio.texi (Obstack Streams): Node removed.
53610 2011-10-26  Andreas Schwab  <schwab@redhat.com>
53612         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
53613         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
53614         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
53616         * math/math_private.h (math_force_eval): Allow non-addressable
53617         arguments.
53618         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
53620 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
53622         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
53623         file is not needed.
53625         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
53626         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
53627         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
53628         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
53629         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
53630         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
53631         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
53632         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
53633         Add AVX variants.
53634         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
53635         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
53636         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
53637         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
53638         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
53639         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
53640         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
53641         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
53642         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
53643         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
53644         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
53645         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
53646         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
53647         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
53648         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
53649         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
53650         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
53651         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
53652         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
53654         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
53655         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
53657         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
53658         place.  Use VEX encoding when compiling for AVX.
53660 2011-10-25  Andreas Schwab  <schwab@redhat.com>
53662         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
53663         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
53665         * string/test-strchr.c (do_test): Don't generate NUL bytes.
53667 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
53669         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
53670         useless if() expression.
53671         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
53672         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
53673         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
53674         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
53675         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
53676         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
53677         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
53678         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
53679         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
53680         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
53681         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
53682         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
53683         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
53684         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
53685         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
53686         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
53687         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
53688         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
53689         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
53691         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
53693 2011-10-25  Andreas Schwab  <schwab@redhat.com>
53695         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
53696         condition.
53697         * elf/dl-fini.c (_dl_sort_fini): Likewise.
53699 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
53701         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
53702         .text section.  Avoid duplicate constants.
53703         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
53704         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53705         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
53706         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53707         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
53708         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53709         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53710         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53711         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
53712         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
53713         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
53714         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
53715         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
53716         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
53717         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
53718         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
53719         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
53720         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
53721         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
53722         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
53723         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
53724         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
53725         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
53726         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
53727         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
53728         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
53729         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
53730         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
53731         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
53732         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
53733         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
53734         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
53735         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
53736         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
53737         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
53738         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
53739         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
53740         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
53741         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
53742         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
53743         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
53744         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
53745         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
53746         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
53747         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
53749 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
53751         * sysdeps/x86_64/dla.h: Move to ...
53752         * sysdeps/x86_64/fpu/dla.h: ...here.
53753         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
53754         situations.  Use __builtin_fma only for gcc 4.6 and up.
53756         * config.make.in: Add have-mfma4 entry.
53757         * configure.in: Substitute libc_cv_cc_fma4.
53758         * math/Makefile (dbl-only-routines): Add sincostab.
53759         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
53760         Use __sincostab not sincos.
53761         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
53762         name is a macro.
53763         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
53764         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53765         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53766         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
53767         using __copysign.
53768         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
53769         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
53770         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
53771         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
53772         and __inv.
53773         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
53774         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
53775         __copysign.
53776         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
53777         define aliases when function name is a macro.
53778         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
53779         sysdeps/ieee754/dbl-64/sincos.tbl.
53780         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
53781         fma4-enabled routines.
53782         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
53783         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
53784         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
53785         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
53786         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
53787         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
53788         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
53789         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
53790         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
53791         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
53792         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
53793         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
53794         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
53795         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
53796         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
53797         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
53798         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
53799         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
53800         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
53801         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
53802         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
53803         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
53804         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
53805         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
53806         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
53807         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
53808         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
53809         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
53810         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
53811         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
53813         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
53814         rename.
53815         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53816         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53817         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53818         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53819         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53820         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53821         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
53822         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
53824 2011-10-24  Andreas Schwab  <schwab@redhat.com>
53826         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
53828 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
53830         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
53832         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
53833         prediction.
53834         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
53836         * string/strnlen.c: Don't define STRNLEN, reverse logic.
53837         Remove unused variable magic_bits.
53838         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
53840         * string/strnlen.c: Define and use STRNLEN macro.
53841         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
53842         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
53843         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
53844         * wcsmbs/wcslen.c: Define and use WCSLEN.
53845         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
53846         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
53847         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
53848         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
53849         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
53850         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
53851         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
53853 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53855         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53856         strnlen-sse2-no-bsf.
53857         Rename strlen-no-bsf to strlen-sse2-no-bsf.
53858         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
53859         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
53860         Add strnlen support.
53861         (USE_AS_STRNLEN): New macro.
53862         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
53863         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
53864         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
53865         * sysdeps/x86_64/wcslen.S: New file.
53867 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
53869         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
53870         XMM-moves are used for copying on small sizes.
53872 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53874         * wcsmbs/Makefile (strop-tests): Add wcschr.
53875         * wcsmbs/test-wcschr.c: New file.
53876         * string/test-strchr.c: Update.
53877         Add wcschr support.
53878         (WIDE): New macro.
53880 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53882         * wcsmbs/Makefile (strop-tests): Add wcslen.
53883         * wcsmbs/test-wcslen.c: New file.
53884         * string/test-strlen.c: Update.
53885         Add wcslen support.
53886         (WIDE): New macro.
53888 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
53890         * po/it.po: Update from translation team.
53892 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53894         * sysdeps/x86_64/wcscmp.S: Update.
53895         Fix wrong comparison semantics.
53896         wcscmp shall use signed comparison not unsigned.
53897         Don't use substraction to avoid overflow bug.
53898         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
53899         * wcsmbc/wcscmp.c: Likewise.
53900         * string/test-strcmp.c: Likewise.
53901         Add new tests to check cases with negative values.
53903 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
53905         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
53906         * sysdeps/x86_64/dla.h: ...here.  New file.
53907         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
53908         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53909         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53910         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53911         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53912         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
53913         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53914         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
53915         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
53917 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
53919         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
53920         __ynl_finite aliases.
53922 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
53924         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
53926         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
53927         define DLA_FMA.
53928         [DLA_FMA] (EMULV): Use DLA_FMA.
53929         [DLA_FMA] (MUL12): Use EMULV.
53930         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
53931         that are not needed.
53932         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53933         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53934         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53935         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53936         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53937         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
53938         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
53940 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
53942         * math/s_nan.c: Undef __nan.
53943         * math/s_nanf.c: Undef __nanf.
53944         * math/s_nanl.c: Undef __nanl.
53945         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
53946         "math_private.h".
53948 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
53950         * math/s_catan.c: Add branch predictions.
53951         * math/s_catanf.c: Likewise.
53952         * math/s_catanh.c: Likewise.
53953         * math/s_catanhf.c: Likewise.
53954         * math/s_catanhl.c: Likewise.
53955         * math/s_catanl.c: Likewise.
53956         * math/s_cexp.c: Likewise.
53957         * math/s_cexpf.c: Likewise.
53958         * math/s_cexpl.c: Likewise.
53959         * math/s_clog.c: Likewise.
53960         * math/s_clog10.c: Likewise.
53961         * math/s_clog10f.c: Likewise.
53962         * math/s_clog10l.c: Likewise.
53963         * math/s_clogf.c: Likewise.
53964         * math/s_clogl.c: Likewise.
53965         * math/s_csqrt.c: Likewise.
53966         * math/s_csqrtf.c: Likewise.
53967         * math/s_csqrtl.c: Likewise.
53968         * math/s_ctanf.c: Likewise.
53969         * math/s_ctanh.c: Likewise.
53970         * math/s_ctanhf.c: Likewise.
53971         * math/s_ctanhl.c: Likewise.
53972         * math/s_ctanl.c: Likewise.
53974         * math/math_private.h: Define __nan, __nanf, __nanl.
53975         * math/s_cacosh.c: Include <math_private.h>.
53976         * math/s_cacoshl.c: Likewise.
53977         * math/s_casinh.c: Likewise.
53978         * math/s_casinhf.c: Likewise.
53979         * math/s_casinhl.c: Likewise.
53980         * math/s_ccos.c: Rely entire on ccosh.
53981         * math/s_ccosf.c: Rely entire on ccoshf.
53982         * math/s_ccosl.c: Rely entirely on ccoshl.
53983         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
53984         Remove tests for FE_INVALID.
53985         * math/s_ccoshf.c: Likewise.
53986         * math/s_ccoshl.c: Likewise.
53987         * math/s_csin.c: Likewise.
53988         * math/s_csinf.c: Likewise.
53989         * math/s_csinh.c Likewise.
53990         * math/s_csinhf.c: Likewise.
53991         * math/s_csinhl.c: Likewise.
53992         * math/s_csinl.c: Likewise.
53993         * math/s_ctan.c: Likewise.
53994         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
53995         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
53996         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
53998 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
54000         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
54001         compilation problems.
54003         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
54004         __builtin_expect.
54006 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
54008         * sysdeps/i386/configure.in: Test for -mfma4 option.
54009         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
54010         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
54011         COMMON_CPUID_INDEX_80000001.
54012         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
54013         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
54014         use it if FMA3 is not supported.
54015         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
54017         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
54018         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
54020 2011-10-20  Andreas Schwab  <schwab@redhat.com>
54022         [BZ #12892]
54023         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
54024         it would create a cycle with a link time dependency.
54026 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
54028         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
54029         instruction.
54030         * string/Makefile (strop-tests): Add rawmemchr.
54031         * string/test-rawmemchr.c: New file.
54033         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
54034         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
54035         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
54036         when compiling str{,n}casecmp and when AVX is available.  Hook up
54037         new optimized code in initializers.
54039 2011-10-19  Andreas Schwab  <schwab@redhat.com>
54041         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
54042         __feraiseexcept instead of feraiseexcept.
54044 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
54046         * math/math_private.h: Define defaults for libc_fetestexcept and
54047         libc_feupdateenv.
54048         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
54049         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
54050         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
54051         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
54052         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
54053         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
54054         libc_fetestexcept and libc_feupdateenv.
54056         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
54057         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
54058         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
54059         * sysdeps/x86_64/fpu/math_private.h: Define special version of
54060         libc_feholdexcept_setround.
54062         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
54063         Add s_nearbyint-c and s_nearbyintf-c.
54064         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
54065         nearbyintf inlines.
54066         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
54067         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
54068         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
54069         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
54071         * math/math_private.h: Define defaults for libc_fegetround,
54072         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
54073         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
54074         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
54075         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
54076         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
54077         standard functions.
54078         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
54079         Remove comments and hacks for old compiler versions.
54080         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
54081         libc_fegetround, libc_fesetround, libc_feholdexcept, and
54082         libc_feholdexceptl.
54084 2011-10-18  Andreas Schwab  <schwab@redhat.com>
54086         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
54087         (__feraiseexcept_renamed): Add __NTH.
54088         (feraiseexcept): Add __NTH.  Rename local variables to fix
54089         namespace violations.
54091 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
54093         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
54095         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
54097         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
54098         recently added interfaces.
54099         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
54101         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
54102         about macro parameter expansion.
54104         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
54105         __NO_MATH_INLINES is defined.  Cleanups.
54107         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
54108         and __floorf is target has SSE4.1.
54109         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
54110         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
54111         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
54112         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
54114         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
54115         name.
54116         (floorf): Likewise.
54118         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
54120 2011-10-17  Andreas Schwab  <schwab@redhat.com>
54122         * misc/sys/cdefs.h: Fix last change.
54124         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
54125         database lookup.
54127 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
54129         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
54131         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
54132         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
54133         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
54134         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
54135         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
54136         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
54137         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
54138         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
54139         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
54140         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
54141         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
54142         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
54143         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
54144         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
54145         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
54146         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
54147         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
54148         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
54149         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
54150         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
54151         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
54152         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
54154         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
54155         ceil, ceilf, floor, floorf.
54157         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
54158         Perform IRELATIVE relocations last.
54160         * elf/do-rel.h: Add another parameter nrelative, replacing the
54161         local variable with the same name.  Change name of the function
54162         to end in Rel or Rela (uppercase).
54163         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
54164         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
54165         elf_dynamic_do_##reloc function.
54167 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
54169         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
54170         is sufficient, at least on modern CPUs.
54172         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
54174         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
54175         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
54177         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
54178         __expl_finite.
54179         * math/bits/math-finite.h: Add entries for exp.
54180         * math/e_expl.c: Add __*_finite alias.
54181         * sysdeps/i386/fpu/e_exp.S: Likewise.
54182         * sysdeps/i386/fpu/e_expf.S: Likewise.
54183         * sysdeps/i386/fpu/e_expl.c: Likewise.
54184         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
54185         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
54186         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
54187         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
54188         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
54189         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
54190         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
54192         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
54193         is sufficient, at least on modern CPUs.
54195         * ctype/ctype-info.c (__ctype_init): Define.
54196         * include/ctype.h (__ctype_init): Declare.
54197         (__ctype_b_loc): The variable is always initialized.
54198         (__ctype_toupper_loc): Likewise.
54199         (__ctype_tolower_loc): Likewise.
54200         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
54201         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
54203 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
54205         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
54207         * configure.in: Also look in $cxxmachine/include for C++ system
54208         headers.
54210 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54212         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
54213         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
54214         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
54215         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
54216         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
54217         (USE_AS_WMEMCMP): New macro.
54218         Fixing indents.
54219         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
54220         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
54221         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
54222         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
54223         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54224         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
54225         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
54226         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
54227         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
54228         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
54229         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
54230         (USE_AS_WMEMCMP): New macro.
54231         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
54232         * sysdeps/string/test-memcmp.c: Update.
54233         Fix simple_wmemcmp.
54234         Add new tests.
54235         * wcsmbs/wmemcmp.c: Update.
54236         (WMEMCMP): New macro.
54237         Fix overflow bug.
54239 2011-10-12  Andreas Jaeger  <aj@suse.de>
54241         [BZ #13268]
54242         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
54244 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
54246         * libio/iofwide.c (do_length): Avoid warning.
54248         * ctype/ctype.h (__isctype_f): Add missing __THROW.
54250 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
54252         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
54254         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
54255         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
54256         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
54257         * sysdeps/i386/i686/fpu/e_log.S: New file.
54258         * sysdeps/i386/i686/fpu/e_logf.S: New file.
54259         * sysdeps/i386/i686/fpu/e_logl.S: New file.
54261         * ctype/ctype.h: Add support for inlined isXXX functions when
54262         compiling C++ code.
54264 2011-10-14  Andreas Schwab  <schwab@redhat.com>
54266         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
54268         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
54270 2011-10-13  Roland McGrath  <roland@hack.frob.com>
54272         [BZ #13291]
54273         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
54275 2011-10-13  Andreas Schwab  <schwab@redhat.com>
54277         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
54278         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
54279         feraiseexcept.
54281         * sysdeps/x86_64/memrchr.S: Check for zero size.
54283         * string/stratcliff.c: Add memrchr tests.
54285 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54287         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54288         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
54289         rawmemchr-sse2 rawmemchr-sse2-bsf.
54290         * sysdeps/i386/i686/multiarch/memchr.S: New file.
54291         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
54292         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
54293         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
54294         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
54295         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
54296         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
54297         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
54298         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
54299         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
54300         * string/memrchr.c (MEMRCHR): New macro.
54302 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
54304         Add integration with gcc's -ffinite-math-only and optimize wrapper
54305         functions in libm.
54306         * Versions.def: Define GLIBC_2.15 version for libm.
54307         * math/Makefile (headers): Add bits/math-finite.h.
54308         * math/bits/math-finite.h: New file.
54309         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
54310         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
54311         * math/e_acoshl.c: Add __*_finite alias.
54312         * math/e_acosl.c: Likewise.
54313         * math/e_asinl.c: Likewise.
54314         * math/e_atan2l.c: Likewise.
54315         * math/e_atanhl.c: Likewise.
54316         * math/e_coshl.c: Likewise.
54317         * math/e_exp10.c: Likewise.
54318         * math/e_exp10f.c: Likewise.
54319         * math/e_exp10l.c: Likewise.
54320         * math/e_exp2l.c: Likewise.
54321         * math/e_fmodl.c: Likewise.
54322         * math/e_gammal_r.c: Likewise.
54323         * math/e_hypotl.c: Likewise.
54324         * math/e_j0l.c: Likewise.
54325         * math/e_j1l.c: Likewise.
54326         * math/e_jnl.c: Likewise.
54327         * math/e_lgammal_r.c: Likewise.
54328         * math/e_log10l.c: Likewise.
54329         * math/e_log2l.c: Likewise.
54330         * math/e_logl.c: Likewise.
54331         * math/e_powl.c: Likewise.
54332         * math/e_sinhl.c: Likewise.
54333         * math/e_sqrtl.c: Likewise.
54334         * math/e_scalb.c: Completely rewritten and optimized.
54335         * math/e_scalbf.c: Likewise.
54336         * math/e_scalbl.c: Likewise.
54337         * math/w_acos.c: Likewise.
54338         * math/w_acosf.c: Likewise.
54339         * math/w_acosl.c: Likewise.
54340         * math/w_acosh.c: Likewise.
54341         * math/w_acoshf.c: Likewise.
54342         * math/w_acoshl.c: Likewise.
54343         * math/w_asin.c: Likewise.
54344         * math/w_asinf.c: Likewise.
54345         * math/w_asinl.c: Likewise.
54346         * math/w_atan2.c: Likewise.
54347         * math/w_atan2f.c: Likewise.
54348         * math/w_atan2l.c: Likewise.
54349         * math/w_atanh.c: Likewise.
54350         * math/w_atanhf.c: Likewise.
54351         * math/w_atanhl.c: Likewise.
54352         * math/w_exp10.c: Likewise.
54353         * math/w_exp10f.c: Likewise.
54354         * math/w_exp10l.c: Likewise.
54355         * math/w_fmod.c: Likewise.
54356         * math/w_fmodf.c: Likewise.
54357         * math/w_fmodl.c: Likewise.
54358         * math/w_j0.c: Likewise.
54359         * math/w_j0f.c: Likewise.
54360         * math/w_j0l.c: Likewise.
54361         * math/w_j1.c: Likewise.
54362         * math/w_j1f.c: Likewise.
54363         * math/w_j1l.c: Likewise.
54364         * math/w_jn.c: Likewise.
54365         * math/w_jnf.c: Likewise.
54366         * math/w_log.c: Likewise.
54367         * math/w_logf.c: Likewise.
54368         * math/w_logl.c: Likewise.
54369         * math/w_log10.c: Likewise.
54370         * math/w_log10f.c: Likewise.
54371         * math/w_log10l.c: Likewise.
54372         * math/w_log2.c: Likewise.
54373         * math/w_log2f.c: Likewise.
54374         * math/w_log2l.c: Likewise.
54375         * math/w_pow.c: Likewise.
54376         * math/w_powf.c: Likewise.
54377         * math/w_powl.c: Likewise.
54378         * math/w_remainder.c: Likewise.
54379         * math/w_remainderf.c: Likewise.
54380         * math/w_remainderl.c: Likewise.
54381         * math/w_scalb.c: Likewise.
54382         * math/w_scalbf.c: Likewise.
54383         * math/w_scalbl.c: Likewise.
54384         * math/w_sqrt.c: Likewise.
54385         * math/w_sqrtf.c: Likewise.
54386         * math/w_sqrtl.c: Likewise.
54387         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
54388         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
54389         used.
54390         * math/math_private.h: Declare __kernel_standard_f.
54391         * math/w_cosh.c: Remove cruft and optimize a bit.
54392         * math/w_coshf.c: Likewise.
54393         * math/w_coshl.c: Likewise.
54394         * math/w_exp2.c: Likewise.
54395         * math/w_exp2f.c: Likewise.
54396         * math/w_exp2l.c: Likewise.
54397         * math/w_hypot.c: Likewise.
54398         * math/w_hypotf.c: Likewise.
54399         * math/w_hypotl.c: Likewise.
54400         * math/w_lgamma.c: Likewise.
54401         * math/w_lgamma_r.c: Likewise.
54402         * math/w_lgammaf.c: Likewise.
54403         * math/w_lgammaf_r.c: Likewise.
54404         * math/w_lgammal.c: Likewise.
54405         * math/w_lgammal_r.c: Likewise.
54406         * math/w_sinh.c: Likewise.
54407         * math/w_sinhf.c: Likewise.
54408         * math/w_sinhl.c: Likewise.
54409         * math/w_tgamma.c: Likewise.
54410         * math/w_tgammaf.c: Likewise.
54411         * math/w_tgammal.c: Likewise.
54412         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
54413         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
54414         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
54415         Minor optimizations.  Pretty printing.  Remove cruft.
54416         * sysdeps/i386/fpu/e_acosf.S: Likewise.
54417         * sysdeps/i386/fpu/e_acosh.S: Likewise.
54418         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
54419         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
54420         * sysdeps/i386/fpu/e_acosl.c: Likewise.
54421         * sysdeps/i386/fpu/e_asin.S: Likewise.
54422         * sysdeps/i386/fpu/e_asinf.S: Likewise.
54423         * sysdeps/i386/fpu/e_atan2.S: Likewise.
54424         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
54425         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
54426         * sysdeps/i386/fpu/e_atanh.S: Likewise.
54427         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
54428         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
54429         * sysdeps/i386/fpu/e_exp10.S: Likewise.
54430         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
54431         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
54432         * sysdeps/i386/fpu/e_exp2.S: Likewise.
54433         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
54434         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
54435         * sysdeps/i386/fpu/e_fmod.S: Likewise.
54436         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
54437         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
54438         * sysdeps/i386/fpu/e_hypot.S: Likewise.
54439         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
54440         * sysdeps/i386/fpu/e_log.S: Likewise.
54441         * sysdeps/i386/fpu/e_log10.S: Likewise.
54442         * sysdeps/i386/fpu/e_log10f.S: Likewise.
54443         * sysdeps/i386/fpu/e_log10l.S: Likewise.
54444         * sysdeps/i386/fpu/e_log2.S: Likewise.
54445         * sysdeps/i386/fpu/e_log2f.S: Likewise.
54446         * sysdeps/i386/fpu/e_log2l.S: Likewise.
54447         * sysdeps/i386/fpu/e_logf.S: Likewise.
54448         * sysdeps/i386/fpu/e_logl.S: Likewise.
54449         * sysdeps/i386/fpu/e_pow.S: Likewise.
54450         * sysdeps/i386/fpu/e_powf.S: Likewise.
54451         * sysdeps/i386/fpu/e_powl.S: Likewise.
54452         * sysdeps/i386/fpu/e_remainder.S: Likewise.
54453         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
54454         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
54455         * sysdeps/i386/fpu/e_scalb.S: Likewise.
54456         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
54457         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
54458         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
54459         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
54460         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
54461         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
54462         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
54463         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
54464         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
54465         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
54466         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
54467         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
54468         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
54469         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
54470         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
54471         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
54472         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
54473         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
54474         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
54475         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
54476         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
54477         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
54478         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
54479         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
54480         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
54481         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
54482         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
54483         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
54484         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
54485         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
54486         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
54487         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
54488         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
54489         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
54490         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
54491         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
54492         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
54493         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
54494         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
54495         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
54496         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
54497         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
54498         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
54499         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
54500         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
54501         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
54502         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
54503         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
54504         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
54505         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
54506         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
54507         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
54508         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
54509         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
54510         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
54511         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
54512         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
54513         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
54514         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
54515         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
54516         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
54517         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
54518         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
54519         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
54520         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
54521         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
54522         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
54523         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
54524         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
54525         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
54526         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
54527         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
54528         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
54529         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
54530         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
54531         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
54532         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
54533         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
54534         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
54535         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
54536         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
54537         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
54538         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
54539         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
54540         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
54541         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
54542         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
54543         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
54544         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
54545         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
54546         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
54547         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
54548         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
54549         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
54550         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
54551         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
54552         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
54553         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
54554         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
54555         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
54556         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
54557         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
54558         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
54559         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
54560         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
54561         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
54562         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
54563         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
54564         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
54565         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
54566         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
54567         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
54568         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
54569         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
54570         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
54571         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
54572         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
54573         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
54574         (__isnanf): Likewise.
54575         (__isinf_ns): Likewise.
54576         (__isinf_nsf): Likewise.
54577         (__finite): Likewise.
54578         (__finitef): Likewise.
54579         (__ieee754_sqrt): Define as macro.
54580         (__ieee754_sqrtf): Define as macro.
54581         (__ieee754_sqrtl): Define as macro.
54582         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
54583         inlined copy.
54584         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
54585         __FINITE_MATH_ONLY__ consistent.
54586         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
54588 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
54590         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
54591         of rawmemchr.
54593         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
54595 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
54597         * po/ja.po: Update from translation team.
54599 2011-10-08  Roland McGrath  <roland@hack.frob.com>
54601         * locale/programs/locarchive.c (prepare_address_space): New function.
54602         (create_archive, enlarge_archive, open_archive): Use it.
54604         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
54605         inside [SHARED], where it is used.
54607         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
54609         * nss/getent.c (netgroup_keys): Remove unused variable.
54610         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
54612 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
54614         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
54615         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
54616         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
54617         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
54618         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
54619         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
54620         * math/Makefile (libm-calls): Add s_isinf_ns.
54621         * math/divtc3.c: Use __isinf_nsl instead of isinf.
54622         * math/multc3.c: Likewise.
54623         * math/s_casin.c: Likewise.
54624         * math/s_casinf.c: Likewise.
54625         * math/s_casinl.c: Likewise.
54626         * math/s_ccos.c: Likewise.
54627         * math/s_ccosf.c: Likewise.
54628         * math/s_ccosl.c: Likewise.
54629         * math/s_ctan.c: Likewise.
54630         * math/s_ctanf.c: Likewise.
54631         * math/s_ctanh.c: Likewise.
54632         * math/s_ctanhf.c: Likewise.
54633         * math/s_ctanhl.c: Likewise.
54634         * math/s_ctanl.c: Likewise.
54635         * math/w_fmod.c: Likewise.
54636         * math/w_fmodf.c: Likewise.
54637         * math/w_fmodl.c: Likewise.
54638         * math/w_remainder.c: Likewise.
54639         * math/w_remainderf.c: Likewise.
54640         * math/w_remainderl.c: Likewise.
54641         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
54642         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
54643         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
54644         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
54645         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
54646         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
54647         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
54648         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
54650         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
54651         of the number.
54652         * stdio-common/printf_fphex.c: Likewise.
54653         * stdio-common/printf_size.c: Likewise.
54655         * math/e_exp10.c: Include math_private.h using <...> not "...".
54656         * math/e_exp10f.c: Likewise.
54657         * math/e_exp10l.c: Likewise.
54658         * math/e_exp2l.c: Likewise.
54659         * math/e_j0l.c: Likewise.
54660         * math/e_j1l.c: Likewise.
54661         * math/e_jnl.c: Likewise.
54662         * math/e_lgammal_r.c: Likewise.
54663         * math/e_rem_pio2l.c: Likewise.
54664         * math/e_scalb.c: Likewise.
54665         * math/e_scalbf.c: Likewise.
54666         * math/e_scalbl.c: Likewise.
54667         * math/k_cosl.c: Likewise.
54668         * math/k_sinl.c: Likewise.
54669         * math/k_tanl.c: Likewise.
54670         * math/s_cacoshf.c: Likewise.
54671         * math/s_catan.c: Likewise.
54672         * math/s_catanf.c: Likewise.
54673         * math/s_catanh.c: Likewise.
54674         * math/s_catanhf.c: Likewise.
54675         * math/s_catanhl.c: Likewise.
54676         * math/s_catanl.c: Likewise.
54677         * math/s_ccosh.c: Likewise.
54678         * math/s_ccoshf.c: Likewise.
54679         * math/s_ccoshl.c: Likewise.
54680         * math/s_cexp.c: Likewise.
54681         * math/s_cexpf.c: Likewise.
54682         * math/s_cexpl.c: Likewise.
54683         * math/s_clog.c: Likewise.
54684         * math/s_clog10.c: Likewise.
54685         * math/s_clog10f.c: Likewise.
54686         * math/s_clog10l.c: Likewise.
54687         * math/s_clogf.c: Likewise.
54688         * math/s_clogl.c: Likewise.
54689         * math/s_csin.c: Likewise.
54690         * math/s_csinf.c: Likewise.
54691         * math/s_csinh.c: Likewise.
54692         * math/s_csinhf.c: Likewise.
54693         * math/s_csinhl.c: Likewise.
54694         * math/s_csinl.c: Likewise.
54695         * math/s_csqrt.c: Likewise.
54696         * math/s_csqrtf.c: Likewise.
54697         * math/s_csqrtl.c: Likewise.
54698         * math/s_ctan.c: Likewise.
54699         * math/s_ctanf.c: Likewise.
54700         * math/s_ctanh.c: Likewise.
54701         * math/s_ctanhf.c: Likewise.
54702         * math/s_ctanhl.c: Likewise.
54703         * math/s_ctanl.c: Likewise.
54704         * math/s_ldexp.c: Likewise.
54705         * math/s_ldexpf.c: Likewise.
54706         * math/s_ldexpl.c: Likewise.
54707         * math/s_significand.c: Likewise.
54708         * math/s_significandf.c: Likewise.
54709         * math/s_significandl.c: Likewise.
54710         * math/w_acos.c: Likewise.
54711         * math/w_acosf.c: Likewise.
54712         * math/w_acosh.c: Likewise.
54713         * math/w_acoshf.c: Likewise.
54714         * math/w_acoshl.c: Likewise.
54715         * math/w_acosl.c: Likewise.
54716         * math/w_asin.c: Likewise.
54717         * math/w_asinf.c: Likewise.
54718         * math/w_asinl.c: Likewise.
54719         * math/w_atan2.c: Likewise.
54720         * math/w_atan2f.c: Likewise.
54721         * math/w_atan2l.c: Likewise.
54722         * math/w_atanh.c: Likewise.
54723         * math/w_atanhf.c: Likewise.
54724         * math/w_atanhl.c: Likewise.
54725         * math/w_cosh.c: Likewise.
54726         * math/w_coshf.c: Likewise.
54727         * math/w_coshl.c: Likewise.
54728         * math/w_dremf.c: Likewise.
54729         * math/w_exp10.c: Likewise.
54730         * math/w_exp10f.c: Likewise.
54731         * math/w_exp10l.c: Likewise.
54732         * math/w_exp2.c: Likewise.
54733         * math/w_exp2f.c: Likewise.
54734         * math/w_fmod.c: Likewise.
54735         * math/w_fmodf.c: Likewise.
54736         * math/w_fmodl.c: Likewise.
54737         * math/w_hypot.c: Likewise.
54738         * math/w_hypotf.c: Likewise.
54739         * math/w_hypotl.c: Likewise.
54740         * math/w_j0.c: Likewise.
54741         * math/w_j0f.c: Likewise.
54742         * math/w_j0l.c: Likewise.
54743         * math/w_j1.c: Likewise.
54744         * math/w_j1f.c: Likewise.
54745         * math/w_j1l.c: Likewise.
54746         * math/w_jn.c: Likewise.
54747         * math/w_jnf.c: Likewise.
54748         * math/w_jnl.c: Likewise.
54749         * math/w_lgamma.c: Likewise.
54750         * math/w_lgamma_r.c: Likewise.
54751         * math/w_lgammaf.c: Likewise.
54752         * math/w_lgammaf_r.c: Likewise.
54753         * math/w_lgammal.c: Likewise.
54754         * math/w_lgammal_r.c: Likewise.
54755         * math/w_log.c: Likewise.
54756         * math/w_log10.c: Likewise.
54757         * math/w_log10f.c: Likewise.
54758         * math/w_log10l.c: Likewise.
54759         * math/w_log2.c: Likewise.
54760         * math/w_log2f.c: Likewise.
54761         * math/w_log2l.c: Likewise.
54762         * math/w_logf.c: Likewise.
54763         * math/w_logl.c: Likewise.
54764         * math/w_pow.c: Likewise.
54765         * math/w_powf.c: Likewise.
54766         * math/w_powl.c: Likewise.
54767         * math/w_remainder.c: Likewise.
54768         * math/w_remainderf.c: Likewise.
54769         * math/w_remainderl.c: Likewise.
54770         * math/w_scalb.c: Likewise.
54771         * math/w_scalbf.c: Likewise.
54772         * math/w_scalbl.c: Likewise.
54773         * math/w_sinh.c: Likewise.
54774         * math/w_sinhf.c: Likewise.
54775         * math/w_sinhl.c: Likewise.
54776         * math/w_sqrt.c: Likewise.
54777         * math/w_sqrtf.c: Likewise.
54778         * math/w_sqrtl.c: Likewise.
54779         * math/w_tgamma.c: Likewise.
54780         * math/w_tgammaf.c: Likewise.
54781         * math/w_tgammal.c: Likewise.
54783         * po/ja.po: Update from translation team.
54785 2011-09-29  Andreas Jaeger  <aj@suse.de>
54787         [BZ #13179]
54788         * sunrpc/netname.c (netname2host): Fix logic.
54790         [BZ #6779]
54791         [BZ #6783]
54792         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
54793         correctly.
54794         * math/w_remainder.c (__remainder): Likewise.
54795         * math/w_remainderf.c (__remainderf): Likewise.
54796         * math/libm-test.inc (remainder_test): Add test cases.
54798 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54800         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
54801         sdiv_qrnnd.
54803 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
54805         * string/test-memcmp.c: Avoid unncessary #defines.
54806         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
54808 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54810         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
54811         Use new sse2 version for core i3 - i7 as it's faster
54812         than sse42 version.
54813         (bit_Prefer_PMINUB_for_stringop): New.
54814         * sysdeps/x86_64/rawmemchr.S: Update.
54815         Replace with faster SSE2 version.
54816         * sysdeps/x86_64/memrchr.S: New file.
54817         * sysdeps/x86_64/memchr.S: Update.
54818         Replace with faster SSE2 version.
54820 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
54822         * elf/dl-load.c (lose): Add cast to avoid warning.
54824 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
54826         * po/ca.po: Update from translation team.
54828         * inet/getnetgrent_r.c: Hook up nscd.
54829         * nscd/Makefile (routines): Add nscd_netgroup.
54830         (nscd-modules): Add netgroupcache.
54831         (CFLAGS-netgroupcache.c): Define.
54832         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
54833         (cache_search): Add const to second parameter.
54834         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
54835         INNETGR.
54836         (dbs): Add netgrdb entry.
54837         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
54838         (verify_persistent_db): Handle netgrdb.
54839         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
54840         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
54841         GETFDNETGR.
54842         (netgroup_response_header): Define.
54843         (innetgroup_response_header): Define.
54844         (datahead): Add netgroup_response_header and innetgroup_response_header
54845         elements.
54846         * nscd/nscd.conf: Add entries for netgroup cache.
54847         * nscd/nscd.h (dbtype): Add netgrdb.
54848         (_PATH_NSCD_NETGROUP_DB): Define.
54849         (netgroup_iov_disabled): Declare.
54850         (xmalloc, xcalloc, xrealloc): Move declarations here.
54851         (cache_search): Adjust prototype.
54852         Add netgroup-related prototypes.
54853         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
54854         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
54855         (__nscd_innetgr): Declare.
54856         * nscd/selinux.c (perms): Use access_vector_t as element type and
54857         add netgroup-related initializers.
54858         * nscd/netgroupcache.c: New file.
54859         * nscd/nscd_netgroup.c: New file.
54860         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
54861         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
54862         For four parameters use innetgr.
54863         * nss/nss_files/files-init.c: Add definition and callback for netgr.
54864         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
54865         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
54866         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
54868         * nscd/connections.c (register_traced_file): Don't register file
54869         for disabled databases.
54871 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
54873         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
54875         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
54876         from tree and freeing node.
54878 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
54880         * nss/nsswitch.c (__nss_database_lookup): Handle
54881         nss_parse_service_list out of memory case.
54883 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
54885         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
54886         out of memory case.
54888 2011-10-04  Andreas Schwab  <schwab@redhat.com>
54890         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
54891         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
54892         pass it down.
54893         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
54894         elf_machine_rela, elf_machine_lazy_rel.
54895         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
54896         (ELF_DYNAMIC_DO_REL): Likewise.
54897         (ELF_DYNAMIC_DO_RELA): Likewise.
54898         (ELF_DYNAMIC_RELOCATE): Likewise.
54899         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
54900         to ELF_DYNAMIC_DO_REL.
54901         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
54902         (dl_main): In trace mode always set __RTLD_NOIFUNC.
54903         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
54904         elf_machine_rela.
54905         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
54906         skip_ifunc, don't call ifunc function if non-zero.
54907         (elf_machine_rela): Likewise.
54908         (elf_machine_lazy_rel): Likewise.
54909         (elf_machine_lazy_rela): Likewise.
54910         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
54911         (elf_machine_lazy_rel): Likewise.
54912         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
54913         Likewise.
54914         (elf_machine_lazy_rel): Likewise.
54915         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
54916         Likewise.
54917         (elf_machine_lazy_rel): Likewise.
54918         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
54919         (elf_machine_lazy_rel): Likewise.
54920         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
54921         (elf_machine_lazy_rel): Likewise.
54922         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
54923         (elf_machine_lazy_rel): Likewise.
54924         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
54925         (elf_machine_lazy_rel): Likewise.
54926         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
54927         (elf_machine_lazy_rel): Likewise.
54928         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
54929         (elf_machine_lazy_rel): Likewise.
54931 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
54933         * nss/nss_files/files-init.c (_nss_files_init): Use static
54934         initialization for all the *_traced_file variables.
54936 2011-09-28  Andreas Schwab  <schwab@redhat.com>
54938         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
54940 2011-09-27  Roland McGrath  <roland@hack.frob.com>
54942         [BZ #13226]
54943         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
54945 2011-09-27  Andreas Schwab  <schwab@redhat.com>
54947         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
54948         Reread the line before reparsing it.
54950 2011-09-26  Andreas Schwab  <schwab@redhat.com>
54952         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
54954 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
54955             Maxim Kuvyrkov  <maxim@codesourcery.com>
54956             Joseph Myers  <joseph@codesourcery.com>
54958         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
54959         if needed for __stack_chk_guard.
54961 2011-09-19  Roland McGrath  <roland@hack.frob.com>
54963         * sysdeps/posix/spawni.c (script_execute): Always define it.
54964         It will be optimized away if unused.
54965         (maybe_script_execute): New function.
54966         (__spawni): Call it.
54968         * Makerules: Don't include tls.make.
54969         (config-tls): Always set to thread.
54970         * tls.make.c: File removed.
54972 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
54974         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
54975         * config.make.in (CPPFLAGS-config): New substituted variable.
54977 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
54979         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
54981         [BZ #13192]
54982         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
54983         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
54985 2011-09-15  Roland McGrath  <roland@hack.frob.com>
54987         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
54988         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
54989         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
54990         (CALL_FAIL): Likewise.
54991         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
54992         (CALL_FAIL): Macro removed.
54993         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
54995 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
54997         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
54998         for __FINITE_MATH_ONLY__ == 1.
55000 2011-09-15  Andreas Schwab  <schwab@redhat.com>
55002         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
55003         __ieee754_sqrt instead of sqrt.
55004         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
55005         __ieee754_sqrtf instead of sqrtf.
55006         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
55007         __floorf instead of floorf.
55008         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
55009         __floorf, __truncf instead of floorf, truncf.
55011 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
55013         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
55015         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
55016         __extern_always_inline.
55017         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
55018         32-bit.
55020 2011-09-14  Andreas Schwab  <schwab@redhat.com>
55022         * elf/rtld.c (dl_main): Also relocate in dependency order when
55023         doing symbol dependency testing.
55025 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
55027         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
55028         Always define `refsym'.
55030 2011-09-13  Andreas Schwab  <schwab@redhat.com>
55032         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
55033         (__FD_ELT): Renamed from __FDELT.
55034         * misc/bits/select2.h (__FD_ELT): Likewise.
55035         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
55036         __FD_MASK instead of __FDELT, __FDMASK.
55037         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
55038         Likewise.
55039         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
55040         Likewise.
55042         * elf/Makefile (gen-ldd): Fix pattern.
55044         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
55045         (init_tls): Likewise.
55047 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
55049         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
55051 2011-09-12  Andreas Schwab  <schwab@redhat.com>
55053         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
55054         `struct cmsghdr *' instead of `void *'.
55055         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
55056         Likewise.
55058 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
55060         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
55061         if non-absolute.
55062         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
55063         ldd_rewrite_script.
55065 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
55067         * configure.in: Remove --with-tls option.
55068         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
55069         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
55070         out in case it is missing.
55071         * sysdeps/ia64/elf/configure.in: Likewise.
55072         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
55073         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
55074         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
55075         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
55076         * sysdeps/sh/elf/configure.in: Likewise.
55077         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
55078         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
55079         * sysdeps/x86_64/elf/configure.in: Likewise.
55080         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
55081         * sysdeps/mach/hurd/tls.h: Likewise.
55083         [BZ #13067]
55084         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
55086         [BZ #13090]
55087         * configure.in: Fix use of AC_INIT.
55089         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
55091 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
55093         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
55094         __set_errno.
55095         * malloc/hooks.c: Likewise.
55097         [BZ #11929]
55098         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
55099         variables statically.
55100         (narenas): Initialize.
55101         (list_lock): Initialize.
55102         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
55103         initializtion of main_arena and list_lock.  Small cleanups.
55104         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
55105         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
55106         Add initializers to main_arena and mp_.
55107         (malloc_state): Remove pagesize member.  Change all users to use
55108         GLRO(dl_pagesize).
55110         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
55111         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
55112         is always initialized.
55114         * malloc/malloc.c: Removed unused configurations and dead code.
55115         * malloc/arena.c: Likewise.
55116         * malloc/hooks.c: Likewise.
55117         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
55119         * include/tls.h: Removed.  USE___THREAD must always be defined.
55120         * bits/libc-tsd.h: Don't handle !USE___THREAD.
55121         * elf/dl-libc.c: Likewise.
55122         * elf/dl-tsd.c: Likewise.
55123         * include/errno.h: Likewise.
55124         * include/netdb.h: Likewise.
55125         * include/resolv.h: Likewise.
55126         * inet/herrno-loc.c: Likewise.
55127         * inet/herrno.c: Likewise.
55128         * malloc/arena.c: Likewise.
55129         * malloc/hooks.c: Likewise.
55130         * malloc/malloc.c: Likewise.
55131         * resolv/res-state.c: Likewise.
55132         * resolv/res_libc.c: Likewise.
55133         * sysdeps/i386/dl-machine.h: Likewise.
55134         * sysdeps/ia64/dl-machine.h: Likewise.
55135         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
55136         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
55137         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
55138         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
55139         * sysdeps/sh/dl-machine.h: Likewise.
55140         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
55141         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
55142         * sysdeps/unix/i386/sysdep.S: Likewise.
55143         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
55144         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
55145         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
55146         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
55147         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
55148         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
55149         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
55150         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
55151         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
55152         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
55153         * sysdeps/unix/x86_64/sysdep.S: Likewise.
55154         * sysdeps/x86_64/dl-machine.h: Likewise.
55155         * tls.make.c: Likewise.
55157         * configure.in: Remove --with-__thread option.  Make tests for
55158         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
55159         tls_model attribute fail if no support is available.  Remove
55160         USE_IN_LIBIO.
55161         * Makeconfig: Adjust for dropped configure option.  All features are
55162         now mandatory.
55163         * Makerules: Likewise.
55164         * Versions.def: Likewise.
55165         * argp/argp-fmtstream.c: Likewise.
55166         * argp/argp-fmtstream.h: Likewise.
55167         * argp/argp-help.c: Likewise.
55168         * assert/assert.c: Likewise.
55169         * config.h.in: Likewise.
55170         * config.make.in: Likewise.
55171         * configure: Likewise.
55172         * configure.in: Likewise.
55173         * csu/Versions: Likewise.
55174         * csu/init.c: Likewise.
55175         * elf/tst-audit2.c: Likewise.
55176         * elf/tst-tls10.c: Likewise.
55177         * elf/tst-tls10.h: Likewise.
55178         * elf/tst-tls11.c: Likewise.
55179         * elf/tst-tls12.c: Likewise.
55180         * elf/tst-tls14.c: Likewise.
55181         * elf/tst-tlsmod11.c: Likewise.
55182         * elf/tst-tlsmod12.c: Likewise.
55183         * elf/tst-tlsmod13.c: Likewise.
55184         * elf/tst-tlsmod13a.c: Likewise.
55185         * elf/tst-tlsmod14a.c: Likewise.
55186         * elf/tst-tlsmod15b.c: Likewise.
55187         * elf/tst-tlsmod16a.c: Likewise.
55188         * elf/tst-tlsmod16b.c: Likewise.
55189         * elf/tst-tlsmod7.c: Likewise.
55190         * elf/tst-tlsmod8.c: Likewise.
55191         * elf/tst-tlsmod9.c: Likewise.
55192         * gmon/gmon.c: Likewise.
55193         * grp/fgetgrent_r.c: Likewise.
55194         * grp/putgrent.c: Likewise.
55195         * hurd/fopenport.c: Likewise.
55196         * include/libc-symbols.h: Likewise.
55197         * include/tls.h: Likewise.
55198         * intl/gettextP.h: Likewise.
55199         * intl/loadinfo.h: Likewise.
55200         * locale/global-locale.c: Likewise.
55201         * locale/localeinfo.h: Likewise.
55202         * mach/devstream.c: Likewise.
55203         * malloc/arena.c: Likewise.
55204         * malloc/set-freeres.c: Likewise.
55205         * misc/err.c: Likewise.
55206         * misc/getttyent.c: Likewise.
55207         * misc/mntent_r.c: Likewise.
55208         * posix/getopt.c: Likewise.
55209         * posix/wordexp.c: Likewise.
55210         * pwd/fgetpwent_r.c: Likewise.
55211         * resolv/Versions: Likewise.
55212         * resolv/res_hconf.c: Likewise.
55213         * shadow/fgetspent_r.c: Likewise.
55214         * shadow/putspent.c: Likewise.
55215         * stdio-common/printf_fphex.c: Likewise.
55216         * stdio-common/tmpfile.c: Likewise.
55217         * stdlib/abort.c: Likewise.
55218         * stdlib/fmtmsg.c: Likewise.
55219         * sunrpc/auth_unix.c: Likewise.
55220         * sunrpc/clnt_perr.c: Likewise.
55221         * sunrpc/clnt_tcp.c: Likewise.
55222         * sunrpc/clnt_udp.c: Likewise.
55223         * sunrpc/clnt_unix.c: Likewise.
55224         * sunrpc/openchild.c: Likewise.
55225         * sunrpc/svc_simple.c: Likewise.
55226         * sunrpc/svc_tcp.c: Likewise.
55227         * sunrpc/svc_udp.c: Likewise.
55228         * sunrpc/svc_unix.c: Likewise.
55229         * sunrpc/xdr.c: Likewise.
55230         * sunrpc/xdr_array.c: Likewise.
55231         * sunrpc/xdr_rec.c: Likewise.
55232         * sunrpc/xdr_ref.c: Likewise.
55233         * sunrpc/xdr_stdio.c: Likewise.
55235 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
55237         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
55239 2011-07-03  Andreas Jaeger  <aj@suse.de>
55241         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
55242         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
55243         regenerate with gen-libm-tests.pl.
55245 2010-05-12  Petr Baudis  <pasky@suse.cz>
55247         [BZ #11589]
55248         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
55249         around j0() zero points by switching to j1().
55250         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
55251         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
55252         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
55253         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
55255 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
55257         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
55258         instead of 0.
55259         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
55260         instead of 0.
55261         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
55262         Patch in part by Pavel Roskin <proski@gnu.org>.
55264         [BZ #13138]
55265         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
55266         realloc.
55267         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
55268         Free memory block if necessary.
55270         [BZ #12847]
55271         * libio/genops.c (INTDEF): For string streams the _lock pointer can
55272         be NULL.  Don't lock in this case.
55274 2011-09-09  Roland McGrath  <roland@hack.frob.com>
55276         * elf/elf.h (ELFOSABI_GNU): New macro.
55277         (ELFOSABI_LINUX): Define to that.
55279 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
55281         * string/strncat.c (strncat): Undef the symbol in case it has been
55282         defined in bits/string.h.
55284 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
55286         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
55288         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
55289         link map.
55291 2011-08-17  Andreas Jaeger  <aj@suse.de>
55293         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
55295 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
55296             Ian Lance Taylor  <iant@google.com>
55298         * math/libm-test.inc (lround_test): New testcase.
55299         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
55301 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
55303         * Makefile: Remove support for automatic cvs check-ins.
55304         * Makerules: Likewise.
55305         * config.make.in: Likewise.
55306         * configure.in: Likewise.
55307         * intl/Makefile: Likewise.
55308         * locale/Makefile: Likewise.
55309         * po/Makefile: Likewise.
55310         * posix/Makefile: Likewise.
55311         * sysdeps/gnu/Makefile: Likewise.
55312         * sysdeps/mach/hurd/Makefile: Likewise.
55313         * sysdeps/sparc/sparc32/Makefile: Likewise.
55315         [BZ #13118]
55316         * posix/Makefile (bug-regex32-ENV): Define.
55317         Patch by John Stanley <jpsinthemix@verizon.net>.
55319         * misc/Makefile (headers): Add bits/select2.h.
55320         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
55321         * misc/bits/select2.h: New file.
55322         * include/bits/select2.h: New file.
55323         * debug/Makefile (routines): Add fdelt_chk.
55324         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
55325         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
55326         FD_ISSET.
55327         * debug/fdelt_chk.c: New file.
55329         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
55330         * wcsmbs/test-wmemcmp.c: Likewise.
55331         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
55332         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
55334 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55336         * string/Makefile (strop-tests): Add memcmp.
55337         * string/test-wmemcmp.c: New file.
55338         * string/test-memcmp.c: Add wmemcmp support.
55340 2011-09-08  Roland McGrath  <roland@hack.frob.com>
55342         [BZ #13153]
55343         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
55344         2011-07-19 change.
55346         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
55347         garbage value in a __mach_port_mod_refs call in the cases of the
55348         task-self and thread-self ports.
55350 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55352         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
55354 2011-09-08  Andreas Schwab  <schwab@redhat.com>
55356         * elf/dl-load.c (lose): Check for non-null L.
55358 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
55360         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
55362         * elf/dl-libc.c (dlerror_run): Pass back error code from
55363         dl_catch_error.
55365         [BZ #13123]
55366         * elf/dl-load.c (lose): Free l_origin if it is valid.
55368         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
55369         names.
55370         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
55371         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
55372         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
55373         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
55374         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
55375         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
55377 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
55379         * sysdeps/powerpc/fpu/e_hypot.c: New file.
55380         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
55381         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
55382         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
55383         * sysdeps/powerpc/fpu/k_cosf.c: New file.
55384         * sysdeps/powerpc/fpu/k_sinf.c: New file.
55385         * sysdeps/powerpc/fpu/s_cosf.c: New file.
55386         * sysdeps/powerpc/fpu/s_sinf.c: New file.
55387         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
55388         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
55390 2011-08-15  Alan Modra  <amodra@gmail.com>
55392         [BZ #13092]
55393         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
55394         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
55395         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
55396         ppc_mcount to static-only-routines.
55397         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
55398         __mcount_internal.
55399         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
55400         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
55402 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
55404         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
55405         for finite and infinity parameters.
55407 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
55409         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
55410         and add nop instructions for throughput optimization.
55411         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
55413 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
55415         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
55416         aligned copy for power7 with vector-scalar instructions.
55417         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
55419 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
55421         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
55422         AVX check.
55424 2011-09-07  Andreas Schwab  <schwab@redhat.com>
55426         [BZ #13144]
55427         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
55428         last change.
55430 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
55432         * sysdeps/unix/sysv/linux/x86_64/init-first.c
55433         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
55434         syscall wrapper around clock_gettime in __vdso_clock_gettime.
55435         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
55436         clock_gettime.
55438 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
55440         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
55441         Forgot to demangle the pointer.
55443         * sysdeps/i386/sysdep.h: Define atom_text_section.
55444         * sysdeps/x86_64/sysdep.h: Likewise.
55445         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
55446         section with atom_text_section.
55447         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
55448         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
55449         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
55450         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
55451         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
55453         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
55454         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
55455         already be defined.  Change to take two parameters and don't assign
55456         result to variable.  Adjust all users.
55457         Define INTERNAL_GETTIME if not already defined.
55458         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
55459         call.
55460         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
55461         HAVE_CLOCK_GETTIME_VSYSCALL.
55462         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
55464         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
55465         gettimeofday vsyscall, just use time.
55467 2011-09-06  Andreas Schwab  <schwab@redhat.com>
55469         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
55470         <errno.h>.
55472 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
55474         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
55475         syscall on x86-64.
55476         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
55477         syscall.
55478         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
55479         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
55480         syscall if possible.
55482 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
55484         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
55485         e_ident.  Don't pass to find_mapsXX.
55486         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
55488 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55490         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55491         strchr-sse2-no-bsf strrchr-sse2-no-bsf
55492         * sysdeps/x86_64/multiarch/strchr.S: Update.
55493         Check bit_slow_BSF bit.
55494         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
55495         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
55496         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
55498 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
55500         [BZ #13134]
55501         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
55502         before glibc 2.15.
55503         (tryshell): Define.
55504         (__spawni): Change last parameter to be flag.  Test
55505         SPAWN_XFLAGS_USE_PATH flag to use path or not.
55506         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
55507         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
55508         * posix/spawni.c: Likewise.
55509         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
55510         * posix/spawnp.c: Likewise.  Change normal version to use
55511         SPAWN_XFLAGS_USE_PATH.
55512         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
55513         SPAWN_XFLAGS_TRY_SHELL.
55515         [BZ #13150]
55516         * posix/glob.h: Remove gcc 1.x support.
55518         [BZ #13068]
55519         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
55521 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55523         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55524         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
55525         strrchr-sse2-bsf
55526         * sysdeps/i386/i686/multiarch/strchr.S: New file.
55527         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
55528         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
55529         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
55530         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
55531         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
55533 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55535         * sysdeps/x86_64/wcscmp.S: New file.
55537         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
55538         wcscmp-c wcscmp-sse2
55539         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
55540         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
55541         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
55542         * wcsmbs/wcscmp.c: Allow renaming.
55544 2011-09-05  David S. Miller  <davem@davemloft.net>
55546         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
55547         stack slot, rather than the struct return pointer slot.
55548         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
55549         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
55550         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
55551         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
55553 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
55555         * po/ja.po: Update from translation team.
55557         [BZ #13144]
55558         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
55559         kernel in 64-bit binaries.
55561 2011-09-01  David S. Miller  <davem@davemloft.net>
55563         * elf/elf.h (HWCAP_SPARC_*): Move to..
55564         * sysdeps/sparc/sysdep.h: this new file and add new values.
55565         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
55566         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
55567         _DL_HWCAP_COUNT to 24.
55568         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
55569         entries.
55570         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
55571         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
55572         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
55573         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
55574         instead of magic constants.
55575         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
55577 2011-08-31  David S. Miller  <davem@davemloft.net>
55579         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
55580         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
55581         Reimplement to do errno handling inline.
55582         (SYSCALL_ERROR_HANDLER): New macro.
55583         (__SYSCALL_STRING): Do not do errno handling in asm.
55584         (__CLONE_SYSCALL_STRING): Delete.
55585         (__INTERNAL_SYSCALL_STRING): Delete.
55586         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
55587         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
55588         (PSEUDO): Reimplement to do errno handling inline.
55589         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
55590         (SYSCALL_ERROR_HANDLER): New macro.
55591         (__SYSCALL_STRING): Do not do errno handling in asm.
55592         (__CLONE_SYSCALL_STRING): Delete.
55593         (__INTERNAL_SYSCALL_STRING): Delete.
55594         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
55595         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
55596         i386.
55597         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
55598         (inline_syscall*): Add 'err' argument.
55599         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
55600         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
55601         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
55602         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
55604         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
55605         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
55607 2011-08-30  Andreas Schwab  <schwab@redhat.com>
55609         * elf/rtld.c (dl_main): Relocate objects in dependency order.
55611 2011-08-29  Jiri Olsa <jolsa@redhat.com>
55613         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
55614         directive.
55616 2011-08-24  David S. Miller  <davem@davemloft.net>
55618         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
55620 2011-08-24  Andreas Schwab  <schwab@redhat.com>
55622         * elf/Makefile: Add rules to build and run unload8 test.
55623         * elf/unload8.c: New file.
55624         * elf/unload8mod1.c: New file.
55625         * elf/unload8mod1x.c: New file.
55626         * elf/unload8mod2.c: New file.
55627         * elf/unload8mod3.c: New file.
55629         * elf/dl-close.c (_dl_close_worker): Reset private search list if
55630         it wasn't used.
55632 2011-08-23  David S. Miller  <davem@davemloft.net>
55634         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
55635         subtract stack bias.
55636         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
55637         %sp not %fp in calculations.
55638         (_JMPBUF_UNWINDS_ADJ): Likewise.
55640         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
55641         (aio_suspend): Call it to force an exception region around the
55642         AIO_MISC_WAIT() invocation.
55644 2011-08-23  Andreas Schwab  <schwab@redhat.com>
55646         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
55647         backslash.
55649 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
55651         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
55652         protection macro.
55653         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
55654         and <dl-machine.h>.
55655         (Elf64_FuncDesc): Remove.
55657 2011-08-22  David S. Miller  <davem@davemloft.net>
55659         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
55660         sigaltstack check, add missing cfi directives.
55661         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
55662         missing cfi directives, and sigaltstack handling.
55664 2011-08-16  Andreas Schwab  <schwab@redhat.com>
55666         [BZ #11724]
55667         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
55668         object is seen twice.
55669         * elf/dl-fini.c (_dl_sort_fini): Likewise.
55671         * elf/Makefile (distribute): Add tst-initorder2.c.
55672         (tests): Add tst-initorder2.
55673         (modules-names): Add tst-initorder2a tst-initorder2b
55674         tst-initorder2c tst-initorder2d.  Add rules to build them.
55675         ($(objpfx)tst-initorder2.out): New rule.
55676         * elf/tst-initorder2.c: New file.
55677         * elf/tst-initorder2.exp: New file.
55679 2011-08-22  Andreas Schwab  <schwab@redhat.com>
55681         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
55683         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
55684         dependencies back to end of function.
55686         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
55687         $(elfobjdir)/ld.so.
55689 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
55691         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
55692         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
55693         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
55694         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
55695         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
55696         of __vdso_gettimeofday.
55697         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
55698         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
55699         attribute_hidden.
55700         (_libc_vdso_platform_setup): Remove initialization of
55701         __vdso_gettimeofday and __vdso_time.
55703 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
55705         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
55706         and fgetc_unlocked.
55707         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
55708         getc_unlocked.
55710         * elf/dl-open.c (add_to_global): Report additions to the global scope
55711         for LD_DEBUG=scopes.
55712         (dl_open_worker): Also print scope of newly loaded dependencies.
55713         (_dl_show_scope): Indicate if there is no scope.
55715         [BZ #13114]
55716         * stdio-common/Makefile (tests): Add bug24.
55717         * stdio-common/bug24.c: New file.
55719 2011-08-19  Andreas Jaeger  <aj@suse.de>
55721         [BZ #13114]
55722         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
55723         non-existant file when using close-on-exec mode.
55725 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
55727         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
55728         the very first instruction.
55730         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
55731         the CFI state in the end.
55732         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
55733         inclusion of dl-trampoline.h.
55734         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
55736 2011-08-19  Andreas Schwab  <schwab@redhat.com>
55738         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
55739         expectations for long double.
55741         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
55742         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
55744 2011-08-14  David S. Miller  <davem@davemloft.net>
55746         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
55747         artificual limit depends upon the system page size.
55749 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
55751         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
55752         * resolv/Makefile: Define CFLAGS-libresolv.
55754 2011-08-17  Andreas Schwab  <schwab@redhat.com>
55756         * nss/makedb.c (compute_tables): Make variables used in nested
55757         function static.
55759 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
55761         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
55762         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
55763         if buffer was too small.
55765         * elf/pldd.c (main): Attach to all threads in the process.
55766         Rewrite /proc handling to use *at functions.
55768 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
55770         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
55771         specifies first scope to show.
55772         (dl_open_worker): Update callers.  Move printing scope of new
55773         object to before the relocation.
55774         * elf/rtld.c (dl_main): Update _dl_show_scope call.
55775         * sysdeps/generic/ldsodefs.h: Update declaration.
55777         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
55778         string for the scope number.
55780 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
55782         * nscd/servicescache.c (cache_addserv): Make sure written is always
55783         initialized.
55785 2011-08-14  Roland McGrath  <roland@hack.frob.com>
55787         * sysdeps/i386/i486/bits/atomic.h
55788         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
55789         statement expression, so as to suppress "set but not used" warning.
55790         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
55792         * string/strncat.c (STRNCAT): Use prototype definition.
55794         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
55795         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
55796         -Iprograms here.
55797         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
55798         (localedef-modules): Add localedef.
55799         (locale-modules): Add locale.
55801         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
55802         * elf/rtld.c (dl_main): Invert order of assignment in last change,
55803         to avoid a warning.
55805 2011-08-14  David S. Miller  <davem@davemloft.net>
55807         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
55808         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
55810 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
55812         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
55813         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
55814         * elf/rtld.c (dl_main): Set l_name of vDSO.
55815         Call _dl_show_scope when DL_DEBUG_SCOPES.
55816         (process_dl_debug): Recognize scopes flag and also set it for all.
55817         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
55818         Declare _dl_show_scope.
55820         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
55821         (do_dlopen): Pass caller_dlopen to dl_open.
55822         (__libc_dlopen_mode): Initialize caller_dlopen.
55824         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
55825         of libc.  Make tolower call locale-independent.  Optimize a bit by
55826         using isdigit instead of isalnum.
55827         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
55829 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
55831         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
55832         was a dependency or dynamically loaded.
55834 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
55836         * intl/l10nflist.c: Allow architecture-specific pop function.
55837         * sysdeps/x86_64/l10nflist.c: New file.
55839         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
55840         classification.
55842 2011-08-10  Andreas Schwab  <schwab@redhat.com>
55844         * include/dirent.h: Add libc_hidden_proto for scandirat and
55845         scandirat64.  Don't declare __scandirat64.
55846         * dirent/scandirat.c: Add libc_hidden_def.
55847         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
55848         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
55850 2011-08-10  David S. Miller  <davem@davemloft.net>
55852         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
55853         enum.
55854         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
55855         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
55856         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
55858 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
55860         * Versions.def [libc]: Add GLIBC_2.15.
55861         * dirent/Makefile (routines): Add scandirat and scandirat64.
55862         * dirent/Versions [libc]: Export scandirat and scandirat64 for
55863         GLIBC_2.15.
55864         * dirent/dirent.h: Declare scandirat and scandirat64.
55865         * dirent/scandirat.c: New file.
55866         * dirent/scandirat64.c: New file.
55867         * sysdeps/wordsize-64/scandirat.c: New file.
55868         * sysdeps/wordsize-64/scandirat64.c: New file.
55869         * dirent/opendir.c: Define opendirat.
55870         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
55871         using scandirat.
55872         * dirent/scandir64.c: Adjust for scandir.c change.
55873         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
55874         __scandirat64, and __scandir_cancel_handler.
55875         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
55876         additional parameter and use openat instead of open (outside of ld.so).
55877         Add new __opendir as wrapper around __opendirat.
55878         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
55879         here without requiring old scandirat implementation.
55881 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
55883         * dirent/scandir.c (cancel_handler): Renamed to
55884         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
55885         defined.  Adjust users.
55886         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
55887         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
55889 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
55891         * string/test-string.h (IMPL): Use __STRING to expand name and then
55892         stringify it.
55894         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
55895         of cleanups.
55897 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55899         * string/Makefile: Update.
55900         (strop-tests): Append strncat.
55901         * string/test-wcscmp.c: New file.
55902         New comprehensive test for wcscmp.
55903         * string/test-strcmp.c: Update.
55904         (WIDE): New define.
55906 2011-07-22  Andreas Schwab  <schwab@redhat.com>
55908         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
55909         line.
55911 2011-07-26  Andreas Schwab  <schwab@redhat.com>
55913         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
55914         encoding to ACE if AI_IDN.
55916 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
55918         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
55919         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
55921 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55923         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
55924         Fix overflow bug in strncat.
55925         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
55927         * string/test-strncat.c: Update.
55928         Add new tests for checking overflow bugs.
55930 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55932         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55933         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
55934         * sysdeps/i386/i686/multiarch/strcat.S: New file.
55935         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
55936         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
55937         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
55938         * sysdeps/i386/i686/multiarch/strncat.S: New file.
55939         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
55940         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
55942         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
55943         (USE_AS_STRCAT): Define.
55944         Add strcat and strncat support.
55945         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
55947 2011-07-25  Andreas Schwab  <schwab@redhat.com>
55949         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
55950         __n bigger than INT_MAX+1.
55951         (__strncmp_g): Likewise.
55953 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
55955         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
55956         * libio/stido.h: Likewise.
55958         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
55959         (AF_NFC): Define.
55960         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
55961         (AF_NFC): Define.
55963         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
55964         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
55965         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
55966         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
55967         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
55969         [BZ #13021]
55970         * scripts/test-installation.pl: Don't expect libnss_test1 to be
55971         installed.
55973         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
55974         typo.
55975         (_dl_x86_64_save_sse): Likewise.
55977 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
55979         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
55980         OSXSAVE.
55981         (_dl_x86_64_save_sse): Likewise.
55983         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
55985         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
55987 2011-07-21  Andreas Schwab  <schwab@redhat.com>
55989         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
55990         change.
55991         (_dl_x86_64_save_sse): Use correct AVX check.
55993 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55995         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
55996         bug in strncpy/strncat.
55997         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
55999 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
56001         * string/tester.c (test_strcat): Add tests for different alignments
56002         of source and destination.
56003         (test_strncat): Likewise.
56005 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
56007         [BZ #12852]
56008         * posix/glob.c (glob): Check passed in values before using them in
56009         expressions to avoid some overflows.
56010         (glob_in_dir): Likewise.
56012         [BZ #13007]
56013         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
56014         check for AVX enablement so that we don't crash with old kernels and
56015         new hardware.
56016         * elf/tst-audit4.c: Add same checks here.
56017         * elf/tst-audit6.c: Likewise.
56019         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
56021 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
56023         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
56025 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
56027         * po/cs.po: Update from translation team.
56028         * po/bg.po: Likewise.
56030 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
56032         * misc/sys/cdefs.h: Add support for const attribute.
56033         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
56034         to gnu_dev_{major,minor,makedev} functions.
56036 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
56038         * intl/dcigettext.c (get_output_charset): Add missing bracket.
56040 2011-07-20  Andreas Schwab  <schwab@redhat.com>
56042         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
56043         strlen results.
56045 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56047         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
56048         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
56049         register in order to avoid conflicts with the soft frame pointer
56050         being held in r11 when necessary.
56051         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
56052         (INTERNAL_VSYSCALL_NCS): Likewise.
56054 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
56056         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
56057         * elf/dl-fini.c (_dl_fini): Adjust caller.
56058         * elf/dl-close.c (_dl_close_worker): Likewise.
56059         * sysdeps/generic/ldsodefs.h: Adjust declaration.
56061 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
56063         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
56064         "aux_cache->nlibs < 0".
56066         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
56067         in the reload-count case.
56069 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
56071         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56072         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
56073         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
56074         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
56075         * sysdeps/x86_64/multiarch/strcat.S: New file.
56076         * sysdeps/x86_64/multiarch/strncat.S: New file.
56077         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
56078         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
56079         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
56080         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
56081         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
56082         (USE_AS_STRCAT): Define.
56083         Add strcat and strncat support.
56084         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
56085         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
56086         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
56087         * string/strncat.c: Update.
56088         (USE_AS_STRNCAT): Define.
56089         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56090         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
56091         and i7.
56092         * sysdeps/x86_64/multiarch/init-arch.h
56093         (bit_Prefer_PMINUB_for_stringop): New.
56094         (index_Prefer_PMINUB_for_stringop): Likewise.
56095         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
56096         bit_Prefer_PMINUB_for_stringop.
56098 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
56100         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
56101         buffer64.
56102         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
56103         of casting of buffer.
56104         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
56105         buffer32 and buffer64.
56106         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
56107         writes instead of casting of buffer.
56108         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
56109         buffer32.
56110         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
56111         casting of buffer.
56113 2011-07-19  Andreas Schwab  <schwab@redhat.com>
56115         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
56117 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
56119         * nscd/nscd.c (termination_handler): Don't do anything for a database
56120         if it has not yet been initialized.
56122 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
56124         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
56126 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
56128         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
56130 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
56132         * po/nl.po: Update from translation team.
56133         * po/sv.po: Likewise.
56135 2011-07-16  Roland McGrath  <roland@hack.frob.com>
56137         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
56138         now disallowed by GCC.
56140         * configure.in (use-default-link): Default to yes if a test -shared
56141         link meets our qualifications.
56142         * configure: Regenerated.
56144         * config.make.in (output-format): New variable.
56145         * configure.in: Check for ld --print-output-format support.
56146         * configure: Regenerated.
56147         * Makerules ($(common-objpfx)format.lds)
56148         [$(output-format) != unknown]: Just use $(output-format),
56149         instead of the linker-script munging.
56151 2011-07-14  Roland McGrath  <roland@hack.frob.com>
56153         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
56154         of $(common-objpfx)shlib.lds.
56155         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
56157         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
56158         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
56160         * configure.in (-z relro check): Adjust test code to add a large
56161         writable data section after it.
56162         * configure: Regenerated.
56164 2011-07-11  Roland McGrath  <roland@hack.frob.com>
56166         * configure.in (-z relro check): Fix test code to make the variable
56167         truly const.
56168         * configure: Regenerated.
56170 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
56172         * nscd/nscd.h (struct traced_file): Define.
56173         (struct database_dyn): Remove inotify_descr, reset_res, and filename
56174         elements.  Add traced_files.
56175         (inotify_fd): Declare.
56176         (register_traced_file): Declare.
56177         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
56178         (inotify_fd): Export.
56179         (resolv_conf_descr): Remove.
56180         (nscd_init): Move inotify descriptor creation to main.
56181         Don't register files for notification here.
56182         (register_traced_file): New function.
56183         (invalidate_cache): Don't use reset_res to determine whether to call
56184         res_init, go through the list of registered files.
56185         (main_loop_poll): The inotify descriptors are now stored in the
56186         structures for the traced files.
56187         (main_loop_epoll): Likewise
56188         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
56189         to __nss_disable_nscd.
56190         * nscd/cache.c (prune_cache): There is no single inotify descriptor
56191         for a database anymore.  Check the records for all the registered
56192         files instead.
56193         * nss/Makefile (libnss_files-routines): Add files-init.
56194         (libnss_db-routines): Add db-init.
56195         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
56196         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
56197         * nss/nss_db/db-init.c: New file.
56198         * nss/nss_files/files-init.c: New file.
56199         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
56200         __nss_lookup_function.
56201         (__nss_lookup_function): Call nss_load_library.
56202         (nss_load_all_libraries): New function.
56203         (__nss_disable_nscd): Take parameter with callback function for files
56204         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
56205         used for the cached services.
56206         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
56207         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
56208         options for features to all the files in nscd.
56210         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
56212 2011-07-10  Roland McGrath  <roland@hack.frob.com>
56214         * csu/elf-init.c (__libc_csu_init): Comment typo.
56216 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
56218         * po/pl.po: Update from translation team.
56219         * po/ja.po: Likewise.
56220         * po/ru.po: Likewise.
56221         * po/ko.po: Likewise.
56222         * po/fr.po: Likewise.
56224 2011-07-09  Roland McGrath  <roland@hack.frob.com>
56226         * configure.in (.ctors/.dtors header and trailer check):
56227         Use an empirical test on a built program.
56228         * configure: Regenerated.
56230         * configure.in (-z relro check): Use an empirical test on a built DSO.
56231         Detect, but do not require, on ia64.
56232         * configure: Regenerated.
56234         * configure.in (READELF): Find it with AC_CHECK_TOOL.
56235         Update tests that use readelf to use $READELF instead.
56236         * configure: Regenerated.
56238 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
56240         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
56241         if the result is not used.
56243 2011-07-05  Andreas Jaeger  <aj@suse.de>
56245         [BZ#9696]
56246         * stdlib/tst-strtod.c: Add testcase.
56248 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
56250         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
56251         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
56252         The latter has a higher limit.  Take additional parameter to pass to
56253         the new function.
56254         (__pathconf): Pass file to __statfs_link_max.
56255         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
56256         __statfs_link_max.
56257         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
56258         __statfs_link_max.
56260         [BZ #12868]
56261         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
56262         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56263         Handle Lustre.
56264         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
56265         (__statfs_filesize_max): Likewise.
56266         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
56268 2011-07-05  Andreas Jaeger  <aj@suse.de>
56270         * resolv/res_comp.c (dn_skipname): Remove unused variable.
56272 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
56274         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
56275         `status' variable.
56276         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
56277         Likewise.
56279 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
56281         * Makefile (strop-tests): Add strncat.
56282         * string/test-strncat.c: New file.
56284 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
56286         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
56288 2011-06-21  Andreas Jaeger  <aj@suse.de>
56290         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
56291         Copy rule from iconvdata/Makefile.
56293 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
56295         [BZ #12922]
56296         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
56297         but no long options are defined, just return 'W'.
56299 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
56301         [BZ #9696]
56302         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
56304 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
56306         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
56307         netgroups to read.
56308         (innetgr): Likewise.
56310 2011-07-05  Roland McGrath  <roland@hack.frob.com>
56312         * config.make.in (install_root): Default to $(DESTDIR).
56314 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
56316         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
56318 2011-07-02  Roland McGrath  <roland@hack.frob.com>
56320         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
56322         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
56323         containing directory rather than embedding absolute directory names.
56325         * scripts/check-local-headers.sh: Rewritten using awk.
56326         Match by word, not by line.  Print error messages for matches.
56327         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
56329         * Makerules [shlib-lds-flags empty]:
56330         ($(common-objpfx)libc_pic.opts): New target.
56331         ($(common-objpfx)libc_pic.os.clean): New target.
56332         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
56334         * config.make.in (OBJCOPY): New variable.
56335         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
56336         * configure: Regenerated.
56338         * config.make.in (use-default-link): New variable.
56339         * configure.in (use_default_link): Grok --with-default-link to set it.
56340         * configure: Regenerated.
56341         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
56342         (shlib-lds, shlib-lds-flags): Define to empty.
56344         * Makerules (shlib-lds): New variable.
56345         (shlib-lds-flags): New variable.
56346         (build-shlib, build-moduile, build-module-asneeded): Use it.
56347         ($(common-objpfx)libc.so): Use $(shlib-lds).
56348         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
56349         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
56351         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
56352         DT_FLAGS/DT_FLAGS_1 with zero flags.
56354         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
56355         linker script munging.
56357 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
56359         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
56360         as 128-bit value.
56361         * crypt/sha512.c (sha512_process_block): Perform total addition using
56362         128-bit if possible.
56363         (__sha512_finish_ctx): Likewise.
56364         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
56365         as 64-bit value.
56366         * crypt/sha256.c (SWAP64): Define.
56367         (sha256_process_block): Perform total addition using 64-bit if
56368         possible.
56369         (__sha256_finish_ctx): Likewise.
56371 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
56373         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
56374         * nscd/initgrcache.c (addinitgroupsX): Likewise.
56375         * nscd/hstcache.c (cache_addhst): Likewise.
56376         * nscd/grpcache.c (cache_addgr): Likewise.
56377         * nscd/aicache.c (addhstaiX): Likewise
56378         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
56380 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
56382         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
56383         * nscd/initgrcache.c (addinitgroupsX): Likewise.
56384         * nscd/hstcache.c (cache_addhst): Likewise.
56385         * nscd/grpcache.c (cache_addgr): Likewise.
56386         * nscd/aicache.c (addhstaiX): Likewise
56388 2011-07-01  Andreas Schwab  <schwab@redhat.com>
56390         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
56391         domain only when needed.
56393 2011-06-30  Andreas Schwab  <schwab@redhat.com>
56395         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
56396         is always restored.
56398 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
56400         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
56401         are re-adding the entry.
56402         * nscd/servicescache.c (cache_addserv): Likewise.
56404 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
56406         * sysdeps/generic/dl-irel.h: fix protection against multiple
56407         inclusions.
56408         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
56410 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
56412         [BZ #12935]
56413         * malloc/memusage.sh: Fix quoting in message.
56414         * debug/xtrace.sh: Likewise.
56416         * configure.in: Remove support for --experimental-malloc option, make
56417         it the default.
56418         * config.make.in: Likewise.
56419         * malloc/Makefile: Likewise.
56421 2011-06-27  Andreas Schwab  <schwab@redhat.com>
56423         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
56424         two-byte characters.
56426 2011-06-27  Roland McGrath  <roland@hack.frob.com>
56428         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
56429         AC_CACHE_CHECK invocation.
56430         * configure: Regenerated.
56432         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
56434 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
56436         [BZ #12350]
56437         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
56438         bit from old_res_options.
56440         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
56442         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
56443         value type for setfct.
56445 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
56447         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
56448         __gettimeofday instead of gettimeofday.
56450 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
56452         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
56454 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
56456         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
56458         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
56459         info.
56461 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
56463         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56464         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
56465         strcpy-sse2-unaligned strncpy-sse2-unaligned
56466         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
56467         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
56468         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
56469         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
56470         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
56471         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
56472         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
56473         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
56474         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
56475         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
56476         (STRCPY): Support SSE2 and SSSE3 versions.
56478 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
56480         [BZ #12874]
56481         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
56482         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
56483         kernels which artificially limit size of requests.
56485 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
56487         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56488         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
56489         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
56490         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
56491         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
56492         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
56493         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
56494         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
56495         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
56496         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
56497         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
56498         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
56499         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
56500         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
56501         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
56502         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56503         Enable unaligned load optimization for Intel Core i3, i5 and i7
56504         processors.
56505         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
56506         Define.
56507         (index_Fast_Unaligned_Load): Define.
56508         (HAS_FAST_UNALIGNED_LOAD): Define.
56510 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
56512         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
56514 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
56516         [BZ #12907]
56517         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
56518         until it is clear that the information is realy needed.
56519         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
56521 2011-06-22  Andreas Schwab  <schwab@redhat.com>
56523         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
56525 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
56527         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
56528         /sys/devices/system/cpu/online if it is usable.
56530         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
56531         reading the information from the /proc filesystem to once a second.
56533 2011-06-21  Andreas Jaeger  <aj@suse.de>
56535         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
56536         NULL after inclusion of kernel headers.
56538 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
56540         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
56541         calls to internal_setent.
56543         [BZ #12885]
56544         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
56545         addresses using gethostbyname4_r ignore IPv4 addresses.
56547         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
56548         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
56550         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
56552 2011-06-20  David S. Miller  <davem@davemloft.net>
56554         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
56555         inclusions.
56556         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
56558         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
56559         (elf_irel): Use it.
56560         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
56561         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
56562         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
56563         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
56564         * sysdeps/x86_64/dl-irel.h: Likewise.
56566         * elf/dl-runtime.c: Use elf_ifunc_invoke.
56567         * elf/dl-sym.c: Likewise.
56569 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
56571         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
56572         need to dereference resplen2.
56574 2011-06-14  Andreas Schwab  <schwab@redhat.com>
56576         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
56578 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
56580         * Makeconfig: Define vardbdir and inst_vardbdir.
56581         * nss/Makefile: Add rules to install db-Makefile.
56583         * nss/nss_db/db-XXX.c: Cleanup.
56585         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
56586         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
56587         GLIBC_PRIVATE.
56588         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
56589         * nss/makedb.c: Implement -g option to specify that value strings
56590         are generated and should not be added to table iterated over for
56591         get*ent calls.
56592         * nss/nss_db/db-initgroups.c: New file.
56594         * nss/getent.c: Add support for initgroups lookups through getgrouplist
56595         interface.
56597         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
56598         (internal_getgrouplist): Adjust to name change.
56599         Update use_initgroups_entry if this is not the first call.
56600         * nss/databases.def: Add initgroups entry.
56602         * nss/makedb.c (compute_tables): Check result of multiple hash table
56603         sizes to minimize maximum chain length.
56605 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
56607         * Versions.def: Add entry for libnss_db.
56608         * shlib-versions: Likewise.
56609         * nss/Makefile: Add rules to build libnss_db.
56610         * nss/Versions: Add libnss_db information.  Organize libnss_files
56611         entries better.
56612         * nss/db-Makefile: Add gshadow support.  Change rules for the new
56613         makedb progra.  Some minor improvements to generate smaller files.
56614         * nss/nss_db/nss_db.h: Move NSS database header data structures to
56615         here from...
56616         * nss/makedb.c: ...here.
56617         Improve database format to be smaller and require less memory at
56618         runtime.
56619         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
56620         db anymore.
56621         * nss/nss_db/db-netgrp.c: Likewise.
56622         * nss/nss_db/db-open.c: Likewise.
56623         * nss/nss_files/flies-XXX.x: Adjust comments.
56624         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
56625         * nss/nss_files/files-grp.c: Likewise.
56626         * nss/nss_files/files-hosts.c: Likewise.
56627         * nss/nss_files/files-network.c: Likewise.
56628         * nss/nss_files/files-proto.c: Likewise.
56629         * nss/nss_files/files-pwd.c: Likewise.
56630         * nss/nss_files/files-rpc.c: Likewise.
56631         * nss/nss_files/files-service.c: Likewise.
56632         * nss/nss_files/files-sgrp.c: Likewise.
56633         * nss/nss_files/files-spwd.c: Likewise.
56634         * nss/nss_db/db-alias.c: Removed.
56635         * nss/nss_db/dummy-db.h: Removed.
56637 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
56639         * nss/makedb.c: Rewritten to not use database library.
56640         * nss/Makefile: Update to build new makedb program.
56642 2011-06-14  Andreas Jaeger  <aj@suse.de>
56644         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
56645         memset declaration.
56647 2011-06-10  Andreas Schwab  <schwab@redhat.com>
56649         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
56650         tmpbuf.
56652 2011-06-10  Roland McGrath  <roland@hack.frob.com>
56654         * Makerules (shlib.lds): Fail if the linker script comes out empty.
56655         * elf/Makefile ($(objpfx)ld.so): Likewise.
56657         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
56658         Don't list ld.so twice in dependencies.
56660         * posix/bug-regex31.c: Include <stdlib.h>.
56662         * nscd/hstcache.c (cache_addhst): Remove unused variable.
56664         * nis/nss_compat/compat-spwd.c
56665         (getspent_next_nss_netgr): Remove unused variable.
56666         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
56668         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
56669         nonmembers" output to use the right array.
56671         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
56673         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
56675         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
56676         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
56677         * catgets/gencat.c (read_input_file): Likewise.
56678         * locale/programs/locarchive.c (enlarge_archive): Likewise.
56680         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
56681         variable definition inside #if's controlling its use.
56683         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
56685         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
56687         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
56689         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
56690         unreachable code.
56692         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
56694         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
56695         * configure: Regenerated.
56697         * Makerules: Revert last change.
56698         * elf/Makefile: Likewise.
56700 2011-06-09  Roland McGrath  <roland@hack.frob.com>
56702         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
56703         * elf/Makefile ($(objpfx)librtld.os): Likewise.
56704         (reloc-link): Likewise.
56706 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
56708         * elf/Makefile: Add rules to build pldd.
56709         * elf/pldd.c: New file.
56710         * elf/pldd-xx.c: New file.
56712 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
56714         * version.h: Update for 2.15 development version.
56716 2011-06-07  David S. Miller  <davem@davemloft.net>
56718         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
56719         ifuncs.
56720         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
56721         elf_machine_lazy_rel): Likewise.
56722         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
56723         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
56724         elf_machine_lazy_rel): Likewise.
56725         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
56726         dl_hwcap via passed in argument.
56727         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
56728         Likewise.
56730 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56732         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
56734 2011-06-06  Roland McGrath  <roland@hack.frob.com>
56736         [BZ #12849]
56737         * manual/fdl-1.1.texi: New file, verbatim from:
56738         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
56739         * manual/lgpl-2.1.texi: New file, verbatim from:
56740         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
56741         * manual/Makefile (licenses): New variable, list those new file names.
56742         (texis): Use it.
56743         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
56745         * manual/fdl.texi: File removed.
56746         * manual/lesser.texi: File removed.
56747         * manual/libc.texinfo (Copying, Documentation License):
56748         Use new @include file names, put @appendix directive before @include.
56750 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
56752         [BZ #12841]
56753         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
56754         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
56755         (mq_open): Add __NTH.
56757 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
56759         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56760         Assume Intel Core i3/i5/i7 processor if AVX is available.
56762 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
56764         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
56765         typo.
56767 2011-05-31  Andreas Schwab  <schwab@redhat.com>
56769         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
56770         memory.  Use alloca_account.  Fix memory leak when retrying.
56772 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
56774         * version.h (RELEASE): Bump for 2.14 release.
56775         * include/features.h (__GLIBC_MINOR__): Bump to 14.
56777         * config.make.in (RANLIB): Remove entry.
56779 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
56781         * po/Makefile (po-sed-cmd): Add ksh to extensions.
56782         (libc.pot): Work around missing support for .ksh extension in xgettext.
56784         [BZ #12684]
56785         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
56786         if both request failed.
56787         (send_dg): In case of server errors clear resplen or *resplen2.
56789         [BZ #12454]
56790         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
56791         when there are multiple maps.
56792         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
56793         (_dl_fini): Remove test here.
56795         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
56797 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
56799         [BZ #12350]
56800         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
56801         bit from old_res_options.
56802         (gaih_inet): Likewise.
56804         [BZ #11099]
56805         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
56806         as signed.
56808         * resolv/res_init.c (res_setoptions): Make the code more compact.
56810         [BZ #11558]
56811         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
56812         set RES_USEVC.
56814         [BZ #11634]
56815         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
56817         * malloc/malloc.h: Mark malloc hook variables as deprecated.
56819         [BZ #11781]
56820         * malloc/malloc.h: Declare malloc hook variables as volatile.
56822         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
56823         in last patch.
56825         [BZ #11799]
56826         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
56827         raise in the comment.
56828         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
56829         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
56830         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
56832 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
56834         [BZ #12811]
56835         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
56836         grow the buffers more if it already has to be sufficient.
56837         (build_wcs_upper_buffer): Likewise.
56838         * posix/regexec.c (check_matching): Likewise.
56839         (clean_state_log_if_needed): Likewise.
56840         (extend_buffers): Don't enlarge buffers beyond size of the input
56841         buffer.
56842         Patches mostly by Emil Wojak <emil@wojak.eu>.
56843         * posix/bug-regex32.c: New file.
56844         * posix/Makefile (tests): Add bug-regex32.
56846         * locale/findlocale.c (_nl_find_locale): Return right away if
56847         _nl_explode_name failed.
56848         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
56850         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
56852         * debug/xtrace.sh: Unify messages.
56853         * malloc/memusage.sh: Likewise.
56855         [BZ #12813]
56856         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
56857         time symbol from vDSO.  Substitute with vsyscall if not available.
56858         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
56859         __vdso_time.
56861         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
56862         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
56863         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
56864         Add sendmmsg and internal_sendmmsg.
56865         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
56866         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
56867         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
56869         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
56870         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
56871         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
56873 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
56875         [BZ #12813]
56876         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
56877         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
56878         available.
56879         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
56880         __vdso_getcpu.
56882         [BZ #12814]
56883         * iconvdata/Makefile (tests): Add bug-iconv9.
56884         * iconvdata/bug-iconv9.c: New file.
56886 2011-05-27  Andreas Schwab  <schwab@redhat.com>
56888         [BZ #12814]
56889         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
56891 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
56893         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
56894         (struct user_regs_struct): Change intcs field back to cs.
56896 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
56898         * po/ja.po: Update from translation team.
56900 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
56902         [BZ #12795]
56903         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
56904         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
56906 2011-05-20  Andreas Schwab  <schwab@redhat.com>
56908         * stdlib/longlong.h: Update from GCC.
56910 2011-05-23  Andreas Schwab  <schwab@redhat.com>
56912         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
56913         parameter name.
56914         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
56915         Add parameter name.
56916         (__sysconf): Pass it down.
56918 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
56920         [BZ #12671]
56921         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
56922         some situations.
56923         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
56924         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
56925         add in in __libc_use_alloca calls.  Adjust callers.
56926         (glob): Use malloc in some situations.
56928         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
56929         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
56930         pltexit.
56932 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
56934         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
56935         and CLOCK_BOOTTIME_ALARM.
56937         [BZ #12782]
56938         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
56939         is returned.
56941         * string/_strerror.c (__strerror_r): Print negative errors as signed
56942         numbers.
56944         [BZ #12777]
56945         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
56946         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
56947         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
56949         * configure.in: Fix typo in redirection and correct removal of test
56950         files in two cases.
56952         [BZ #12788]
56953         * locale/setlocale.c (new_composite_name): Fix test to check for
56954         identical name of all categories.
56956         [BZ #12792]
56957         * libio/filedoalloc.c (local_isatty): New function.
56958         (_IO_file_doallocate): Use local_isatty.
56959         * stdio-common/perror.c (perror): In case a new stream is used
56960         forward the stream error.
56961         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
56962         error flag.
56964 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
56966         [BZ #11869]
56967         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
56968         alloca.
56969         * include/alloca.h (extend_alloca_account): Define.
56971         [BZ #11857]
56972         * posix/regex.h: Fix comments with documentation of user-accessible
56973         fields after compilation and describe correct free'ing of pattern
56974         after re_compile_pattern.
56975         Patch by Reuben Thomas <rrt@sc3d.org>.
56977 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
56979         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
56980         and -mno-altivec to prevent the compiler from using Altivec and/or
56981         VSX instructions when the corresponding registers are not available.
56983 2011-05-19  Andreas Schwab  <schwab@redhat.com>
56985         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
56987 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
56989         * libio/freopen.c (freopen): Use __dup2, not dup2.
56990         * libio/freopen64.c (freopen64): Likewise.
56992 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
56994         [BZ #12775]
56995         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
56996         * math/Makefile (tests): Add test-powl.
56997         (CFLAGS-test-powl.c): Define.
56998         * math/test-powl.c: New file.
57000 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
57002         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
57004 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
57006         [BZ #11837]
57007         * iconvdata/gb18030.c: Update to GB18020-2005.
57009 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
57011         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
57012         RE_SYNTAX_POSIX_AWK): Update to match recent development.
57013         Patch by Aharon Robbins <arnold@skeeve.com>.
57015         [BZ #11892]
57016         * stdlib/putenv.c (putenv): Don't always create copy of the variable
57017         on the stack.
57019         [BZ #11895]
57020         * misc/pselect.c (__pselect): Handle timeout value errors hidden
57021         through underflows.
57023         [BZ #12766]
57024         * misc/error.c (error_at_line): Ensure file_name and old_file_name
57025         point to strings before performing equality test for error_one_per_line
57026         mode.
57028         [BZ #11697]
57029         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
57031         [BZ #11820]
57032         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
57033         (struct user_fpregs_struct): Avoid __uint*_t types.
57035         [BZ #6420]
57036         * malloc/mtrace.c (tr_where): Add additional parameter to point to
57037         symbol info.  Use it instead of calling _dl_addr locally.
57038         (lock_and_info): New function.
57039         (tr_freehook): Call lock_and_info and pass symbol info as additional
57040         parameter to tr_where.
57041         (tr_mallochook): Likewise.
57042         (tr_reallochook): Likewise.
57043         (tr_memalignhook): Likewise.
57045         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
57046         used and couldn't be at all thread-safe.
57048 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
57050         * libio/freopen.c (freopen): Don't close old file descriptor
57051         before the new one is opened.  Instead dup the new file descriptor
57052         to the old one after the new stream is created.
57053         * libio/freopen64.c (freopen64): Likewise.
57054         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
57055         * libio/fileops.c (_IO_new_file_close_it): Handle new
57056         _IO_FLAGS2_NOCLOSE flag.
57057         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
57058         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
57059         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
57060         _IO_FLAGS2_NOCLOSE flag.
57061         * include/unistd.h: Add hidden_proto for dup3.
57062         Define __have_dup3.
57063         * io/dup3.c: Define hidden symbol.
57064         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
57066         [BZ #7101]
57067         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
57068         when an incomplete long option is used.
57069         * posix/tst-getopt_long1.c: New file.
57070         * posix/Makefile (tests): Add tst-getopt_long1.
57072         [BZ #10138]
57073         * scripts/config.guess: Update from autoconf-2.68.
57074         * scripts/config.sub: Likewise.
57076         [BZ #10157]
57077         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
57078         tests into ...
57079         (has_cpuclock): ...this.  New function.
57080         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
57081         macro here based on has_cpuclock code.
57083         [BZ #10149]
57084         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
57085         First byte (not low byte) is now always NUL.
57086         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
57088         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
57089         Use non-cancelable interfaces.
57091         [BZ #9809]
57092         * locale/iso-639.def: Add entry for Sorani.
57094         [BZ #11901]
57095         * include/stdlib.h: Move include protection to the right place.
57096         Define abort_msg_s.  Declare __abort_msg with it.
57097         * stdlib/abort.c (__abort_msg): Adjust type.
57098         * assert/assert.c (__assert_fail_base): New function.  Majority
57099         of code from __assert_fail.  Allocate memory for __abort_msg with
57100         mmap.
57101         (__assert_fail): Now call __assert_fail_base.
57102         * assert/assert-perr.c: Remove bulk of implementation.  Use
57103         __assert_fail_base.
57104         * include/assert.hL Declare __assert_fail_base.
57105         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
57106         mmap.
57107         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
57109 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
57111         [BZ #11952]
57112         [BZ #12453]
57113         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
57114         until all modules are registered in the DTV.
57115         * elf/Makefile: Add rules to build and run tst-tls19.
57116         * elf/tst-tls19.c: New file.
57117         * elf/tst-tls19mod1.c: New file.
57118         * elf/tst-tls19mod2.c: New file.
57119         * elf/tst-tls19mod3.c: New file.
57120         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
57122         [BZ #12083]
57123         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
57124         correctly.
57126         [BZ #12601]
57127         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
57128         two-byte sequence errors.
57129         * iconvdata/Makefile (tests): Add bug-iconv8.
57130         * iconvdata/bug-iconv8.c: New file.
57132         [BZ #12626]
57133         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
57134         buf2 definition.
57136         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
57138         [BZ #12432]
57139         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
57140         (dummy_getcfa): New function.
57141         (init): Get _Unwind_GetCFA address, use dummy if not found.
57142         (backtrace_helper): In recursion check, also check whether CFA changes.
57143         (__backtrace): Completely initialize arg.
57145         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
57146         storing incomplete byte sequence in state object.  Avoid testing for
57147         guaranteed too small input if we know there is enough data available.
57149 2011-05-11  Andreas Schwab  <schwab@redhat.com>
57151         * Makeconfig (+link-pie): Indent.
57152         * Rules (binaries-pie): Define if $(have-fpie) and
57153         $(build-shared).
57154         (binaries-shared): Also filter out $(binaries-pie).
57155         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
57156         * nscd/Makefile (others-pie): Add nscd.
57157         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
57158         ($(objpfx)nscd): Remove command override.
57159         * login/Makefile (others-pie): Add pt_chown.
57160         ($(objpfx)pt_chown): Remove command override.
57161         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
57162         remove command overrides.
57164 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
57166         * libio/tst_putwc.c: Fix error messages.
57168         [BZ #12724]
57169         * libio/fileops.c (_IO_new_file_close_it): Always flush when
57170         currently writing and seek to current position when not.
57171         * libio/Makefile (tests): Add bug-fclose1.
57172         * libio/bug-fclose1.c: New file.
57174 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
57176         [BZ #12511]
57177         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
57178         don't set DF_1_NODELETE here.
57179         (do_lookup_x): When entering new entry test for copy relocation
57180         and if necessary set DF_1_NODELETE flag.
57181         * elf/tst-unique4.cc: New file.
57182         * elf/tst-unique4.h: New file.
57183         * elf/tst-unique4lib.cc: New file.
57184         * elf/Makefile: Add rules to build and run tst-unique4.
57185         Patch by Piotr Bury <pbury@goahead.com>.
57187 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
57189         [BZ #12052]
57190         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
57192         [BZ #12625]
57193         * misc/mntent_r.c (addmntent): Flush the stream after the output
57195         [BZ #12393]
57196         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
57197         (is_trusted_path_normalize): Skip initial colon.  Append slash
57198         to empty buffer.  Duplicate is_trusted_path code but allow
57199         constructed patch to be prefix.
57200         (is_dst): Allow $ORIGIN followed by /.
57201         (_dl_dst_substitute): Correct clearing of check_for_trusted.
57202         Correct testing of result of is_trusted_path_normalize
57203         (decompose_rpath): Fix warning.
57205 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
57207         [BZ #11257]
57208         * grp/initgroups.c (internal_getgrouplist): When we found the service
57209         list through the initgroups entry in nsswitch.conf do not always
57210         continue on a successful lookup.  Don't always use the
57211         __nss_group_database value if it is set.
57212         * nss/nsswitch.conf (initgroups): Change action for successful db
57213         lookup to continue for compatibility.
57215 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
57217         [BZ #11532]
57218         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
57219         and CP774 modules.
57220         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
57221         and CP774 modules.
57222         * iconvdata/tst-tables.sh: Likewise.
57223         * iconvdata/cp770.c: New file.
57224         * iconvdata/cp771.c: New file.
57225         * iconvdata/cp772.c: New file.
57226         * iconvdata/cp773.c: New file.
57227         * iconvdata/cp774.c: New file.
57228         * iconvdata/testdata/CP770: New file.
57229         * iconvdata/testdata/CP770..UTF8: New file.
57230         * iconvdata/testdata/CP771: New file.
57231         * iconvdata/testdata/CP771..UTF8: New file.
57232         * iconvdata/testdata/CP772: New file.
57233         * iconvdata/testdata/CP772..UTF8: New file.
57234         * iconvdata/testdata/CP773: New file.
57235         * iconvdata/testdata/CP773..UTF8: New file.
57236         * iconvdata/testdata/CP774: New file.
57237         * iconvdata/testdata/CP774..UTF8: New file.
57239         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
57240         END CHARMAP line.
57241         * iconvdata/gen-8bit-gap.sh: Likewise.
57242         * iconvdata/gen-8bit.sh: Likewise.
57244         * locale/iso-639.def: Add ary entry.
57246         [BZ #11258]
57247         * locale/C-translit.h.in: Add U20A1 transliteration.
57249         [BZ #12178]
57250         * locale/iso-639.def: Add wae entry.
57251         Patch by Kevin Bortis <bortis@translate-wae.ch>.
57253         [BZ #12545]
57254         * locale/programs/localedef.c (construct_output_path): Use ssize_t
57255         for n.
57257         [BZ #12711]
57258         * locale/C-translit.h.in: Add entry for U20B9.
57259         Patch by pravin.d.s@gmail.com.
57261 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
57263         [BZ #12713]
57264         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
57265         ENAMETOOLONG use generic getcwd.
57266         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
57267         in rtld.  Use *stat64.
57268         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
57269         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
57270         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
57271         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
57272         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
57273         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
57274         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
57275         __fstatat64 macros.
57276         * include/dirent.h: Add libc_hidden_proto for rewinddir.
57277         * dirent/rewinddir.c: Add libc_hidden_def.
57278         * sysdeps/mach/hurd/rewinddir.c: Likewise.
57279         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
57281         * include/dirent.h (__alloc_dir): Add flags parameter.
57282         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
57283         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
57284         __alloc_dir.
57285         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
57286         from fdopendir if O_CLOEXEC is already set.
57288 2011-03-15  Alan Modra  <amodra@gmail.com>
57290         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
57291         l_tls_firstbyte_offset non-zero.  Save padding offset in
57292         l_tls_firstbyte_offset for later use.
57293         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
57294         freeing static tls block.
57296 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
57298         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
57299         where #ifdef was intended.  The intent is to prevent ARG_MAX from
57300         being defined by the kernel headers.
57302 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
57304         [BZ #12734]
57305         * resolv/resolv.h: Define RES_NOTLDQUERY.
57306         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
57307         no-tld-query and set RES_NOTLDQUERY.
57308         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
57309         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
57310         modern BIND to search name as TLD unless forbidden.
57312 2011-05-07  Petr Baudis  <pasky@suse.cz>
57313             Ulrich Drepper  <drepper@gmail.com>
57315         [BZ #12393]
57316         * elf/dl-load.c (fillin_rpath): Move trusted path check...
57317         (is_trusted_path): ...to here.
57318         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
57319         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
57320         using is_trusted_path_normalize() in setuid scripts.
57322 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
57324         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
57325         __BEGIN/__END_DECLS.
57327 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
57329         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
57330         NSS_STATUS_NOTFOUND if no record was found.
57332 2011-05-05  Andreas Schwab  <schwab@redhat.com>
57334         * sunrpc/Makefile (headers): Add rpc/netdb.h.
57335         (headers-not-in-tirpc): Remove rpc/netdb.h
57336         * resolv/netdb.h: Revert last change.
57338 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
57340         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
57341         circular dependency between libgcc.a and libc.a.
57343 2011-05-05  Andreas Schwab  <schwab@redhat.com>
57345         * resolv/netdb.h: Don't include <rpc/netdb.h>.
57346         * nis/Makefile: Don't install rpcsvc/*.
57347         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
57348         instead of <rpc/types.h>.
57349         (MAXHOSTNAMELEN): Define.
57351 2011-05-03  Andreas Schwab  <schwab@redhat.com>
57353         * elf/ldconfig.c (add_dir): Don't crash on empty path.
57355 2011-04-28  Maciej Babinski  <mbabinski@google.com>
57357         [BZ #12714]
57358         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
57359         gethostbyname4_r when IPv6 results are possible.
57361 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
57363         [BZ #12723]
57364         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
57365         _PC_PIPE_BUF handling.
57367 2011-04-30  Bruno Haible  <bruno@clisp.org>
57369         [BZ #12717]
57370         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
57371         * resolv/netdb.h (getnameinfo): Change type of flags parameter
57372         to 'int'.
57373         * inet/getnameinfo.c (getnameinfo): Likewise.
57375 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
57377         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
57378         to groups setting in database lookup.
57379         * nss/nsswitch.conf: Add initgroups entry.
57381 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
57383         [BZ #12685]
57384         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
57385         mode string.
57386         Patch by Eric Blake <eblake@redhat.com>.
57388 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
57390         * sunrpc/Makefile (need-export-routines): Add svc_run.
57391         (routines): Remove svc_run.
57392         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
57393         * sunrpc/clnt_perr.c (clnt_perrno): Export.
57394         * sunrpc/svc_run.c (svc_run): Likewise.
57395         * sunrpc/svc_udp.c (svcudp_create): Likewise.
57397 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
57399         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
57400         problem in reallocation in last patch.
57402 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
57404         * sunrpc/Makefile: Move inclusion of Rules.
57406 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
57408         * nss/nss_files/files-initgroups.c: New file.
57409         * nss/Makefile (libnss_files-routines): Add files-initgroups.
57410         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
57411         _nss_files_initgroups_dyn.
57413 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
57415         * elf/elf.h (R_ARM_IRELATIVE): Define.
57417 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
57419         * po/ru.po: Update from translation team.
57421 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
57423         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
57424         dependencies.
57426 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
57428         [BZ #12653]
57429         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
57430         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
57431         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
57432         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
57433         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
57435 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
57437         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
57438         differing bytes.
57439         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
57440         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
57441         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
57443 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
57445         [BZ #12420]
57446         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
57447         storing it.
57448         * stdlib/bug-getcontext.c: New file.
57449         * stdlib/Makefile: Add rules to build and run bug-getcontext.
57451 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57453         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
57454         instructions into .machine "z9-109".
57455         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
57456         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
57458 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57460         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
57461         between environment variables and auxiliary vector.
57463 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
57465         * Makefile: Add rules to build linkobj/libc.so.
57466         * include/libc-symbols.h: Define libc_hidden_nolink.
57467         * include/rpc/auth.h: Mark functions which are to be hidden.
57468         * include/rpc/auth_des.h: Likewise.
57469         * include/rpc/auth_unix.h: Likewise.
57470         * include/rpc/clnt.h: Likewise.
57471         * include/rpc/des_crypt.h: Likewise.
57472         * include/rpc/key_prot.h: Likewise.
57473         * include/rpc/pmap_clnt.h: Likewise.
57474         * include/rpc/pmap_prot.h: Likewise.
57475         * include/rpc/pmap_rmt.h: Likewise.
57476         * include/rpc/rpc_msg.h: Likewise.
57477         * include/rpc/svc.h: Likewise.
57478         * include/rpc/svc_auth.h: Likewise.
57479         * include/rpc/xdr.h: Likewise.
57480         * nis/Makefile: Link all DSOs against linkobj/libc.so.
57481         * nss/Makefile: Likewise.
57482         * sunrpc/Makefile: Don't install headers.  Build library with normal
57483         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
57484         * sunrpc/auth_des.c: Hide exported symbols by default, export some
57485         for the compat linking library.  Remove use of INTDEF/INTUSE.
57486         * sunrpc/auth_none.c: Likewise.
57487         * sunrpc/auth_unix.c: Likewise.
57488         * sunrpc/authdes_prot.c: Likewise.
57489         * sunrpc/authuxprot.c: Likewise.
57490         * sunrpc/clnt_gen.c: Likewise.
57491         * sunrpc/clnt_perr.c: Likewise.
57492         * sunrpc/clnt_raw.c: Likewise.
57493         * sunrpc/clnt_simp.c: Likewise.
57494         * sunrpc/clnt_tcp.c: Likewise.
57495         * sunrpc/clnt_udp.c: Likewise.
57496         * sunrpc/clnt_unix.c: Likewise.
57497         * sunrpc/des_crypt.c: Likewise.
57498         * sunrpc/des_soft.c: Likewise.
57499         * sunrpc/get_myaddr.c: Likewise.
57500         * sunrpc/key_call.c: Likewise.
57501         * sunrpc/key_prot.c: Likewise.
57502         * sunrpc/netname.c: Likewise.
57503         * sunrpc/pm_getmaps.c: Likewise.
57504         * sunrpc/pm_getport.c: Likewise.
57505         * sunrpc/pmap_clnt.c: Likewise.
57506         * sunrpc/pmap_prot.c: Likewise.
57507         * sunrpc/pmap_prot2.c: Likewise.
57508         * sunrpc/pmap_rmt.c: Likewise.
57509         * sunrpc/publickey.c: Likewise.
57510         * sunrpc/rpc_cmsg.c: Likewise.
57511         * sunrpc/rpc_common.c: Likewise.
57512         * sunrpc/rpc_dtable.c: Likewise.
57513         * sunrpc/rpc_prot.c: Likewise.
57514         * sunrpc/rpc_thread.c: Likewise.
57515         * sunrpc/rtime.c: Likewise.
57516         * sunrpc/svc.c: Likewise.
57517         * sunrpc/svc_auth.c: Likewise.
57518         * sunrpc/svc_authux.c: Likewise.
57519         * sunrpc/svc_raw.c: Likewise.
57520         * sunrpc/svc_run.c: Likewise.
57521         * sunrpc/svc_simple.c: Likewise.
57522         * sunrpc/svc_tcp.c: Likewise.
57523         * sunrpc/svc_udp.c: Likewise.
57524         * sunrpc/svc_unix.c: Likewise.
57525         * sunrpc/svcauth_des.c: Likewise.
57526         * sunrpc/xcrypt.c: Likewise.
57527         * sunrpc/xdr.c: Likewise.
57528         * sunrpc/xdr_array.c: Likewise.
57529         * sunrpc/xdr_float.c: Likewise.
57530         * sunrpc/xdr_intXX_t.c: Likewise.
57531         * sunrpc/xdr_mem.c: Likewise.
57532         * sunrpc/xdr_rec.c: Likewise.
57533         * sunrpc/xdr_ref.c: Likewise.
57534         * sunrpc/xdr_sizeof.c: Likewise.
57535         * sunrpc/xdr_stdio.c: Likewise.
57537 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
57539         [BZ #12650]
57540         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
57541         * sysdeps/ia64/dl-tls.h: Likewise.
57542         * sysdeps/powerpc/dl-tls.h: Likewise.
57543         * sysdeps/s390/dl-tls.h: Likewise.
57544         * sysdeps/sh/dl-tls.h: Likewise.
57545         * sysdeps/sparc/dl-tls.h: Likewise.
57546         * sysdeps/x86_64/dl-tls.h: Likewise.
57547         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
57549 2011-03-14  Andreas Schwab  <schwab@redhat.com>
57551         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
57552         rpath element also skip the following colon.
57553         (expand_dynamic_string_token): Add is_path parameter and pass
57554         down to DL_DST_REQUIRED and _dl_dst_substitute.
57555         (decompose_rpath): Call expand_dynamic_string_token with
57556         non-zero is_path.  Ignore empty rpaths.
57557         (_dl_map_object_from_fd): Call expand_dynamic_string_token
57558         with zero is_path.
57560 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
57562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
57563         Make cancelable.
57565 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
57567         [BZ #12655]
57568         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
57569         Patch by Filipe David Manana <fdmanana@apache.org>.
57571 2011-04-07  Andreas Schwab  <schwab@redhat.com>
57573         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
57574         Maintain aligned stack.
57575         (CHECK_RSP): Remove unused macro.
57577 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
57579         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
57580         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
57582 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
57584         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
57586         * include/features.h: Mention __USE_XOPEN2K8 in comment.
57588 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
57590         [BZ #12518]
57591         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
57592         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
57593         * sysdeps/x86_64/memmove.c: New file.
57594         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
57595         (memcpy): Renamed to ...
57596         (__new_memcpy): This.
57597         (memcpy): Provide GLIBC_2_14 memcpy.
57598         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
57599         (memcpy): Provide GLIBC_2_2_5 memcpy.
57601 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
57603         [BZ #12631]
57604         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
57606 2011-03-30  Andreas Schwab  <schwab@redhat.com>
57608         * misc/syncfs.c: New file.
57609         * misc/Makefile (routines): Add syncfs.
57610         * posix/unistd.h: Declare syncfs.
57611         * sysdeps/unix/syscalls.list: Add syncfs.
57613 2011-04-01  Andreas Schwab  <schwab@redhat.com>
57615         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
57616         open_by_handle_at.
57617         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
57618         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
57619         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
57620         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
57621         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
57622         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
57623         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
57625 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
57627         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
57628         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
57629         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
57630         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
57631         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
57632         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
57633         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
57635         * io/Makefile: Compile fallocate.c, fallocate64.c, and
57636         sync_file_range.c with -fexceptions.
57637         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
57638         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
57639         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
57640         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
57641         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
57642         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
57643         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
57644         sync_file_range as cancellation point
57645         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
57646         now a wrapper around __call_sync_file_range with cancellation handling.
57647         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
57648         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
57649         function name to __call_sync_file_range.
57650         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
57651         Add call_sync_file_range.
57653 2011-04-01  Andreas Schwab  <schwab@redhat.com>
57655         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
57656         bits/timex.h.
57658 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
57660         * iconv/iconv.h: Fix typo in comment.
57661         * io/fcntl.h: Likewise.
57662         * libio/stdio.h: Likewise.
57663         * posix/spawn.h: Likewise.
57664         * posix/unistd.h: Likewise.
57665         * stdlib/stdlib.h: Likewise.
57666         * time/time.h: Likewise.
57667         * wcsmbs/wchar.h: Likewise.
57669         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
57670         open_by_handle): Add.
57671         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
57672         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
57673         Augment a few comments.
57674         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
57675         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
57676         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
57677         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
57678         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
57679         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
57680         open_by_handle.
57682         * io/fcntl.h (AT_EMPTY_PATH): Define.
57684 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
57686         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
57687         * sysdeps/unix/sysv/linux/bits/time.h: New file.
57688         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
57689         to...
57690         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
57691         * Versions.def: Add GLIBC_2.14.
57692         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
57693         Export.
57695 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
57697         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
57698         round counter.
57699         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
57701 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
57703         [BZ #12597]
57704         * string/test-strncmp.c (do_page_test): New function.
57705         (check2): Likewise.
57706         (test_main): Call check2.
57707         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
57709 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
57711         [BZ #12587]
57712         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
57713         Handle cache information in CPU leaf 4.
57714         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
57716 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
57718         [BZ #12583]
57719         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
57720         character representation.
57721         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
57723 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
57725         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
57726         END(__isnan) to END(__isnanf) to match function entry point/label
57727         EALIGN(__isnanf,...).
57729 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
57731         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
57733 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
57735         [BZ #12510]
57736         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
57737         copy from the symbol referenced in the relocation to initialize the
57738         used variable.
57739         Patch by Piotr Bury <pbury@goahead.com>.
57740         * elf/Makefile: Add rules to build and tst-unique3.
57741         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
57742         * elf/tst-unique3.cc: New file.
57743         * elf/tst-unique3.h: New file.
57744         * elf/tst-unique3lib.cc: New file.
57745         * elf/tst-unique3lib2.cc: New file.
57747         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
57749 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
57751         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
57752         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
57753         to _start.
57755 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
57757         * elf/dl-load.c (_dl_map_object): If we are looking for the first
57758         to-be-loaded object along a path to loader is ld.so.
57760 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
57761             Ulrich Drepper  <drepper@gmail.com>
57763         * sysdeps/x86_64/memset.S: After aligning destination, code
57764         branches to different locations depending on the value of
57765         misalignment, when multiarch is enabled. Fix this.
57767 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
57769         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
57770         Set _x86_64_preferred_memory_instruction for AMD processsors.
57771         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57772         Set bit_Prefer_SSE_for_memop for AMD processors.
57774 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
57776         * libio/fmemopen.c (fmemopen): Optimize a bit.
57778 2011-03-03  Andreas Schwab  <schwab@redhat.com>
57780         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
57782 2011-03-03  Roland McGrath  <roland@redhat.com>
57784         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
57786 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
57788         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
57789         __bzero_ultra1 instead of __memset_ultra1.
57791 2011-02-23  Andreas Schwab  <schwab@redhat.com>
57792             Ulrich Drepper  <drepper@gmail.com>
57794         [BZ #12509]
57795         * include/link.h (struct link_map): Add l_orig_initfini.
57796         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
57797         returning unsuccessfully.
57798         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
57799         close of a file loaded at startup, restore the original l_initfini
57800         list.
57801         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
57802         list, store the pointer.
57803         * elf/Makefile ($(objpfx)noload-mem): New rule.
57804         (noload-ENV): Define.
57805         (tests): Add $(objpfx)noload-mem.
57806         * elf/noload.c: Include <memcheck.h>.
57807         (main): Call mtrace.  Close all opened handles.
57809 2011-02-17  Andreas Schwab  <schwab@redhat.com>
57811         [BZ #12454]
57812         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
57813         dependencies are missing.
57815 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57817         Fix __if_freereq crash: Unlike the generic version which uses free,
57818         Hurd needs munmap.
57819         * sysdeps/mach/hurd/ifreq.h: New file.
57821 2011-01-27  Petr Baudis  <pasky@suse.cz>
57822             Ulrich Drepper  <drepper@gmail.com>
57824         [BZ 12445]#
57825         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
57826         to extend_alloca().
57827         * stdio-common/bug23.c: New file.
57828         * stdio-common/Makefile (tests): Add bug23.
57830 2010-09-28  Andreas Schwab  <schwab@redhat.com>
57831             Ulrich Drepper  <drepper@gmail.com>
57833         [BZ #12489]
57834         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
57835         before performing relro protection.  At old place add assertion
57836         to make sure nothing changed.
57838 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
57839             Glauber de Oliveira Costa  <glommer@gmail.com>
57841         * elf/elf.h: Add new ARM TLS relocs.
57843 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
57845         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
57846         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
57847         cast from r3.
57848         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
57849         'tests' variable.
57850         * sysdeps/wordsize-64/tst-writev.c: New file.
57852 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
57854         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
57855         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
57856         insns in _dl_start to prevent a TOC reference before relocs are
57857         resolved.
57859 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
57861         [BZ #12469]
57862         * Makeconfig: Remove RANLIB definition.
57863         * Makerules: Don't use RANLIB.
57864         * aclocal.m4: Remove ranlib test.
57865         * configure.in: No need to check for ranlib.
57866         * elf/rtld-Rules: Don't use RANLIB.
57868 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57870         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
57871         protection macro.
57872         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
57873         inclusion protection macro.
57875         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
57876         SIGRTMIN and SIGRTMAX and print information in that case only when
57877         SIGRTMIN is defined.
57879 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
57881         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
57882         arginfo fn returning -1.
57884         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
57885         and thousands string is zero terminated.
57887 2011-02-03  Andreas Schwab  <schwab@redhat.com>
57889         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
57890         sysdeps/unix/sysv/linux/bits/socket.h.
57892 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57894         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
57895         (__CPU_COUNT): Remove old macros.
57896         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
57897         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
57898         (__CPU_ALLOC, __CPU_FREE): Add macros.
57899         (__sched_cpualloc, __sched_cpufree): Add declarations.
57901 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
57903         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
57904         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
57905         * nscd/aicache.c (addhstaiX): Return timeout of added value.
57906         (readdhstai): Return value of addhstaiX call.
57907         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
57908         (addgrbyX): Return value returned by cache_addgr.
57909         (readdgrbyname): Return value returned by addgrbyX.
57910         (readdgrbygid): Likewise.
57911         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
57912         (addpwbyX): Return value returned by cache_addpw.
57913         (readdpwbyname): Return value returned by addhstbyX.
57914         (readdpwbyuid): Likewise.
57915         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
57916         (addservbyX): Return value returned by cache_addserv.
57917         (readdservbyname): Return value returned by addservbyX:
57918         (readdservbyport): Likewise.
57919         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
57920         (addhstbyX): Return value returned by cache_addhst.
57921         (readdhstbyname): Return value returned by addhstbyX.
57922         (readdhstbyaddr): Likewise.
57923         (readdhstbynamev6): Likewise.
57924         (readdhstbyaddrv6): Likewise.
57925         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
57926         (readdinitgroups): Return value returned by addinitgroupsX.
57927         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
57928         (prune_cache): Keep track of timeout value of re-added entries.
57929         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
57930         * nscd/nscd.h: Adjust prototypes of readd* functions.
57932 2011-02-04  Roland McGrath  <roland@redhat.com>
57934         * nis/nis_server.c (nis_servstate): Use the right name for 0.
57935         (nis_stats): Likewise.
57936         * nis/nis_modify.c (nis_modify): Likewise.
57937         * nis/nis_remove.c (nis_remove): Likewise.
57938         * nis/nis_add.c (nis_add): Likewise.
57940         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
57942         * posix/fnmatch_loop.c: Add some consts.
57944         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
57946 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
57948         [BZ #12460]
57949         * config.make.in (config-cflags-novzeroupper): Define.
57950         * configure.in: Substitute libc_cv_cc_novzeroupper.
57951         * elf/Makefile (AVX-CFLAGS): Define.
57952         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
57953         (CFLAGS-tst-auditmod4a.c): Likewise.
57954         (CFLAGS-tst-auditmod4b.c): Likewise.
57955         (CFLAGS-tst-auditmod6b.c): Likewise.
57956         (CFLAGS-tst-auditmod6c.c): Likewise.
57957         (CFLAGS-tst-auditmod7b.c): Likewise.
57958         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
57960 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
57962         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
57963         function to the callback.
57964         Patch partly by Jiri Olsa <jolsa@redhat.com>.
57966 2011-02-02  Andreas Schwab  <schwab@redhat.com>
57968         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
57969         of errno.
57971 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
57973         [BZ #11724]
57974         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
57975         of constructors.
57976         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
57977         of destructors.
57978         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
57980         [BZ #11724]
57981         * elf/Makefile: Add rules to build and run new test.
57982         * elf/tst-initorder.c: New file.
57983         * elf/tst-initorder.exp: New file.
57984         * elf/tst-initordera1.c: New file.
57985         * elf/tst-initordera2.c: New file.
57986         * elf/tst-initordera3.c: New file.
57987         * elf/tst-initordera4.c: New file.
57988         * elf/tst-initorderb1.c: New file.
57989         * elf/tst-initorderb2.c: New file.
57990         * elf/tst-order-a1.c: New file.
57991         * elf/tst-order-a2.c: New file.
57992         * elf/tst-order-a3.c: New file.
57993         * elf/tst-order-a4.c: New file.
57994         * elf/tst-order-b1.c: New file.
57995         * elf/tst-order-b2.c: New file.
57996         * elf/tst-order-main.c: New file.
57997         New test case by George Gensure <werkt0@gmail.com>.
57999 2010-10-01  Andreas Schwab  <schwab@redhat.com>
58001         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
58002         decoding ACE if AI_CANONIDN.
58004 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
58006         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
58008 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
58010         * version.h (RELEASE): Bump for 2.13 release.
58011         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
58013         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
58015         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
58016         MADV_NOHUGEPAGE.
58017         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
58018         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
58019         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
58020         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
58021         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
58022         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
58024         * posix/getconf.c: Update copyright year.
58025         * catgets/gencat.c: Likewise.
58026         * csu/version.c: Likewise.
58027         * debug/catchsegv.sh: Likewise.
58028         * debug/xtrace.sh: Likewise.
58029         * elf/ldconfig.c: Likewise.
58030         * elf/ldd.bash.in: Likewise.
58031         * elf/sprof.c (print_version): Likewise.
58032         * iconv/iconv_prog.c: Likewise.
58033         * iconv/iconvconfig.c: Likewise.
58034         * locale/programs/locale.c: Likewise.
58035         * locale/programs/localedef.c: Likewise.
58036         * malloc/memusage.sh: Likewise.
58037         * malloc/mtrace.pl: Likewise.
58038         * nscd/nscd.c (print_version): Likewise.
58039         * nss/getent.c: Likewise.
58041         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
58042         PF_CAIF, and PF_ALG.
58043         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
58045 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
58047         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
58048         (modules-names): Use them.
58049         (ifunc-test-modules, ifunc-pie-tests): Define.
58050         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
58051         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
58052         (test-extras): Likewise.
58053         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
58054         $(compile-command.c).
58055         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
58056         (all-built-dso): Define.
58057         (check-textrel.out, check-execstack.out): Depend on it.
58059         * configure.in: Don't override --enable-multi-arch.
58061 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
58063         [BZ #6812]
58064         * nscd/hstcache.c (tryagain): Define.
58065         (cache_addhst): Return tryagain not notfound for temporary errors.
58066         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
58067         failed.
58069 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
58071         [BZ #10563]
58072         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
58073         to make the syscall.
58074         * sysdeps/unix/sysv/linux/setgroups.c: New file.
58076         [BZ #12378]
58077         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
58078         and fall back to matching as normal character if the string ends before
58079         the matching ']' is found.  This is what POSIX requires.
58080         * posix/testfnm.c: Adjust test result.
58081         * posix/globtest.sh: Adjust test result.  Add new test.
58082         * posix/tst-fnmatch.input: Likewise.
58083         * posix/tst-fnmatch2.c: Add new test.
58085 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
58087         * elf/Makefile (check-execstack): Revert last change.  Depend on
58088         check-execstack.h.
58089         (check-execstack.h): New target.
58090         (generated): Add check-execstack.h.
58091         * elf/check-execstack.c: Include "check-execstack.h".
58092         (main): Revert last change.
58093         (handle_file): Return zero if GNU_STACK is absent and
58094         DEFAULT_STACK_PERMS doesn't include PF_X.
58096 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
58098         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
58099         in child fails because the descriptor is already closed.
58100         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
58101         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
58102         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
58104         [BZ #12397]
58105         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
58106         syscall.
58108         [BZ #10484]
58109         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
58110         temporary buffer used to handle multi lookups locally.
58111         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
58113 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
58115         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
58116         loader is ld.so.
58118 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
58120         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
58121         alignment for SSE2.
58123 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
58125         [BZ #12394]
58126         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
58127         characters.  When rounding increased number of integer digits recompute
58128         number of groups.
58129         * stdio-common/tst-grouping.c: New file.
58130         * stdio-common/Makefile: Add rules to build and run tst-grouping.
58132 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
58134         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
58135         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
58137         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
58138         void.
58139         * bits/select.h: Likewise.
58141 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
58143         * po/ja.po: Update from translation team.
58145 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
58147         [BZ #11155]
58148         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
58149         implementation just like for lxstat, fxstatat, et al.
58151 2010-12-27  Jim Meyering  <meyering@redhat.com>
58153         [BZ #12348]
58154         * posix/regexec.c (build_trtable): Return failure indication upon
58155         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
58157 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
58159         [BZ #12201]
58160         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
58161         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
58162         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
58163         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
58165         [BZ #12207]
58166         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
58168         [BZ #12204]
58169         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
58170         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
58172 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
58174         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
58175         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
58176         script has SORT_BY_INIT_PRIORITY.
58177         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
58178         NO_CTORS_DTORS_SECTIONS is defined.
58179         * elf/soinit.c: Likewise.
58180         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
58181         NO_CTORS_DTORS_SECTIONS is defined.
58182         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
58183         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
58184         * sysdeps/sh/init-first.c: Likewise.
58185         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
58187 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
58189         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
58190         always use the slow path.
58192 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
58194         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
58195         similar rule which adds the sysdep directories to the header search in
58196         order to pick up the correct platform stackinfo.h.
58197         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
58198         perform test if it is, otherwise return successfully without testing.
58199         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
58200         DEFAULT_STACK_PERMS define in stackinfo.h.
58201         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
58202         defined in stackinfo.h.
58203         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
58204         DEFAULT_STACK_PERMS defined in stackinfo.h.
58205         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
58206         * sysdeps/ia64/stackinfo.h: Likewise.
58207         * sysdeps/s390/stackinfo.h: Likewise.
58208         * sysdeps/sh/stackinfo.h: Likewise.
58209         * sysdeps/sparc/stackinfo.h: Likewise.
58210         * sysdeps/x86_64/stackinfo.h: Likewise.
58211         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
58212         PF_X for powerpc64.  Retain PF_X for powerpc32.
58214 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
58216         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
58217         accurately.
58218         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
58219         GETDENTS_64BIT_ALIGNED.
58221 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
58223         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
58225 2010-12-10  Andreas Schwab  <schwab@redhat.com>
58227         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
58228         _GNU_SOURCE.
58230         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
58231         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
58232         Remove __restrict.
58233         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
58234         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
58236 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
58238         [BZ #11655]
58239         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
58240         are initialized.
58242 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
58244         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
58246 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
58248         * po/it.po: Update from translation team.
58250 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
58252         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
58253         unused codes.
58255 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
58257         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
58259 2010-11-24  Andreas Schwab  <schwab@redhat.com>
58261         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
58262         specially.
58263         (gaih_getanswer_slice): Likewise.
58265 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
58267         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
58269 2010-05-31  Petr Baudis  <pasky@suse.cz>
58271         [BZ #11149]
58272         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
58273         silently even in the chroot mode.
58275 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
58277         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
58278         last patch a bit.  Pretty printing
58280 2010-05-31  Petr Baudis <pasky@suse.cz>
58282         [BZ #10085]
58283         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
58284         initialization of skip_initgroups_dyn.
58286 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
58288         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
58289         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
58291 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
58293         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
58295 2010-11-11  Andreas Schwab  <schwab@redhat.com>
58297         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
58298         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
58299         (tst-fnmatch-ENV): Set MALLOC_TRACE.
58300         ($(objpfx)tst-fnmatch-mem): New rule.
58301         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
58302         * posix/tst-fnmatch.c (main): Call mtrace.
58304 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
58306         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
58307         Support Intel processor model 6 and model 0x2c.
58309 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
58311         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
58312           signed comparison.
58314 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
58316         [BZ #12205]
58317         * string/test-strncasecmp.c (check_result): New function.
58318         (do_one_test): Use it.
58319         (check1): New function.
58320         (test_main): Use it.
58321         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
58322         Support strcasecmp and strncasecmp.
58324 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
58326         [BZ #12194]
58327         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
58328         * sysdeps/x86_64/bits/byteswap.h: Likewise.
58330 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
58332         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
58333         IFUNC support.
58334         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
58335         memset-x86-64.
58336         * sysdeps/x86_64/multiarch/bzero.S: New file.
58337         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
58338         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
58339         * sysdeps/x86_64/multiarch/memset.S: New file.
58340         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
58341         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
58342         Set bit_Prefer_SSE_for_memop for Intel processors.
58343         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
58344         Define.
58345         (index_Prefer_SSE_for_memop): Define.
58346         (HAS_PREFER_SSE_FOR_MEMOP): Define.
58348 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
58350         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
58351         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
58353 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
58355         [BZ #12191]
58356         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
58357         (__x86_64_raw_data_cache_size_half): Likewise.
58358         (__x86_64_raw_shared_cache_size): Likewise.
58359         (__x86_64_raw_shared_cache_size_half): Likewise.
58361         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
58362         (__x86_64_raw_data_cache_size_half): Likewise.
58363         (__x86_64_raw_shared_cache_size): Likewise.
58364         (__x86_64_raw_shared_cache_size_half): Likewise.
58365         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
58366         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
58367         and __x86_64_raw_shared_cache_size_half.  Round
58368         __x86_64_data_cache_size_half, __x86_64_data_cache_size
58369         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
58370         to multiple of 256 bytes.
58372 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
58374         [BZ #12167]
58375         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
58376         of inacessible symlinks.  Verify result of symlink before returning it.
58377         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
58378         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
58380 2010-10-28  Erich Ritz  <erichritz@gmail.com>
58382         * math/math.h (isinf): Fix typo in comment.
58384 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
58386         * po/da.po: Update from translation team.
58388 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
58390         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
58391         is added to the list.
58393 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
58394             Ulrich Drepper  <drepper@gmail.com>
58396         * elf/dl-object.c (_dl_new_object): Don't append the new object to
58397         the global list here.  Move code to...
58398         (_dl_add_to_namespace_list): ...here.  New function.
58399         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
58400         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
58401         * elf/dl-load.c (lose): Don't remove the element from the list.
58402         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
58403         (_dl_map_object): Likewise.
58405 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
58407         [BZ #12159]
58408         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
58409         into all bytes of SSE register.
58410         Patch by Richard Li <richardpku@gmail.com>.
58412 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
58414         [BZ #12140]
58415         * malloc/malloc.c (_int_free): Fill correct number of bytes when
58416         perturbing.
58418 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
58420         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
58421         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
58422         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
58423         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
58424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
58425         submachine.
58426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
58428 2010-10-22  Andreas Schwab  <schwab@redhat.com>
58430         * include/dlfcn.h (__RTLD_SECURE): Define.
58431         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
58432         mode & __RTLD_SECURE instead.
58433         (open_path): Rename preloaded parameter to secure.
58434         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
58435         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
58436         * elf/dl-deps.c (openaux): Likewise.
58437         * elf/rtld.c (struct map_args): Remove is_preloaded.
58438         (map_doit): Don't use it.
58439         (dl_main): Likewise.
58440         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
58441         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
58443 2010-09-09  Andreas Schwab  <schwab@redhat.com>
58445         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
58446         (sysd-rules-targets): Remove duplicates.
58447         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
58448         rtld-%.$o dependency.
58450 2010-10-18  Andreas Schwab  <schwab@redhat.com>
58452         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
58453         _dl_map_object do it.
58455 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
58457         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
58458         fast fma builtins, define the macros in the C99 standard.
58459         (FP_FAST_FMAF): Likewise.
58460         (FP_FAST_FMAL): Likewise.
58461         * sysdeps/x86_64/bits/mathdef.h: Likewise.
58463         * bits/mathdef.h: Update copyright year.
58464         * sysdeps/powerpc/bits/mathdef.h: Likewise.
58466 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
58468         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
58469         builtins, define the macros in the C99 standard.
58470         (FP_FAST_FMAF): Likewise.
58471         (FP_FAST_FMAL): Likewise.
58472         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
58473         multiply/add.
58474         (FP_FAST_FMAF): Likewise.
58476 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
58478         [BZ #3268]
58479         * math/libm-test.inc (fma_test): Some new testcases.
58480         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
58481         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
58482         y and infinite z.  Do multiplication by C already in long double.
58483         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
58484         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
58485         y and infinite z.  Do bitwise or of inexact bit into u.d.
58486         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
58487         * sysdeps/i386/fpu/s_fmaf.S: Removed.
58488         * sysdeps/i386/fpu/s_fma.S: Removed.
58489         * sysdeps/i386/fpu/s_fmal.S: Removed.
58491 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
58493         [BZ #3268]
58494         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
58495         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
58496         computation is not scheduled after fetestexcept.  Fix value
58497         of minimum denormal long double.
58499 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
58501         [BZ #3268]
58502         * math/libm-test.inc (fma_test): Add some more tests.
58503         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
58504         correctly.
58506 2010-10-15  Andreas Schwab  <schwab@redhat.com>
58508         * scripts/data/localplt-s390-linux-gnu.data: New file.
58509         * scripts/data/localplt-s390x-linux-gnu.data: New file.
58511 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
58513         [BZ #3268]
58514         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
58515         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
58516         instead of dbl-64.
58517         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
58518         inlines.
58519         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
58520         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
58521         if one of x and y is very large and the other is subnormal.
58522         * sysdeps/s390/fpu/s_fmaf.c: New file.
58523         * sysdeps/s390/fpu/s_fma.c: New file.
58524         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
58525         * sysdeps/powerpc/fpu/s_fma.S: New file.
58526         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
58527         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
58528         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
58530 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
58532         [BZ #3268]
58533         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
58534         fma tests.
58535         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
58536         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
58537         * sysdeps/i386/i686/multiarch/s_fma.c: Include
58538         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
58539         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
58540         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
58541         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
58543 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
58545         [BZ #12078]
58546         * posix/regcomp.c (parse_branch): One more memory leak plugged.
58547         * posix/bug-regex31.input: Add test case.
58549 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
58551         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
58552         * posix/bug-regex31.input: New file.
58554         [BZ #12078]
58555         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
58556         (parse_sub_exp): Fix last change, use postorder.
58558         * posix/bug-regex31.c: New file.
58559         * posix/Makefile: Add rules to build and run bug-regex31.
58561         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
58563         [BZ #12078]
58564         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
58566         [BZ #12108]
58567         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
58568         to have entries in sys_siglist.
58570         [BZ #12093]
58571         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
58572         be NULL.
58574 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
58576         [BZ #3268]
58577         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
58578         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
58579         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
58580         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
58581         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
58582         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
58583         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
58584         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
58585         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
58586         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
58587         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
58588         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
58589         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
58590         * math/ftestexcept.c (fetestexcept): Likewise.
58591         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
58592         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
58593         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
58594         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
58595         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
58596         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
58597         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
58599 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
58601         [BZ #12107]
58602         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
58603         newline.
58605 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
58607         * string/bug-strstr1.c: New file.
58608         * string/Makefile: Add rules to build and run bug-strstr1.
58610 2010-10-05  Eric Blake  <eblake@redhat.com>
58612         [BZ #12092]
58613         * string/str-two-way.h (two_way_long_needle): Always clear memory
58614         when skipping input due to the shift table.
58616 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
58618         [BZ #12005]
58619         * malloc/mcheck.c: Handle large requests.
58621         [BZ #12077]
58622         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
58623         for strncmp and strncasecmp.
58624         * string/stratcliff.c: Add tests for strcmp and strncmp.
58625         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
58627 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
58629         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
58630         __set_fpscr.
58632 2010-09-30  Andreas Jaeger  <aj@suse.de>
58634         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
58635         (CGROUP_SUPER_MAGIC): Define.
58636         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
58637         Handle btrfs and cgroup file systems.
58638         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
58639         Likewise.
58641 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
58643         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
58644         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
58646 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
58648         [BZ #12067]
58649         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
58650         trying to locate the ELF header.
58652 2010-09-27  Andreas Schwab  <schwab@redhat.com>
58654         [BZ #11611]
58655         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
58656         Mask out sign-bit copies when constructing f_fsid.
58658 2010-09-24  Petr Baudis <pasky@suse.cz>
58660         * debug/stack_chk_fail_local.c: Add missing licence exception.
58661         * debug/warning-nop.c: Likewise.
58663 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
58665         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
58666         implementing getdents64 using getdents syscall, set d_type if
58667         __ASSUME_GETDENTS32_D_TYPE.
58669 2010-09-16  Andreas Schwab  <schwab@redhat.com>
58671         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
58672         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
58674 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
58676         [BZ #12037]
58677         * posix/unistd.h: Undo change of feature selection for ftruncate from
58678         2010-01-11.
58680 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
58682         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
58683         detection.
58685 2010-09-20  Andreas Schwab  <schwab@redhat.com>
58687         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
58688         fanotify_mark.
58689         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
58691 2010-09-14  Andreas Schwab  <schwab@redhat.com>
58693         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
58694         variables after CHECK_SP call.
58695         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
58697 2010-09-13  Andreas Schwab  <schwab@redhat.com>
58698             Ulrich Drepper  <drepper@redhat.com>
58700         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
58701         re-relocationg ld.so.
58702         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
58703         _dl_init_paths call.
58704         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
58705         here anymore.
58707 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
58709         * resolv/res_init.c (__res_vinit): Count the default server we added.
58711 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
58712             Ulrich Drepper  <drepper@redhat.com>
58714         [BZ #11968]
58715         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
58716         (____longjmp_chk): Use %ebx for saving value across system call.
58717         Add unwind info.
58719 2010-09-06  Andreas Schwab  <schwab@redhat.com>
58721         * manual/Makefile: Don't mix pattern rules with normal rules.
58723 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
58725         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
58726         operation.
58727         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
58728         * libio/iofopncook.c (_IO_cookie_init): Likewise.
58729         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
58730         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
58731         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
58732         Likewise.
58734 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
58736         [BZ #11979]
58737         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
58738         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
58740 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
58742         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
58743         * sysdeps/x86_64/addmul_1.S: Likewise.
58744         * sysdeps/x86_64/lshift.S: Likewise.
58745         * sysdeps/x86_64/mul_1.S: Likewise.
58746         * sysdeps/x86_64/rshift.S: Likewise.
58747         * sysdeps/x86_64/sub_n.S: Likewise.
58748         * sysdeps/x86_64/submul_1.S: Likewise.
58750 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58752         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
58753         Define __sched_param instead of SCHED_* and sched_param when
58754         <bits/sched.h> is included with __need_schedparam defined.
58755         * bits/sched.h [__need_schedparam]
58756         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
58757         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
58758         (__defined_schedparam): Define to 1.
58759         (__sched_param): New structure, identical to sched_param.
58760         (__need_schedparam): Undefine.
58762 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
58764         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
58765         (epoll_create1): Declare.
58767         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
58769 2010-08-31  Andreas Schwab  <schwab@redhat.com>
58771         [BZ #7066]
58772         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
58773         shifting retval into place.
58775 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
58777         * nis/rpcsvc/nis.h: Update copyright notice.
58778         * nis/rpcsvc/nis.x: Likewise.
58779         * nis/rpcsvc/nis_callback.h: Likewise.
58780         * nis/rpcsvc/nis_callback.x: Likewise.
58781         * nis/rpcsvc/nis_object.x: Likewise.
58782         * nis/rpcsvc/nis_tags.h: Likewise.
58783         * nis/rpcsvc/yp.h: Likewise.
58784         * nis/rpcsvc/yp.x: Likewise.
58785         * nis/rpcsvc/ypupd.h: Likewise.
58786         * nis/yp_xdr.c: Likewise.
58787         * nis/ypupdate_xdr.c: Likewise.
58789         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
58790         mainly the body of pmap_getport.  Add parameters to specify timeouts.
58791         (pmap_getport): Use __libc_rpc_getport.
58792         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
58793         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
58794         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
58796 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
58798         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
58799         fanotify_mark.
58801 2010-08-27  Roland McGrath  <roland@redhat.com>
58803         * sysdeps/i386/i686/multiarch/Makefile
58804         (CFLAGS-varshift.c): New variable.
58806 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
58808         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
58809         * sysdeps/i386/i686/multiarch/varshift.c: New file.
58811         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
58813         * sysdeps/x86_64/strlen.S: Minimal code improvement.
58815 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
58817         * sysdeps/x86_64/strlen.S: Unroll the loop.
58818         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
58819         strlen-sse2 strlen-sse2-bsf.
58820         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
58821         __strlen_no_bsf if bit_Slow_BSF is set.
58822         (__strlen_sse42): Removed.
58823         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
58824         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
58826 2010-08-25  Roland McGrath  <roland@redhat.com>
58828         * sysdeps/x86_64/multiarch/varshift.S: File removed.
58829         * sysdeps/x86_64/multiarch/varshift.c: New file.
58830         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
58831         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
58832         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
58833         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
58835 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
58837         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
58838         strlen-sse2 strlen-sse2-bsf.
58839         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
58840         __strlen_sse2_bsf if bit_Slow_BSF is unset.
58841         (__strlen_sse2): Removed.
58842         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
58843         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
58844         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
58845         bit_Slow_BSF for Atom.
58846         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
58847         (index_Slow_BSF): Define.
58848         (HAS_SLOW_BSF): Define.
58850 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
58852         [BZ #10851]
58853         * resolv/res_init.c (__res_vinit): When no server address at all
58854         is given default to loopback.
58856 2010-08-24  Roland McGrath  <roland@redhat.com>
58858         * configure.in: Remove config-name.h generation.
58859         * configure: Regenerated.
58860         * config-name.in: File removed.
58861         * scripts/config-uname.sh: New file.
58862         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
58863         ($(objdir)config-name.h): New target.
58865         * sunrpc/rpc_parse.h: Avoid nested comment.
58867 2010-08-24  Richard Henderson  <rth@redhat.com>
58868             Ulrich Drepper  <drepper@redhat.com>
58869             H.J. Lu  <hongjiu.lu@intel.com>
58871         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
58872         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
58873         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
58874         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
58875         _mm_alignr_epi8 with _mm_loadu_si128.
58876         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
58877         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
58878         (__m128i_shift_right): Removed.
58879         * sysdeps/i386/i686/multiarch/varshift.h: New file.
58880         * sysdeps/i386/i686/multiarch/varshift.S: New file.
58881         * sysdeps/x86_64/multiarch/varshift.h: New file.
58882         * sysdeps/x86_64/multiarch/varshift.S: New file.
58884 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
58886         * configure.in: Move assembler checks to before sysdep dir checking.
58888 2010-08-20  Petr Baudis  <pasky@suse.cz>
58890         * LICENSES: Sync the sunrpc license.
58892 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
58894         * sunrpc/auth_des.c: Update copyright notice once again.
58895         * sunrpc/auth_none.c: Likewise.
58896         * sunrpc/auth_unix.c: Likewise.
58897         * sunrpc/authdes_prot.c: Likewise.
58898         * sunrpc/authuxprot.c: Likewise.
58899         * sunrpc/bindrsvprt.c: Likewise.
58900         * sunrpc/clnt_gen.c: Likewise.
58901         * sunrpc/clnt_perr.c: Likewise.
58902         * sunrpc/clnt_raw.c: Likewise.
58903         * sunrpc/clnt_simp.c: Likewise.
58904         * sunrpc/clnt_tcp.c: Likewise.
58905         * sunrpc/clnt_udp.c: Likewise.
58906         * sunrpc/clnt_unix.c: Likewise.
58907         * sunrpc/des_crypt.c: Likewise.
58908         * sunrpc/des_soft.c: Likewise.
58909         * sunrpc/get_myaddr.c: Likewise.
58910         * sunrpc/getrpcport.c: Likewise.
58911         * sunrpc/key_call.c: Likewise.
58912         * sunrpc/key_prot.c: Likewise.
58913         * sunrpc/openchild.c: Likewise.
58914         * sunrpc/pm_getmaps.c: Likewise.
58915         * sunrpc/pm_getport.c: Likewise.
58916         * sunrpc/pmap_clnt.c: Likewise.
58917         * sunrpc/pmap_prot.c: Likewise.
58918         * sunrpc/pmap_prot2.c: Likewise.
58919         * sunrpc/pmap_rmt.c: Likewise.
58920         * sunrpc/rpc/auth.h: Likewise.
58921         * sunrpc/rpc/auth_unix.h: Likewise.
58922         * sunrpc/rpc/clnt.h: Likewise.
58923         * sunrpc/rpc/des_crypt.h: Likewise.
58924         * sunrpc/rpc/key_prot.h: Likewise.
58925         * sunrpc/rpc/netdb.h: Likewise.
58926         * sunrpc/rpc/pmap_clnt.h: Likewise.
58927         * sunrpc/rpc/pmap_prot.h: Likewise.
58928         * sunrpc/rpc/pmap_rmt.h: Likewise.
58929         * sunrpc/rpc/rpc.h: Likewise.
58930         * sunrpc/rpc/rpc_des.h: Likewise.
58931         * sunrpc/rpc/rpc_msg.h: Likewise.
58932         * sunrpc/rpc/svc.h: Likewise.
58933         * sunrpc/rpc/svc_auth.h: Likewise.
58934         * sunrpc/rpc/types.h: Likewise.
58935         * sunrpc/rpc/xdr.h: Likewise.
58936         * sunrpc/rpc_clntout.c: Likewise.
58937         * sunrpc/rpc_cmsg.c: Likewise.
58938         * sunrpc/rpc_common.c: Likewise.
58939         * sunrpc/rpc_cout.c: Likewise.
58940         * sunrpc/rpc_dtable.c: Likewise.
58941         * sunrpc/rpc_hout.c: Likewise.
58942         * sunrpc/rpc_main.c: Likewise.
58943         * sunrpc/rpc_parse.c: Likewise.
58944         * sunrpc/rpc_parse.h: Likewise.
58945         * sunrpc/rpc_prot.c: Likewise.
58946         * sunrpc/rpc_sample.c: Likewise.
58947         * sunrpc/rpc_scan.c: Likewise.
58948         * sunrpc/rpc_scan.h: Likewise.
58949         * sunrpc/rpc_svcout.c: Likewise.
58950         * sunrpc/rpc_tblout.c: Likewise.
58951         * sunrpc/rpc_util.c: Likewise.
58952         * sunrpc/rpc_util.h: Likewise.
58953         * sunrpc/rpcinfo.c: Likewise.
58954         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
58955         * sunrpc/rpcsvc/key_prot.x: Likewise.
58956         * sunrpc/rpcsvc/klm_prot.x: Likewise.
58957         * sunrpc/rpcsvc/mount.x: Likewise.
58958         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
58959         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
58960         * sunrpc/rpcsvc/rex.x: Likewise.
58961         * sunrpc/rpcsvc/rstat.x: Likewise.
58962         * sunrpc/rpcsvc/rusers.x: Likewise.
58963         * sunrpc/rpcsvc/sm_inter.x: Likewise.
58964         * sunrpc/rpcsvc/spray.x: Likewise.
58965         * sunrpc/rpcsvc/yppasswd.x: Likewise.
58966         * sunrpc/rtime.c: Likewise.
58967         * sunrpc/svc.c: Likewise.
58968         * sunrpc/svc_auth.c: Likewise.
58969         * sunrpc/svc_authux.c: Likewise.
58970         * sunrpc/svc_raw.c: Likewise.
58971         * sunrpc/svc_run.c: Likewise.
58972         * sunrpc/svc_simple.c: Likewise.
58973         * sunrpc/svc_tcp.c: Likewise.
58974         * sunrpc/svc_udp.c: Likewise.
58975         * sunrpc/svc_unix.c: Likewise.
58976         * sunrpc/svcauth_des.c: Likewise.
58977         * sunrpc/xcrypt.c: Likewise.
58978         * sunrpc/xdr.c: Likewise.
58979         * sunrpc/xdr_array.c: Likewise.
58980         * sunrpc/xdr_float.c: Likewise.
58981         * sunrpc/xdr_mem.c: Likewise.
58982         * sunrpc/xdr_rec.c: Likewise.
58983         * sunrpc/xdr_ref.c: Likewise.
58984         * sunrpc/xdr_sizeof.c: Likewise.
58985         * sunrpc/xdr_stdio.c: Likewise.
58987         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
58988         handling.
58990 2010-08-19  Andreas Schwab  <schwab@redhat.com>
58992         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
58994 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
58996         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
58997         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
58998         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
58999         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
59000         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
59001         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
59002         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
59003         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
59004         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
59005         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
59006         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
59007         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
59008         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
59009         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
59011 2010-07-26  Anton Blanchard  <anton@samba.org>
59013         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
59014         * malloc/arena.c (heap_trim): Likewise.
59016 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
59018         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
59019         here.  Not...
59020         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
59021         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
59023 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
59025         * sysdeps/i386/elf/Makefile: New file.
59027 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
59029         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
59030         from fanotify_init.
59031         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
59032         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
59034 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
59036         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
59037         of strncasecmp_l.
59038         * sysdeps/multiarch/strcmp.S: Likewise.
59040 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
59042         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
59043         strncase_l-nonascii.
59044         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
59045         Add strncase_l-ssse3.
59046         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
59047         * sysdeps/x86_64/strcmp.S: Likewise.
59048         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
59049         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
59050         * sysdeps/x86_64/strncase.S: New file.
59051         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
59052         * sysdeps/x86_64/strncase_l.S: New file.
59053         * string/Makefile (strop-tests): Add strncasecmp.
59054         * string/test-strncasecmp.c: New file.
59056         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
59057         warning.
59059         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
59060         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
59062 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
59064         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
59066 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
59068         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
59069         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
59070         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
59072 2010-05-01  Alan Modra  <amodra@gmail.com>
59074         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
59075         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
59076         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
59077         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
59078         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
59079         tidying.  Don't tail-call __sigjmp_save for static lib.
59080         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
59081         save location.
59082         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
59083         (CALL_MCOUNT): Add eh info, and nop after bl.
59084         (TAIL_CALL_SYSCALL_ERROR): New macro.
59085         (PSEUDO_RET): Use it.
59086         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
59087         Correct save location of integer regs and cr.
59088         (_dl_profile_resolve): Correct cr save location.  Delete nops
59089         after bl when SHARED.  Reduce cfi size a little by better
59090         placement of cfi directives.
59091         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
59092         make a stack frame.  Instead use parm save area as a temp.
59093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
59094         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
59095         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
59096         Don't make a stack frame for parent, use parm save area.
59097         Increase child stack frame to 112 bytes.  Don't save unused reg,
59098         and adjust reg usage.  Set up cfi on error recovery and
59099         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
59100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
59101         (__makecontext): Add dummy nop after jump to exit.
59102         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
59103         Use correct parm save area and cr save, reduce stack frame.
59104         Correct cfi for possible PSEUDO_RET frame setup.
59105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
59106         Branch to local label emitted by PSEUDO_RET rather than
59107         __syscall_error.
59109 2010-08-12  Andreas Schwab  <schwab@redhat.com>
59111         [BZ #11904]
59112         * locale/programs/locale.c (print_assignment): New function.
59113         (show_locale_vars): Use it.
59115 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
59117         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
59118         field.
59119         (struct statfs64): Likewise.
59120         (_STATFS_F_FLAGS): Define.
59121         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
59122         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
59123         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
59124         (ST_VALID): Define locally.
59125         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
59126         __statvfs_getflags, use the provided value.
59127         * sysdeps/unix/sysv/linux/kernel-features.h: Define
59128         __ASSUME_STATFS_F_FLAGS.
59130         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
59132         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
59133         Add sys/fanotify.h.
59134         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
59135         fanotify_mask for GLIBC_2.13.
59136         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
59137         fanotify_init and fanotify_mark.
59138         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
59139         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
59141         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
59142         Add prlimit.
59143         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
59144         prlimit64 for GLIBC_2.13.
59145         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
59146         prlimit64.
59147         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
59148         syscall.
59149         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
59150         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
59151         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
59152         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
59153         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
59154         add prlimit alias.
59155         * sysdeps/unix/sysv/linux/prlimit.c: New file.
59157         [BZ #11903]
59158         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
59159         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
59161         * nss/Makefile: Add rules to build and run tst-nss-test1.
59162         * shlib-versions: Add entry for libnss_test1.
59163         * nss/nss_test1.c: New file.
59164         * nss/tst-nss-test1.c: New file.
59166         * nss/nsswitch.c (__nss_database_custom): Define new variable.
59167         (__nss_configure_lookup): Set appropriate entry in
59168         __nss_configure_lookup to true.
59169         * nss/nsswitch.h: Define enum with indeces of databases in
59170         databases and __nss_database_custom arrays.  Declare
59171         __nss_database_custom.
59172         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
59173         to avoid using nscd when custom rules are installed.
59174         * nss/getXXbyYY_r.c: Likewise.
59175         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
59177         * nss/nss_files/files-parse.c: Whitespace fixes.
59179 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
59181         [BZ #11883]
59182         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
59183         * posix/fnmatch_loop.c: Likewise.
59185 2010-07-17  Andi Kleen  <ak@linux.intel.com>
59187         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
59188         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
59189         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
59190         * Versions.def [GLIBC_2.13]: Add.
59192 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
59194         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
59195         Also fail if tpwd after pwuid call is NULL.
59197 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
59199         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
59200         when converting to ms.
59202 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
59204         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
59205         EOPNOTSUPP errors with ENOTTY.
59206         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
59207         EOPNOTSUPP errors with ENOTTY.
59209 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
59211         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
59212         Add strcasecmp_l-ssse3.
59213         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
59214         strcasecmp.
59215         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
59216         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
59217         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
59219 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
59221         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
59223         * string/Makefile (strop-tests): Add strcasecmp.
59224         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
59225         strcasecmp_l-nonascii.
59226         (gen-as-const-headers): Add locale-defines.sym.
59227         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
59228         * sysdeps/x86_64/strcasecmp.S: New file.
59229         * sysdeps/x86_64/strcasecmp_l.S: New file.
59230         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
59231         * sysdeps/x86_64/locale-defines.sym: New file.
59232         * string/test-strcasecmp.c: New file.
59234         * string/test-strcasestr.c: Test both ends of the range of characters.
59235         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
59237 2010-07-29  Roland McGrath  <roland@redhat.com>
59239         [BZ #11856]
59240         * manual/locale.texi (Yes-or-No Questions): Fix example code.
59242 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
59244         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
59245         for ld.so.
59247 2010-07-27  Andreas Schwab  <schwab@redhat.com>
59249         * manual/memory.texi (Malloc Tunable Parameters): Document
59250         M_PERTURB.
59252 2010-07-26  Roland McGrath  <roland@redhat.com>
59254         [BZ #11840]
59255         * configure.in (-fgnu89-inline check): Set and substitute
59256         gnu89_inline, not libc_cv_gnu89_inline.
59257         * configure: Regenerated.
59258         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
59260 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
59262         * string/test-strnlen.c: New file.
59263         * string/Makefile (strop-tests): Add strnlen.
59264         * string/tester.c (test_strnlen): Add a few more test cases.
59265         * string/tst-strlen.c: Better error reporting.
59267         * sysdeps/x86_64/strnlen.S: New file.
59269 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
59271         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
59272         lower-latency instructions.
59274 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
59276         * string/test-strcasestr.c: New file.
59277         * string/test-strstr.c: New file.
59278         * string/Makefile (strop-tests): Add strstr and strcasestr.
59279         * string/str-two-way.h: Don't undefine MAX.
59280         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
59282 2010-07-21  Andreas Schwab  <schwab@redhat.com>
59284         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
59285         strcasestr-nonascii.
59286         (CFLAGS-strcasestr-nonascii.c): Define.
59287         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
59288         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
59289         Remove unused attribute.
59291 2010-07-20  Roland McGrath  <roland@redhat.com>
59293         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
59294         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
59295         ld.so.cache was broken.  With it, there is no way to disable dsocaps
59296         like LD_HWCAP_MASK can disable hwcaps.
59298 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
59300         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
59302 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
59304         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
59305         call in strcasestr.
59306         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
59307         __strcasestr_sse42_nonascii.
59308         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
59309         strcasestr-nonascii.c.
59310         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
59312 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
59314         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
59315         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
59316         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
59317         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
59319 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
59321         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
59322         fcntl.
59324 2010-07-06  Andreas Schwab  <schwab@redhat.com>
59326         [BZ #11577]
59327         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
59328         dl_signal_cerror.
59330 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
59332         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
59333         _PC_PIPE_BUF using F_GETPIPE_SZ.
59335 2010-07-05  Roland McGrath  <roland@redhat.com>
59337         * manual/arith.texi (Rounding Functions): Fix rint description
59338         implicit in round description.
59340 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
59342         * elf/Makefile: Fix linking for a few tests to make recent linker
59343         happy.
59345 2010-06-30  Andreas Schwab  <schwab@redhat.com>
59347         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
59348         $(common-objpfx)libc_nonshared.a.
59350 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
59352         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
59353         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
59354         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
59355         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
59356         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
59357         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
59358         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
59359         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
59360         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
59361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
59362         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
59363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
59364         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
59365         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
59366         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
59367         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
59368         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
59369         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
59370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
59371         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
59372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
59373         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
59374         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
59375         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
59376         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
59377         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
59378         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
59379         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
59380         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
59381         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
59382         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
59383         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
59384         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
59385         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
59386         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
59387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
59388         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
59389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
59390         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
59391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
59392         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
59393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
59394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
59395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
59396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
59397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
59398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
59399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
59401 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
59403         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
59404         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
59405         * string/memmove.c (memmove): Renamed to ...
59406         (MEMMOVE): ...this.  Default to memmove.
59407         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
59408         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
59409         (END_CHK): Define.
59410         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
59411         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
59412         mempcpy-ssse3-back memmove-ssse3-back.
59413         * sysdeps/x86_64/multiarch/bcopy.S: New file .
59414         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
59415         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
59416         * sysdeps/x86_64/multiarch/memcpy.S: New file.
59417         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
59418         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
59419         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
59420         * sysdeps/x86_64/multiarch/memmove.c: New file.
59421         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
59422         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
59423         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
59424         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
59425         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
59426         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
59427         Define.
59428         (index_Fast_Copy_Backward): Define.
59429         (HAS_ARCH_FEATURE): Define.
59430         (HAS_FAST_REP_STRING): Define.
59431         (HAS_FAST_COPY_BACKWARD): Define.
59433 2010-06-21  Andreas Schwab  <schwab@redhat.com>
59435         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
59436         Restore proper fallback handling.
59438 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
59440         [BZ #11701]
59441         * posix/group_member.c (__group_member): Correct checking loop.
59443         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
59444         OOM in getpwuid_r correctly.  Return error number when the caller
59445         should return, otherwise -1.
59446         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
59447         call returning > 0 value.
59448         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
59450 2010-06-07  Andreas Schwab  <schwab@redhat.com>
59452         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
59453         libc_nonshared.a from targets in modules-names.
59455 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
59457         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
59458         requires it.
59460 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
59462         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
59463         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
59464         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
59465         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
59467 2010-06-02  Andreas Schwab  <schwab@redhat.com>
59469         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
59471 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
59473         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
59474         and F_GETPIPE_SZ.
59475         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
59476         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
59477         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
59478         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
59479         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
59480         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
59482 2010-06-14  Roland McGrath  <roland@redhat.com>
59484         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
59486 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
59488         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
59489         __REDIRECT followed by __THROW.
59490         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
59491         * posix/getopt.h (getopt): Likewise.
59493 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
59495         * hurd/lookup-at.c (__file_name_lookup_at): Accept
59496         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
59497         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
59498         in AT_FLAGS.
59499         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
59500         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
59502 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
59504         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
59506 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
59508         [BZ #11640]
59509         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
59510         Properly check family and model.
59512 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
59514         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
59516 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
59518         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
59520 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
59522         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
59523         symbol reference.
59525 2010-05-19  Andreas Schwab  <schwab@redhat.com>
59527         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
59528         symbol reference.
59530 2010-05-21  Andreas Schwab  <schwab@redhat.com>
59532         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
59533         and internal_recvmmsg.
59534         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
59535         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
59536         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
59537         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
59539         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
59540         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
59541         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
59543 2010-05-20  Andreas Schwab  <schwab@redhat.com>
59545         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
59547 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
59549         POWER7 optimizations.
59550         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
59551         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
59553 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
59555         * version.h: Update for 2.13 development version.
59557 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
59559         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
59560         exceptions.  Return 0.
59562 2010-05-07  Roland McGrath  <roland@redhat.com>
59564         * elf/ldconfig.c (main): Add a const.
59566 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
59568         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
59569         (args_options): Add no-idn option.
59570         (ahosts_keys_int): Add idn_flags to ai_flags.
59571         (parse_option): Handle 'i' option to clear idn_flags.
59573         * malloc/malloc.c (_int_free): Possible race in the most recently
59574         added check.  Only act on the data if no current modification
59575         happened.
59577 See ChangeLog.17 for earlier changes.